@charset "UTF-8";
/*Clases genericas*/
/*clases definidas para poder cambiar los estilos */
.button-img {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.clear-both {
  clear: both;
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-50 {
  width: 50%;
}

.w-30 {
  width: 30%;
}

.w-17 {
  width: 17%;
}

.w-25 {
  width: 25%;
}

.m-r-5 {
  margin-right: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-t-10 {
  margin-top: 10px;
}

.o-hidden {
  overflow: hidden;
}

.o-visible {
  overflow: visible !important;
}

.padding-0 {
  padding: 0px;
}

.puntitos {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.display-none {
  display: none !important;
}

.height-auto {
  height: auto;
}

.height-200 {
  height: 200px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.color-white {
  color: #fff !important;
}

.font-size-4 {
  font-size: 16px;
  line-height: normal;
}

.font-size-3 {
  font-size: 12px;
  line-height: 26px;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.gap-4 {
  gap: 16px;
}

.off-total-descripcion {
  border-bottom: none !important;
}

/*head*/
/*head*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

::-webkit-scrollbar {
  width: 8px; /* Tamaño del scroll en vertical */
  height: 8px; /* Tamaño del scroll en horizontal */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.cVerde {
  color: #4D9667 !important;
}

.cRojo {
  color: #D24D4A !important;
}

.cNaranja {
  color: #F9B331 !important;
}

.cCeleste {
  color: #36A9E1 !important;
}

.cCelesteOscuro {
  color: #337AB7 !important;
}

.cGris {
  color: #959CB6 !important;
}

.cGrisAzulado {
  color: #777D92 !important;
}

.cGrisClaro {
  color: #d1d4e0 !important;
}

.font-txt-normal {
  font-size: 14px;
}

.font-txt-label {
  font-size: 12px;
}

.font-txt-chico {
  font-size: 11px;
}

.h-36 {
  height: 36px;
}

.cursor-pointer {
  cursor: pointer;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}
ul > li {
  list-style: none !important;
}

.font-roboto {
  font-family: "Roboto", sans-serif !important;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.body-aleph {
  height: 100%;
  width: 100%;
  background-color: #262A3D !important;
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: 50px calc(100% - 40px);
  grid-template-areas: "menu-fijo navbar" "menu-fijo container";
  overflow: hidden;
}
.body-aleph .menu-lateral {
  grid-area: menu-fijo;
}
.body-aleph .navbar-aleph {
  grid-area: navbar;
}
.body-aleph main {
  grid-area: container;
}
.body-aleph main .container-fluid {
  min-height: 100%;
}

main {
  width: 100%;
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  overflow-x: hidden;
  transition: all 0.5s;
  border-bottom-left-radius: 10px;
}
main .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #EBEDF2;
}
main .container-fluid-home {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mensajeBienvenida {
  height: 500px;
  width: 100%;
  background-image: url(../../Images/Home/bienvenido.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position-y: center;
}
@media screen and (min-width: 780px) {
  .mensajeBienvenida {
    margin-top: 50px;
    background-image: url(../../Images/Home/bienvenido-desktop.png);
  }
}

/*navbar*/
.link-item-accionYtexto {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  padding: 3px;
  color: #777D92;
  cursor: pointer;
}
.link-item-accionYtexto > i {
  font-size: 16px;
}
.link-item-accionYtexto > span, .link-item-accionYtexto > a {
  color: #6a7782;
  font-size: 12px;
  line-height: normal;
  width: auto;
  text-align: right;
  margin-left: 3px;
}
@media screen and (min-width: 765px) {
  .link-item-accionYtexto > span, .link-item-accionYtexto > a {
    font-size: 14px;
  }
}
.link-item-accionYtexto:hover, .link-item-accionYtexto:hover > span, .link-item-accionYtexto:hover > a {
  color: #36A9E1;
}

.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-accionYtexto {
  width: 50px;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-accionYtexto > span, .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-accionYtexto > a {
  display: none;
}
@media screen and (min-width: 800px) {
  .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-accionYtexto {
    width: auto;
  }
  .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-accionYtexto > span, .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-accionYtexto > a {
    display: inline-block;
  }
}

/*home de portal tiendas a mostrar*/
.titulo-seccion-multitienda {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.titulo-seccion-multitienda h1 {
  font-size: 18px !important;
  margin: 0px !important;
}

.container-distris-home {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.container-distris-home .box-distris-home {
  margin-bottom: 10px;
  margin-right: 20px;
  width: 170px;
}
@media screen and (min-width: 768px) {
  .container-distris-home .box-distris-home {
    width: 170px;
  }
}
.container-distris-home .box-distris-home > a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  width: 170px;
  height: 180px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EBEDF2;
  box-shadow: 2px 2px 5px #afadad;
}
.container-distris-home .box-distris-home > a .img-cuenta-tienda {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.container-distris-home .box-distris-home > a .img-cuenta-tienda > div {
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.container-distris-home .box-distris-home > a .img-cuenta-tienda > div > img {
  padding: 3px;
  width: auto;
  max-width: 114px;
  height: auto;
  max-height: 114px;
  margin: auto;
}
.container-distris-home .box-distris-home > a .titulo-tienda {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6A7782;
}
.container-distris-home .box-distris-home > a .titulo-tienda > span {
  font-size: 16px;
  color: #6A7782;
}
.container-distris-home .box-distris-home > a:hover {
  border: 1px solid rgba(51, 122, 183, 0.5);
}
.container-distris-home .box-distris-home > a:hover .titulo-tienda > span {
  color: #337AB7;
}
.container-distris-home .box-distris-home > .nombre-sucursal {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #959CB6;
  margin-top: 15px;
}
.container-distris-home .box-distris-home:nth-last-child(1) {
  margin-right: 0px;
}

/*TITULOS DE LAS SECCIONES*/
.volver-atras {
  color: #3E474F;
  font-size: 16px;
  margin-right: 10px;
}

.cont-title-section {
  background-color: #fff;
  margin: 0px -15px 20px -15px;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-title-section .title-pages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cont-title-section .title-pages > .custom-page-title {
  width: 100%;
}
.cont-title-section .title-pages > .custom-page-title .title-prod {
  font-size: "neusaregular", "Montserrat", sans-serif;
  display: inline-block;
  margin: 0 !important;
  font-size: 18px;
}
.cont-title-section .title-pages > .custom-page-title .total-productos {
  display: inline-block;
  font-size: 10px;
  padding-left: 3px;
  color: #777D92;
}
@media (min-width: 576px) {
  .cont-title-section .title-pages > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cont-title-section .title-pages > div {
    width: 70%;
  }
}

.tabsConsultaTitulo {
  padding-bottom: 0px;
}
.tabsConsultaTitulo .tab-consult {
  margin-left: -10px;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
}
.tabsConsultaTitulo .tab-consult .toolAyuda-publi {
  right: 0;
}
.tabsConsultaTitulo .tab-consult .btnTabConsult {
  padding-bottom: 0px;
}

/*BUSCADOR y buscador avanzado*/
[placeholder],
::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #959CB6 !important;
}

.custom-search {
  border-radius: 36px;
  background: #fff !important;
  box-shadow: none !important;
  padding: 2px 15px;
  border: 1px solid #d1d4e0;
}
.custom-search > .search-input {
  border: none !important;
  color: #959CB6 !important;
  box-shadow: none !important;
}
.custom-search > .searchbar-filter {
  border-radius: 0px;
  border: none !important;
}
.custom-search > .searchbar-filter > .search-selector {
  width: 140px !important;
  border: none !important;
  border-right: 1px solid rgba(149, 156, 182, 0.2) !important;
  border-radius: 0px;
}
.custom-search > .searchbar-filter > .search-selector > .dx-lookup-field-wrapper,
.custom-search > .searchbar-filter > .search-selector div.dx-scrollable-wrapper > div > div.dx-scrollable-content > div.dx-scrollview-content {
  width: 140px !important;
}
.custom-search > .searchbar-filter > .search-selectorCategorias > fieldset {
  width: 100%;
}
.custom-search > .searchbar-filter > .search-selectorCategorias > fieldset > div > div > .control-group {
  margin-bottom: -10px;
}
.custom-search > .searchbar-filter > .search-selectorCategorias > fieldset > div > div > .control-group .selectize-input {
  border: none !important;
  border-right: 1px solid rgba(149, 156, 182, 0.2) !important;
}
.custom-search .search-button {
  background-color: #fff !important;
  border: none !important;
  width: 36px;
  height: 36px;
  padding: 0;
  box-shadow: none !important;
}
.custom-search .search-button > svg {
  color: #959CB6 !important;
  font-weight: bold;
  font-size: 30px !important;
}
.custom-search .search-button:hover {
  border-radius: 36px !important;
  border: none !important;
}
.custom-search .search-button:hover > svg {
  color: #337AB7 !important;
}
.custom-search .search-button:active, .custom-search .search-button:visited {
  border: none !important;
}

.cont-search-pages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .cont-search-pages {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cont-search-pages {
    width: 30%;
  }
}
.cont-search-pages form {
  width: 100%;
}
.cont-search-pages .searchbar-filter {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 16px;
  padding: 0;
}
.cont-search-pages .searchfilter {
  width: calc(100% - 50px);
  outline: none;
  border: none;
}
.cont-search-pages .popover-title {
  padding: 10px 15px !important;
}
.cont-search-pages .popover {
  min-width: 100vw;
}
@media screen and (min-width: 375px) {
  .cont-search-pages .popover {
    min-width: 320px;
  }
}
@media screen and (min-width: 760px) {
  .cont-search-pages .popover {
    min-width: 480px;
  }
}
.cont-search-pages .cont-filtrosAvanzados > .tab-consult {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.cont-search-pages .cont-filtrosAvanzados > .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-Compatibilidades > .searchbar-filter > .searchfilter,
.search-Compatibilidades > .searchbar-filter > .search-selectorCategorias {
  width: calc(100% - 150px) !important;
}

/*footer*/
.mostrar {
  display: none;
}
@media (min-width: 576px) {
  .mostrar {
    display: inline-block;
  }
}

/*
.cont-footer {
    @include flex-row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    height: 20px;
    padding: 3px 10px;
    background-color: #4A4A4A;

    .logo-footer {
        line-height: 0;

        img {
            height: 10px;
            width: auto;
        }
    }

    .info-footer {
        text-align: right;
        font-size: 10px;
        color: #ffffff;

        span {
            color: $color-celestePrimario;
        }
    }

    @media screen and (min-width: 768px) {
        //height: 45px;
    }
}
*/
.cont-scroll {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  right: 10%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 5px;
  background: inherit;
}
.cont-scroll > .scroll {
  display: flex;
  justify-content: center;
  padding: 3px;
  height: 40px;
  width: 20px;
  border-radius: 25px;
  border: 1px solid #6a7782;
  position: relative;
  animation: sombra-rueda 3s infinite;
}
.cont-scroll > .scroll .rueda {
  position: absolute;
  background-color: rgba(106, 119, 130, 0.4);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: mover-rueda 3s infinite;
}
.cont-scroll > .txt-scroll {
  font-size: 12px;
  line-height: normal;
  color: #6a7782;
}

@keyframes mover-rueda {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 20px rgba(106, 119, 130, 0.03);
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}
.flags {
  height: 10px;
  margin-bottom: 3px;
}

.w-cont-reportes {
  margin-left: -15px;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  padding: 0 0 55px 0 !important;
  height: -webkit-calc(100vh - 40px);
  height: -moz-calc(100vh - 40px);
  height: calc(100vh - 40px);
}

.tabs-reportes {
  background-color: #fff;
}

.reportContainer {
  background-color: #fff;
  height: 100%;
}

.cont-table-border {
    border-radius: 5px;
    padding: 1px;
    border: 1px solid #d1d4e0;
}

.container-change-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.container-change-grid .vista {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
}
.container-change-grid > .btn-cambia-vista {
  cursor: pointer;
}
.container-change-grid > .btn-cambia-vista a {
  display: flex;
}
.container-change-grid > .btn-cambia-vista a .icono {
  margin: 0 10px;
}
.container-change-grid > .btn-cambia-vista a .icono:last-child {
  margin: 0 0 0 10px;
}

.icono {
  font-size: 20px;
  color: #777;
}

.btn-primario {
  padding: 3px 5px;
  font-size: 14px;
}

.separador-botonera {
  height: 18px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 3px;
}

.cont-btn-buybox .active {
  color: #36A9E1 !important;
  background: rgba(189, 188, 188, 0.1);
  border-radius: 50%;
}

.cont-title-custom-popup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cont-title-custom-popup > .title-custom-popup,
.cont-title-custom-popup > .title-seccion-buybox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.cont-title-custom-popup > .title-custom-popup > span,
.cont-title-custom-popup > .title-seccion-buybox > span {
  font-size: 16px;
  margin-right: 10px;
}
.cont-title-custom-popup > .title-custom-popup > img,
.cont-title-custom-popup > .title-seccion-buybox > img {
  height: 40px;
  width: auto;
}
@media (min-width: 700px) {
  .cont-title-custom-popup > .title-custom-popup > span,
  .cont-title-custom-popup > .title-seccion-buybox > span {
    font-size: 20px;
    margin-right: 10px;
  }
  .cont-title-custom-popup > .title-custom-popup > img,
  .cont-title-custom-popup > .title-seccion-buybox > img {
    height: 45px;
  }
}
.cont-title-custom-popup > .title-custom-popup {
  width: 80%;
}
.cont-title-custom-popup > .title-custom-popup > span {
  width: 62%;
  font-size: 12px;
}
@media screen and (min-width: 700px) {
  .cont-title-custom-popup > .title-custom-popup > span {
    width: auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .cont-title-custom-popup > .title-custom-popup > span {
    font-size: 20px;
  }
}
.cont-title-custom-popup > .title-seccion-buybox,
.cont-title-custom-popup > .title-seccion-buybox .title-pages,
.cont-title-custom-popup > .title-seccion-buybox .title-pages .custom-page-title {
  width: 100% !important;
}

.seccion-buybox {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 700px) {
  .seccion-buybox {
    width: 80%;
  }
}

.popup-buybox {
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
}

.cont-prod-buybox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cont-prod-buybox > img {
  margin-right: 10px;
  height: 30px;
  width: auto;
}
.cont-prod-buybox > .buybox-name-prod {
  font-size: 14px;
  color: #A2A3B7;
}

.cont-buybox-checkbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin: 10px 0;
}

.cont-buybox-result {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.cont-buybox-result > .table-buybox-result {
  width: 100%;
}
.cont-buybox-result > .table-buybox-result > .cont-title-buybox {
  border-bottom: 0.5px solid rgba(162, 163, 183, 0.5);
}
@media screen and (min-width: 700px) {
  .cont-buybox-result > .table-buybox-result {
    width: 70%;
  }
}
.cont-buybox-result > .cont-buybox-recomendaciones {
  width: 100%;
  display: none;
}
.cont-buybox-result > .cont-buybox-recomendaciones > .list-buybox {
  list-style: none;
  padding: 0;
  color: #A2A3B7;
  font-size: 12px;
  margin: 20px 0;
}
.cont-buybox-result > .cont-buybox-recomendaciones > .buybox-info {
  font-size: 10px;
}
@media screen and (min-width: 700px) {
  .cont-buybox-result > .cont-buybox-recomendaciones {
    width: 25%;
    background-image: url("https://cdn.alephcrm.com/es-ar/Images/buybox/buybox-trofeo.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.cont-buybox-result .dx-datagrid-pager {
  border-top: none !important;
}
.cont-buybox-result .dx-freespace-row {
  height: 0px !important;
}
.cont-buybox-result .dx-datagrid-borders .dx-datagrid-rowsview, .cont-buybox-result .dx-datagrid-headers + .dx-datagrid-rowsview {
  border-top: none !important;
}

.title-buybox {
  font-size: 14px;
  width: 70%;
}

.view-card-buybox {
  border: 0.4px solid rgba(162, 163, 183, 0.5);
  border-radius: 5px;
  padding: 5px 5px;
  cursor: pointer;
}
.view-card-buybox:hover {
  border: 0.4px solid rgba(54, 169, 225, 0.5);
}
.view-card-buybox > div {
  width: 95%;
}
.view-card-buybox > .data-view-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 5px;
}
.view-card-buybox > .data-view-card .name-buybox {
  margin-bottom: 5px;
}
.view-card-buybox > .data-view-card .title-data {
  font-size: 11px;
  color: #A2A3B7;
  cursor: pointer;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .view-card-buybox {
    padding: 0px 15px;
  }
  .view-card-buybox > .data-view-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0px;
  }
}

.mode-card .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines):not(.dx-row-focused) > td, .mode-card .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines):not(.dx-row-focused) > td {
  border-bottom: none !important;
  border-top: none !important;
}
.mode-card .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines):not(.dx-row-focused) > td > .view-card-buybox, .mode-card .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines):not(.dx-row-focused) > td > .view-card-buybox {
  border: 1px solid #36A9E1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.mode-card .dx-datagrid-rowsview .dx-selection.dx-row > td, .mode-card .dx-datagrid-rowsview .dx-selection.dx-row:hover > td, .mode-card .dx-datagrid-rowsview .dx-selection.dx-row > tr > td, .mode-card .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td {
  background-color: unset !important;
}

.descripcion-proceso {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.descripcion-proceso > div:first-child {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .descripcion-proceso > div:first-child {
    width: auto;
  }
}

.proc-act {
  cursor: pointer;
  place-content: center;
  display: flex;
}
.proc-act:hover {
  background-color: lightgray;
}

.body-procesos {
  background-color: #F8F8F8;
}
.body-procesos > main {
  padding-top: 0;
}
.body-procesos .head-logo {
  height: 36px;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.body-procesos .head-logo > img {
  height: 25px;
  width: auto;
}
@media screen and (min-width: 760px) {
  .body-procesos .head-logo {
    height: 55px;
  }
  .body-procesos .head-logo > img {
    height: 35px;
    width: auto;
  }
}

.recuadro-blanco {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(123, 123, 123, 0.3);
  padding: 20px 15px;
  height: fit-content;
}
@media screen and (min-width: 760px) {
  .recuadro-blanco {
    padding: 20px;
  }
}
.recuadro-blanco > span:first-child {
  color: #5B5B5B;
}
.recuadro-blanco > .recuadro-blanco-titulo {
  color: #262A3D;
  width: 100%;
}

.procesos-contenedor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 2rem;
  /*margin: 0px -15px 20px -15px;*/
}
.procesos-contenedor .procesos-cabecera, .procesos-contenedor .procesos-integraciones {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.procesos-contenedor .procesos-cabecera {
  font-weight: bolder;
}
.procesos-contenedor .procesos-integraciones {
  padding: 0 20px;
}
.procesos-contenedor .procesos-integraciones ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 4rem;
}
.procesos-contenedor .procesos-integraciones ul li {
  font-weight: 400;
  padding: 0 1.5rem;
  cursor: pointer;
}
.procesos-contenedor .procesos-integraciones ul li:hover {
  font-weight: bold;
}
.procesos-contenedor .procesos-integraciones ul li.active {
  border-bottom: 1px solid #36A9E1;
  color: #36A9E1;
  font-weight: bolder;
}
.procesos-contenedor .searchbar-filter {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 16px;
  padding-top: 5px;
}
.procesos-contenedor .searchfilter {
  width: calc(100% - 50px);
  outline: none;
  border: none;
}
.procesos-contenedor > .procesos-registros {
  width: 100%;
}
.procesos-contenedor > .procesos-registros .procesos-registros-filtros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  margin-bottom: 1rem;
}
.procesos-contenedor > .procesos-registros .custom-search {
  margin-bottom: 2rem;
  width: 30%;
}

.proceso-contenedor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 40px;
}
.proceso-contenedor > div {
  width: 100%;
}
.proceso-contenedor > .proceso-cabecera {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.proceso-contenedor > .proceso-cabecera span {
  font-size: 1.8rem;
}
.proceso-contenedor > .proceso-cabecera span + :last-child::before {
  content: "|";
}
.proceso-contenedor > .proceso-cabecera .proceso-identificador {
  font-weight: bolder;
}
.proceso-contenedor > .proceso-principal {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 24%;
  grid-template-areas: "procesoContadores procesoDetalle" "procesoRegistros procesoDetalle";
}
.proceso-contenedor > .proceso-principal > .proceso-contadores {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-area: procesoContadores;
  gap: 20px;
}
.proceso-contenedor > .proceso-principal > .proceso-contadores > .proceso-contador {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  width: 18%;
}
.proceso-contenedor > .proceso-principal > .proceso-contadores > .proceso-contador > .proceso-contador-titulo {
  color: #959CB6;
  font-weight: bold;
  font-size: 1.4rem;
}
.proceso-contenedor > .proceso-principal > .proceso-contadores > .proceso-contador > .proceso-contador-cantidad {
  color: #262A3D;
  font-size: 2.5rem;
}
.proceso-contenedor > .proceso-principal > .proceso-contadores > .proceso-contador.principal {
  background-color: #36A9E1;
}
.proceso-contenedor > .proceso-principal > .proceso-contadores > .proceso-contador.principal > span {
  color: #fff;
}
.proceso-contenedor > .proceso-principal > .proceso-contadores > .proceso-contador.principal > .proceso-contador-cantidad {
  font-size: 3rem;
}
.proceso-contenedor > .proceso-principal > .proceso-registros {
  grid-area: procesoRegistros;
  height: auto;
}
.proceso-contenedor > .proceso-principal > .proceso-detalle {
  grid-area: procesoDetalle;
  height: 100%;
  grid-row: 1/span 2;
}
.proceso-contenedor > .proceso-principal > .proceso-detalle > h3 {
  margin-top: 0;
}
.proceso-contenedor > .proceso-principal > .proceso-detalle > .proceso-detalle-datos {
  color: #6a7782;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
.proceso-contenedor > .proceso-principal > .proceso-detalle > .proceso-detalle-datos label {
  font-weight: bold;
}

.select-multiple {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 5rem;
  gap: 1rem;
}
.select-multiple > .select-titulo {
  margin-top: 0.8rem;
}
.select-multiple > .select-titulo::after {
  content: ":";
}
.select-multiple > .select-container {
  width: 65%;
  position: relative;
  height: 3rem;
}
.select-multiple > .select-container > .select-combo {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  cursor: pointer;
  border: 1px solid #d1d4e0;
  border-radius: 0.5rem;
}
.select-multiple > .select-container > .select-combo > .select-combo-text {
  font-size: 14px;
  font-weight: 400;
  color: #6a7782;
}
.select-multiple > .select-container > .select-combo > .select-combo-arrow {
  display: flex;
  height: 1rem;
  width: 1rem;
  color: rgba(78, 138, 190, 0.9);
  font-size: 14px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.select-multiple > .select-container > .select-combo.open > .select-combo-arrow {
  transform: rotate(-180deg);
}
.select-multiple > .select-container > .select-combo.open ~ .select-items {
  display: block;
}
.select-multiple > .select-container > .select-items {
  width: 100%;
  padding: 0.8rem !important;
  background-color: #fff;
  border: 1px solid #d1d4e0;
  border-radius: 0.5rem;
  display: none;
  position: relative;
  z-index: 10;
}
.select-multiple > .select-container > .select-items > .select-item {
  display: flex;
  align-items: center;
  height: 3.5rem;
  transition: 0.3s;
  padding: 0 1.2rem;
  cursor: pointer;
}
.select-multiple > .select-container > .select-items > .select-item > .select-item-text {
  font-size: 14px;
  font-weight: 400;
  color: #6a7782;
}
.select-multiple > .select-container > .select-items > .select-item > .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 0.4rem;
  margin-right: 1rem;
  border: 1px solid #d1d4e0;
  transition: all 0.3s ease-in-out;
}
.select-multiple > .select-container > .select-items > .select-item > .checkbox > .icon {
  color: #36A9E1;
  font-size: 14px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.select-multiple > .select-container > .select-items > .select-item:hover {
  background-color: #36A9E1;
}
.select-multiple > .select-container > .select-items > .select-item:hover > .select-item-text {
  color: #fff;
}
.select-multiple > .select-container > .select-items > .select-item.checked > .checkbox {
  border-color: #36A9E1;
}
.select-multiple > .select-container > .select-items > .select-item.checked > .checkbox > .icon {
  transform: scale(1);
}
.select-multiple > .select-container > .select-items > .btn-item {
  display: flex;
  align-items: center;
  height: 5rem;
  transition: 0.3s;
  padding: 0 1.2rem;
  margin-top: 1.5rem;
}
.select-multiple > .select-container > .select-items > .btn-item > .btn {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .select-multiple {
    width: 50%;
  }
}
@media screen and (min-width: 1281px) {
  .select-multiple {
    width: 30%;
  }
}

.cont-view-procesos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 760px) {
  .cont-view-procesos {
    margin-top: 20px;
  }
}
.cont-view-procesos > div {
  width: 100%;
}
.cont-view-procesos > .procesos-datoYgrafico {
  align-content: space-between;
  margin-bottom: 15px;
  height: auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: 3fr;
  grid-template-areas: "cont-titulo-seccion" "grafico-procesos" "datos-procesos";
}
@media screen and (min-width: 800px) {
  .cont-view-procesos > .procesos-datoYgrafico {
    grid-template-columns: 2fr 4fr;
    grid-template-rows: 2fr;
    grid-template-areas: "cont-titulo-seccion grafico-procesos" "datos-procesos grafico-procesos";
  }
}
.cont-view-procesos > .procesos-datoYgrafico > .cont-titulo-seccion {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  box-shadow: none;
  border-bottom: none;
  margin: 0px !important;
  grid-area: cont-titulo-seccion;
}
@media screen and (min-width: 600px) {
  .cont-view-procesos > .procesos-datoYgrafico > .cont-titulo-seccion {
    height: 70px;
    background-color: #fff;
    padding: 20px 15px;
  }
}
.cont-view-procesos > .procesos-datoYgrafico > .cont-titulo-seccion > span {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.cont-view-procesos > .procesos-datoYgrafico > .cont-titulo-seccion > span:first-child {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
}
@media screen and (min-width: 760px) {
  .cont-view-procesos > .procesos-datoYgrafico > .cont-titulo-seccion > span {
    font-size: 16px;
  }
  .cont-view-procesos > .procesos-datoYgrafico > .cont-titulo-seccion > span:first-child {
    width: auto;
  }
}
.cont-view-procesos > .procesos-datoYgrafico > .datos-procesos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
  grid-area: datos-procesos;
}
@media screen and (min-width: 600px) {
  .cont-view-procesos > .procesos-datoYgrafico > .datos-procesos {
    padding: 4px 20px;
  }
}
@media screen and (min-width: 760px) {
  .cont-view-procesos > .procesos-datoYgrafico > .datos-procesos {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .cont-view-procesos > .procesos-datoYgrafico > .datos-procesos {
    padding: 20px 15px;
  }
}
.cont-view-procesos > .procesos-datoYgrafico > .datos-procesos > .cont-labels {
  width: 49% !important;
  margin: 10px 0 !important;
}
.cont-view-procesos > .procesos-datoYgrafico > .datos-procesos > .cont-labels > .label-title {
  color: #959CB6 !important;
  text-transform: capitalize !important;
  margin-bottom: 6px !important;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  grid-area: grafico-procesos;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-btnNewProcess {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-btnNewProcess > div {
  margin-left: 10px;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-btnNewProcess > div:first-child {
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-btnNewProcess {
    margin-bottom: 10px;
  }
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos > .c100 {
  font-size: 150px;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos > .data-grafico {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos {
    width: 40%;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  .cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos > .c100 {
    font-size: 100px;
  }
  .cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos > .data-grafico {
    width: 70%;
  }
}
@media screen and (min-width: 760px) {
  .cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos > .c100 {
    font-size: 120px;
  }
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos > div > .label-title,
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-grafico-procesos > div > .label-data {
  color: #959CB6 !important;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico {
    width: 59%;
  }
}
@media screen and (min-width: 760px) {
  .cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico {
    width: 60%;
  }
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico .grafico-datos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 50%;
  padding: 10px 0;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico .grafico-datos > span {
  height: 40px;
  text-align: center;
  margin-bottom: 10px !important;
  color: #959CB6 !important;
  width: 130px;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico .grafico-datos > .cont-iconoYdata {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico .grafico-datos > .cont-iconoYdata > span:first-child {
  margin-right: 10px;
  font-size: 19px;
  line-height: normal;
}
.cont-view-procesos > .procesos-datoYgrafico > .grafico-procesos > .cont-datos-grafico .grafico-datos > .cont-iconoYdata > .label-data {
  color: #5B5B5B;
  font-size: 16px;
  line-height: normal;
}

[data-required=true]::after {
  content: "*";
  font-weight: bold;
  color: #D24D4A;
  margin-left: 5px;
}

.pre-visualizacion-ficha {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
}
.pre-visualizacion-ficha > .cont-bar {
  min-width: 80px;
}
.pre-visualizacion-ficha > .cont-bar > div:first-child {
  border-radius: 2px;
}
.pre-visualizacion-ficha > .cont-bar > .percentage-bar {
  line-height: normal;
}

.tag-btn {
  height: 36px;
  width: max-content;
  padding: 0px 10px;
  font-size: 14px;
  line-height: normal;
  background-color: #f8f8f8;
  color: #959CB6;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tag-btn > i {
  color: #959CB6 !important;
  font-size: 14px !important;
}
.tag-btn > span {
  width: auto;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
}

.icono-viewCirculo,
.icono-viewCuadrado {
  font-size: 16px;
  color: #B2BBBD;
  height: 36px;
  width: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(189, 188, 188, 0.1);
}

.icono-viewCirculo {
  border-radius: 50%;
}

.icono-viewCuadrado {
  border-radius: 4px;
}

.cont-icono-ayuda-tooltip {
  margin: 0 5px;
  font-size: 14px;
  background-color: rgba(189, 188, 188, 0.1);
  cursor: pointer;
}
.cont-icono-ayuda-tooltip > i {
  color: #959CB6;
  font-size: 14px;
}
.cont-icono-ayuda-tooltip > i.warning {
  color: #FFC107;
  font-size: 14px;
}

.fila-attr-identifier {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.fila-attr-identifier > .input-group-addon-fill {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .fila-attr-identifier > .input-group-addon-fill {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
  }
}

.form-group {
  margin-bottom: 0;
}

.selector-aleph {
  padding: 0px 5px;
}

.cont-marca-select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.cont-marca-select > div {
  width: 100%;
  margin-bottom: 5px;
}
.cont-marca-select .btn-crearMarca {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 700px) {
  .cont-marca-select > div {
    margin-bottom: 0px;
  }
  .cont-marca-select .selectMarca, .cont-marca-select .textBox-nuevaMarca {
    width: 320px;
    margin-right: 5px;
  }
  .cont-marca-select .btn-crearMarcaDueño {
    width: auto;
    justify-content: flex-start;
  }
}

.cont-CabiarDueño {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.cont-CabiarDueño > .selectDueño {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 700px) {
  .cont-CabiarDueño > .selectDueño {
    width: 320px;
    margin-bottom: 0px;
    margin-right: 5px;
  }
}

.selectorMarketplaces > div {
  min-width: 200px;
  border: 1px solid #EBEDF2 !important;
}
@media screen and (min-width: 760px) {
  .selectorMarketplaces > div {
    width: auto;
  }
}
.selectorMarketplaces .dx-lookup-field {
  padding: 4px 34px 4px 9px !important;
}
.selectorMarketplaces .dx-lookup-arrow {
  color: #959CB6 !important;
}

.contSelectMarket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.contSelectMarket > .imgSelectMarketplaces {
  width: 25px;
  height: auto;
  max-height: 28px;
}
.contSelectMarket > .nameMarketplaces {
  color: #6A7782;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
  background-color: #DDE5F2 !important;
  color: #000 !important;
}

.btn-primary,
.dx-custom .dx-widget.dx-button {
  color: #fff !important;
  background-color: #2daae1 !important;
  border-color: #1f9ed6 !important;
}

.menuItemClass > .fa-headset {
  color: #FF9800 !important;
}

.fa-headset ~ .menuItem-txt {
  color: #FF9800 !important;
}

a[href*=Neumáticos]::before, a[href*=Nuevoreportedeventas]::before {
  content: url("../../Images/ico-nuevo.png");
  position: absolute;
  right: 5px;
  margin-bottom: -4px;
}

.wrapper ul {
  margin-bottom: 20px;
  overflow: hidden;
}

.wrapper li {
  line-height: 1.5em;
  float: left;
  display: inline;
}

.collapsable_header_Descripcion,
.collapsable_header_Titulo,
.collapsable_header_Sku,
.collapsable_header_Propio,
.collapsable_header_Listado,
.collapsable_header_TituloPub,
.collapsable_header_IdsPub {
  border-bottom: 1px solid;
  width: 95%;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
}

#btnDescripcion,
#btnTitulo,
#btnSku,
#btnPropio,
#btnListado,
#btnTituloPub,
#btnIdsPub {
  float: right;
  background: none;
  border: none;
  outline: none;
}

.collapsable_header_Descripcion:hover, .collapsable_header_Descripcion:hover #btnDescripcion, .collapsable_header_Descripcion:hover #titleDescripcion, .collapsable_header_Titulo:hover, .collapsable_header_Titulo:hover #btnTitulo, .collapsable_header_Titulo:hover #titleTitulo, .collapsable_header_Sku:hover, .collapsable_header_Sku:hover #btnSku, .collapsable_header_Sku:hover #titleSku, .collapsable_header_Propio:hover, .collapsable_header_Propio:hover #btnPropio, .collapsable_header_Propio:hover #titlePropio, .collapsable_header_Listado:hover, .collapsable_header_Listado:hover #btnListado, .collapsable_header_Listado:hover #titleListado, .collapsable_header_TituloPub:hover, .collapsable_header_TituloPub:hover #btnTituloPub, .collapsable_header_TituloPub:hover #titleTituloPub, .collapsable_header_IdsPub:hover, .collapsable_header_IdsPub:hover #btnIdsPub, .collapsable_header_IdsPub:hover #titleIdsPub {
  color: #007bff;
}

.contentpopup {
  width: 100%;
  word-break: break-word;
}

.separadorMargenExtra {
  margin: -15px;
  margin-top: 10px;
  border-top: 1px solid #d1d4e0;
}

.layout-iframe {
  height: 94vh;
  margin: 0;
  padding: 0;
}

.iframe-cc {
  border: none;
  display: block;
  height: 100%;
  width: 100%;
}

#launcher {
  display: none !important;
}

/*head*/
/*head*/
/*navbar*/
.menu-cont-subitems {
  padding: 0;
  list-style: none;
}

.container-menu-navbar {
  position: fixed;
  z-index: 1030;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.container-menu-navbar .menu-lateral {
  min-width: 50px;
}
.container-menu-navbar .navbar-aleph {
  max-width: calc(100% - 50px);
}

.cont-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: right;
  font-size: 10px;
  color: #fff;
  transition: ease-in-out;
}
.cont-footer .logo-footer {
  line-height: 0;
}
.cont-footer .logo-footer img {
  height: 10px;
  width: auto;
}
.cont-footer span {
  color: #fff;
  line-height: 14px;
}

.menu-lateral {
  height: 100vh;
  width: max-content;
  /* se comenta para fixearlo en otro pr
     &:hover {
      .cont-toggleMenu {
          .cont-LogoAleph {
              display: flex;
          }

          .toggle-menu {
              i:first-child {
                  display: none;
              }

              i:last-child {
                  display: block
              }
          }
      }

      .menu-cont-items .menu-items {

          .menuItemClass .menuItem-txt,
          .menu-cont-subitems {
              display: block !important;
          }
      }

      .footer-menuFijo {
          .footer-resumido {
              display: none;
          }

          .cont-footer {
              display: flex;
          }
      }
  }*/
}
.menu-lateral > .cont-toggleMenu {
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.menu-lateral > .cont-toggleMenu > .cont-LogoAleph {
  display: none;
}
.menu-lateral > .cont-toggleMenu > .toggle-menu {
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  cursor: pointer;
  border-radius: 5px;
}
.menu-lateral > .cont-toggleMenu > .toggle-menu > i {
  color: rgba(255, 255, 255, 0.2);
}
.menu-lateral > .cont-toggleMenu > .toggle-menu > i:last-child {
  display: none;
}
.menu-lateral > .cont-toggleMenu > .toggle-menu:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.menu-lateral > .cont-toggleMenu > .toggle-menu:hover > i {
  color: #fff;
}
.menu-lateral > .menu-cont-items {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  height: -webkit-calc(100vh - 140px);
  height: -moz-calc(100vh - 140px);
  height: calc(100vh - 140px);
  overflow: auto;
  min-width: max-content;
  width: auto;
  padding: 15px 0px !important;
}
.menu-lateral > .menu-cont-items .menu-items {
  text-align: left;
  cursor: pointer;
  margin: 0px 5px 15px 5px;
}
.menu-lateral > .menu-cont-items .menu-items:first-child {
  margin-top: 15px;
}
.menu-lateral > .menu-cont-items .menu-items:hover .menuItemClass {
  font-weight: bold;
}
.menu-lateral > .menu-cont-items .menu-items > .menuItemClass {
  display: grid;
  grid-template-columns: 20px calc(100% - 20px);
  grid-template-rows: max-content;
  grid-template-areas: "ico-menu txt-menu";
  padding: 5px 5px;
  color: #fff;
  text-decoration: none;
  line-height: normal;
  align-items: center;
  cursor: auto;
  transition: all ease-in-out 3000ms;
}
.menu-lateral > .menu-cont-items .menu-items > .menuItemClass > i {
  grid-area: ico-menu;
  text-align: center;
  font-size: 18px;
}
.menu-lateral > .menu-cont-items .menu-items > .menuItemClass > span {
  font-weight: 500;
  grid-area: txt-menu;
  font-size: 14px;
  padding-left: 10px;
  display: none;
}
@media screen and (min-width: 1920px) {
  .menu-lateral > .menu-cont-items .menu-items > .menuItemClass {
    font-size: 14px;
  }
}
.menu-lateral > .menu-cont-items .menu-items > a {
  cursor: pointer;
}
.menu-lateral > .menu-cont-items .menu-items > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.menu-lateral > .menu-cont-items .menu-items > .active {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.menu-lateral > .menu-cont-items .menu-items .menu-cont-subitems {
  list-style: none;
  padding: 0;
  display: none;
}
.menu-lateral > .menu-cont-items .menu-items .menu-cont-subitems .menu-subitems {
  min-width: max-content;
}
.menu-lateral > .menu-cont-items .menu-items .menu-cont-subitems .menu-subitems > .itemMenu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 7px 15px 7px 45px;
  min-width: 260px;
  color: #a2a3b7;
  font-size: 14px;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .menu-lateral > .menu-cont-items .menu-items .menu-cont-subitems .menu-subitems > .itemMenu {
    font-size: 15px;
  }
}
.menu-lateral > .menu-cont-items .menu-items .menu-cont-subitems .menu-subitems:hover > .itemMenu {
  background: rgba(189, 188, 188, 0.1);
  color: #36A9E1;
  font-weight: 500;
}
.menu-lateral > .menu-cont-items::-webkit-scrollbar {
  display: none;
}
.menu-lateral > .footer-menuFijo {
  height: 90px;
  background-color: rgba(0, 0, 0, 0.2);
}
.menu-lateral > .footer-menuFijo > .footer-resumido {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.menu-lateral > .footer-menuFijo > .footer-resumido > i {
  color: #fff;
  margin: 5px 0px;
  width: 100%;
  text-align: center;
}
.menu-lateral > .footer-menuFijo > .footer-resumido > img {
  margin: 5px 0px;
}
.menu-lateral > .footer-menuFijo > .cont-footer {
  display: none;
}

.cont-LogoAleph > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}
.cont-LogoAleph > div > img {
  width: auto;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .cont-LogoAleph > div > img {
    height: 20px;
  }
}
.cont-LogoAleph > div > .txtTipoCuentaNombre {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #a5a4a4;
}

/*footer*/
@media (min-width: 576px) {
  .mostrar {
    display: inline-block;
  }
}

.navbar-aleph {
  height: 50px;
  width: inherit;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  background: #fff;
  border-top-left-radius: 10px;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  padding: 0px 15px 0px 15px;
  position: relative;
  transition: all 0.5s;
}
.navbar-aleph > .navbar-menu {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.navbar-aleph > .navbar-menu > .menu-cont-logo {
  height: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.navbar-aleph > .navbar-menu > .menu-cont-logo img {
  width: auto;
  transition: all 0.5s;
}
.navbar-aleph > .navbar-menu > .menu-cont-logo .txtTipoCuentaNombre {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #a5a4a4;
}
.navbar-aleph > .navbar-menu-acciones {
  height: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 765px) {
  .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones {
    margin-right: 5px;
    position: relative;
  }
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-acciones {
  position: relative;
  padding: 3px;
  font-size: 16px;
  color: #777D92;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-acciones > .link-item-acciones:hover {
  color: #36A9E1;
  background: rgba(189, 188, 188, 0.1);
  border-radius: 10px;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user {
  padding-left: 5px;
}
@media screen and (min-width: 360px) {
  .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user {
    /*border-left: 1px solid #e9ebed;*/
  }
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user {
  display: flex;
  flex-direction: row;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .cont-user-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .cont-user-profile .user-profile {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-width: 0.5px;
  border-style: solid;
  border-color: rgba(178, 187, 189, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .cont-user-profile .user-profile img {
  padding: 3px;
  width: auto;
  max-width: 30px;
  height: auto;
  max-height: 30px;
  margin: auto;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .menu-nomb-user {
  display: none;
  margin-right: 5px;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .menu-nomb-user:hover .nomb-user-navbar,
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .menu-nomb-user:hover .tipo-cuenta {
  color: #36A9E1;
}
.navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .menu-nomb-user .nomb-user-navbar {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  text-align-last: right;
}
@media screen and (min-width: 576px) {
  .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .menu-nomb-user {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #777;
    margin-right: 5px;
  }
  .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .menu-nomb-user .nomb-user-navbar {
    font-size: 14px;
    line-height: 1.4em;
    transition: all 0.5s;
  }
  .navbar-aleph > .navbar-menu-acciones > .menu-cont-acciones > .item-menu-user > .link-menu-user > .menu-nomb-user .tipo-cuenta {
    font-size: 11px;
    line-height: 1em;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-aleph > .navbar-menu-acciones {
    height: 100%;
  }
}
@media screen and (min-width: 320px) and (orientation: landscape) {
  .navbar-aleph {
    height: 50px;
  }
}

.badge-navbar {
  display: none;
  background-color: #D24D4A !important;
  border-radius: 4px;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.5s;
}

.not-badge {
  margin: auto;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
}

#preguntasUl,
#usuario,
#notificacionesUl {
  animation-duration: 0.5s;
  animation-name: slidein;
}

.notifications,
.mensajesYpreguntas,
.portalCarritoCompras,
.usuarioYcuentas {
  right: 0;
}

@media screen and (min-width: 765px) {
  .notifications {
    right: -56px;
  }
  .notifications::before {
    content: "";
    display: block;
    right: 66px;
    position: absolute;
    top: -20px;
    margin-left: -40px;
    z-index: 1;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #36A9E1 transparent;
  }
  .mensajesYpreguntas {
    right: -101px;
  }
  .mensajesYpreguntas::before {
    content: "";
    display: block;
    right: 112px;
    position: absolute;
    top: -20px;
    margin-left: -40px;
    z-index: 1;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #36A9E1 transparent;
  }
  .portalCarritoCompras {
    right: -146px;
  }
  .portalCarritoCompras::before {
    content: "";
    display: block;
    right: 155px;
    position: absolute;
    top: -20px;
    margin-left: -40px;
    z-index: 1;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #36A9E1 transparent;
  }
  .usuarioYcuentas {
    right: 0;
  }
  .usuarioYcuentas::before {
    content: "";
    display: block;
    right: 20px;
    position: absolute;
    top: -20px;
    margin-left: -40px;
    z-index: 1;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #36A9E1 transparent;
  }
}
.notifications,
.mensajesYpreguntas,
.portalCarritoCompras,
.usuarioYcuentas {
  width: 100vw;
  position: absolute;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  top: 100%;
  z-index: 999;
}
@media screen and (min-width: 576px) {
  .notifications,
  .mensajesYpreguntas,
  .portalCarritoCompras,
  .usuarioYcuentas {
    width: 520px;
    right: -10px;
  }
  .notifications::before,
  .mensajesYpreguntas::before,
  .portalCarritoCompras::before,
  .usuarioYcuentas::before {
    content: "";
    display: block;
    right: 20px;
    position: absolute;
    top: -20px;
    margin-left: -40px;
    z-index: 1;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #36A9E1 transparent;
  }
}

@media screen and (min-width: 576px) {
  .usuarioYcuentas {
    width: 520px;
    top: 100%;
    right: 0px;
  }
}

.header-acciones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  height: 60px;
}
.header-acciones > .background-acciones {
  position: relative;
  background-color: rgba(45, 170, 225, 0.76);
  height: 100%;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 0;
}
.header-acciones > .background-acciones > .title-header-menu {
  color: white;
  font-size: 18px;
}
.header-acciones > .background-acciones > .btn-flotante {
  position: absolute;
  right: 15px;
  bottom: 0;
  color: #e4e4e4 !important;
  font-size: 12px;
}
.header-acciones > .background-acciones > .btn-flotante:hover {
  color: #fff !important;
  font-weight: bold;
}

.cont-acciones {
  background-color: #fff;
  height: auto;
  overflow: auto;
  max-height: 316px;
}

.footer-acciones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 6px 10px;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.footer-acciones a {
  font-weight: 600;
}

@keyframes slidein {
  from {
    opacity: 0;
    margin-top: -408px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
.cont-procesos .check-process {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  z-index: 1;
  right: 5px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-procesos .check-process i {
  position: absolute;
  font-size: 12px;
}

.carritoEmpty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 88px;
}

/*head*/
/*head*/
/*---------------------------------------*/
.animacionAlerta {
  position: fixed;
  top: 70px;
  right: 10px;
  z-index: 1503;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
  padding: 5px !important;
}

.dx-dialog-buttons > .dx-toolbar-items-container > .dx-toolbar-center {
  margin: 0px !important;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}
.dx-dialog-buttons > .dx-toolbar-items-container > .dx-toolbar-center > .dx-toolbar-button:nth-last-child(1) > .dx-toolbar-item-content > .dx-button {
  background-color: none !important;
  border: none !important;
  color: #959CB6 !important;
  margin-right: 10px;
}
.dx-dialog-buttons > .dx-toolbar-items-container > .dx-toolbar-center > .dx-toolbar-button:nth-last-child(1) > .dx-toolbar-item-content > .dx-button:hover {
  background-color: #e6e6e6 !important;
  color: #34394b !important;
}
.dx-dialog-buttons > .dx-toolbar-items-container > .dx-toolbar-center > .dx-toolbar-button:nth-child(1) > .dx-toolbar-item-content > .dx-button {
  background-color: #36A9E1 !important;
  border: 1px solid #36A9E1 !important;
  color: #fff !important;
}
.dx-dialog-buttons > .dx-toolbar-items-container > .dx-toolbar-center > .dx-toolbar-button:nth-child(1) > .dx-toolbar-item-content > .dx-button:hover {
  background-color: #1e8fc6 !important;
  color: #fff !important;
}

/*------------------------------------------------*/
.btn_ayuda {
  background-color: #4800ff;
  color: #ffffff;
}

.alert-info {
  color: #0A7BA9;
  background-color: #d9edf7;
  border-color: #bce8f1;
  text-align: left;
  border-left: 6px solid #0A7BA9;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.alert-info .cont-ico-text {
  display: flex;
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  justify-content: flex-start;
}

div[data-notify].alert-info {
  display: block;
  color: #0A7BA9;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-left: none;
  text-align: center;
  padding: 10px 5px;
}

button.close {
  width: auto;
  display: flex;
  flex-direction: column;
  right: 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  text-align: center;
  padding: 10px 5px;
}
.alert-success > [data-notify=icon] {
  margin-right: 10px;
  font-size: 20px;
}
.alert-success > [data-notify=title] {
  line-height: 12px;
}

.ic_info {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.txt_info2 p {
  margin-bottom: 0px;
  margin-left: 33px;
}

.cont-ico {
  width: 3%;
  float: left;
}

.cont-warning {
  background-color: transparent;
  border: none !important;
  font-size: 10px !important;
  color: #8a6d3b;
  text-align: left;
}

#msjCaractWarning1, #msjCaractWarning2 {
  padding-left: 0px !important;
}

.msjWarning {
  padding: 5px;
  border-left: 2px solid #EA8724;
  float: left;
  margin-top: 5px;
  background-color: rgba(234, 135, 36, 0.2);
}
.msjWarning span {
  color: #EA8724;
}

.txt_info p {
  margin: 0px !important;
}

.alert-warning {
  margin-top: 10px;
  float: left;
  text-align: left;
}

.form {
  padding: 20px;
}

.form img {
  width: 100px;
  margin: 10px 0 30px;
}

.label {
  font-size: 16px;
}

.msjWarning {
  padding: 5px;
  border-left: 2px solid #EA8724;
  float: left;
  margin-top: 5px;
  background-color: rgba(234, 135, 36, 0.2);
}
.msjWarning span {
  color: #EA8724;
  font-size: 11px;
}

.msjPreview {
  padding: 0px 5px 2px 5px;
  border: 0.5px solid #E0FEF3;
  border-left: 2px solid #028700;
  float: left;
  margin-top: 5px;
  background-color: #E0FEF3;
}
.msjPreview span {
  color: #028700;
  font-size: 11px;
}
.msjPreview span #resultado3 {
  font-weight: normal;
}
.msjPreview span i {
  cursor: pointer;
  color: #028700;
  font-size: 14px;
}

.puntitos {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mensajeTabPublicacion .alert-info {
  align-items: center;
}

/*head*/
/*head*/
.selectize-input.focus {
  box-shadow: none !important;
  border-color: #337ab7 !important;
}

.selectize-dropdown-content {
  max-height: 300px !important;
}

.dropdown-menu .selectize-control {
  margin: 5px 10px 0;
  width: 250px;
  overflow: visible !important;
}

.dropdown-menu .selectize-input.dropdown-active:after {
  display: none;
}

.dropdown-menu .selectize-dropdown {
  position: static;
  box-shadow: none;
  border: 0;
  margin: 0 -10px;
  width: auto !important;
  border-top: 1px solid #e5e5e5;
  border-radius: 0;
  margin-top: 7px;
  padding-top: 10px;
}

.dx-overlay-content {
  overflow: visible !important;
}

.textosPref {
  margin-left: -160px;
}

.cont-BtnGuardar {
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: white;
}

.popEdicion {
  position: relative !important;
  margin: auto !important;
}

/*--------------------------------------------*/
.cont-footerPopup {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
}
.cont-footerPopup > div {
  width: 75%;
}
.cont-footerPopup .btns-popups {
  width: 25%;
}

.btns-popups {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.btns-popups .btn-danger, .btns-popups .btn-success {
  line-height: 2;
  width: 100px;
  margin-right: 20px;
}

@media (min-width: 450px) {
  .cont-StoyPre {
    margin-left: 0 !important;
  }
}
.cont-btn-footer-popup {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-PopFoot-Edi {
  width: 120px;
  display: block;
  margin-right: 25px;
}

.form-selector {
  margin: 0 !important;
}

.cont-tab-atributos {
  min-height: 550px;
  height: 100%;
}
.cont-tab-atributos .cont-Modif-Elim > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.agregar-atributo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.agregar-atributo .cont-label-atributo {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}

.tab-editorMasivo > li {
  margin-right: 50px;
}
.tab-editorMasivo > li:last-child {
  margin-right: 0px;
}

.btn-icono-opciones-cancel,
.btn-icono-opciones {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: rgba(189, 188, 188, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-icono-opciones-cancel > i,
.btn-icono-opciones > i {
  font-size: 20px;
  color: #959CB6;
}
.btn-icono-opciones-cancel:hover,
.btn-icono-opciones:hover {
  background-color: rgba(164, 162, 162, 0.1);
}
.btn-icono-opciones-cancel:hover > i,
.btn-icono-opciones:hover > i {
  color: #7780a1;
}

.btn-icono-opciones-cancel > i {
  color: #D24D4A;
}
.btn-icono-opciones-cancel:hover > i {
  color: #bb312e !important;
}

.activo-btnElimina {
  border: 1px #D24D4A solid !important;
  color: #D24D4A !important;
}

.cont-edit-option {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
  background-color: rgba(48, 53, 76, 0.1);
  border-radius: 5px;
  margin: -5px;
  padding: 5px;
}
.cont-edit-option > .edit-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 160px);
  padding-left: 5px;
}
.cont-edit-option > .edit-options .intercambiar-texto {
  width: calc(50% - 20px);
}
.cont-edit-option > .edit-options .dx-numberbox {
  width: calc(100% - 155px);
}

.select-edit-options {
  width: 204px;
}
.select-edit-options #AccionMG,
.select-edit-options #AccionPSI,
.select-edit-options #AccionPCI {
  width: 150px !important;
}
.select-edit-options > .edit-options > div:first-child > .dx-collection {
  display: flex !important;
  padding: 0px 10px;
  align-items: center;
}
.select-edit-options > .edit-options > div:first-child > .dx-collection > .dx-radiobutton {
  margin-right: 10px;
}
.select-edit-options > .edit-options > div:first-child > .dx-collection > .dx-radiobutton > .dx-radio-value-container {
  padding-right: 5px;
}

.campo-editable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.cont-input-btnEdit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100% !important;
}
.cont-input-btnEdit > div {
  width: calc(100% - 41px);
}

.subtitle-market {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.subtitle-market > span:nth-child(1) {
  color: #262A3D;
  margin-right: 10px;
}

.btn-cancelar-opcion {
  color: #959CB6;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
}

.cont-campo-AccTipoPrecio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.cont-campo-AccTipoPrecio > input {
  margin: 0px !important;
}
.cont-campo-AccTipoPrecio > label {
  line-height: normal;
  margin-bottom: 0px !important;
  margin-left: 10px;
}

.contEditorMasivo {
  height: 100%;
}
.contEditorMasivo > div {
  height: 100%;
  overflow: auto;
  padding: 15px;
}

.cont-reemplazarTexto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.cont-tiendaOff-formulario {
  background-color: rgba(51, 122, 183, 0.1);
  padding: 15px 15px;
  margin: 0px -15px 0px -15px;
  display: flow-root;
}
.cont-tiendaOff-formulario .titulo-tiendaAleph {
  color: #337AB7;
  font-size: 16px;
}

.campoSelector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.campoSelector fieldset {
  width: calc(100% - 41px);
}
.campoSelector fieldset > .form-selector {
  width: 100%;
}

.checkbox-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.checkbox-popup label {
  margin-left: 5px;
}

.textoCheckBox {
  font-weight: bold;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
}

.selector-custom-aleph {
  border-radius: 4px !important;
  margin-bottom: 15px !important;
}

.ui-menu {
  height: auto !important;
  overflow: auto !important;
  padding: 0px !important;
}

.autoCompleteBusqueda {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}
.autoCompleteBusqueda:hover {
  background-color: rgba(189, 188, 188, 0.1);
}
.autoCompleteBusqueda .autoCompleteBusqueda-img {
  width: 40px;
}
.autoCompleteBusqueda .autoCompleteBusqueda-img img {
  width: 40px;
  height: 40px;
  border: 1px solid #EBEDF2;
  border-radius: 2px;
}
.autoCompleteBusqueda .autoCompleteBusqueda-semaforoTitulo {
  width: calc(100% - 120px);
  padding: 0px 5px;
}
@media screen and (min-width: 700px) {
  .autoCompleteBusqueda .autoCompleteBusqueda-semaforoTitulo {
    width: calc(100% - 160px);
  }
}
.autoCompleteBusqueda .autoCompleteBusqueda-precio {
  width: 80px;
}
.autoCompleteBusqueda .autoCompleteBusqueda-precio > span {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: right;
  display: block;
}
@media screen and (min-width: 700px) {
  .autoCompleteBusqueda .autoCompleteBusqueda-precio {
    width: 120px;
  }
  .autoCompleteBusqueda .autoCompleteBusqueda-precio > span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .autoCompleteBusqueda .autoCompleteBusqueda-precio > span {
    font-size: 18px;
  }
}

.tooltipEdicionMasiva {
  width: 250px;
  white-space: pre-wrap;
  line-height: 20px;
}

.dx-switch-container {
  border-radius: 15px !important;
}

.dx-switch-handle:before {
  width: 18px !important;
  background-color: #959CB6 !important;
  border-radius: 50% !important;
}

.dx-switch-on-value .dx-switch-handle:before {
  background-color: #337AB7 !important;
}

.dx-switch-on-value .dx-switch-handle {
  -webkit-transform: translateX(-130%) !important;
  transform: translateX(-130%) !important;
}

/*head*/
/*head*/
.contBarra-Botoneras {
  border-radius: 5px !important;
  background-color: #EBEDF2 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contBarra-Botoneras > .cont-btnDefault {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contBarra-Botoneras > .cont-botonera-base {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.contBarra-Botoneras > .cont-botonera-base .btn-group {
  margin: 0 0 0 5px;
}
.contBarra-Botoneras > .cont-botonera-base .dropdown-menu {
  left: inherit !important;
  right: 0 !important;
}

.ayudante {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ayudante > .cont-ayudante {
  margin-left: 20px;
  z-index: 9000;
}

.ic_list {
  height: 14px;
}

.actions-button-primary {
  border-radius: 4px !important;
  color: #fff;
  background-color: #2daae1;
  border-color: none !important;
}
.actions-button-primary:hover, .actions-button-primary:focus, .actions-button-primary:active {
  color: #fff;
  background-color: #1b8dc0;
  border-color: #1776a0;
}

.cont-btnSeleccionar {
  margin: 10px 0px;
}

.btn-seleccion {
  border-radius: 4px !important;
  padding: 4px !important;
  color: #fff !important;
  background-color: #2daae1;
  border-color: #1f9ed6;
}

.msAlert {
  padding: 5px;
  border-left: 2px solid #e84343;
}
.msAlert span {
  color: #e84343;
}

.actions-button {
  height: 100%;
  display: flex;
  align-items: center;
}
.actions-button > i {
  margin-right: 10px;
}

.btn-icono {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer !important;
  background-color: rgba(189, 188, 188, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn-icono > svg {
  margin: 0 !important;
}
.btn-icono::after {
  display: none !important;
}
.btn-icono:hover {
  background-color: #337AB7 !important;
  transition: linear !important;
  color: #fff !important;
}
.btn-icono:hover > svg {
  color: #fff !important;
}
.btn-icono:focus, .btn-icono:visited, .btn-icono:active {
  outline: none !important;
  outline-offset: inherit !important;
}

.btn-secundary {
  background-color: none !important;
  border: none !important;
  color: #30354C !important;
  margin-right: 10px;
}
.btn-secundary:hover {
  background-color: #e6e6e6 !important;
  color: #262A3D !important;
}

.filtroActivo {
  border-left: 2px solid #2DAAE1;
}

.dropdown-menu {
  border-radius: 5px !important;
  border: none !important;
}
.dropdown-header {
  font-size: 16px;
  color: #959CB6;
  font-weight: 500;
  border-bottom: 1px solid rgba(149, 156, 182, 0.2);
}

.btn-sublist {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.85714286;
  width: 100%;
  white-space: nowrap;
  background: transparent;
  border: none;
  border-radius: 5px !important;
  color: #30354C;
  text-align: left;
  cursor: pointer !important;
}
.btn-sublist:hover {
  color: #36A9E1;
  background-color: #EBEDF2;
  font-weight: 500;
  transition: linear !important;
}

.btnInfoInterna > .dropdown-header {
  color: #be7e06;
}
.btnInfoInterna .btn-sublist > span {
  color: #be7e06;
}

.btn-icon-primary {
  padding: 3px;
  font-size: 16px;
  color: #30354C;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background: rgba(189, 188, 188, 0.1);
}
.btn-icon-primary:hover {
  color: #337AB7;
  border-radius: 50%;
}
.btn-icon-primary:focus, .btn-icon-primary:visited, .btn-icon-primary:active {
  outline: none !important;
  outline-offset: inherit !important;
}

.btn-cancel-edit,
.btn-close-popup {
  background-color: rgba(189, 188, 188, 0.1) !important;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: #959CB6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-close-popup:hover {
  background-color: #777D92 !important;
  color: #fff;
}

.btn-cancel-edit:hover {
  border: 1px solid #D24D4A;
  color: #D24D4A;
}

.alert-error-block {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #bce8f1;
  text-align: left;
  border-left: 6px solid firebrick;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.alert-error-block .cont-ico-text {
  display: flex;
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  justify-content: flex-start;
}

div[data-notify].alert-error-block {
  display: block;
  color: #0A7BA9;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-left: none;
  text-align: center;
  padding: 10px 5px;
}

/*head*/
/*head*/
.cont-filtres {
  background-color: #fff;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  padding: 15px;
  width: 100%;
  border-radius: 5px;
}

.ancho {
  width: 100% !important;
}

.cont-filtros-search {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}

.cont-filters-aplic {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.cont-filter-aplic {
  display: flex;
  flex-direction: row;
  width: auto;
  max-width: 94.5%;
}

.btn-filtro {
  height: 36px;
  width: 36px;
  background-color: rgba(189, 188, 188, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn-filtro:hover {
  background-color: #337AB7 !important;
  color: #fff !important;
  transition: linear !important;
}
.btn-filtro:focus, .btn-filtro:visited, .btn-filtro:active {
  outline: none !important;
  outline-offset: inherit !important;
}

@keyframes entrarBtn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contEncabezado {
  padding: 15px 15px;
}
.contEncabezado h1 {
  float: left;
  margin-top: 5px !important;
  margin-left: 5px;
}

.fadeIn {
  animation-duration: 3s;
  animation: entrar;
}

@keyframes entrar {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#totalProductos {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  padding-left: 3px;
  color: #777D92;
}

.filtros-sup {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.filtros-sup .products-filter {
  border: none !important;
  padding: 0px;
  margin: 0px;
  height: auto;
  width: auto;
}
.filtros-sup h2 {
  float: left;
  font-size: 1.05em;
  margin: 0px;
}
.filtros-sup a {
  font-size: 17px;
}
.filtros-sup #products-filter-tags {
  float: left;
  margin: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filtros-sup #products-filter-tags li {
  float: left;
}

.filter-applied {
  padding-top: 10px;
  border-top: 1px solid rgba(149, 156, 182, 0.2);
}
.filter-applied .title-applied {
  font-weight: 500;
  color: #262A3D;
  margin-bottom: 10px;
}

.products-filter {
  border-bottom: 1px solid rgba(149, 156, 182, 0.2) !important;
}

.cont-btnEliminar .filter-applied-delete {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0px;
}
.cont-btnEliminar .filter-applied-delete span {
  margin-left: 5px;
  line-height: normal;
  font-size: 14px;
  position: relative !important;
  top: inherit !important;
}
.cont-btnEliminar .filter-applied-delete:hover, .cont-btnEliminar .filter-applied-delete:hover > span {
  color: #337AB7 !important;
}

.products-filter {
  position: relative;
}
.products-filter:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
.products-filter h2 {
  margin: 5px 0 15px;
  font-weight: 500;
  font-size: 14px;
}
.products-filter h2 a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
.products-filter h2 a .caret {
  margin-right: 5px;
  margin-left: 0;
}
.products-filter h2 a:hover, .products-filter h2 a:active {
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.products-filter h2 a.collapsed .caret {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.products-filter ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.products-filter ul li {
  line-height: 1.2;
  padding-right: 39px;
  margin-bottom: 8px;
  position: relative;
}
.products-filter ul a {
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
}
.products-filter ul a span {
  color: #777777;
  font-weight: normal;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
.products-filter ul a:hover {
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.products-filter .filter-button {
  width: 100%;
  margin-top: 6px;
  background-color: #2daae1;
  color: #fff;
  font-weight: normal;
  margin-bottom: 7px;
}
.products-filter .filter-button:hover {
  transition: all 0.15s ease-in-out;
  background-color: #187da9;
}
.products-filter .invalid .filter-button {
  background-color: #777777;
}

.cont-filtros-presuspuestos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(149, 156, 182, 0.25);
  margin-top: 20px;
}
.cont-filtros-presuspuestos > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  padding: 5px;
  border-right: 1px solid rgba(149, 156, 182, 0.5);
  cursor: pointer;
}
.cont-filtros-presuspuestos > div > span:first-child {
  font-size: 14px;
  color: #262A3D;
}
.cont-filtros-presuspuestos > div > span:nth-last-child(1) {
  font-size: 12px;
  color: #959CB6;
}
.cont-filtros-presuspuestos > div:hover > span {
  font-weight: 500;
  color: #36A9E1;
}
.cont-filtros-presuspuestos > div:nth-last-child(1) {
  border-right: none;
}

.cont-filtros-presuspuestos > .activarFiltroACotizar > span,
.cont-filtros-presuspuestos > .activarFiltroCotizado > span {
  font-weight: 500 !important;
  color: #36A9E1 !important;
}

.cont-filtros-presuspuestos > .desactivarFiltroACotizar > span:first-child,
.cont-filtros-presuspuestos > .desactivarFiltroCotizado > span:first-child {
  font-size: 14px;
  color: #262A3D;
}
.cont-filtros-presuspuestos > .desactivarFiltroACotizar > span:nth-last-child(1),
.cont-filtros-presuspuestos > .desactivarFiltroCotizado > span:nth-last-child(1) {
  font-size: 12px;
  color: #959CB6;
}

/*head*/
/*head*/
.cont-titulo-seccion,
.cont-titulo {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cont-titulo-seccion {
  justify-content: flex-start;
}
.cont-titulo-seccion i, .cont-titulo-seccion svg {
  font-size: 20px;
  margin-right: 10px;
}
.cont-titulo-seccion .titulo-seccion {
  font-size: 1.8rem;
}

.list-consult > .tab-consult {
  margin-left: -10px;
}

/*consulta.cshtml*/
.consulta-grilla-productos {
  height: 600px !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
  width: 30px;
  min-width: 30px;
}

.dx-pager .dx-pages {
  float: left !important;
  padding-left: 10px;
}

@media (max-width: 600px) {
  .w-17, .w-80, .w-25 {
    width: 100%;
  }
}
/*---------------------------*/
.cont-productos {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}
@media screen and (min-width: 768px) {
  .cont-productos {
    flex-flow: row nowrap;
  }
}

.list-filter-prod {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .list-filter-prod {
    justify-content: space-between;
    flex-flow: row;
    grid-gap: 20px;
  }
}
.list-filter-prod .filter-left {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .list-filter-prod .filter-left {
    min-width: 260px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .list-filter-prod .filter-left {
    min-width: 280px;
    width: auto;
  }
}
@media screen and (min-width: 1366px) {
  .list-filter-prod .filter-left {
    min-width: 300px;
    width: auto;
  }
}
.list-filter-prod .list-prod {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .list-filter-prod .list-prod {
    min-width: calc(100% - 280px);
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .list-filter-prod .list-prod {
    min-width: calc(100% - 300px);
    width: auto;
  }
}
@media screen and (min-width: 1366px) {
  .list-filter-prod .list-prod {
    min-width: calc(100% - 320px);
    width: auto;
  }
}

.custom-page-header {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btnTabConsult {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.btnTabConsult .cant-items {
  font-size: 9px;
  color: #87929d;
  margin-left: 3px;
}

.cont-Buscar-MarcaCodigo {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont-Buscar-MarcaCodigo > .cont-selectores-MarcaCodigo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.cont-Buscar-MarcaCodigo > .cont-selectores-MarcaCodigo > .cont-campos-MarcaCodigo {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-Buscar-MarcaCodigo > .cont-selectores-MarcaCodigo > .cont-campos-MarcaCodigo > div {
  width: 50%;
}
.cont-Buscar-MarcaCodigo > .cont-selectores-MarcaCodigo > .cont-btn-MarcaCodigo {
  height: 100%;
  margin-bottom: 9px;
  margin-left: 5px;
}

.icono-buybox {
  color: #E8CD03;
  font-size: 20px;
}

.amarillo-buybox {
  fill: #e8cd03;
}

.verde-buybox {
  fill: #5fcf80;
}

.checkstack {
  position: absolute;
  bottom: -4px;
  right: -2px;
  font-size: 14px;
}

.ico_isKit {
  color: #82358c;
}

.cont-row-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cont-row-grid > .title-row-grid {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0px !important;
}
.cont-row-grid > .icons-row-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
}

.css-MisPresuspuestos > .list-filter-prod > .list-prod {
  width: 100% !important;
}

#grillaPedidosVenta .dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
  background-color: #fff !important;
}
#grillaPedidosVenta .dx-datagrid-pager {
  border-top: none !important;
}

.ContPedidoConTags,
.ContPedido {
  width: auto;
  display: grid;
  grid-gap: 0px 20px;
  grid-template-areas: "pedidosHeader-columna1 pedidosHeader-columna2 pedidosHeader-columna3 pedidosHeader-columna5  pedidosHeader-columna6  pedidosHeader-columna7  pedidosHeader-columna8  pedidosHeader-columna9";
  grid-template-columns: repeat(8, max-content);
}
@media screen and (min-width: 1366px) {
  .ContPedidoConTags,
  .ContPedido {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 1920px) {
  .ContPedidoConTags,
  .ContPedido {
    font-size: 12px !important;
  }
}
.ContPedidoConTags .dx-datagrid .dx-row > td,
.ContPedido .dx-datagrid .dx-row > td {
  padding: 3px !important;
}
.ContPedidoConTags .checkbox-pedido label::before,
.ContPedido .checkbox-pedido label::before {
  height: 14px !important;
  width: 14px !important;
}
.ContPedidoConTags .checkbox-pedido label::after,
.ContPedido .checkbox-pedido label::after {
  width: 10px !important;
  height: 5px !important;
  left: -14px !important;
  top: 2px !important;
}

.ContPedidoConTags {
  grid-template-columns: repeat(9, max-content);
  grid-template-areas: "pedidosHeader-columna1 pedidosHeader-columna2 pedidosHeader-columna3  pedidosHeader-columna4  pedidosHeader-columna5  pedidosHeader-columna6  pedidosHeader-columna7  pedidosHeader-columna8  pedidosHeader-columna9";
}

.pedidosHeader-columna1 {
  grid-area: pedidosHeader-columna1;
}

.PedidoCheck {
  width: 15px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}

.pedidosHeader-columna2 {
  grid-area: pedidosHeader-columna2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoLogo {
  display: flex;
  margin: auto;
  justify-content: center;
}

.PedidoInfoInterna {
  margin: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.pedidosHeader-columna3 {
  grid-area: pedidosHeader-columna3;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoContColumnaTags {
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.pedidosHeader-columna4 {
  grid-area: pedidosHeader-columna4;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoContIdMeli {
  align-items: center;
  width: 150px;
  display: flex;
  flex-wrap: wrap;
}

.PedidoFecha {
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pedidosHeader-columna5 {
  grid-area: pedidosHeader-columna5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoEstado {
  width: 150px;
  display: flex;
  align-items: center;
}

.PedidoContTotal {
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pedidosHeader-columna6 {
  grid-area: pedidosHeader-columna6;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoContColumnaMarcaCodigo {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.PedidoContColumnaCantidad {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pedidosHeader-columna7 {
  grid-area: pedidosHeader-columna7;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoContMensaje {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
}

.PedidoCostoEnvio {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pedidosHeader-columna8 {
  grid-area: pedidosHeader-columna8;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoContColumna4Fila1 {
  min-width: 300px;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.PedidoContColumna4Fila2 {
  min-width: 300px;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pedidosHeader-columna9 {
  grid-area: pedidosHeader-columna9;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PedidoContColumna5Fila1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.colorTextoLink,
.colorTexto {
  color: #262A3D !important;
  font-weight: normal;
}
.colorTextoLink i,
.colorTexto i {
  color: #777D92 !important;
}

.colorTextoLink:hover {
  color: #337AB7 !important;
}
.colorTextoLink:hover i {
  color: #337AB7 !important;
}

.textoSemana {
  text-transform: capitalize;
}

.cursorClick {
  cursor: pointer;
}

.nombreCliente {
  width: calc(100% - 42px);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
}

.recortarTextoUnaFila {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
}

.tagRojo {
  padding: 3px 4px;
  border-radius: 4px;
  background-color: #fbeeed;
  color: #D24D4A;
}

.tagNaranja {
  padding: 3px 4px;
  border-radius: 4px;
  background-color: #fcd894;
  color: #f09e07;
}

.tagGrisAzulado {
  padding: 3px 4px;
  border-radius: 4px;
  background-color: #d1d4e0;
  color: #7780a1;
}

.cont-DetalleProducto,
.cont-DetalleEnvio,
.cont-DetalleVenta,
.cont-DetallePickUp {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .cont-DetalleProducto,
  .cont-DetalleEnvio,
  .cont-DetalleVenta,
  .cont-DetallePickUp {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .cont-DetalleProducto,
  .cont-DetalleEnvio,
  .cont-DetalleVenta,
  .cont-DetallePickUp {
    width: 45%;
  }
}
@media screen and (min-width: 1366px) {
  .cont-DetalleProducto,
  .cont-DetalleEnvio,
  .cont-DetalleVenta,
  .cont-DetallePickUp {
    width: 30%;
  }
}
@media screen and (min-width: 1920px) {
  .cont-DetalleProducto,
  .cont-DetalleEnvio,
  .cont-DetalleVenta,
  .cont-DetallePickUp {
    width: 30%;
  }
}

.subItem-titulo {
  font-size: 14px;
  font-weight: 500;
  color: #777D92;
}

.cont-logoMarketplace {
  width: 20px;
  height: 100%;
}
.cont-logoMarketplace > svg {
  width: 100%;
}

.cont-breadcrum,
.cont-breadcrum ol {
  margin-bottom: 0px;
}
.cont-breadcrum li > a,
.cont-breadcrum ol li > a {
  color: #777D92 !important;
}
.cont-breadcrum li > a:hover,
.cont-breadcrum ol li > a:hover {
  color: #337AB7 !important;
  font-weight: 600;
}
.cont-breadcrum .txt-breadcrumb,
.cont-breadcrum ol .txt-breadcrumb {
  color: #777D92;
  font-size: 12px;
}

.breadcrumb {
  background-color: inherit;
}

/*importar variables*/
/*head*/
.ui-sortable,
.cont-img-galeria {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
}

#glImage li {
  display: inline;
  float: left;
  padding: 5px 2px;
  margin: 4px;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
}

#glImage #btnDelete {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  display: block;
}

#glImage #btnDelete span {
  color: #ff0000;
}

#glImage #btnDelete span:hover {
  color: #ca0808;
}

.cont-img-prod-kit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.img-prod-kit {
  height: 100px;
  width: 100px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin: 6px;
}

/*---------------------------------------------*/
.title-photo {
  font-size: 12px;
  color: #043254;
  position: absolute;
  display: block;
  margin: auto;
  bottom: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 99%;
  font-weight: bold;
}

.cont-ImgEditar {
  height: 100px;
  width: 100px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  /*overflow: hidden;*/
  cursor: pointer;
  padding: 1px;
}
.cont-ImgEditar a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.cont-ImgEditar a img {
  height: auto;
  max-height: 100%;
  margin: auto;
  width: auto;
  max-width: 100%;
}

.cont-ImgEditar:hover {
  border-color: #1f9ed6;
}

.btn-EliminarCambiar span a {
  display: block;
}

.btnDeleteVideo:hover, .delete-photo:hover {
  color: #d9534f;
}

.change-photo:hover {
  color: #36A9E1;
}

/*------------------------------------------------*/
.photo-back {
  background-image: url("/Assets/Images/photo-back.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.photo-back:hover, .youtube-back:hover {
  background-color: rgba(31, 158, 214, 0.2);
}

.youtube-back {
  background-image: url("/Assets/Images/video-back.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.loading {
  background-image: url("/Assets/Images/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.imageButtons, .videoButtons {
  position: absolute;
  display: block;
  margin: auto;
  top: 0px;
  right: 0px;
  width: 40px;
  cursor: pointer;
  border-bottom-left-radius: 20%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 760px) {
  .imageButtons, .videoButtons {
    display: none;
  }
  .imageButtons:hover, .videoButtons:hover {
    display: block;
  }
}

.imageButtons span, .videoButtons span {
  margin-left: 2px;
  float: left;
}

.play-video {
  position: absolute;
  margin-left: 5px;
  margin-top: 20px;
}

/*head*/
/*head*/
.cont-detalle-pedido {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
  flex-wrap: wrap;
}
.cont-detalle-pedido > div {
  padding: 5px;
}

.eye-detail {
  display: inline-block;
}

.nombOriginal {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  padding: 7px 9px 8px;
  color: #6F6F6F;
  font-weight: normal;
  font-size: 12px;
  /*font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;*/
  line-height: 1.35715;
  text-transform: uppercase;
}

.ico-valor-heredado {
  position: absolute;
  top: -10px;
  right: 0px;
}

.msjPreview {
  padding: 0px 5px 2px 5px;
  border: 0.5px solid #E0FEF3;
  border-left: 2px solid #028700;
  float: left;
  margin-top: 5px;
  background-color: #E0FEF3;
}

.msjPreview span {
  color: #028700;
  font-size: 11px;
}

.msjPreview span i {
  cursor: pointer;
  color: #028700;
  font-size: 14px;
}

.detalle-ico-descrip {
  font-size: 16px;
  color: #36A9E1;
  cursor: pointer;
}

.acciones-opcionales {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cont-descrip-meli {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 1.5px solid #f4f1a2;
  border-radius: 5px;
  background: #fdfbd2;
}
.cont-descrip-meli .txt-descrip-meli {
  color: #848484;
  margin-right: 15px;
}
.cont-descrip-meli .ico-descrip-meli {
  font-size: 25px;
  opacity: 0.8;
  cursor: pointer;
}
.cont-descrip-meli .ico-descrip-meli:hover {
  opacity: 1;
}

.cont-imgProducto {
  border-radius: 5px;
}
.cont-imgProducto > a {
  text-decoration: none;
}

#galleryContainer > div > div > div > div {
  overflow: hidden;
}
#galleryContainer > div > div > div > div > img {
  width: auto;
  height: auto;
  max-height: 400px;
}

.ayudante,
.ayudante-ficha {
  position: relative;
}

.cont-ayudante,
.cont-ayudante-ficha {
  visibility: hidden;
}

.cont-ayudante-ficha {
  position: absolute;
  top: 30%;
  right: 5px;
}

.ayudante:hover .cont-ayudante,
.ayudante-ficha:hover .cont-ayudante-ficha {
  visibility: visible;
}

.search-aleph {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.search-aleph fieldset {
  width: 100%;
}
.search-aleph .selectize-input {
  padding-right: 30px;
}

.search-aleph fieldset > div > #wrapper > div > div > div.selectize-input.items.has-options.full.has-items > .selectize-control.plugin-remove_button [data-value] {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.search-aleph fieldset > div > #wrapper > div > div > div.selectize-input.items.has-options.full.has-items > .item {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  width: 100%;
  margin: -6px -12px;
  padding: 6px 12px;
  display: block;
  float: left;
}

.btnNuevo {
  float: right;
}
.btnNuevo input {
  font-size: 14px;
}

.label-categoriaFicha {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.label-categoriaFicha > div {
  width: -webkit-fill-available;
  max-width: calc(100% - 145px);
}

/*head*/
.recuadro {
  border: 1px solid #262A3D;
}

.bordes {
  border: 0.5px solid #262A3D;
  padding: 5px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.title-comprob {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.subTitle-comprob {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

.label-comprob {
  font-size: 11px;
}

.txt-comprobante {
  width: 100%;
  font-size: 12px;
  border: none !important;
  font-weight: bold;
  padding-left: 20px;
}

@media print {
  .recuadro {
    border: 1px solid #262A3D;
  }
  .bordes {
    border: 0.5px solid #262A3D;
    padding: 5px;
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .title-comprob {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
  }
  .subTitle-comprob {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
  }
  .label-comprob {
    font-size: 11px;
  }
  .txt-comprobante {
    width: 100%;
    font-size: 12px;
    border: none !important;
    font-weight: bold;
    padding-left: 20px;
  }
}
/*importar variables*/
/*head*/
/*head*/
.cont-title-popup {
  background: #ffffff !important;
  color: #fff !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cont-title-popup h2 {
  padding: 20px 0px 10px !important;
  margin: 0px !important;
  font-size: 18px !important;
  color: #000000;
}
.cont-title-popup .close-popUp-button {
  color: #CACDDB;
}

.cont-btn-popup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

.btnAcepTerms {
  margin: 0px !important;
}

.line-footer-popup {
  margin: 20px 0 !important;
}

.cont-modalAviso {
  max-height: 240px;
  overflow: auto;
}

.btn-modalAviso {
  background: #36A9E1 !important;
  color: #fff !important;
  border: #959CB6 !important;
}

.alert-aws {
  margin: 0 !important;
  padding: 16px 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 0px !important;
  width: 100%;
  justify-content: space-between;
}
.alert-aws p {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.alert-aws p strong {
  font-weight: 700;
}
.alert-aws button {
  background-color: transparent !important;
  margin: 0px;
  padding: 0px;
  border: none !important;
}
.alert-aws button i {
  width: 14px;
  height: 14px;
}

/*head*/
/*head*/
.toolAyuda-publi {
  position: absolute;
  right: 0px;
  top: -25px;
}

.tooltip-aleph {
  position: relative;
  display: inline-block;
}
.tooltip-aleph i {
  font-size: 16px;
}

.tooltip-aleph:hover .tooltip-right,
.tooltip-aleph:hover .tooltip-right-big,
.tooltip-aleph-ficha:hover .tooltip-right,
.tooltip-aleph:hover .tooltip-left {
  visibility: visible;
}

.tooltip-right,
.tooltip-right-big {
  /*white-space: pre-line;*/
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
  white-space: normal;
  visibility: hidden;
  background-color: #f3f7ff;
  color: #3e474f;
  border: 0.5px solid #3e474f;
  border-radius: 4px;
  padding: 3px 4px;
  position: absolute;
  z-index: 5;
  top: -5px;
  left: 100%;
  font-size: 11px;
  line-height: normal;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
}
.tooltip-right span,
.tooltip-right-big span {
  white-space: normal;
  display: block;
  line-height: 14px;
  /*text-transform: capitalize;*/
}
.tooltip-right a,
.tooltip-right-big a {
  margin-top: 5px;
  font-weight: 600;
  color: #a5a5a5;
  line-height: 16px;
}
.tooltip-right a:hover,
.tooltip-right-big a:hover {
  text-decoration: none;
  color: #3e474f;
}
.tooltip-right::after,
.tooltip-right-big::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #3e474f transparent transparent;
}

.tooltip-right-big {
  width: 350px;
  text-align: left;
}

.tooltip-left {
  /*white-space: pre-line;*/
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  white-space: normal;
  visibility: hidden;
  background-color: #f3f7ff;
  color: #3e474f;
  border: 1.2px solid #3e474f;
  border-radius: 4px;
  padding: 3px 4px;
  position: absolute;
  z-index: 5;
  right: 110%;
  font-size: 11px;
}
.tooltip-left span {
  white-space: normal;
  display: block;
  line-height: 14px;
  /*text-transform: capitalize;*/
}
.tooltip-left a {
  margin-top: 5px;
  font-weight: 600;
  color: #a5a5a5;
  line-height: 16px;
}
.tooltip-left a:hover {
  text-decoration: none;
  color: #3e474f;
}

.tooltip-right,
.tooltip-left {
  text-align: center;
  width: auto;
  min-width: 100px;
  max-width: 200px;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
}

/*.tooltip-right::after,
.tooltip-right-big::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent $c-borde-tooltip transparent transparent;
}*/
.tooltip-left::after {
  content: "";
  position: absolute;
  left: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3e474f;
}

.tooltip-aleph-ficha {
  position: absolute;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
}
.tooltip-aleph-ficha .tooltip-right {
  white-space: nowrap;
  visibility: hidden;
  background-color: #f3f7ff;
  color: #3e474f;
  border: 1.2px solid #3e474f;
  border-radius: 4px;
  padding: 3px 4px;
  position: absolute;
  z-index: 5;
  top: -5px;
  left: 100%;
  font-size: 11px;
}
.tooltip-aleph-ficha .tooltip-right::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 100%;
  margin-top: -8px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #3e474f transparent transparent;
}

@media (min-width: 576px) {
  .toolAyuda-publi {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.dx-tooltip-wrapper .dx-overlay-content {
  border: 1px solid #30354c !important;
  background-color: #30354c !important;
  color: #fff !important;
}

.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow:after {
  border: #30354C !important;
  background: #30354C !important;
}

/*head*/
/*head*/
.mensajesYpreguntas > .headerPreguntas {
  background: url("/Assets/Images/fondos/fondo-mensajes.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.mensajesYpreguntas > .headerPreguntas > .background-acciones {
  justify-content: space-between;
}
.mensajesYpreguntas > .headerPreguntas > .background-acciones > .btn-cargarPedidos > a {
  color: #e4e4e4 !important;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mensajesYpreguntas > .headerPreguntas > .background-acciones > .btn-cargarPedidos > a > span {
  font-size: 9px;
}
.mensajesYpreguntas > .headerPreguntas > .background-acciones > .btn-cargarPedidos > a:hover {
  color: #fff !important;
}

.msj-sinPregyNotis {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.lipreguntas {
  list-style: none;
  padding: 0px 10px;
  float: left;
  width: 100%;
  min-height: 163px;
}

.cont-Respuesta {
  overflow: visible;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.cont-Respuesta a {
  margin: auto;
  color: #2daee1;
  font-size: 25px;
}

.contPregunta {
  margin-top: 10px;
}

.pregunta {
  width: 100%;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 3; /*este sirve para elegir las cantidad de lineas a mostrar*/
}

.lineas {
  -webkit-line-clamp: inherit !important;
}

.contBtnControles {
  width: auto;
  position: absolute;
  right: 10px;
}
.contBtnControles a {
  float: right;
  clear: both;
}
.contBtnControles a svg {
  font-size: 15px !important;
}
.contBtnControles a:hover {
  text-decoration: none;
  color: none;
}

.btnEliminar svg {
  fill: #d10606 !important;
}

.btnDetalle svg {
  fill: #46ae21 !important;
}

.btnHistorial {
  position: absolute;
  bottom: 9px;
  right: 10px;
}
.btnHistorial svg {
  font-size: 15px !important;
  fill: #757575 !important;
}

.btnLeido i {
  color: #36A9E1 !important;
  font-size: 15px !important;
}

.salida {
  animation-duration: 1s;
  animation-name: salida;
}

@keyframes salida {
  to {
    opacity: 1;
    display: block;
    margin-left: 0px;
  }
  from {
    opacity: 0;
    display: none;
    margin-left: 420px;
  }
}
.selector-estadosPreguntas {
  margin-top: 10px;
}
.selector-estadosPreguntas > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.selector-estadosPreguntas > div > div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-right: 50px !important;
}
.selector-estadosPreguntas > div > div:last-child {
  margin-right: 0px;
}

.cont-Nomb-Prod, .cont-Preg-Img {
  margin: auto;
}

.cont-Nomb-Prod {
  text-align: center;
}

.custom-page-title span {
  font-size: 12px;
  color: #777;
  display: block;
  text-align: center;
}

.cont-Dialog {
  overflow: hidden;
}

.dialogoPreg, .dialogoResp {
  border-radius: 5px;
  padding: 5px 10px 12px 10px;
  box-shadow: rgba(0, 0, 0, 0.13);
  min-width: 120px;
  font-size: 12px !important;
  max-width: 80%;
}

.dialogoPreg {
  border-bottom-left-radius: 0px;
  background-color: #DCF8C6;
  float: left;
  position: relative;
}
.dialogoPreg span:nth-child(1) {
  font-size: 12px !important;
}

.dialogoResp {
  border-bottom-right-radius: 0px;
  background-color: #9cd7f1;
  float: right;
  position: relative;
}
.dialogoResp span:nth-child(1) {
  font-size: 12px;
  font-style: italic;
  color: #777;
}

/*----------------------------------*/
.cont-group {
  margin-left: -30px;
  margin-right: -30px;
}

.cont-Preg-Img {
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.cont-Preg-Img .preg-Img {
  width: 100%;
}

.cont-Resp {
  margin-bottom: 10px;
  margin-top: 10px;
}

.cont-Preg {
  margin-bottom: 10px;
  margin-top: 10px;
}

.iconos {
  width: 100%;
  right: 0px;
  visibility: hidden;
  overflow: hidden;
}
.iconos a {
  text-decoration: none;
  color: grey;
  cursor: pointer;
}

.contIcon:hover .iconos {
  visibility: visible;
}

.contIcon:hover {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.content-preguntas {
  width: 80%;
  margin: auto;
  padding: 20px;
}

.separadorPregPrin {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: rgba(0, 0, 0, 0.2);
  width: 100%;
}

@media (max-width: 800px) {
  .content-preguntas {
    width: 100%;
    padding: 0px;
  }
}
/*----------------------------------------------------------------*/
.cont-RobotPreg {
  display: none;
  position: relative;
  height: 275px;
}
.cont-RobotPreg .robot {
  position: absolute;
  display: block;
  left: 45%;
  width: 10%;
  animation-name: movimiento;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  top: 110px;
}
.cont-RobotPreg .dialogo-msj-Preg {
  left: 55%;
  width: 9%;
  position: absolute;
}

@keyframes movimiento {
  0% {
    top: 110px;
  }
  25% {
    top: 130px;
  }
  50% {
    top: 110px;
  }
  75% {
    top: 130px;
  }
  100% {
    top: 110px;
  }
}
/*
        nuevo estilos de preguntas
*/
.question:hover .contBtnControles {
  display: block;
}

.cont-preguntas {
  padding: 0;
}
.cont-preguntas .item-question {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5px 28px 5px 10px;
  flex-wrap: wrap;
  border-top: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
}
.cont-preguntas .item-question .question {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.cont-preguntas .item-question .question .info-question {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 12px;
}
.cont-preguntas .item-question .question .info-question a {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
.cont-preguntas .item-question .question .info-question a,
.cont-preguntas .item-question .question .info-question a:hover,
.cont-preguntas .item-question .question .info-question a:active,
.cont-preguntas .item-question .question .info-question a:focus,
.cont-preguntas .item-question .question .info-question a:visited {
  text-decoration: none;
}
.cont-preguntas .item-question .question .info-question .info-quest-count {
  font-size: 12px;
  font-weight: 600;
}
.cont-preguntas .item-question .question .info-question p {
  font-size: 11px;
  font-weight: 500;
  color: #777;
  margin: 0px;
}
.cont-preguntas .item-question .question .info-question .info-user-question {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 7px;
}

.cont-img-user {
  border-radius: 50%;
  margin-right: 10px;
}

.cont-question-imgProd {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.cont-question-imgProd img {
  padding: 3px;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  margin: auto;
}

.cont-quest-user,
.cont-answer-user {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont-quest-user a .quest-nomb-user,
.cont-answer-user a .quest-nomb-user {
  font-size: 11px;
  color: #36A9E1;
  font-weight: 600;
}
.cont-quest-user .glob-question-user,
.cont-quest-user .glob-answer-user,
.cont-answer-user .glob-question-user,
.cont-answer-user .glob-answer-user {
  position: relative;
  margin-left: 2.5px;
}
.cont-quest-user .glob-answer-user,
.cont-answer-user .glob-answer-user {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cont-quest-user .glob-question-user,
.cont-answer-user .glob-question-user {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cont-quest-user div .question-user,
.cont-quest-user div .answer-user,
.cont-answer-user div .question-user,
.cont-answer-user div .answer-user {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  border-radius: 4px;
  padding: 7px;
  width: auto;
  max-width: 290px;
  min-width: 150px;
  height: 100%;
  justify-content: space-between;
}
.cont-quest-user div .question-user span,
.cont-quest-user div .answer-user span,
.cont-answer-user div .question-user span,
.cont-answer-user div .answer-user span {
  color: #4a4a4a;
}
.cont-quest-user div .question-user .time-question,
.cont-quest-user div .answer-user .time-question,
.cont-answer-user div .question-user .time-question,
.cont-answer-user div .answer-user .time-question {
  font-size: 9px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 10px;
  color: #30354C;
}
.cont-quest-user div .question-user span,
.cont-answer-user div .question-user span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 2; /*este sirve para elegir las cantidad de lineas a mostrar*/
}
.cont-quest-user div .question-user,
.cont-answer-user div .question-user {
  border-top-left-radius: 0px;
  background-color: #a9d3b8;
}
.cont-quest-user div .answer-user,
.cont-answer-user div .answer-user {
  border-top-right-radius: 0px;
  background-color: #bbe2f5;
}

.question-user::before,
.answer-user::before {
  content: "";
  position: absolute;
  top: 0;
  border-width: 5px;
  border-style: solid;
}

.question-user::before {
  border-color: #a9d3b8 transparent transparent transparent;
  left: -5px;
}

.answer-user::before {
  border-color: #bbe2f5 transparent transparent transparent;
  right: -5px;
}

.answer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 5px;
  border: none;
  padding: 2px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.alephtextarea {
  margin: 0;
  line-height: 1.4;
  width: 90%;
  resize: none;
  font-size: 12px;
  -webkit-transition: min-height 150ms ease-out;
  transition: min-height 150ms ease-out;
  overflow-y: hidden;
  border: none;
}

.alephtextarea:focus {
  border: none !important;
  outline: none;
}

.alephtextarea::-webkit-input-placeholder {
  color: #a9a8a8;
}

.alephtextareaSuperior {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 3px;
  resize: none;
}
.alephtextareaSuperior:focus, .alephtextareaSuperior:active {
  outline: none;
}
.alephtextareaSuperior::-webkit-input-placeholder {
  color: #A5A5A5;
}

.btn-send i {
  font-size: 18px !important;
}

/*
    ESTILOS CHAT POST VENTA
*/
.ctrlRespuestaChat {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #d1d4e0;
  border-radius: 5px;
  padding: 1px;
}

.contBotones {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  border-left: 1px solid #d1d4e0;
  background-color: #fff;
  border-radius: 0px 5px 5px 0px;
}

.btnMjVenta {
  padding: 11px;
  display: flex;
  text-decoration: none;
  border-image: initial;
  width: 44px;
  flex-direction: column;
  place-content: center;
}

.btnMjVenta svg, .btnMjVenta span {
  font-size: 20px;
}

.contRespChat {
  width: 100%;
  padding: 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}

.txtChatVenta {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.contchat {
  height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

#contchat dx-loadpanel-content-wrapper {
  margin: auto;
}

.extAdjunto {
  background-color: grey;
  border-radius: 5px;
  padding: 2px;
  width: 19px;
  text-align: center;
}

#chatfiles ul {
  margin-bottom: 0;
  padding: 0;
}

.adj-name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#enviarchat:hover {
  background-color: #F5F5F5;
}

#adjuntarchat:hover {
  background-color: #F5F5F5;
}

/*
    pantalla de mensajeria y preguntas predefinidas
*/
.cont-section {
  width: 100%;
  border: 1px solid #D9DCE3;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cont-section .cont-messages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

/* Style the tab en cuentas de usuarios navbar */
.list-prod-chat {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100%;
  height: 600px;
  /*overflow: auto;*/
  /* Style the buttons inside the tab */
}
.list-prod-chat .prod-chat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: rgba(45, 170, 225, 0.08);
  padding: 12px 10px 20px 10px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.list-prod-chat .prod-chat .tab-imgProd {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.list-prod-chat .prod-chat .tab-imgProd .cont-messages-imgProd {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #d1d4e0;
  background-color: #fff;
  display: flex;
}
.list-prod-chat .prod-chat .tab-imgProd .cont-messages-imgProd img {
  padding: 3px;
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
  margin: auto;
}
.list-prod-chat .prod-chat .tab-imgProd .link-prod-chat {
  font-size: 11px;
  text-align: center;
  cursor: default;
}
.list-prod-chat .prod-chat .tab-infProd {
  position: relative;
  margin-left: 10px;
  width: calc(100% - 110px);
}
.list-prod-chat .prod-chat .tab-infProd .title-prod-chat,
.list-prod-chat .prod-chat .tab-infProd .stock-prod-chat,
.list-prod-chat .prod-chat .tab-infProd .type-prod-chat {
  display: block;
  font-size: 12px;
}
.list-prod-chat .prod-chat .tab-infProd .title-prod-chat {
  font-size: 14px;
  cursor: default;
  font-weight: 500;
}
.list-prod-chat .prod-chat .tab-infProd > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
.list-prod-chat .prod-chat .mode-shipping {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.title-prod-chat:hover,
.link-prod-chat:hover {
  text-decoration: none;
}

/* Change background color of buttons on hover */
.list-prod-chat .prod-chat:hover {
  background-color: #337AB7;
}

/* Create an active/current "tab button" class */
.list-prod-chat .prod-chat.active {
  background-color: #fff;
}

.prod-chat::before {
  /*content: "";*/
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-color: #ccc #ccc transparent transparent;
  top: 50%;
  right: 0;
}

/* Style the tab content */
.chats-info {
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 100%;
  border-left: none;
  height: 300px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*head*/
/*head*/
.notifications > .notif-header {
  /*@include backgrondImage(url("/Assets/Images/fondos/fondo-notificaciones.png"), top, cover, no-repeat);
  background: url("/Assets/Images/fondos/fondo-notificaciones.png");*/
}
.notifications > .notif-header .background-acciones {
  align-items: center;
  justify-content: space-between;
}
.notifications > .cont-acciones > .cont-notificaciones {
  padding: 0;
}

.cont-notif {
  position: relative;
  padding: 5px 25px 5px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F4F5F8;
  border-top: none !important;
}
.cont-notif > a {
  width: 100%;
  padding: 0px !important;
  color: #777D92;
}
.cont-notif a:hover, .cont-notif a:active, .cont-notif a:focus, .cont-notif a:visited {
  text-decoration: none;
}

.cont-notif-read {
  background: #FFFFFF;
}

.notif {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.cont-img-user,
.cont-notif-imgCuenta,
.cont-notif-imgProd {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #d1d4e0;
  background-color: #fff;
  display: flex;
}
.cont-img-user img,
.cont-notif-imgCuenta img,
.cont-notif-imgProd img {
  padding: 3px;
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
  margin: auto;
}

.cont-notif-imgCuenta {
  /*border-radius: 50%;*/
  border-radius: 4px;
  width: 12.99%;
  max-width: 61px;
  display: flex;
  align-items: center;
}

.cont-notif-txt {
  width: calc(100% - 68px);
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cont-notif-txt .notif-txt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 10px;
  /*align-content: center;*/
  justify-content: space-between;
  width: 85.01%;
}
.cont-notif-txt .notif-txt > span {
  font-size: 12px;
  color: #979797;
  /*-webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.cont-notif-txt .notif-txt > span:nth-child(2) {
  color: #000000;
}
.cont-notif-txt .notif-txt .notif-tipo-time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: center;
}
.cont-notif-txt .notif-txt .notif-tipo-time span {
  color: #8a8a8a;
  font-size: 12px;
}
.cont-notif-txt .notif-txt .notif-tipo-time i {
  color: #36A9E1;
  font-size: 18px;
  margin-right: 10px;
  line-height: 0.6 !important;
}

.tach-view,
.level-alert {
  position: absolute;
  right: 15px;
}
.tach-view a i, .tach-view div i,
.level-alert a i,
.level-alert div i {
  font-size: 18px !important;
}

.tach-view {
  bottom: 5px;
}

.level-alert {
  top: 5px;
}

.line-notif-div {
  width: 90%;
  margin: 0px auto;
  padding: 0px !important;
  border-color: rgba(0, 0, 0, 0.09);
}

/*------------------------------------------------------*/
.notif-detail {
  width: 80%;
  margin: auto;
}
.notif-detail > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.notif-detail > div > a:hover {
  text-decoration: none;
}

.content-notif {
  margin-top: 5px;
}
.content-notif .macht-read {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.content-notif .notif-list {
  padding: 0px;
}

@media (max-width: 600px) {
  .cont-notif-imgCuenta,
  .cont-notif-imgProd {
    width: 40px;
    height: 40px;
  }
  .cont-notif-imgCuenta img,
  .cont-notif-imgProd img {
    max-width: 40px;
    max-height: 40px;
  }
  .cont-notif-imgCuenta {
    min-width: 40px;
    max-width: 40px;
  }
  .cont-notif-txt {
    flex-wrap: wrap;
    width: 240px;
  }
  .cont-notif-txt .notif-txt {
    width: 185px !important;
  }
  .cont-notif-txt .notif-txt > span {
    font-size: 12px;
  }
  .cont-notif-txt .notif-txt .notif-tipo-time {
    font-size: 11px;
  }
  .cont-notif-txt .notif-txt .notif-tipo-time span {
    color: #777D92;
  }
  .cont-notif-txt .notif-txt .notif-tipo-time i {
    color: #36A9E1;
    height: 16px;
    margin-right: 10px;
  }
  .notif-detail {
    width: 100%;
  }
}
.recuadro-gris {
  background-color: #F4F5F8 !important;
  border-radius: 3px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding: 10px 5px;
  height: fit-content;
  width: 100%;
}

.texto-notificaciones {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.process-success {
  color: #4D9667;
}

.process-error {
  color: #D24D4A;
}

/*head*/
/*head*/
.error-import > div {
  margin-bottom: 10px;
}
.error-import > div > div {
  height: 36px;
}

.header-selectorCategoria {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "cont-selectorCategoria cont-selectorCategoria cont-selectorCategoria cont-selectorCategoria" "cont-subirPlantilla cont-subirPlantilla cont-subirPlantilla cont-subirPlantilla";
}
@media screen and (min-width: 768px) {
  .header-selectorCategoria {
    grid-template-areas: "cont-selectorCategoria cont-selectorCategoria cont-selectorCategoria cont-subirPlantilla";
  }
}
.header-selectorCategoria .cont-selectorCategoria {
  grid-area: cont-selectorCategoria;
}
.header-selectorCategoria .cont-subirPlantilla {
  grid-area: cont-subirPlantilla;
  background-color: #337AB7;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .header-selectorCategoria .cont-subirPlantilla {
    margin: 0;
    padding: 0;
  }
}
.header-selectorCategoria .cont-subirPlantilla > span {
  color: #fff;
  width: 100%;
  text-align: center;
}

.chksAtributos > div > .btn-acordion {
  padding: 0 20px !important;
  font-family: "Roboto" !important;
}
.chksAtributos > div > .product-section {
  padding: 20px !important;
  margin-bottom: 0px !important;
}
.chksAtributos > div > h4 > .tituloConCheckbox {
  width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .chksAtributos > div > h4 > .tituloConCheckbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.chksAtributos > div > h4 > .tituloConCheckbox > .cont-title-state {
  align-items: center;
}
.chksAtributos > div > h4 > .tituloConCheckbox > .cont-title-state > .title-state {
  margin-right: 10px;
  font-size: 14px !important;
  font-family: "Roboto" !important;
}
.chksAtributos > div > h4 > .tituloConCheckbox > .cont-title-state > .total-productos {
  color: #777777;
  font-size: 11px !important;
}

.list-atributos-importador {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-atributos-importador > li {
  display: inline-flex;
}

.footer-selectorCategoria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-selectorCategoria .check-AddProd {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer-selectorCategoria .check-AddProd {
    width: auto;
  }
}
.footer-selectorCategoria .select-tipoProd {
  margin: 10px 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer-selectorCategoria .select-tipoProd {
    margin: 0px 20px;
    width: auto;
    min-width: 280px;
  }
}
.footer-selectorCategoria .btn-descargarPlanilla {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer-selectorCategoria .btn-descargarPlanilla {
    width: auto;
  }
}

.nuevoAtributoCustom {
  width: 100%;
  /*
  display: grid;
  grid-template-rows: repeat(3,1fr);
  grid-row-gap: 10px;
  grid-template-areas: "input-atributo" "select-atributo" "btn-agregarAtributo";

  @media screen and (min-width: 768px) {
      grid-template-columns: repeat(3,1fr);
      grid-template-rows:none;
      grid-column-gap: 10px;
      grid-template-areas: "input-atributo    select-atributo     btn-agregarAtributo";
      margin-bottom: 20px;
  }

  > input {
      grid-area: input-atributo;
  }

  > select {
      grid-area: select-atributo;
  }

  > button {
      grid-area: btn-agregarAtributo;
  }
      */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.nuevoAtributoCustom > input,
.nuevoAtributoCustom > select,
.nuevoAtributoCustom > button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nuevoAtributoCustom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nuevoAtributoCustom > input,
  .nuevoAtributoCustom > select,
  .nuevoAtributoCustom > button {
    width: 30%;
  }
  .nuevoAtributoCustom > input, .nuevoAtributoCustom > select {
    margin-right: 10px;
  }
}

.recortar-AtributoMeliId {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  color: #959CB6;
}

/*importar variables*/
/*head*/
/*head*/
.reduc-pad {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.reduc-pad > .panel-group {
  margin-bottom: 20px;
}

.a-success {
  color: #4db53c;
}

.a-warning {
  color: #DD6B1F;
}

.a-danger {
  color: #E21010;
}

.rotate-30 {
  transform: rotate(30deg);
}

.rotate-0 {
  transform: rotate(0deg);
}

/*-------------*/
.cont-Editar-Producto {
  padding-top: 20px;
}

.panel-body {
  position: relative;
}

.txt-form {
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
}

.linea-footer {
  margin: 10px 0px;
}

/*-------------------------*/
.imgPrincipal {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------*/
.imgs-header {
  display: none;
}
.imgs-header > img {
  margin: 0 3px;
}
@media (min-width: 700px) {
  .imgs-header {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
  }
}
.imgs-header .numeroimagen {
  font-family: "Roboto";
  background: rgba(54, 169, 225, 0.05);
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #36A9E1;
  margin-left: 5px;
}

.titulo-acordeon-producto {
  padding-right: 0px !important;
  position: relative;
}

.btn-acordion:hover, .btn-acordion:active, btn-acordion:focus {
  text-decoration: none !important;
  color: #333 !important;
}

.btn-acordion {
  font-family: "Montserrat", sans-serif;
  height: 55px;
  background-color: #fff;
  color: #333 !important;
  border: 1px solid #D9DCE3;
  padding: 0 30px 0 40px;
  text-decoration: none !important;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btn-acordion .cont-info-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.btn-acordion .btn-desplegable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.cont-title-state {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.btn-desplegable i, .cont-ping i {
  margin: auto;
}

.cont-ping {
  display: flex;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 33%;
  left: 15px;
}

.cont-ping:hover {
  background-color: #e2e2e2;
}

.btn-desplegable i {
  font-size: 22px;
  color: #36A9E1;
}

.ping-ficha {
  font-size: 14px;
  color: #5d5d5d;
  cursor: auto;
  z-index: 800;
}

.cont-Panel {
  margin-top: -14px;
}

.link-Atributos {
  width: 100%;
  font-size: 12px;
  text-align: right;
  font-style: italic;
  color: #777;
}

.panel-title {
  margin-top: 0px;
  position: relative;
}

.state-form {
  display: none !important;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px;
}
.state-form i {
  font-size: 14px;
  margin-right: 5px;
}

/*----------------------------------------*/
.product-detail {
  padding: 10px 30px;
}
.product-detail .img-prod {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 150px;
  margin: auto;
  display: block;
}
.product-detail .text-photo,
.product-detail .subtext-photo {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #777;
  text-align: center;
  display: block;
  /*font-weight: bold;*/
}
.product-detail .subtext-photo {
  font-size: 10px;
}

.btnSaveDetalle {
  float: right;
}

.ojo-titulo {
  /*hay que agregar esta clase para que se vea en el detalle*/
  position: absolute;
  top: 5px;
  right: 0;
}

/*---------------------*/
#graphic-meli {
  min-width: 310px;
  max-width: 800px;
  height: 400px;
  margin: 0 auto;
}

.cont-graphic-meli {
  margin-top: 20px;
}

.cont-graphic-meli div svg {
  width: auto !important;
  height: auto !important;
}

.txt-calidad {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: grey;
}

.cont-graphic {
  display: none !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.graphic {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 48%;
  border: 1px solid #D9DCE3;
  background-color: #fff;
  margin-bottom: 14px;
  padding: 10px;
}
.graphic .txt-Grafico {
  font-size: 12px;
  /*font-style: italic;*/
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.c100 {
  margin: 0.1em 0.1em !important;
}

.cont-data-QualityPubli,
.cont-data-QualityAtr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*margin: 25px 0px;*/
  align-items: center;
}
.cont-data-QualityPubli .cont-QualityAtr,
.cont-data-QualityAtr .cont-QualityAtr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cont-data-QualityPubli .cont-QualityAtr .c100,
.cont-data-QualityAtr .cont-QualityAtr .c100 {
  font-size: 100px;
}
.cont-data-QualityPubli .cont-QualityAtr .txt-calidad,
.cont-data-QualityAtr .cont-QualityAtr .txt-calidad {
  text-align: center;
}
.cont-data-QualityPubli .cont-QualityPubli,
.cont-data-QualityAtr .cont-QualityPubli {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cont-data-QualityPubli .cont-QualityPubli .txt-calidad,
.cont-data-QualityAtr .cont-QualityPubli .txt-calidad {
  text-align: center;
}
.cont-data-QualityPubli .txt-QualityAtr > div,
.cont-data-QualityAtr .txt-QualityAtr > div {
  text-align: center;
}
.cont-data-QualityPubli .txt-QualityAtr > div .data-AtribFaltantes,
.cont-data-QualityAtr .txt-QualityAtr > div .data-AtribFaltantes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #E97D82;
}
.cont-data-QualityPubli .txt-QualityAtr > div .data-AtribFaltantes div,
.cont-data-QualityAtr .txt-QualityAtr > div .data-AtribFaltantes div {
  text-align: left;
}
.cont-data-QualityPubli .txt-QualityAtr > div .data-AtribFaltantes div .items-AtribFaltantes i,
.cont-data-QualityAtr .txt-QualityAtr > div .data-AtribFaltantes div .items-AtribFaltantes i {
  font-size: 10px;
}
.cont-data-QualityPubli .txt-QualityAtr > div .data-AtribFaltantes div .items-AtribFaltantes span,
.cont-data-QualityAtr .txt-QualityAtr > div .data-AtribFaltantes div .items-AtribFaltantes span {
  margin-left: 5px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}
.cont-data-QualityPubli .txt-QualityAtr > div .data-AtribFaltantes .cont-btns-atrib a,
.cont-data-QualityAtr .txt-QualityAtr > div .data-AtribFaltantes .cont-btns-atrib a {
  cursor: pointer;
}

.cont-data-QualityAtr {
  justify-content: space-around;
  padding: 10px 0px;
}

.head-QualityAtr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.head-QualityAtr .c100 {
  font-size: 40px;
  margin: 0px !important;
}
.head-QualityAtr .txt-calidad {
  text-align: center;
  width: 50%;
  text-decoration: none;
}

.display {
  display: none;
}

@media (min-width: 767.98px) {
  .cont-data-QualityPubli {
    justify-content: space-around;
  }
  .cont-data-QualityPubli .cont-QualityPubli .c100 {
    font-size: 130px;
  }
}
@media (min-width: 1199.98px) {
  .cont-data-QualityPubli .cont-QualityPubli {
    flex-direction: inherit;
  }
  .cont-data-QualityPubli .cont-QualityPubli .c100 {
    font-size: 100px;
  }
}
/*----------------------------*/
.cont-verificado .meli-verif {
  margin: 10px 0px;
}
.cont-verificado .meli-verif span {
  font-size: 16px;
}

.cont-title-verif {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cont-title-verif span {
  font-size: 14px;
  /*font-weight: bold;*/
}

.table > tbody > tr > td:nth-child(1) {
  font-size: 13px;
}

.state-verif {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.state-verif span {
  font-size: 10px;
  margin-left: 5px;
}
.state-verif .passed {
  color: #4D9667;
}
.state-verif .no-passed {
  color: #a7a7a7;
}

.cont-data-meli,
.cont-data-CuentaAsociada {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 25px 0px;
}

.data-meli,
.data-CuentaAsociada {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  /*aca le doy un back con color*/
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 5px;
  padding-top: 5px;
  color: #31708f;
}
.data-meli span,
.data-CuentaAsociada span {
  width: 100%;
}
.data-meli span:nth-child(2),
.data-CuentaAsociada span:nth-child(2) {
  font-size: 2.1em;
}
.data-meli span:nth-child(2) a,
.data-CuentaAsociada span:nth-child(2) a {
  cursor: pointer;
  text-decoration: none;
}

.data-CuentaAsociada {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .data-CuentaAsociada {
    width: 49%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .data-CuentaAsociada {
    width: 24%;
    margin-bottom: 0px;
  }
}
/*----------estilos de la partial de editor------------------*/
.aspect-ratio {
  position: relative;
}

.aspect-ratio-1-1 {
  padding-bottom: 100%;
}

.aspect-ratio-4-3 {
  padding-bottom: 65%;
}

.aspect-ratio-16-9 {
  padding-bottom: 56.25%;
}

.fit-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  max-height: 90%;
}

.fit-img-bottom {
  top: auto;
}

.fit-img-tight {
  max-width: 100%;
  max-height: 100%;
}

/*-------video-------------*/
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tooltip {
  /* tooltip container box */
  white-space: pre-line;
}

.ui-tooltip-content {
  /* tooltip content */
  white-space: pre-line;
}

/*--------------------------------------------------*/
.col-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mdoEnvio {
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
  margin-top: 10px !important;
  display: inline-block;
  max-width: 100%;
  text-decoration: none !important;
}

.mdoEnvio:hover {
  color: #848484 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.checkPref {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.cont-pop-aplications {
  height: 100%;
}

.pop-aplications {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont-popup-apli {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  align-content: space-between;
  padding-right: 10px;
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
}
.cont-popup-apli .popup-fields {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cont-popup-apli .popup-fields .fields-apli {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  width: 30%;
}
.cont-popup-apli .popup-fields .fields-apli .label-bold {
  margin-top: 0px !important;
  width: 100%;
}
.cont-popup-apli .popup-fields .fields-apli > div {
  width: 100%;
}
.cont-popup-apli .popup-fields .fields-apli > div > input,
.cont-popup-apli .popup-fields .fields-apli > div > select {
  padding-top: 4px;
  width: 100%;
}

.fieldset-aplicaciones {
  height: 100%;
}
.fieldset-aplicaciones .cont-btn-aplic {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.table-atributo {
  border: 1px solid #D9DCE3;
  border-radius: 3px;
}

.cont-btns-atrib {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cont-btns-atrib div {
  margin-bottom: 5px;
}

.btn-aleph {
  border-radius: 4px;
  padding: 3px 5px;
  background-color: #fff;
  border: 1px solid #36A9E1;
  color: #36A9E1;
}

.btn-aleph::before {
  background-color: #36A9E1;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 20px;
  width: 0%;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.btn-aleph:hover::before {
  width: 100%;
  left: 0;
}

.img-PreVisual {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #f8f8f8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-PreVisual img {
  padding: 3px;
  width: auto;
  max-width: 30px;
  height: auto;
  max-height: 30px;
  margin: auto;
}

.campo-ficha {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.campo-ficha > .label-aleph,
.campo-ficha > .cont-label-ficha {
  width: 100%;
  margin-bottom: 5px;
  color: #777D92 !important;
  cursor: inherit;
  font-size: 14px !important;
}
@media screen and (min-width: 1024px) {
  .campo-ficha > .label-aleph,
  .campo-ficha > .cont-label-ficha {
    width: 250px;
    margin-bottom: 0px;
  }
}
.campo-ficha > .label-aleph > .label-aleph,
.campo-ficha > .cont-label-ficha > .label-aleph {
  color: #5d6688 !important;
  cursor: inherit;
}
.campo-ficha > .cont-dato-ficha {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .campo-ficha > .cont-dato-ficha {
    width: calc(100% - 250px);
  }
}

.cont-switchConectarDistri {
  width: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cont-switchConectarDistri .switchConectarDistri .dx-switch-container {
  border-radius: 20px !important;
}
.cont-switchConectarDistri .switchConectarDistri .dx-switch-container .dx-switch-on,
.cont-switchConectarDistri .switchConectarDistri .dx-switch-container .dx-switch-off {
  visibility: hidden;
}
.cont-switchConectarDistri .switchConectarDistri .dx-switch-container .dx-switch-handle {
  width: 18px !important;
  flex-basis: 18px;
}
.cont-switchConectarDistri .switchConectarDistri .dx-switch-container .dx-switch-handle::before {
  border-radius: 50%;
}

.switchBtnGroupAleph {
  background-color: #F5F5F8;
  border-radius: 5px !important;
  overflow: hidden;
}
.switchBtnGroupAleph .btn-secondary-aleph {
  border-radius: 0px !important;
}
.switchBtnGroupAleph > .active {
  background-color: #337AB7 !important;
  color: #fff !important;
  border: 1px solid #337AB7 !important;
}

.cont-InfoInterna .btn-primary {
  background-color: #F9B331 !important;
  border-color: #F9B331 !important;
}
.cont-InfoInterna .btn-primary:hover {
  background-color: #f09e07 !important;
}
.cont-InfoInterna > .label-aleph,
.cont-InfoInterna .dx-texteditor-input {
  color: #F9B331 !important;
}
.dx-state-readonly {
  border-style: none !important;
}
.dx-state-readonly input {
  padding-left: 10px !important;
  padding-bottom: 6px !important;
}

#frmSeller .dx-texteditor-input {
  text-align: end;
}

.txtMsjInfoLabel {
  font-size: 11px !important;
  color: #337AB7 !important;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .txtMsjInfoLabel {
    width: 250px;
  }
}

.cont-porcentajeDesvio {
  display: inline-grid;
  grid-template-columns: 14px max-content;
  grid-template-areas: "iconoDesvio txtDesvio";
  align-items: center;
  margin-left: 10px;
}
.cont-porcentajeDesvio > .iconoDesvio {
  grid-area: iconoDesvio;
}
.cont-porcentajeDesvio > .txtDesvio {
  grid-area: txtDesvio;
}

.padding-imputFicha {
  padding: 7px 9px 8px;
}

.modoprecio-Input {
  width: auto !important;
}

.loading-collapse {
  background: #fff;
  border: 1px solid #D9DCE3;
  text-align: center;
}

.checkstack-2 {
  position: absolute;
  font-size: 14px !important;
  left: 16px;
  top: 20px;
}

.gap-2 {
  gap: 8px;
}

.gap-4 {
  gap: 16px;
}

.btn-alert-info {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #337AB7 !important;
  border: none;
}

.badge-primary-cc {
  background: #1F9ED6;
}

.badge-secondary-cc {
  background: #EAEBF0;
  color: #30354C;
}

.badge-success-cc {
  background: #4D9667;
}

/*head*/
/*head*/
.msj-NoEncontrado {
  width: 100%;
  padding: 20px 0 0 15px;
  color: #959CB6;
  text-align: center;
}

.cont-users {
  background-color: #fff;
}
.cont-users > .cont-myAccount {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "buscador-cuentas" "cuentas";
}
.cont-users > .cont-myAccount > .search-users {
  grid-area: buscador-cuentas;
}
.cont-users > .cont-myAccount > .cont-list-accounts {
  grid-area: cuentas;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(4, auto);
  padding: 0;
  height: auto;
  max-height: 200px;
  overflow: auto;
}
.cont-users > .cont-myAccount > .cont-list-accounts > .item-account {
  list-style: none;
}
.cont-users > .cont-myAccount > .cont-list-accounts > .item-account:hover {
  background: rgba(189, 188, 188, 0.1);
}

/*-----------------------------------------------------*/
.name-account {
  font-size: 9px !important;
  font-weight: 500;
  color: #777D92 !important;
  text-align: center;
  line-height: 1.3;
}

.image-account {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(178, 187, 189, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 5px;
}
.image-account img {
  padding: 3px;
  width: auto;
  max-width: 36px;
  height: auto;
  max-height: 36px;
  margin: auto;
}

/*---------------------------------------------------*/
.tab-consult > .btnTabConsult > .btnConsult {
  color: #959CB6;
  font-size: 16px;
}

.borderTab {
  border-bottom: 1px solid rgba(149, 156, 182, 0.5);
}

.cont-tab-consult > .tab-consult > .active > .btnConsult,
.cont-tabPreview > .tab-consult > .active > .btnConsult,
.tabActive {
  font-weight: 600;
  color: #337AB7 !important;
}
.cont-tab-consult > .tab-consult > .active > .btnConsult::after,
.cont-tabPreview > .tab-consult > .active > .btnConsult::after,
.tabActive::after {
  border-top: 2px solid #337AB7;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
}

.btnConsult:hover,
.btnMyAccount:hover,
.btnMyConfig:hover {
  font-weight: 600;
}

.btnConsult,
.btnMyAccount,
.btnMyConfig {
  position: relative;
}
.btnConsult::before,
.btnMyAccount::before,
.btnMyConfig::before {
  border-top: 2px solid #337AB7;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.btnConsult:hover::before,
.btnMyAccount:hover::before,
.btnMyConfig:hover::before {
  width: 100%;
  left: 0;
}

.link-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-width: 265px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6.9px 10px 6.9px 15px;
  text-decoration: none;
}
.link-account:hover {
  text-decoration: none;
}
.link-account .cont-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 55px);
}
.link-account .cont-account .my-accounts {
  width: calc(100% - 42px);
}
.link-account .cont-account .my-accounts:hover {
  text-decoration: none;
}
.link-account .cont-account .my-accounts > div {
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  color: #8e8f94;
}
.link-account .cont-account .my-accounts > div > span:hover {
  background-color: none !important;
}
.link-account .cont-account .my-accounts .info-account {
  color: #a2a3b7;
  font-size: small;
  text-decoration: none;
  font-variant: normal;
  font-weight: normal;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.link-account .cont-account .my-accounts .info-account span {
  margin-left: 5px;
  font-size: 11px;
}
.link-account .logos-account {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 55PX;
}
.link-account .logos-account .logo-account,
.link-account .logos-account .logo-account-active {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}
.link-account .logos-account .logo-account span,
.link-account .logos-account .logo-account-active span {
  font-size: 8px !important;
}
.link-account .logos-account .logo-account {
  color: #777D92;
}
.link-account .logos-account .logo-account-active, .link-account .logos-account .logo-account-active span {
  color: #4D9667 !important;
}

@media (min-width: 576px) {
  .usuarioYcuentas {
    width: 350px;
  }
}
.usuarioYcuentas > .cont-user-menu {
  height: 95px;
  background: url("/Assets/Images/fondos/fondo-user.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.usuarioYcuentas > .cont-user-menu .background-acciones {
  align-items: flex-start;
  justify-content: flex-start;
}
.usuarioYcuentas > .cont-user-menu .background-acciones .cont-img-userAccount {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 10px;
}
.usuarioYcuentas > .cont-user-menu .background-acciones .cont-img-userAccount img {
  padding: 3px;
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
  margin: auto;
}
.usuarioYcuentas > .cont-user-menu .background-acciones .name-user-account {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.usuarioYcuentas > .cont-user-menu .background-acciones .name-user-account span {
  color: #fff;
}
.usuarioYcuentas > .cont-user-menu .background-acciones .name-user-account span:nth-child(1) {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  font-weight: 500;
}
.usuarioYcuentas > .cont-user-menu .background-acciones .name-user-account span:nth-child(2) {
  font-size: 12px;
}

.search-users {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-users > .input-search-users {
  width: calc(100% - 36px);
  border: none !important;
  outline: none !important;
  padding-left: 15px;
}
.search-users > .input-search-users::placeholder {
  color: #A5A5A5;
}
.search-users > .input-search-users:focus, .search-users > .input-search-users:active {
  border: none !important;
  outline: none !important;
}

.link-item-account:hover svg, .link-item-account:hover i, .link-item-account:hover span {
  color: #36A9E1 !important;
}

.item-account:hover {
  background: rgba(189, 188, 188, 0.1);
}
.item-account:hover svg, .item-account:hover i, .item-account:hover span, .item-account:hover .logo-account {
  color: #0a7ba9 !important;
}

.item-account-config {
  width: 50%;
}
.item-account-config .link-item-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
  text-decoration: none;
}
.item-account-config .link-item-account svg, .item-account-config .link-item-account i, .item-account-config .link-item-account span {
  margin-right: 10px;
  color: #262A3D;
}
.item-account-config .link-item-account svg, .item-account-config .link-item-account i {
  font-size: 18px;
}
.item-account-config .link-item-account span {
  font-size: 14px;
}
.item-account-config a:hover,
.item-account-config a:active {
  text-decoration: none;
}

.tablink-account div {
  width: 50%;
}

.tab-consult,
.tablink-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  align-content: center;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab-consult div,
.tablink-account div {
  padding: 10px;
  display: flex;
}
.tab-consult div a,
.tablink-account div a {
  margin: auto;
}
.tab-consult div a:hover,
.tablink-account div a:hover {
  text-decoration: none;
}

.cont-footer-menuCuentas,
.cont-footer-menuCuentasColum {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.cont-footer-menuCuentas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont-footer-menuCuentasColum {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont-footer-menuCuentasColum > .item-account-config {
  width: 100%;
}
.cont-footer-menuCuentasColum > .item-account-config > .link-item-account {
  padding: 20px 15px;
  justify-content: flex-start;
}
.cont-footer-menuCuentasColum > .item-account-config > .link-item-account:hover svg, .cont-footer-menuCuentasColum > .item-account-config > .link-item-account:hover i, .cont-footer-menuCuentasColum > .item-account-config > .link-item-account:hover span {
  color: #36A9E1 !important;
}
.cont-footer-menuCuentasColum > .item-account-config > .item-config {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding-left: 35px;
}
.cont-footer-menuCuentasColum > .item-account-config > .item-config > label {
  line-height: normal;
}

/*.item-config > .custom-control-label::before {
    position: absolute;
    top: 0.825rem !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.item-config > .custom-switch .custom-control-label::after {
    top: calc(.825rem + 2px) !important;
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}*/
.btn-help {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.btn-preferencia {
  position: absolute;
  bottom: 5px;
  right: 90px;
}

.btn-help a,
.btn-preferencia a {
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 25px;
  line-height: 19px;
  text-decoration: none;
  opacity: 0.95;
}
.btn-help a:hover,
.btn-preferencia a:hover {
  background: #fff;
  color: #36A9E1;
  font-weight: 500;
  transition: ease-in;
  opacity: 1;
}
.btn-help a span,
.btn-preferencia a span {
  margin-left: 5px;
}

/*head*/
/*head*/
.grafics-circle-middle {
  overflow: hidden;
  height: 3rem;
}

.circular-progress {
  margin: auto;
  position: relative;
}
.circular-progress, .circular-progress:before, .circular-progress:after {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.circular-progress:before, .circular-progress:after {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.circular-progress:before {
  padding: 0.5em;
  box-sizing: border-box;
  font-size: 1.325rem;
  line-height: 3.4rem;
  font-weight: 600;
}

.porcentaje-1 {
  transform: rotate(1.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-1:before, .porcentaje-1:after {
  color: #f45b5b;
}
.porcentaje-1:before {
  content: "1%";
  background: #fff content-box;
  transform: rotate(-1.8deg);
  text-transform: uppercase;
}
.porcentaje-1:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-1.8deg);
}

.porcentaje-2 {
  transform: rotate(3.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-2:before, .porcentaje-2:after {
  color: #f45b5b;
}
.porcentaje-2:before {
  content: "2%";
  background: #fff content-box;
  transform: rotate(-3.6deg);
  text-transform: uppercase;
}
.porcentaje-2:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-3.6deg);
}

.porcentaje-3 {
  transform: rotate(5.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-3:before, .porcentaje-3:after {
  color: #f45b5b;
}
.porcentaje-3:before {
  content: "3%";
  background: #fff content-box;
  transform: rotate(-5.4deg);
  text-transform: uppercase;
}
.porcentaje-3:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-5.4deg);
}

.porcentaje-4 {
  transform: rotate(7.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-4:before, .porcentaje-4:after {
  color: #f45b5b;
}
.porcentaje-4:before {
  content: "4%";
  background: #fff content-box;
  transform: rotate(-7.2deg);
  text-transform: uppercase;
}
.porcentaje-4:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-7.2deg);
}

.porcentaje-5 {
  transform: rotate(9deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-5:before, .porcentaje-5:after {
  color: #f45b5b;
}
.porcentaje-5:before {
  content: "5%";
  background: #fff content-box;
  transform: rotate(-9deg);
  text-transform: uppercase;
}
.porcentaje-5:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-9deg);
}

.porcentaje-6 {
  transform: rotate(10.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-6:before, .porcentaje-6:after {
  color: #f45b5b;
}
.porcentaje-6:before {
  content: "6%";
  background: #fff content-box;
  transform: rotate(-10.8deg);
  text-transform: uppercase;
}
.porcentaje-6:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-10.8deg);
}

.porcentaje-7 {
  transform: rotate(12.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-7:before, .porcentaje-7:after {
  color: #f45b5b;
}
.porcentaje-7:before {
  content: "7%";
  background: #fff content-box;
  transform: rotate(-12.6deg);
  text-transform: uppercase;
}
.porcentaje-7:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-12.6deg);
}

.porcentaje-8 {
  transform: rotate(14.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-8:before, .porcentaje-8:after {
  color: #f45b5b;
}
.porcentaje-8:before {
  content: "8%";
  background: #fff content-box;
  transform: rotate(-14.4deg);
  text-transform: uppercase;
}
.porcentaje-8:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-14.4deg);
}

.porcentaje-9 {
  transform: rotate(16.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-9:before, .porcentaje-9:after {
  color: #f45b5b;
}
.porcentaje-9:before {
  content: "9%";
  background: #fff content-box;
  transform: rotate(-16.2deg);
  text-transform: uppercase;
}
.porcentaje-9:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-16.2deg);
}

.porcentaje-10 {
  transform: rotate(18deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-10:before, .porcentaje-10:after {
  color: #f45b5b;
}
.porcentaje-10:before {
  content: "10%";
  background: #fff content-box;
  transform: rotate(-18deg);
  text-transform: uppercase;
}
.porcentaje-10:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-18deg);
}

.porcentaje-11 {
  transform: rotate(19.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-11:before, .porcentaje-11:after {
  color: #f45b5b;
}
.porcentaje-11:before {
  content: "11%";
  background: #fff content-box;
  transform: rotate(-19.8deg);
  text-transform: uppercase;
}
.porcentaje-11:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-19.8deg);
}

.porcentaje-12 {
  transform: rotate(21.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-12:before, .porcentaje-12:after {
  color: #f45b5b;
}
.porcentaje-12:before {
  content: "12%";
  background: #fff content-box;
  transform: rotate(-21.6deg);
  text-transform: uppercase;
}
.porcentaje-12:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-21.6deg);
}

.porcentaje-13 {
  transform: rotate(23.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-13:before, .porcentaje-13:after {
  color: #f45b5b;
}
.porcentaje-13:before {
  content: "13%";
  background: #fff content-box;
  transform: rotate(-23.4deg);
  text-transform: uppercase;
}
.porcentaje-13:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-23.4deg);
}

.porcentaje-14 {
  transform: rotate(25.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-14:before, .porcentaje-14:after {
  color: #f45b5b;
}
.porcentaje-14:before {
  content: "14%";
  background: #fff content-box;
  transform: rotate(-25.2deg);
  text-transform: uppercase;
}
.porcentaje-14:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-25.2deg);
}

.porcentaje-15 {
  transform: rotate(27deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-15:before, .porcentaje-15:after {
  color: #f45b5b;
}
.porcentaje-15:before {
  content: "15%";
  background: #fff content-box;
  transform: rotate(-27deg);
  text-transform: uppercase;
}
.porcentaje-15:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-27deg);
}

.porcentaje-16 {
  transform: rotate(28.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-16:before, .porcentaje-16:after {
  color: #f45b5b;
}
.porcentaje-16:before {
  content: "16%";
  background: #fff content-box;
  transform: rotate(-28.8deg);
  text-transform: uppercase;
}
.porcentaje-16:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-28.8deg);
}

.porcentaje-17 {
  transform: rotate(30.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-17:before, .porcentaje-17:after {
  color: #f45b5b;
}
.porcentaje-17:before {
  content: "17%";
  background: #fff content-box;
  transform: rotate(-30.6deg);
  text-transform: uppercase;
}
.porcentaje-17:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-30.6deg);
}

.porcentaje-18 {
  transform: rotate(32.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-18:before, .porcentaje-18:after {
  color: #f45b5b;
}
.porcentaje-18:before {
  content: "18%";
  background: #fff content-box;
  transform: rotate(-32.4deg);
  text-transform: uppercase;
}
.porcentaje-18:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-32.4deg);
}

.porcentaje-19 {
  transform: rotate(34.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-19:before, .porcentaje-19:after {
  color: #f45b5b;
}
.porcentaje-19:before {
  content: "19%";
  background: #fff content-box;
  transform: rotate(-34.2deg);
  text-transform: uppercase;
}
.porcentaje-19:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-34.2deg);
}

.porcentaje-20 {
  transform: rotate(36deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-20:before, .porcentaje-20:after {
  color: #f45b5b;
}
.porcentaje-20:before {
  content: "20%";
  background: #fff content-box;
  transform: rotate(-36deg);
  text-transform: uppercase;
}
.porcentaje-20:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-36deg);
}

.porcentaje-21 {
  transform: rotate(37.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-21:before, .porcentaje-21:after {
  color: #f45b5b;
}
.porcentaje-21:before {
  content: "21%";
  background: #fff content-box;
  transform: rotate(-37.8deg);
  text-transform: uppercase;
}
.porcentaje-21:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-37.8deg);
}

.porcentaje-22 {
  transform: rotate(39.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-22:before, .porcentaje-22:after {
  color: #f45b5b;
}
.porcentaje-22:before {
  content: "22%";
  background: #fff content-box;
  transform: rotate(-39.6deg);
  text-transform: uppercase;
}
.porcentaje-22:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-39.6deg);
}

.porcentaje-23 {
  transform: rotate(41.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-23:before, .porcentaje-23:after {
  color: #f45b5b;
}
.porcentaje-23:before {
  content: "23%";
  background: #fff content-box;
  transform: rotate(-41.4deg);
  text-transform: uppercase;
}
.porcentaje-23:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-41.4deg);
}

.porcentaje-24 {
  transform: rotate(43.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-24:before, .porcentaje-24:after {
  color: #f45b5b;
}
.porcentaje-24:before {
  content: "24%";
  background: #fff content-box;
  transform: rotate(-43.2deg);
  text-transform: uppercase;
}
.porcentaje-24:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-43.2deg);
}

.porcentaje-25 {
  transform: rotate(45deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-25:before, .porcentaje-25:after {
  color: #f45b5b;
}
.porcentaje-25:before {
  content: "25%";
  background: #fff content-box;
  transform: rotate(-45deg);
  text-transform: uppercase;
}
.porcentaje-25:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-45deg);
}

.porcentaje-26 {
  transform: rotate(46.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-26:before, .porcentaje-26:after {
  color: #f45b5b;
}
.porcentaje-26:before {
  content: "26%";
  background: #fff content-box;
  transform: rotate(-46.8deg);
  text-transform: uppercase;
}
.porcentaje-26:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-46.8deg);
}

.porcentaje-27 {
  transform: rotate(48.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-27:before, .porcentaje-27:after {
  color: #f45b5b;
}
.porcentaje-27:before {
  content: "27%";
  background: #fff content-box;
  transform: rotate(-48.6deg);
  text-transform: uppercase;
}
.porcentaje-27:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-48.6deg);
}

.porcentaje-28 {
  transform: rotate(50.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-28:before, .porcentaje-28:after {
  color: #f45b5b;
}
.porcentaje-28:before {
  content: "28%";
  background: #fff content-box;
  transform: rotate(-50.4deg);
  text-transform: uppercase;
}
.porcentaje-28:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-50.4deg);
}

.porcentaje-29 {
  transform: rotate(52.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-29:before, .porcentaje-29:after {
  color: #f45b5b;
}
.porcentaje-29:before {
  content: "29%";
  background: #fff content-box;
  transform: rotate(-52.2deg);
  text-transform: uppercase;
}
.porcentaje-29:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-52.2deg);
}

.porcentaje-30 {
  transform: rotate(54deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-30:before, .porcentaje-30:after {
  color: #f45b5b;
}
.porcentaje-30:before {
  content: "30%";
  background: #fff content-box;
  transform: rotate(-54deg);
  text-transform: uppercase;
}
.porcentaje-30:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-54deg);
}

.porcentaje-31 {
  transform: rotate(55.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-31:before, .porcentaje-31:after {
  color: #f45b5b;
}
.porcentaje-31:before {
  content: "31%";
  background: #fff content-box;
  transform: rotate(-55.8deg);
  text-transform: uppercase;
}
.porcentaje-31:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-55.8deg);
}

.porcentaje-32 {
  transform: rotate(57.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-32:before, .porcentaje-32:after {
  color: #f45b5b;
}
.porcentaje-32:before {
  content: "32%";
  background: #fff content-box;
  transform: rotate(-57.6deg);
  text-transform: uppercase;
}
.porcentaje-32:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-57.6deg);
}

.porcentaje-33 {
  transform: rotate(59.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-33:before, .porcentaje-33:after {
  color: #f45b5b;
}
.porcentaje-33:before {
  content: "33%";
  background: #fff content-box;
  transform: rotate(-59.4deg);
  text-transform: uppercase;
}
.porcentaje-33:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-59.4deg);
}

.porcentaje-34 {
  transform: rotate(61.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-34:before, .porcentaje-34:after {
  color: #f45b5b;
}
.porcentaje-34:before {
  content: "34%";
  background: #fff content-box;
  transform: rotate(-61.2deg);
  text-transform: uppercase;
}
.porcentaje-34:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-61.2deg);
}

.porcentaje-35 {
  transform: rotate(63deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-35:before, .porcentaje-35:after {
  color: #f45b5b;
}
.porcentaje-35:before {
  content: "35%";
  background: #fff content-box;
  transform: rotate(-63deg);
  text-transform: uppercase;
}
.porcentaje-35:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-63deg);
}

.porcentaje-36 {
  transform: rotate(64.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-36:before, .porcentaje-36:after {
  color: #f45b5b;
}
.porcentaje-36:before {
  content: "36%";
  background: #fff content-box;
  transform: rotate(-64.8deg);
  text-transform: uppercase;
}
.porcentaje-36:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-64.8deg);
}

.porcentaje-37 {
  transform: rotate(66.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-37:before, .porcentaje-37:after {
  color: #f45b5b;
}
.porcentaje-37:before {
  content: "37%";
  background: #fff content-box;
  transform: rotate(-66.6deg);
  text-transform: uppercase;
}
.porcentaje-37:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-66.6deg);
}

.porcentaje-38 {
  transform: rotate(68.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-38:before, .porcentaje-38:after {
  color: #f45b5b;
}
.porcentaje-38:before {
  content: "38%";
  background: #fff content-box;
  transform: rotate(-68.4deg);
  text-transform: uppercase;
}
.porcentaje-38:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-68.4deg);
}

.porcentaje-39 {
  transform: rotate(70.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-39:before, .porcentaje-39:after {
  color: #f45b5b;
}
.porcentaje-39:before {
  content: "39%";
  background: #fff content-box;
  transform: rotate(-70.2deg);
  text-transform: uppercase;
}
.porcentaje-39:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-70.2deg);
}

.porcentaje-40 {
  transform: rotate(72deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-40:before, .porcentaje-40:after {
  color: #f45b5b;
}
.porcentaje-40:before {
  content: "40%";
  background: #fff content-box;
  transform: rotate(-72deg);
  text-transform: uppercase;
}
.porcentaje-40:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-72deg);
}

.porcentaje-41 {
  transform: rotate(73.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-41:before, .porcentaje-41:after {
  color: #f45b5b;
}
.porcentaje-41:before {
  content: "41%";
  background: #fff content-box;
  transform: rotate(-73.8deg);
  text-transform: uppercase;
}
.porcentaje-41:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-73.8deg);
}

.porcentaje-42 {
  transform: rotate(75.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-42:before, .porcentaje-42:after {
  color: #f45b5b;
}
.porcentaje-42:before {
  content: "42%";
  background: #fff content-box;
  transform: rotate(-75.6deg);
  text-transform: uppercase;
}
.porcentaje-42:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-75.6deg);
}

.porcentaje-43 {
  transform: rotate(77.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-43:before, .porcentaje-43:after {
  color: #f45b5b;
}
.porcentaje-43:before {
  content: "43%";
  background: #fff content-box;
  transform: rotate(-77.4deg);
  text-transform: uppercase;
}
.porcentaje-43:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-77.4deg);
}

.porcentaje-44 {
  transform: rotate(79.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-44:before, .porcentaje-44:after {
  color: #f45b5b;
}
.porcentaje-44:before {
  content: "44%";
  background: #fff content-box;
  transform: rotate(-79.2deg);
  text-transform: uppercase;
}
.porcentaje-44:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-79.2deg);
}

.porcentaje-45 {
  transform: rotate(81deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-45:before, .porcentaje-45:after {
  color: #f45b5b;
}
.porcentaje-45:before {
  content: "45%";
  background: #fff content-box;
  transform: rotate(-81deg);
  text-transform: uppercase;
}
.porcentaje-45:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-81deg);
}

.porcentaje-46 {
  transform: rotate(82.8deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-46:before, .porcentaje-46:after {
  color: #f45b5b;
}
.porcentaje-46:before {
  content: "46%";
  background: #fff content-box;
  transform: rotate(-82.8deg);
  text-transform: uppercase;
}
.porcentaje-46:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-82.8deg);
}

.porcentaje-47 {
  transform: rotate(84.6deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-47:before, .porcentaje-47:after {
  color: #f45b5b;
}
.porcentaje-47:before {
  content: "47%";
  background: #fff content-box;
  transform: rotate(-84.6deg);
  text-transform: uppercase;
}
.porcentaje-47:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-84.6deg);
}

.porcentaje-48 {
  transform: rotate(86.4deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-48:before, .porcentaje-48:after {
  color: #f45b5b;
}
.porcentaje-48:before {
  content: "48%";
  background: #fff content-box;
  transform: rotate(-86.4deg);
  text-transform: uppercase;
}
.porcentaje-48:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-86.4deg);
}

.porcentaje-49 {
  transform: rotate(88.2deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-49:before, .porcentaje-49:after {
  color: #f45b5b;
}
.porcentaje-49:before {
  content: "49%";
  background: #fff content-box;
  transform: rotate(-88.2deg);
  text-transform: uppercase;
}
.porcentaje-49:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-88.2deg);
}

.porcentaje-50 {
  transform: rotate(90deg);
  background: linear-gradient(0deg, #f45b5b 50%, rgba(244, 91, 91, 0.2) 50%);
}
.porcentaje-50:before, .porcentaje-50:after {
  color: #f45b5b;
}
.porcentaje-50:before {
  content: "50%";
  background: #fff content-box;
  transform: rotate(-90deg);
  text-transform: uppercase;
}
.porcentaje-50:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-90deg);
}

.porcentaje-51 {
  transform: rotate(91.8deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-51:before, .porcentaje-51:after {
  color: #eae51b;
}
.porcentaje-51:before {
  content: "51%";
  background: #fff content-box;
  transform: rotate(-91.8deg);
  text-transform: uppercase;
}
.porcentaje-51:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-91.8deg);
}

.porcentaje-52 {
  transform: rotate(93.6deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-52:before, .porcentaje-52:after {
  color: #eae51b;
}
.porcentaje-52:before {
  content: "52%";
  background: #fff content-box;
  transform: rotate(-93.6deg);
  text-transform: uppercase;
}
.porcentaje-52:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-93.6deg);
}

.porcentaje-53 {
  transform: rotate(95.4deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-53:before, .porcentaje-53:after {
  color: #eae51b;
}
.porcentaje-53:before {
  content: "53%";
  background: #fff content-box;
  transform: rotate(-95.4deg);
  text-transform: uppercase;
}
.porcentaje-53:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-95.4deg);
}

.porcentaje-54 {
  transform: rotate(97.2deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-54:before, .porcentaje-54:after {
  color: #eae51b;
}
.porcentaje-54:before {
  content: "54%";
  background: #fff content-box;
  transform: rotate(-97.2deg);
  text-transform: uppercase;
}
.porcentaje-54:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-97.2deg);
}

.porcentaje-55 {
  transform: rotate(99deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-55:before, .porcentaje-55:after {
  color: #eae51b;
}
.porcentaje-55:before {
  content: "55%";
  background: #fff content-box;
  transform: rotate(-99deg);
  text-transform: uppercase;
}
.porcentaje-55:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-99deg);
}

.porcentaje-56 {
  transform: rotate(100.8deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-56:before, .porcentaje-56:after {
  color: #eae51b;
}
.porcentaje-56:before {
  content: "56%";
  background: #fff content-box;
  transform: rotate(-100.8deg);
  text-transform: uppercase;
}
.porcentaje-56:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-100.8deg);
}

.porcentaje-57 {
  transform: rotate(102.6deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-57:before, .porcentaje-57:after {
  color: #eae51b;
}
.porcentaje-57:before {
  content: "57%";
  background: #fff content-box;
  transform: rotate(-102.6deg);
  text-transform: uppercase;
}
.porcentaje-57:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-102.6deg);
}

.porcentaje-58 {
  transform: rotate(104.4deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-58:before, .porcentaje-58:after {
  color: #eae51b;
}
.porcentaje-58:before {
  content: "58%";
  background: #fff content-box;
  transform: rotate(-104.4deg);
  text-transform: uppercase;
}
.porcentaje-58:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-104.4deg);
}

.porcentaje-59 {
  transform: rotate(106.2deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-59:before, .porcentaje-59:after {
  color: #eae51b;
}
.porcentaje-59:before {
  content: "59%";
  background: #fff content-box;
  transform: rotate(-106.2deg);
  text-transform: uppercase;
}
.porcentaje-59:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-106.2deg);
}

.porcentaje-60 {
  transform: rotate(108deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-60:before, .porcentaje-60:after {
  color: #eae51b;
}
.porcentaje-60:before {
  content: "60%";
  background: #fff content-box;
  transform: rotate(-108deg);
  text-transform: uppercase;
}
.porcentaje-60:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-108deg);
}

.porcentaje-61 {
  transform: rotate(109.8deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-61:before, .porcentaje-61:after {
  color: #eae51b;
}
.porcentaje-61:before {
  content: "61%";
  background: #fff content-box;
  transform: rotate(-109.8deg);
  text-transform: uppercase;
}
.porcentaje-61:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-109.8deg);
}

.porcentaje-62 {
  transform: rotate(111.6deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-62:before, .porcentaje-62:after {
  color: #eae51b;
}
.porcentaje-62:before {
  content: "62%";
  background: #fff content-box;
  transform: rotate(-111.6deg);
  text-transform: uppercase;
}
.porcentaje-62:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-111.6deg);
}

.porcentaje-63 {
  transform: rotate(113.4deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-63:before, .porcentaje-63:after {
  color: #eae51b;
}
.porcentaje-63:before {
  content: "63%";
  background: #fff content-box;
  transform: rotate(-113.4deg);
  text-transform: uppercase;
}
.porcentaje-63:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-113.4deg);
}

.porcentaje-64 {
  transform: rotate(115.2deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-64:before, .porcentaje-64:after {
  color: #eae51b;
}
.porcentaje-64:before {
  content: "64%";
  background: #fff content-box;
  transform: rotate(-115.2deg);
  text-transform: uppercase;
}
.porcentaje-64:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-115.2deg);
}

.porcentaje-65 {
  transform: rotate(117deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-65:before, .porcentaje-65:after {
  color: #eae51b;
}
.porcentaje-65:before {
  content: "65%";
  background: #fff content-box;
  transform: rotate(-117deg);
  text-transform: uppercase;
}
.porcentaje-65:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-117deg);
}

.porcentaje-66 {
  transform: rotate(118.8deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-66:before, .porcentaje-66:after {
  color: #eae51b;
}
.porcentaje-66:before {
  content: "66%";
  background: #fff content-box;
  transform: rotate(-118.8deg);
  text-transform: uppercase;
}
.porcentaje-66:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-118.8deg);
}

.porcentaje-67 {
  transform: rotate(120.6deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-67:before, .porcentaje-67:after {
  color: #eae51b;
}
.porcentaje-67:before {
  content: "67%";
  background: #fff content-box;
  transform: rotate(-120.6deg);
  text-transform: uppercase;
}
.porcentaje-67:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-120.6deg);
}

.porcentaje-68 {
  transform: rotate(122.4deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-68:before, .porcentaje-68:after {
  color: #eae51b;
}
.porcentaje-68:before {
  content: "68%";
  background: #fff content-box;
  transform: rotate(-122.4deg);
  text-transform: uppercase;
}
.porcentaje-68:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-122.4deg);
}

.porcentaje-69 {
  transform: rotate(124.2deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-69:before, .porcentaje-69:after {
  color: #eae51b;
}
.porcentaje-69:before {
  content: "69%";
  background: #fff content-box;
  transform: rotate(-124.2deg);
  text-transform: uppercase;
}
.porcentaje-69:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-124.2deg);
}

.porcentaje-70 {
  transform: rotate(126deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-70:before, .porcentaje-70:after {
  color: #eae51b;
}
.porcentaje-70:before {
  content: "70%";
  background: #fff content-box;
  transform: rotate(-126deg);
  text-transform: uppercase;
}
.porcentaje-70:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-126deg);
}

.porcentaje-71 {
  transform: rotate(127.8deg);
  background: linear-gradient(0deg, #eae51b 50%, rgba(234, 229, 27, 0.2) 50%);
}
.porcentaje-71:before, .porcentaje-71:after {
  color: #eae51b;
}
.porcentaje-71:before {
  content: "71%";
  background: #fff content-box;
  transform: rotate(-127.8deg);
  text-transform: uppercase;
}
.porcentaje-71:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-127.8deg);
}

.porcentaje-72 {
  transform: rotate(129.6deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-72:before, .porcentaje-72:after {
  color: #FFA500;
}
.porcentaje-72:before {
  content: "72%";
  background: #fff content-box;
  transform: rotate(-129.6deg);
  text-transform: uppercase;
}
.porcentaje-72:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-129.6deg);
}

.porcentaje-73 {
  transform: rotate(131.4deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-73:before, .porcentaje-73:after {
  color: #FFA500;
}
.porcentaje-73:before {
  content: "73%";
  background: #fff content-box;
  transform: rotate(-131.4deg);
  text-transform: uppercase;
}
.porcentaje-73:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-131.4deg);
}

.porcentaje-74 {
  transform: rotate(133.2deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-74:before, .porcentaje-74:after {
  color: #FFA500;
}
.porcentaje-74:before {
  content: "74%";
  background: #fff content-box;
  transform: rotate(-133.2deg);
  text-transform: uppercase;
}
.porcentaje-74:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-133.2deg);
}

.porcentaje-75 {
  transform: rotate(135deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-75:before, .porcentaje-75:after {
  color: #FFA500;
}
.porcentaje-75:before {
  content: "75%";
  background: #fff content-box;
  transform: rotate(-135deg);
  text-transform: uppercase;
}
.porcentaje-75:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-135deg);
}

.porcentaje-76 {
  transform: rotate(136.8deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-76:before, .porcentaje-76:after {
  color: #FFA500;
}
.porcentaje-76:before {
  content: "76%";
  background: #fff content-box;
  transform: rotate(-136.8deg);
  text-transform: uppercase;
}
.porcentaje-76:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-136.8deg);
}

.porcentaje-77 {
  transform: rotate(138.6deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-77:before, .porcentaje-77:after {
  color: #FFA500;
}
.porcentaje-77:before {
  content: "77%";
  background: #fff content-box;
  transform: rotate(-138.6deg);
  text-transform: uppercase;
}
.porcentaje-77:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-138.6deg);
}

.porcentaje-78 {
  transform: rotate(140.4deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-78:before, .porcentaje-78:after {
  color: #FFA500;
}
.porcentaje-78:before {
  content: "78%";
  background: #fff content-box;
  transform: rotate(-140.4deg);
  text-transform: uppercase;
}
.porcentaje-78:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-140.4deg);
}

.porcentaje-79 {
  transform: rotate(142.2deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-79:before, .porcentaje-79:after {
  color: #FFA500;
}
.porcentaje-79:before {
  content: "79%";
  background: #fff content-box;
  transform: rotate(-142.2deg);
  text-transform: uppercase;
}
.porcentaje-79:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-142.2deg);
}

.porcentaje-80 {
  transform: rotate(144deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-80:before, .porcentaje-80:after {
  color: #FFA500;
}
.porcentaje-80:before {
  content: "80%";
  background: #fff content-box;
  transform: rotate(-144deg);
  text-transform: uppercase;
}
.porcentaje-80:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-144deg);
}

.porcentaje-81 {
  transform: rotate(145.8deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-81:before, .porcentaje-81:after {
  color: #FFA500;
}
.porcentaje-81:before {
  content: "81%";
  background: #fff content-box;
  transform: rotate(-145.8deg);
  text-transform: uppercase;
}
.porcentaje-81:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-145.8deg);
}

.porcentaje-82 {
  transform: rotate(147.6deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-82:before, .porcentaje-82:after {
  color: #FFA500;
}
.porcentaje-82:before {
  content: "82%";
  background: #fff content-box;
  transform: rotate(-147.6deg);
  text-transform: uppercase;
}
.porcentaje-82:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-147.6deg);
}

.porcentaje-83 {
  transform: rotate(149.4deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-83:before, .porcentaje-83:after {
  color: #FFA500;
}
.porcentaje-83:before {
  content: "83%";
  background: #fff content-box;
  transform: rotate(-149.4deg);
  text-transform: uppercase;
}
.porcentaje-83:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-149.4deg);
}

.porcentaje-84 {
  transform: rotate(151.2deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-84:before, .porcentaje-84:after {
  color: #FFA500;
}
.porcentaje-84:before {
  content: "84%";
  background: #fff content-box;
  transform: rotate(-151.2deg);
  text-transform: uppercase;
}
.porcentaje-84:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-151.2deg);
}

.porcentaje-85 {
  transform: rotate(153deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-85:before, .porcentaje-85:after {
  color: #FFA500;
}
.porcentaje-85:before {
  content: "85%";
  background: #fff content-box;
  transform: rotate(-153deg);
  text-transform: uppercase;
}
.porcentaje-85:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-153deg);
}

.porcentaje-86 {
  transform: rotate(154.8deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-86:before, .porcentaje-86:after {
  color: #FFA500;
}
.porcentaje-86:before {
  content: "86%";
  background: #fff content-box;
  transform: rotate(-154.8deg);
  text-transform: uppercase;
}
.porcentaje-86:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-154.8deg);
}

.porcentaje-87 {
  transform: rotate(156.6deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-87:before, .porcentaje-87:after {
  color: #FFA500;
}
.porcentaje-87:before {
  content: "87%";
  background: #fff content-box;
  transform: rotate(-156.6deg);
  text-transform: uppercase;
}
.porcentaje-87:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-156.6deg);
}

.porcentaje-88 {
  transform: rotate(158.4deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-88:before, .porcentaje-88:after {
  color: #FFA500;
}
.porcentaje-88:before {
  content: "88%";
  background: #fff content-box;
  transform: rotate(-158.4deg);
  text-transform: uppercase;
}
.porcentaje-88:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-158.4deg);
}

.porcentaje-89 {
  transform: rotate(160.2deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-89:before, .porcentaje-89:after {
  color: #FFA500;
}
.porcentaje-89:before {
  content: "89%";
  background: #fff content-box;
  transform: rotate(-160.2deg);
  text-transform: uppercase;
}
.porcentaje-89:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-160.2deg);
}

.porcentaje-90 {
  transform: rotate(162deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-90:before, .porcentaje-90:after {
  color: #FFA500;
}
.porcentaje-90:before {
  content: "90%";
  background: #fff content-box;
  transform: rotate(-162deg);
  text-transform: uppercase;
}
.porcentaje-90:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-162deg);
}

.porcentaje-91 {
  transform: rotate(163.8deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-91:before, .porcentaje-91:after {
  color: #FFA500;
}
.porcentaje-91:before {
  content: "91%";
  background: #fff content-box;
  transform: rotate(-163.8deg);
  text-transform: uppercase;
}
.porcentaje-91:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-163.8deg);
}

.porcentaje-92 {
  transform: rotate(165.6deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-92:before, .porcentaje-92:after {
  color: #FFA500;
}
.porcentaje-92:before {
  content: "92%";
  background: #fff content-box;
  transform: rotate(-165.6deg);
  text-transform: uppercase;
}
.porcentaje-92:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-165.6deg);
}

.porcentaje-93 {
  transform: rotate(167.4deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-93:before, .porcentaje-93:after {
  color: #FFA500;
}
.porcentaje-93:before {
  content: "93%";
  background: #fff content-box;
  transform: rotate(-167.4deg);
  text-transform: uppercase;
}
.porcentaje-93:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-167.4deg);
}

.porcentaje-94 {
  transform: rotate(169.2deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-94:before, .porcentaje-94:after {
  color: #FFA500;
}
.porcentaje-94:before {
  content: "94%";
  background: #fff content-box;
  transform: rotate(-169.2deg);
  text-transform: uppercase;
}
.porcentaje-94:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-169.2deg);
}

.porcentaje-95 {
  transform: rotate(171deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-95:before, .porcentaje-95:after {
  color: #FFA500;
}
.porcentaje-95:before {
  content: "95%";
  background: #fff content-box;
  transform: rotate(-171deg);
  text-transform: uppercase;
}
.porcentaje-95:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-171deg);
}

.porcentaje-96 {
  transform: rotate(172.8deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-96:before, .porcentaje-96:after {
  color: #FFA500;
}
.porcentaje-96:before {
  content: "96%";
  background: #fff content-box;
  transform: rotate(-172.8deg);
  text-transform: uppercase;
}
.porcentaje-96:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-172.8deg);
}

.porcentaje-97 {
  transform: rotate(174.6deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-97:before, .porcentaje-97:after {
  color: #FFA500;
}
.porcentaje-97:before {
  content: "97%";
  background: #fff content-box;
  transform: rotate(-174.6deg);
  text-transform: uppercase;
}
.porcentaje-97:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-174.6deg);
}

.porcentaje-98 {
  transform: rotate(176.4deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-98:before, .porcentaje-98:after {
  color: #FFA500;
}
.porcentaje-98:before {
  content: "98%";
  background: #fff content-box;
  transform: rotate(-176.4deg);
  text-transform: uppercase;
}
.porcentaje-98:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-176.4deg);
}

.porcentaje-99 {
  transform: rotate(178.2deg);
  background: linear-gradient(0deg, #FFA500 50%, rgba(255, 165, 0, 0.2) 50%);
}
.porcentaje-99:before, .porcentaje-99:after {
  color: #FFA500;
}
.porcentaje-99:before {
  content: "99%";
  background: #fff content-box;
  transform: rotate(-178.2deg);
  text-transform: uppercase;
}
.porcentaje-99:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-178.2deg);
}

.porcentaje-100 {
  transform: rotate(180deg);
  background: linear-gradient(0deg, #94c11f 50%, rgba(148, 193, 31, 0.2) 50%);
}
.porcentaje-100:before, .porcentaje-100:after {
  color: #94c11f;
}
.porcentaje-100:before {
  content: "100%";
  background: #fff content-box;
  transform: rotate(-180deg);
  text-transform: uppercase;
}
.porcentaje-100:after {
  content: "";
  background: linear-gradient(transparent 50%, #fff 50%);
  transform: scale(1.1) rotate(-180deg);
}

.cont-bar {
  height: 100%;
  min-height: 16px;
  width: 100%;
  min-width: 165px;
  background-color: #c5c5c5;
  box-shadow: inset -1px -1px 8px -6px;
  border-radius: 2px;
  position: relative;
}

.bar-fill-1 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 1%;
}

.bar-fill-2 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 2%;
}

.bar-fill-3 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 3%;
}

.bar-fill-4 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 4%;
}

.bar-fill-5 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 5%;
}

.bar-fill-6 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 6%;
}

.bar-fill-7 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 7%;
}

.bar-fill-8 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 8%;
}

.bar-fill-9 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 9%;
}

.bar-fill-10 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 10%;
}

.bar-fill-11 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 11%;
}

.bar-fill-12 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 12%;
}

.bar-fill-13 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 13%;
}

.bar-fill-14 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 14%;
}

.bar-fill-15 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 15%;
}

.bar-fill-16 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 16%;
}

.bar-fill-17 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 17%;
}

.bar-fill-18 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 18%;
}

.bar-fill-19 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 19%;
}

.bar-fill-20 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 20%;
}

.bar-fill-21 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 21%;
}

.bar-fill-22 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 22%;
}

.bar-fill-23 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 23%;
}

.bar-fill-24 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 24%;
}

.bar-fill-25 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 25%;
}

.bar-fill-26 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 26%;
}

.bar-fill-27 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 27%;
}

.bar-fill-28 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 28%;
}

.bar-fill-29 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 29%;
}

.bar-fill-30 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 30%;
}

.bar-fill-31 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 31%;
}

.bar-fill-32 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 32%;
}

.bar-fill-33 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 33%;
}

.bar-fill-34 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 34%;
}

.bar-fill-35 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 35%;
}

.bar-fill-36 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 36%;
}

.bar-fill-37 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 37%;
}

.bar-fill-38 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 38%;
}

.bar-fill-39 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 39%;
}

.bar-fill-40 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 40%;
}

.bar-fill-41 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 41%;
}

.bar-fill-42 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 42%;
}

.bar-fill-43 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 43%;
}

.bar-fill-44 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 44%;
}

.bar-fill-45 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 45%;
}

.bar-fill-46 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 46%;
}

.bar-fill-47 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 47%;
}

.bar-fill-48 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 48%;
}

.bar-fill-49 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 49%;
}

.bar-fill-50 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 50%;
}

.bar-fill-51 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 51%;
}

.bar-fill-52 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 52%;
}

.bar-fill-53 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 53%;
}

.bar-fill-54 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 54%;
}

.bar-fill-55 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 55%;
}

.bar-fill-56 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 56%;
}

.bar-fill-57 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 57%;
}

.bar-fill-58 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 58%;
}

.bar-fill-59 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 59%;
}

.bar-fill-60 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 60%;
}

.bar-fill-61 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 61%;
}

.bar-fill-62 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 62%;
}

.bar-fill-63 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 63%;
}

.bar-fill-64 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 64%;
}

.bar-fill-65 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 65%;
}

.bar-fill-66 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 66%;
}

.bar-fill-67 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 67%;
}

.bar-fill-68 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 68%;
}

.bar-fill-69 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 69%;
}

.bar-fill-70 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 70%;
}

.bar-fill-71 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 71%;
}

.bar-fill-72 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 72%;
}

.bar-fill-73 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 73%;
}

.bar-fill-74 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 74%;
}

.bar-fill-75 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 75%;
}

.bar-fill-76 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 76%;
}

.bar-fill-77 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 77%;
}

.bar-fill-78 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 78%;
}

.bar-fill-79 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 79%;
}

.bar-fill-80 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 80%;
}

.bar-fill-81 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 81%;
}

.bar-fill-82 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 82%;
}

.bar-fill-83 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 83%;
}

.bar-fill-84 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 84%;
}

.bar-fill-85 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 85%;
}

.bar-fill-86 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 86%;
}

.bar-fill-87 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 87%;
}

.bar-fill-88 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 88%;
}

.bar-fill-89 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 89%;
}

.bar-fill-90 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 90%;
}

.bar-fill-91 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 91%;
}

.bar-fill-92 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 92%;
}

.bar-fill-93 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 93%;
}

.bar-fill-94 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 94%;
}

.bar-fill-95 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 95%;
}

.bar-fill-96 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 96%;
}

.bar-fill-97 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 97%;
}

.bar-fill-98 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 98%;
}

.bar-fill-99 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 99%;
}

.bar-fill-100 {
  position: absolute;
  background-color: #36A9E1;
  height: 100%;
  width: 100%;
}

.percentage-bar {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  text-align-last: center !important;
}

.fill-green {
  background-color: #94c11f !important;
}

.fill-red {
  background-color: #f45b5b !important;
}

.fill-gold {
  background-color: #eae51b !important;
}

.fill-orange {
  background-color: #FFA500 !important;
}

/*head*/
/*head*/
.cont-btn-help {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #777;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  margin: 2px;
}
.cont-btn-help svg {
  color: #fff;
  height: 12px;
}
.cont-btn-help:hover {
  background-color: #36A9E1;
  opacity: 1;
}

.cont-popups {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont-popups > div {
  width: 100%;
  margin-bottom: 5px;
}
.cont-popups > .cont-checkbox {
  text-align: center;
}
.cont-popups > .cont-AgregarCategorias {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-popups > .cont-AgregarCategorias > div {
  width: -webkit-calc(100% - 51px);
  width: -moz-calc(100% - 51px);
  width: calc(100% - 51px);
}
.cont-popups > .cont-AgregarCategorias > button {
  height: 100%;
}
.cont-popups > .cotn-btnsPopup-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cont-popups > .cont-btnsYmsjPopup-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont-popups > .cont-btnsYmsjPopup-footer :last-child {
  justify-content: flex-end;
}
.cont-popups > .cotn-btnsPopup-footer,
.cont-popups > .cont-btnsYmsjPopup-footer {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}

.back-right-side-panel {
  background-color: #959CB6;
  opacity: 0.26;
  width: 100%;
  height: 100%;
  z-index: 4;
  top: 0;
  position: absolute;
}

.main_right_side_panel {
  background-color: white;
  position: absolute;
  right: 0;
  display: grid;
  top: 0px;
  z-index: 5;
  height: 100vh;
  width: 100%;
  grid-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: 50px calc(100% - 100px) 50px;
  grid-template-areas: "header-editor" "content-editor" "footer-editor";
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 800px) {
  .main_right_side_panel {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .main_right_side_panel {
    width: 35%;
  }
}
@media screen and (min-width: 1980px) {
  .main_right_side_panel {
    width: 25%;
  }
}

#header_right_side_panel {
  grid-area: header-editor;
  border-bottom: 1px solid rgba(149, 156, 182, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
#header_right_side_panel span {
  font-size: 16px;
  color: #262A3D;
  font-weight: 500;
}
#header_right_side_panel .cant-items-seleccionados {
  color: #959CB6;
  font-size: 11px;
  margin-left: 5px;
}

#content_right_side_panel {
  grid-area: content-editor;
}

#footer_right_side_panel {
  grid-area: footer-editor;
  border-top: 1px solid rgba(149, 156, 182, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
}
#footer_right_side_panel > div:nth-last-child(1) {
  margin-left: 10px;
}

.close_m {
  padding: 5px;
  font-size: 20px;
  line-height: 0px;
}

.btnMasivo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.popupCancelarPresupuesto {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}

#popupCompatibilidadNotaContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}
#popupCompatibilidadNotaContainer > #txtCompatibilidadNota {
  height: 15rem;
}
#popupCompatibilidadNotaContainer > #btnGuardarNota {
  width: 20%;
  align-self: end;
}

#popupCompatibilidadPosicionesContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  row-gap: 1rem;
  max-height: 300px;
  overflow: auto;
  padding: 1rem;
  border-bottom: 1px solid #d1d4e0;
  border-top: 1px solid #d1d4e0;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > h2 {
  margin: 0;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-principal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-principal > .compatibilidad-posicion-combo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  border: 1px solid lightgray;
  padding: 1rem 2rem;
  border-radius: 5px;
  margin-top: 1rem;
  cursor: pointer;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-principal > .compatibilidad-posicion-combo > .descripcion {
  overflow: hidden;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-principal > .compatibilidad-posicion-remove {
  display: none;
  color: #D24D4A;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-principal.open > .compatibilidad-posicion-combo .arrow {
  transform: rotate(-180deg);
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-principal.open ~ .compatibilidad-posicion-opciones {
  display: block;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-opciones {
  display: none;
  width: 95%;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-opciones > .compatibilidad-posicion-opcion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 2.5rem;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-opciones > .compatibilidad-posicion-opcion > input[type=radio] {
  margin: 0;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-opciones > .compatibilidad-posicion-opcion > label {
  margin: 0;
  margin-left: 1rem;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .compatibilidad-posicion-opciones > hr {
  margin: 1rem 0;
  border-color: #d1d4e0;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .message-invalid {
  display: none;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion > .message {
  display: block;
  color: #777D92;
  font-size: 0.9em;
  margin-bottom: 0.2rem;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion.invalid > h2 {
  color: #D24D4A;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion.invalid > .compatibilidad-posicion-principal .compatibilidad-posicion-combo {
  border-color: #D24D4A;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion.invalid > .message-invalid {
  display: block;
  color: #D24D4A;
  font-size: 0.9em;
  width: 95%;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion.invalid > .message {
  display: none;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones .compatibilidad-posicion:last-child:not(:first-child) > .compatibilidad-posicion-principal .compatibilidad-posicion-remove {
  display: block;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones-acciones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1rem;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones-acciones #btnGuardarPosicion, #popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones-acciones #btnLimpiarPosicion {
  width: 45%;
  height: 4.5rem;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones-acciones #btnLimpiarPosicion {
  color: #36A9E1;
  background-color: #fff;
  border-color: #36A9E1;
  transition: 0.1s;
}
#popupCompatibilidadPosicionesContainer > .compatibilidad-posiciones-acciones #btnLimpiarPosicion:hover {
  color: #fff;
  background-color: #36A9E1;
  border-color: #fff;
}

/*head*/
/*head*/
.radio-aleph input[type=radio],
.checkbox-aleph input[type=checkbox] {
  opacity: 0;
}

.label-aleph {
  font-size: 12px;
  color: #333 !important;
  text-transform: none !important;
  line-height: normal;
}

.checkbox-aleph label,
.radio-aleph label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 13px;
}

.checkbox-aleph label::before,
.checkbox-aleph label::after,
.radio-aleph label::before,
.radio-aleph label::after {
  content: "";
  position: absolute;
  display: inline-block;
}

.radio-aleph label::before,
.checkbox-aleph label::before {
  height: 22px;
  width: 22px;
  border: 1px solid #ddd;
}

.checkbox-aleph label::before {
  border-radius: 3px;
  left: -16px;
  top: -2px;
}

.radio-aleph label::before {
  border-radius: 50%;
  left: -16px;
  top: -2px;
}

.radio-aleph label::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #337ab7;
  left: -10px;
  top: 4px;
}

.checkbox-aleph label::after {
  width: 15px;
  height: 6px;
  border-left: 2px solid #337ab7;
  border-bottom: 2px solid #337ab7;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  left: -12px;
  top: 5px;
}

.radio-aleph input[type=radio] + label::after,
.checkbox-aleph input[type=checkbox] + label::after {
  content: none;
}

.radio-aleph input[type=radio]:checked + label::after,
.checkbox-aleph input[type=checkbox]:checked + label::after {
  content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.radio-aleph input[type=radio]:hover + label::before,
.radio-aleph input[type=radio]:focus + label::before,
.checkbox-aleph input[type=checkbox]:hover + label::before,
.checkbox-aleph input[type=checkbox]:focus + label::before {
  /*outline: rgb(59, 153, 252) auto 5px;*/
  border: 1px solid #265a87;
  transition: ease-in;
}

.btn[disabled] + label,
.radio-aleph input[type=radio]:disabled + label,
.checkbox-aleph input[type=checkbox]:disabled + label {
  opacity: 0.4;
  cursor: default;
}

.radio-aleph input[type=radio]:disabled + label::before,
.checkbox-aleph input[type=checkbox]:disabled + label::before,
.radio-aleph input[type=radio]:disabled:hover + label::before,
.checkbox-aleph input[type=checkbox]:disabled:hover + label::before {
  border-color: #a3a3a3;
  background-color: #fff;
}

.toggle {
  border-radius: 20px;
  height: 25px !important;
}

.toggle-group {
  display: flex;
}

.toggle-on,
.toggle-off {
  line-height: 16px;
}

.toggle-handle {
  border-radius: 50%;
}

/*head*/
/*head*/
.seleccionar-tipo-cuenta {
  width: 100%;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: transparent;
}
.seleccionar-tipo-cuenta .cont-BoxSticky {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.seleccionar-tipo-cuenta .cont-BoxSticky > .cont-labels,
.seleccionar-tipo-cuenta .cont-BoxSticky > .cont-labels-checks {
  width: 45%;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .seleccionar-tipo-cuenta .cont-BoxSticky {
    height: 70px;
    padding: 0;
    /*justify-content: center;*/
  }
  .seleccionar-tipo-cuenta .cont-BoxSticky > .cont-labels,
  .seleccionar-tipo-cuenta .cont-BoxSticky > .cont-labels-checks {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .seleccionar-tipo-cuenta .cont-BoxSticky > .cont-labels {
    width: 20%;
  }
  .seleccionar-tipo-cuenta .cont-BoxSticky > .cont-labels-checks {
    width: auto;
  }
  .seleccionar-tipo-cuenta .cont-BoxSticky > .cont-labels-checks:last-child {
    margin-right: 0;
  }
}
.seleccionar-tipo-cuenta .cont-BoxSticky .btn-crear-cuenta > div {
  width: 100%;
}
@media (min-width: 700px) {
  .seleccionar-tipo-cuenta .cont-BoxSticky .btn-crear-cuenta > div {
    width: auto;
  }
}

.head-altaCuenta {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  border: 1px solid rgba(209, 212, 224, 0.5);
  border-radius: 5px;
  color: #777D92;
  background-color: #fff;
}
.head-altaCuenta > i, .head-altaCuenta > span {
  font-size: 16px;
  line-height: normal;
}
.head-altaCuenta > i {
  margin-right: 15px;
}
.head-altaCuenta > span {
  text-transform: uppercase;
}

.altaDeCuenta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.seccion-altaCuenta {
  width: 100%;
}
@media (min-width: 1024px) {
  .seccion-altaCuenta:last-child {
    margin-right: 0;
  }
}

.altaCuentaComunes {
  width: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.altaCuentaComunes > .DatosDeLaCuenta,
.altaCuentaComunes > .TiendaOff,
.altaCuentaComunes > .DireccionPrincipal {
  width: 100%;
}
@media (min-width: 1024px) {
  .altaCuentaComunes > .DireccionPrincipal {
    margin-right: 0;
  }
}

.cont-labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .cont-labels {
    width: 49%;
  }
}
.cont-labels > .label-title,
.cont-labels > .label-data {
  margin-bottom: 0;
  line-height: normal;
}
.cont-labels > .label-title {
  font-size: 12px;
  color: #5d6688;
  text-transform: capitalize;
}
.cont-labels > .label-title:active {
  color: #5d6688 !important;
}
.cont-labels > .label-data {
  font-size: 12px;
  color: #3E474F;
  width: 100%;
}
.cont-labels .cont-btn-help {
  opacity: 0.3 !important;
}

.cont-labels-checks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.cont-labels-checks > .label-title {
  margin-bottom: 0;
  font-size: 12px;
  color: #a1a1a1;
  text-transform: uppercase;
  line-height: normal;
  margin-left: 5px;
}

.cont-labels-data {
  padding: 15px 10px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .cont-labels-data > .cont-labels {
    width: 48%;
  }
}

.dominio-tienda {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.dominio-tienda #txtDominioTiendaOff {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

.section-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.section-form > .steps-configurtion {
  width: 100%;
}
@media (min-width: 700px) {
  .section-form > .steps-configurtion {
    width: 30%;
    margin-right: 1%;
  }
}
@media (min-width: 1024px) {
  .section-form > .steps-configurtion {
    width: 25%;
    margin-right: 1%;
  }
}
@media (min-width: 1366px) {
  .section-form > .steps-configurtion {
    width: 19%;
  }
}
.section-form > .steps-configurtion > .cont-steps-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 0 10px 0;
  border: 1px solid #D9DCE3;
  border-radius: 5px;
  background: #fff;
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form {
  padding-left: 15px;
}
@media (min-width: 760px) {
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form {
    padding-left: 0;
  }
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form,
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form .step-circle,
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div .step-circle {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: rgba(189, 188, 188, 0.1);
  cursor: pointer;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 700px) {
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form .step-circle,
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div .step-circle {
    margin: 0 10px;
  }
}
@media (min-width: 1366px) {
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form .step-circle,
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div .step-circle {
    margin: 0 20px;
  }
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form .step-circle > .step,
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div .step-circle > .step {
  font-size: 16px;
  color: #333;
  line-height: normal;
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form .title_step_form,
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div .title_step_form {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 700px) {
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form .title_step_form,
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div .title_step_form {
    width: calc(100% - 56px);
  }
}
@media (min-width: 1366px) {
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form .title_step_form,
  .section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div .title_step_form {
    width: calc(100% - 76px);
  }
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form:hover > .title_step_form,
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div:hover > .title_step_form {
  color: #36A9E1;
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form:hover > .step-circle,
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div:hover > .step-circle {
  border: 1px solid #36A9E1;
  background-color: #fff !important;
}
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form:hover > .step-circle > .step,
.section-form > .steps-configurtion > .cont-steps-form > .cont_title_step_form > div:hover > .step-circle > .step {
  color: #36A9E1;
}
.section-form > .steps-configurtion > .cont-steps-form .active div .step-circle,
.section-form > .steps-configurtion > .cont-steps-form .active .step-circle {
  border: 1px solid #36A9E1 !important;
  background-color: #fff !important;
}
.section-form > .steps-configurtion > .cont-steps-form .active div .step-circle > .step,
.section-form > .steps-configurtion > .cont-steps-form .active .step-circle > .step {
  color: #36A9E1 !important;
}
.section-form > .steps-configurtion > .cont-steps-form .active > .title_step_form {
  color: #36A9E1;
}
.section-form > .cont-form-custom {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .section-form > .cont-form-custom {
    width: 69%;
  }
}
@media (min-width: 1024px) {
  .section-form > .cont-form-custom {
    width: 74%;
  }
}
@media (min-width: 1366px) {
  .section-form > .cont-form-custom {
    width: 80%;
  }
}
.section-form > .cont-form-custom > .header-form {
  min-height: 50px;
  height: auto;
  width: 100%;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid rgba(162, 163, 183, 0.1);
  border: 1px solid #D9DCE3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-form > .cont-form-custom > .header-form > .titulo-btn {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.section-form > .cont-form-custom > .header-form > .titulo-btn > .title-step {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  line-height: normal;
}
.section-form > .cont-form-custom > .header-form > .btns-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.section-form > .cont-form-custom > .header-form > .btns-form .btns-pag {
  margin-right: 5px;
}
@media (min-wdth: 760px) {
  .section-form > .cont-form-custom > .header-form {
    padding: 0 15px;
    height: 50px;
  }
  .section-form > .cont-form-custom > .header-form > .title-step {
    font-size: 18px;
    width: auto;
  }
}
.section-form > .cont-form-custom > .cont-body-form,
.section-form > .cont-form-custom > form .cont-body-form {
  width: 100%;
  display: none;
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #D9DCE3;
}
.section-form > .cont-form-custom > .active, .section-form > .cont-form-custom > form .active {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  animation-name: mostrar-form;
  animation-duration: 0.5s;
}

.cont-parts-forms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.parts-form {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    .parts-form {
        width: 49%;
    }
}

.parts-form > .subtitle-form {
  color: #30354C;
  font-size: 16px;
}
.parts-form .radio-aleph input + .label-aleph {
  color: #000 !important;
  font-size: 14px;
}
.parts-form .radio-aleph input[checked] + .label-aleph {
  color: #5d6688 !important;
}
.parts-form .label-aleph {
  color: #5d6688 !important;
  cursor: default;
}
.parts-form .label-aleph:active {
  color: #5d6688 !important;
}
.parts-form .data-aleph {
  color: #09090d;
  font-weight: 500;
  font-size: 14px;
}
.parts-form .cont-btn-help {
  opacity: 0.3 !important;
}
.parts-form .alert {
  margin-top: 0px !important;
}
.parts-form > .active,
.parts-form > form .active {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  animation-name: mostrar-form;
  animation-duration: 0.5s;
}

@media (min-width: 700px) {
  .parts-form-xs {
    width: 32%;
    margin-right: 10px;
  }
}

.filtros-emular > .parts-form {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .filtros-emular > .parts-form {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .filtros-emular > .parts-form {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1366px) {
  .filtros-emular > .parts-form {
    width: -webkit-calc(20% - 10px);
    width: -moz-calc(20% - 10px);
    width: calc(20% - 10px);
    margin-bottom: 0px;
  }
}

@keyframes mostrar-form {
  from {
    opacity: 0;
    top: -100px;
    z-index: -5;
  }
  to {
    opacity: 1;
    top: 0;
    z-index: 0;
  }
}
.btns-pag {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.btns-pag .btn-pag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #A2A3B7 !important;
}
.btns-pag .btn-pag:first-child {
  margin-right: 30px;
}
.btns-pag .btn-pag:hover {
  color: #36A9E1 !important;
  font-weight: bold;
}
.btns-pag .btn-pag:hover > .btn-icon-primary {
  color: #36A9E1 !important;
  background: rgba(189, 188, 188, 0.1) !important;
  border-radius: 50% !important;
}

.btnEliminar-icono {
  color: #B2BBBD;
  display: flex;
}
.btnEliminar-icono:hover {
  color: #f45b5b;
}

.btnGuardar-icono {
  color: #B2BBBD;
  display: flex;
}
.btnGuardar-icono:hover {
  color: #337ab7;
}

.btnCancelar-icono,
.btn-icono-primary {
  color: #36A9E1;
}
.btnCancelar-icono:hover,
.btn-icono-primary:hover {
  color: #337ab7;
}

.btnCancelar-icono {
  display: none;
}

.btn-icono-primary,
.btnEliminar-icono,
.btnGuardar-icono,
.btnCancelar-icono {
  height: 30px;
  width: 30px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-icono-primary:hover,
.btnEliminar-icono:hover,
.btnGuardar-icono:hover,
.btnCancelar-icono:hover {
  background: rgba(189, 188, 188, 0.1);
  border-radius: 50%;
}

.show_Btnicono {
  display: flex;
  animation-name: mostrarFadeIn;
  animation-duration: 1s;
}

@keyframes mostrar-form {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.checkbox-aleph > .dx-checkbox-container > .dx-checkbox-text {
  color: #777;
  font-size: 12px;
}
.checkbox-aleph > .dx-checkbox-container > .dx-checkbox-text:hover {
  color: #333;
}

.checkbox-aleph[aria-checked=true] > .dx-checkbox-container > .dx-checkbox-text {
  color: #333;
}

.subtitle-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(178, 187, 189, 0.2);
  margin-bottom: 10px;
}
.subtitle-banner > .subtitle-form {
  color: #757575;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}

.cont-labels-colum-two {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cont-labels-colum-two .label-colum {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .cont-labels-colum-two .label-colum {
    width: 49%;
    margin-bottom: 0;
  }
}
.cont-labels-colum-two .label-colum:last-child {
  margin-bottom: 0;
}

.add_banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(178, 187, 189, 0.07);
  border-radius: 10px;
  cursor: pointer;
}
.add_banner > i, .add_banner > span {
  font-size: 16px;
  color: #6A7782;
}
.add_banner > i {
  margin-right: 10px;
}
.add_banner:hover > i, .add_banner:hover > span {
  color: #36A9E1;
}

.parts-form-banner {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .parts-form-banner {
    width: 32%;
    margin-right: 15px;
  }
  .parts-form-banner:last-child {
    margin-right: 0px;
  }
}

.title-banner {
  border-bottom: 1px solid rgba(178, 187, 189, 0.2);
  font-size: 16px;
}

/* seleccionar iconos */
.icono-container > .span-icono {
  color: #36A9E1;
}

.icon-selector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.icon-selector .icon-element {
  height: 30px;
  width: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 5px;
  border: 0.5px solid rgba(178, 187, 189, 0.5);
  cursor: pointer;
}
.icon-selector .icon-element:last-child {
  margin-right: 0px;
}
.icon-selector .icon-element > i {
  font-size: 20px;
  color: #6A7782;
}
.icon-selector .icon-element:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.icon-selector .icon-element:hover > i {
  color: #36A9E1;
}
.icon-selector > .active {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.icon-selector > .active > i {
  color: #36A9E1;
}

.cont-body-form .label-title {
  margin-bottom: 0px !important;
  color: #777;
  font-size: 12px;
}

.contBannerImagen > .cont-img-galeria {
  justify-content: center;
}
@media (min-width: 700px) {
  .contBannerImagen > .cont-img-galeria {
    justify-content: flex-start;
  }
}
.contBannerImagen > .cont-img-galeria > li {
  padding: 0 !important;
  margin: 0 15px 20px 0 !important;
}
.contBannerImagen > .cont-img-galeria > li:last-child {
  margin: 0 !important;
}
.contBannerImagen > .cont-img-galeria > li > .cont-ImgEditar {
  height: 60px !important;
  width: 300px !important;
  border: none !important;
  background-color: rgba(178, 187, 189, 0.07) !important;
}
.contBannerImagen > .cont-img-galeria > li > .cont-ImgEditar > a > img {
  border-radius: 5px !important;
}
.contBannerImagen > .cont-img-galeria > li > .cont_add_photo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #36A9E1;
}
.contBannerImagen > .cont-img-galeria > li > .cont_add_photo > .add_photo {
  height: 20px;
  width: 20px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-left: -10px;
  background-color: #fafafa;
  border-radius: 50%;
  z-index: 10;
}
.contBannerImagen > .cont-img-galeria > li > .cont_add_photo i:first-child {
  font-size: 22px;
}
.contBannerImagen > .cont-img-galeria > li > .cont_add_photo:hover {
  border: 0.5px dashed #36A9E1 !important;
}

.input-aleph {
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  padding-left: 5px;
}

.btn-celeste-primary {
  height: 36px;
  width: 100%;
  padding: 0 5px;
  font-size: 12px;
  line-height: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #36A9E1;
  border-radius: 4px;
  background-color: #D5EEF9;
  color: #36A9E1;
}
.btn-celeste-primary > .icono-btn {
  margin-right: 10px;
  font-size: 16px;
}
.btn-celeste-primary > input {
  border: none !important;
  background: none !important;
}
.btn-celeste-primary > input:focus, .btn-celeste-primary > input:active {
  border: none !important;
}
.btn-celeste-primary:hover {
  background-color: #36A9E1;
  color: #fff !important;
}
@media (min-width: 550px) {
  .btn-celeste-primary {
    width: auto;
    font-size: 14px;
  }
}

.cont-form-NewSucu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cont-form-NewSucu .cont-datos-sucu,
.cont-form-NewSucu .cont-mapa {
  width: 100%;
}
.cont-form-NewSucu .cont-datos-sucu > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 700px) {
  .cont-form-NewSucu .cont-datos-sucu > div {
    width: 49%;
  }
}

.detalleDeDireccion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .detalleDeDireccion {
    padding-top: 22px;
  }
}

.horariosAtencion-edit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.horariosAtencion-edit > .txt-horariosAtencion {
  width: calc(100% - 46px);
}

.container-dias-horarios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.btn-blanco,
.btn-blanco:hover,
.btn-blanco:active {
  box-shadow: none;
  border: none !important;
  color: #959CB6 !important;
}

.btn-blanco:hover {
  color: #959cb6;
}

.horarios-avanzados::before {
  background-color: rgba(189, 188, 188, 0.1) !important;
  border-radius: 5px;
}

.btn-secondary,
.btn-secondary-aleph {
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  outline: none;
  background: #F5F5F8 !important;
  color: #262A3D;
  border: none;
  border-radius: 5px;
  padding: 4px 12px;
  cursor: pointer;
}
.btn-secondary:focus, .btn-secondary:active,
.btn-secondary-aleph:focus,
.btn-secondary-aleph:active {
  box-shadow: none;
  outline: none;
  background: #337AB7 !important;
}
.btn-secondary:hover,
.btn-secondary-aleph:hover {
  color: #fff;
  background: #337AB7 !important;
}

/*head*/
/*head*/
.img-play-video-preferencia {
  position: absolute;
  margin-left: 5px;
  margin-top: 20px;
}

.cont-preferencias {
  margin-top: 80px;
  /*&::after {
      content: '';
      position: fixed;
      width: 100%;
      height: 200px;
      left: 0;
      top: 0;
      background-color: #959CB6;
      z-index: -1;
  }*/
}
.cont-preferencias > .steps-configurtion > .cont-steps-form {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #fff;
}
@media (min-width: 760px) {
  .cont-preferencias > .cont-form-custom {
    margin-top: -50px;
  }
}
.cont-preferencias > .cont-form-custom > #step-form-4 .product-section {
  border: none !important;
  margin-bottom: 0 !important;
}
.cont-preferencias > .cont-form-custom > #step-form-4 .product-divider {
  padding: 0 !important;
}
@media (min-width: 1366px) {
  .cont-preferencias > .cont-form-custom > #step-form-4 .product-divider:last-child {
    padding-left: 10px !important;
  }
}
.cont-preferencias > .cont-form-custom > #step-form-4 .product-divider > #map_canvasG {
  margin: 0 !important;
}
.cont-preferencias > .cont-form-custom > #step-form-4 .product-header {
  padding: 0 !important;
  margin: 0 !important;
}
.cont-preferencias > .cont-form-custom > #step-form-4 .product-header .form-inline {
  display: none;
}
.cont-preferencias > .cont-form-custom > #step-form-6 .product-section {
  padding: 0 !important;
}
.cont-preferencias > .cont-form-custom > #step-form-6 .panel-heading {
  display: none;
}

.imagenes_cuenta {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #D9DCE3;
  border-bottom: 2px rgba(0, 0, 0, 0.1) dashed;
  padding: 80px 20px 10px 20px;
  position: relative;
}
.imagenes_cuenta > .imagen_preferencia {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-width: inherit;
  border-style: none;
  border-color: inherit;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  background-color: #fff;
  position: absolute;
  top: calc(0% - 50px);
  left: calc(50% - 50px);
  border: 1px solid #D9DCE3;
}
.imagenes_cuenta > .imagen_preferencia img {
  padding: 3px;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  margin: auto;
}
.imagenes_cuenta > .imagen_preferencia > img {
  padding: 0 !important;
  border-radius: 10px;
}
.imagenes_cuenta > .imagenes_galeria > .product-pictures > div > div > .cont-img-galeria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.imagenes_cuenta > .imagenes_galeria > .product-pictures > div > div > .cont-img-galeria > li {
  padding: 0 !important;
  margin: 0 5px 5px 0 !important;
  float: none !important;
}
.imagenes_cuenta > .imagenes_galeria > .product-pictures > div > div > .cont-img-galeria > li > .cont-ImgEditar {
  padding: 0 !important;
  height: 55px;
  width: 55px;
}
.imagenes_cuenta > .imagenes_galeria > .product-pictures > div > div > .cont-img-galeria > li > .cont-ImgEditar > a {
  background-color: #fff;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-width: inherit;
  border-style: none;
  border-color: inherit;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}
.imagenes_cuenta > .imagenes_galeria > .product-pictures > div > div > .cont-img-galeria > li > .cont-ImgEditar > a img {
  padding: 3px;
  width: auto;
  max-width: 55px;
  height: auto;
  max-height: 55px;
  margin: auto;
}
.imagenes_cuenta > .imagenes_galeria > .product-pictures > div > div > .cont-img-galeria > li > .cont-ImgEditar > a > img {
  padding: 0 !important;
}
.imagenes_cuenta > .imagenes_galeria > .product-pictures > div > div > .cont-img-galeria > li > .cont-ImgEditar > span {
  font-size: 9px !important;
  bottom: 0 !important;
  line-height: normal;
}
.cont-subtitle-step {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 75px;
}
.cont-subtitle-step > svg {
  font-size: 18px;
}
.cont-subtitle-step > span > span {
  font-size: 12px;
  color: #959CB6;
  margin-left: 10px;
}
.cont-subtitle-step > span > span:hover {
  color: #36A9E1;
}
.cont-subtitle-step > span .active {
  color: #36A9E1;
  font-weight: bold;
}

.cont_rect_marketplaces {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0 20px 0;
  justify-content: flex-start;
}
.cont_rect_marketplaces .rect_market {
  min-height: 75px;
  width: 100%;
  border: 1px dashed rgba(149, 156, 182, 0.5);
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 0 0 0;
  margin: 0 15px 15px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  box-shadow: 2px 2px 5px rgba(175, 173, 173, 0.3);
}
.cont_rect_marketplaces .rect_market > img {
  max-height: 40px;
  max-width: 150px;
  margin: auto;
}
@media (min-width: 550px) {
  .cont_rect_marketplaces .rect_market {
    width: 215px;
  }
}

.btn-conectado {
  width: 100%;
  color: #36A9E1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.btn-conectado > i {
  margin-right: 10px;
}

.span-proximamente {
  width: 100%;
  background: rgba(244, 91, 91, 0.9);
  text-align: center;
  font-size: 12px;
  margin: 5px 0;
  color: #fff;
  border-radius: 2px;
}

.span-proximamente {
  width: 100%;
  background: #fb8e8e;
  text-align: center;
  font-size: 12px;
  margin: 5px 0;
  color: #fff;
  border-radius: 2px;
}

.btn-coneccion {
  border: none;
  background: none;
  color: #959CB6;
  margin-top: 10px;
}
.btn-coneccion > i {
  margin-right: 10px;
}
.btn-coneccion:hover {
  background: none;
  color: #36A9E1;
  font-weight: bold;
}

.subSeccion_marketplace {
  display: none;
  width: 100%;
}

.preferencia-sucursales {
  overflow: auto;
}
.preferencia-sucursales .psuc, .preferencia-sucursales .pmap {
  width: 100% !important;
  margin-bottom: 20px;
}
.preferencia-sucursales .psuc > .product-header, .preferencia-sucursales .pmap > .product-header {
  min-height: auto !important;
}
.preferencia-sucursales .pmap {
  padding-left: 0 !important;
}
@media (min-width: 1366px) {
  .preferencia-sucursales .psuc, .preferencia-sucursales .pmap {
    width: 50% !important;
  }
  .preferencia-sucursales .pmap {
    padding-left: 10px !important;
  }
}

.preferencia-usuarios {
  overflow: auto;
}

.preferencia-publicaciones > .product-preferences {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.preferencia-publicaciones #frmSettings > .form-group:last-child > div:first-child {
  padding: 0 15px;
}

.name-user-market {
  color: #36A9E1;
  font-weight: 500;
}

.novedades-meli {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
}
.novedades-meli > .back-novedades {
  background: #F5EC66;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  border-radius: 5px;
}
.novedades-meli > .novedad-header {
  position: relative;
  z-index: 2;
  font-size: 18px;
  margin-bottom: 15px;
  color: #262A3D;
}
.novedades-meli > .card-novedad {
  position: relative;
  z-index: 2;
  box-shadow: 2px 2px 5px #d1d4e0;
  border: 1px solid #d1d4e0;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
}
@media (min-width: 760px) {
  .novedades-meli > .card-novedad {
    width: 50%;
  }
}
.novedades-meli > .card-novedad > .novedad-title {
  font-size: 16px;
  color: #262A3D;
}
.novedades-meli > .card-novedad > .novedad-text {
  font-size: 14px;
  text-align: center;
  color: #A5A5A5;
}

/*head*/
/*head*/
.border-primary {
  border-color: #337AB7 !important;
}

div.hopscotch-bubble,
div.hopscotch-bubble h3,
div.hopscotch-bubble .hopscotch-content {
  font-family: Roboto !important;
}

div.hopscotch-bubble {
  border: 1px solid rgba(149, 156, 182, 0.2) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -17px !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #337AB7 !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 1px solid transparent !important;
  border-left: 1px solid #ddd !important;
  border-top: 1px solid transparent !important;
  left: -5px !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #337AB7 !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  left: -17px !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  left: 7px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #337AB7 !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 1px solid #ddd !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #337AB7 !important;
}

div.hopscotch-bubble .hopscotch-nav-button.next {
  background-color: #36A9E1 !important;
  background-image: none !important;
  border: none !important;
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #337AB7 !important;
  background-image: none !important;
  border: none !important;
}

div.hopscotch-bubble .hopscotch-nav-button.prev {
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #959CB6 !important;
  text-shadow: none !important;
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover, div.hopscotch-bubble .hopscotch-nav-button.prev:active, div.hopscotch-bubble .hopscotch-nav-button.prev:focus {
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #939bb5 !important;
  text-shadow: none !important;
}

.hopscotch-bubble-number {
  background-color: #4D9667;
  border-radius: 50%;
  padding: 0 !important;
}

/*head*/
/*head*/
.background-login {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.background-login picture {
  height: 100%;
  width: 100%;
  filter: blur(4px);
  filter: opacity 60%;
  filter: contrast(70%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.background-login picture > img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 700px) and (orientation: landscape) {
  .background-login picture > img {
    width: 100%;
  }
}

.login-page,
.login-page body {
  height: 100%;
  margin-bottom: 0;
}

.login-page .alert {
  padding-left: 30px;
  padding-right: 30px;
}

.login-header {
  display: block;
  margin: 38px 0 56px;
}
.login-header > .cssLoginLogoTienda,
.login-header > .login-imgLogo {
  width: auto;
  max-width: 416px;
  max-height: 116px;
}
.login-header > .login-imgLogo {
  height: 40px;
}
.login-header > .cssLoginLogoTienda {
  height: auto;
}

.backgroundBodyAleph {
  height: 100vh !important;
  width: 100vw !important;
  overflow: hidden;
  background-image: url("https://alephv2cdntest.blob.core.windows.net/es-ar/Images/background-login.png");
}
.backgroundBodyAleph main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px !important;
  height: 100vh !important;
  width: 100vw !important;
  overflow: hidden;
}
.backgroundBodyAleph main > .carruselLogin-container {
  display: none;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .backgroundBodyAleph main > .carruselLogin-container {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-end;
  }
}
.backgroundBodyAleph main > .carruselLogin-container .imgAlephito-container {
  margin-bottom: -20%;
}
@media screen and (min-width: 1366px) {
  .backgroundBodyAleph main > .carruselLogin-container .imgAlephito-container {
    margin-bottom: -15%;
  }
}
@media screen and (min-width: 1920px) {
  .backgroundBodyAleph main > .carruselLogin-container .imgAlephito-container {
    margin-bottom: inherit;
  }
}
.backgroundBodyAleph main > .carruselLogin-container .imgAlephito-container .imgAlephito > img {
  margin-left: -10%;
  -ms-transform: rotate(20deg);
  transform: rotate(25deg);
  height: 80%;
}
@media screen and (min-width: 1366px) {
  .backgroundBodyAleph main > .carruselLogin-container .imgAlephito-container .imgAlephito > img {
    height: 85%;
  }
}
@media screen and (min-width: 1920px) {
  .backgroundBodyAleph main > .carruselLogin-container .imgAlephito-container .imgAlephito > img {
    height: 140%;
  }
}
.backgroundBodyAleph main > .AlephLogin-container {
  /*@include flex-row;*/
  display: grid;
  align-content: center;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr;
  grid-template-areas: "login-header" "login-body";
  padding: 20px;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .backgroundBodyAleph main > .AlephLogin-container {
    width: 40%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .backgroundBodyAleph main > .AlephLogin-container {
    width: 30%;
    max-width: 600px;
  }
}
.backgroundBodyAleph main > .AlephLogin-container .login-header {
  grid-area: login-header;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.backgroundBodyAleph main > .AlephLogin-container .login-header > .login-imgLogo {
  height: 60px;
  width: auto;
}
.backgroundBodyAleph main > .AlephLogin-container .login-form {
  grid-area: login-body;
}
.backgroundBodyAleph main > .AlephLogin-container .login-form h4 {
  color: #fff;
}
.backgroundBodyAleph main > .AlephLogin-container .parts-form {
  width: calc(100% - 160px) !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .backgroundBodyAleph main > .AlephLogin-container .parts-form {
    width: calc(100% - 60px) !important;
  }
}
@media screen and (min-width: 1366px) {
  .backgroundBodyAleph main > .AlephLogin-container .parts-form {
    width: calc(100% - 160px) !important;
  }
}
.backgroundBodyAleph main > .AlephLogin-container .parts-form .label-aleph {
  color: #fff !important;
}
.backgroundBodyAleph main > .AlephLogin-container .help > a {
  color: #d1d4e0 !important;
}
.backgroundBodyAleph main > .AlephLogin-container .help > a:hover {
  color: #36A9E1 !important;
}

.login-container {
  max-width: 446px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  top: 46%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.cont-btnIngresar {
  width: calc(100% - 160px) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .cont-btnIngresar {
    width: calc(100% - 60px) !important;
  }
}
@media screen and (min-width: 1366px) {
  .cont-btnIngresar {
    width: calc(100% - 160px) !important;
  }
}

.help {
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.login-footer {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.login-footer .text-muted {
  margin-bottom: 0;
}

.alert-error {
  color: #D24D4A !important;
}

.alert-envioMail {
  color: #d1d4e0 !important;
}

.error {
  color: #D24D4A;
  text-align: left;
  font-size: 12px;
  padding: 0px;
  margin: auto;
}

/*head*/
/*head*/
.btn-cargarPedidos {
  position: absolute;
  right: 15px;
  line-height: normal;
}

.font-numerosB2B {
  font-family: "neusaregular", "Montserrat", sans-serif;
}

.btn-buscarVehiculos {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
  background: #36A9E1;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px 0 !important;
}
.btn-buscarVehiculos > svg {
  font-size: 20px;
  margin-right: 10px;
}
.btn-buscarVehiculos:hover {
  background: #337AB7;
}
@media screen and (min-width: 765px) {
  .btn-buscarVehiculos {
    display: none;
  }
}

.cont-filtro-vehiculo {
  display: none;
  flex-flow: column nowrap;
  background-color: #D3E2EF;
  margin-left: -15px;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  padding: 0 15px;
}
@media (min-width: 765px) {
  .cont-filtro-vehiculo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
}
.cont-filtro-vehiculo > .cont-titulo-vehiculo {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 600px) {
  .cont-filtro-vehiculo > .cont-titulo-vehiculo {
    margin-right: 20px;
    flex-wrap: nowrap;
  }
}
.cont-filtro-vehiculo > .cont-titulo-vehiculo > svg {
  font-size: 50px;
  margin-right: 10px;
}
@media (min-width: 600px) {
  .cont-filtro-vehiculo > .cont-titulo-vehiculo > svg {
    font-size: 40px;
  }
}
.cont-filtro-vehiculo > .cont-titulo-vehiculo > .titulo-vehiculo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont-filtro-vehiculo > .cont-titulo-vehiculo > .titulo-vehiculo span {
  line-height: normal;
}
.cont-filtro-vehiculo > .cont-titulo-vehiculo > .titulo-vehiculo span:first-child {
  font-size: 12px;
}
.cont-filtro-vehiculo > .cont-titulo-vehiculo > .titulo-vehiculo span:last-child {
  font-size: 16px;
}
@media (min-width: 600px) {
  .cont-filtro-vehiculo > .cont-titulo-vehiculo > .titulo-vehiculo span:first-child {
    font-size: 14px;
  }
  .cont-filtro-vehiculo > .cont-titulo-vehiculo > .titulo-vehiculo span:last-child {
    font-size: 18px;
  }
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior {
  width: 100%;
}
@media (min-width: 700px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior {
    width: auto;
  }
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list {
  border-bottom: none !important;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > h2 {
  display: none;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div {
  display: flex !important;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos {
  width: 100%;
}
@media (min-width: 550px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 685px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos {
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media (min-width: 1175px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1320px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos {
    flex-wrap: wrap;
  }
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div {
  width: 100%;
}
@media (min-width: 550px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div {
    width: 50%;
  }
}
@media (min-width: 685px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div {
    width: 165px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1175px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div {
    width: 170px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1320px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div:last-child {
    margin-right: 0;
  }
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div > select {
  border-radius: 10px;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div > div {
  border-radius: 10px;
  overflow: hidden;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div > div .dx-dropdowneditor-icon {
  border-radius: 8px;
  background-color: rgba(211, 226, 239, 0.3);
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > .range-year {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 680px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > .range-year {
    width: 350px;
  }
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > .range-year > label {
  width: 100%;
  margin-bottom: 0;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > .range-year > .range-group {
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > .range-year > .range-group:last-child {
  margin-right: 0;
}
@media (min-width: 550px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > .range-year > .range-group {
    margin-bottom: 0;
  }
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > .range-year > .range-group > input {
  border-radius: 10px;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div button {
  background-color: #98999B;
  color: #fff;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div button > span {
  margin-right: 10px;
}
@media (min-width: 550px) {
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div button {
    width: 130px;
    height: 36px !important;
    justify-content: space-around;
    margin-bottom: 0;
  }
  .cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div button > span {
    margin-right: 0px;
  }
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos > div button:hover {
  background-color: #6A7782;
}
.cont-filtro-vehiculo > .filtro-vehiculos-superior .filter-list > div > .campos-filtros-vehiculos br {
  display: none;
}

.filtroVehiculo-mobile {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 15px 40px 15px;
}

.close-popup {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
}
@media screen and (min-width: 765px) {
  .close-popup {
    display: none;
  }
}

/*FILTRAR POR */
.cont-titulo > .cont-titulo-filtro > i {
  font-size: 16px;
  color: #337AB7;
}
.cont-titulo > .cont-titulo-filtro > .titulo-filtro {
  font-size: 1.8rem;
  font-weight: 500;
}

.filtro-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.filtro-title > .cont-titulo-filtro > i {
  font-size: 16px;
}
.filtro-title > .cont-titulo-filtro > .titulo-filtro {
  font-size: 16px;
  font-weight: 500;
}

.products-filter > h2 {
  margin: 15px 0px;
}
.products-filter > h2 > a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  color: #777D92 !important;
  font-size: 14px;
  cursor: pointer !important;
}
.products-filter > h2 > a:hover {
  color: #337AB7 !important;
}

.products-filter ul a {
  color: #777D92 !important;
  cursor: pointer !important;
}
.products-filter ul a:hover {
  color: #337AB7 !important;
}

.filter-tags .tag {
  background-color: #EBEDF2 !important;
}
.filter-tags .tag .close {
  background-color: rgba(189, 188, 188, 0.1) !important;
  color: #777D92 !important;
  font-weight: 600;
  opacity: 1 !important;
}
.filter-tags .tag .close > i {
  font-size: 14px;
  line-height: inherit;
}
.filter-tags .tag .close:hover {
  background-color: #777D92 !important;
  color: #fff !important;
}

.filter-applied-delete {
  color: #36A9E1 !important;
}
.filter-applied-delete:hover {
  color: #337AB7 !important;
}

/* MODO VISTA EN CARDS*/
.off-card-box a {
  text-decoration: none !important;
  color: inherit;
  text-align: center;
}
.off-card-box a:hover {
  text-decoration: none;
}

.content-cards {
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.btn-tienda {
  height: 36px !important;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  color: #5FCF80;
  border: 1px solid #5FCF80;
  display: block;
}
.btn-tienda:hover {
  background-color: #5FCF80;
  color: #fff;
  border: none !important;
}
.btn-tienda:active, .btn-tienda:focus {
  border: none !important;
}

.btn-disabled,
button[disabled],
input[disabled] {
  background-color: #f3f3f3 !important;
  cursor: no-drop;
  color: #cecece !important;
}

.off-span-sinStock {
  text-align: center;
  font-weight: 500;
  color: #e97d82;
}
.off-span-sinStock > span {
  font-family: IBMPlexSansCond;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
}

@keyframes productosInCard {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* PRODUCTOS DESTACADOS */
.img-prod {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-width: none;
  border-style: inherit;
  border-color: inherit;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.img-prod img {
  padding: 3px;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  margin: auto;
}
.img-prod > img {
  padding: 0;
}

.productos-destacados {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.productos-destacados .cont-titulo-seccion {
  margin-left: 2% !important;
}

.off-card-box,
.item-producto-destacado {
  margin: 30px 0 20px 10px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 5px 5px 5px;
  box-shadow: 0px 2px 3px rgba(122, 116, 116, 0.16);
}
@media screen and (max-width: 1023px) {
  .off-card-box,
  .item-producto-destacado {
    padding: 0;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 30px 0 10px 10px;
    width: 200px;
  }
}
.off-card-box:hover,
.item-producto-destacado:hover {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(149, 156, 182, 0.5);
}
.off-card-box > .img-cont-prod-destacado,
.item-producto-destacado > .img-cont-prod-destacado {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -30px;
  left: 10px;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .off-card-box > .img-cont-prod-destacado,
  .item-producto-destacado > .img-cont-prod-destacado {
    box-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .off-card-box > .img-cont-prod-destacado,
  .item-producto-destacado > .img-cont-prod-destacado {
    position: static;
    box-shadow: none;
  }
}
.off-card-box > .img-cont-prod-destacado > .img-prod,
.item-producto-destacado > .img-cont-prod-destacado > .img-prod {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-width: none;
  border-style: inherit;
  border-color: inherit;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-card-box > .img-cont-prod-destacado > .img-prod img,
.item-producto-destacado > .img-cont-prod-destacado > .img-prod img {
  padding: 3px;
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
  margin: auto;
}
.off-card-box > .img-cont-prod-destacado > .img-prod > img,
.item-producto-destacado > .img-cont-prod-destacado > .img-prod > img {
  padding: 0;
}
.off-card-box .boxs-flotantes,
.item-producto-destacado .boxs-flotantes {
  position: absolute;
  left: 70%;
  bottom: 3px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 375px) {
  .off-card-box .boxs-flotantes,
  .item-producto-destacado .boxs-flotantes {
    left: 112%;
  }
}
.off-card-box .boxs-flotantes > span,
.item-producto-destacado .boxs-flotantes > span {
  margin-top: 5px;
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: normal;
}
.off-card-box .boxs-flotantes .accionPromo,
.item-producto-destacado .boxs-flotantes .accionPromo {
  background-color: #82358c;
  color: #fff;
  text-transform: uppercase;
}
.off-card-box .boxs-flotantes .accionNovedad,
.item-producto-destacado .boxs-flotantes .accionNovedad {
  background-color: #4D9667;
  color: #fff;
  text-transform: uppercase;
}
.off-card-box .boxs-flotantes .porcentajeDescuento,
.item-producto-destacado .boxs-flotantes .porcentajeDescuento {
  background-color: #F27676;
  color: #fff;
}
.off-card-box > .off-link-item,
.item-producto-destacado > .off-link-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-items: center;
}
.off-card-box > .off-link-item costoConImpuesto-home > .off-nombre-producto,
.item-producto-destacado > .off-link-item costoConImpuesto-home > .off-nombre-producto {
  width: 100%;
  font-size: 14px;
  color: #959CB6;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 2; /*este sirve para elegir las cantidad de lineas a mostrar*/
  text-align: center;
  line-height: normal;
}
.off-card-box > .off-link-item > .off-cart-description-title,
.item-producto-destacado > .off-link-item > .off-cart-description-title {
  width: 100%;
  font-size: 12px;
  color: #959CB6;
  text-align: center;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (min-width: 765px) {
  .off-card-box > .off-link-item > .off-cart-description-title,
  .item-producto-destacado > .off-link-item > .off-cart-description-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
    -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  }
}
.off-card-box > .off-precio-container,
.item-producto-destacado > .off-precio-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", "Montserrat", sans-serif;
  /*.costoConImpuesto-home {
      display: none;
  }*/
}
.off-card-box > .off-precio-container > .txt-precios,
.item-producto-destacado > .off-precio-container > .txt-precios {
  display: none;
}
.off-card-box > .off-precio-container .font-numerosB2B,
.off-card-box > .off-precio-container .off-precio-condesc,
.item-producto-destacado > .off-precio-container .font-numerosB2B,
.item-producto-destacado > .off-precio-container .off-precio-condesc {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #262A3D;
  text-align: center;
}
.off-card-box > .off-precio-container .off-precio-condesc,
.item-producto-destacado > .off-precio-container .off-precio-condesc {
  width: 100%;
}
.off-card-box > .off-precio-container .costoConImpuestoDestacado-home,
.item-producto-destacado > .off-precio-container .costoConImpuestoDestacado-home {
  width: 100%;
  display: none;
}
.off-card-box > .off-precio-container .off-precio-descuento,
.item-producto-destacado > .off-precio-container .off-precio-descuento {
  margin-left: 5px;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  text-decoration: line-through;
}
.off-card-box .costoConImpuestoDestacado-home,
.off-card-box .precioventasinimpuestos-home,
.off-card-box .precioventaconimpuestos-home,
.off-card-box .precioLista-home,
.off-card-box .pvs-home,
.item-producto-destacado .costoConImpuestoDestacado-home,
.item-producto-destacado .precioventasinimpuestos-home,
.item-producto-destacado .precioventaconimpuestos-home,
.item-producto-destacado .precioLista-home,
.item-producto-destacado .pvs-home {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 765px) {
  .off-card-box .costoConImpuestoDestacado-home,
  .off-card-box .precioventasinimpuestos-home,
  .off-card-box .precioventaconimpuestos-home,
  .off-card-box .precioLista-home,
  .off-card-box .pvs-home,
  .item-producto-destacado .costoConImpuestoDestacado-home,
  .item-producto-destacado .precioventasinimpuestos-home,
  .item-producto-destacado .precioventaconimpuestos-home,
  .item-producto-destacado .precioLista-home,
  .item-producto-destacado .pvs-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.off-card-box > .descripcionProducto,
.item-producto-destacado > .descripcionProducto {
  display: none;
}
.off-card-box > .off-card-cont-precio,
.item-producto-destacado > .off-card-cont-precio {
  width: 100%;
  border-bottom-right-radius: 12px;
  margin-bottom: -1px;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 2px 0 0 0;
  flex-wrap: nowrap;
}
.off-card-box > .off-card-cont-precio > .container-buttons-off,
.item-producto-destacado > .off-card-cont-precio > .container-buttons-off {
  width: 100%;
  justify-content: center;
}
.off-card-box > .off-card-cont-precio > .container-buttons-off > .button-add-cart,
.item-producto-destacado > .off-card-cont-precio > .container-buttons-off > .button-add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-left: 10px;
  padding: 0 10px;
}
.off-card-box > .off-card-cont-precio > .container-buttons-off > .button-add-cart > i,
.item-producto-destacado > .off-card-cont-precio > .container-buttons-off > .button-add-cart > i {
  font-size: 16px;
}
.off-card-box > .off-card-cont-precio > .container-buttons-off > .button-add-cart > span,
.item-producto-destacado > .off-card-cont-precio > .container-buttons-off > .button-add-cart > span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .off-card-box > .off-card-cont-precio > .container-buttons-off > .button-add-cart > span,
  .item-producto-destacado > .off-card-cont-precio > .container-buttons-off > .button-add-cart > span {
    display: inline-flex;
    margin-left: 5px;
  }
}
.off-card-box > .off-card-cont-precio .txt-indicador-stock,
.item-producto-destacado > .off-card-cont-precio .txt-indicador-stock {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #959CB6;
  margin-top: 4px;
}

@media screen and (min-width: 700px) {
  .off-card-box {
    padding: 5px;
    margin: 10px;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-areas: "img-destacado" "titulo-destacado" "precios-destacado" "precioLista-home" "precioventasinimpuestos-home" "precioventaconimpuestos-home" "agregar-destacado";
    min-height: 225px;
  }
  .off-card-box > .img-cont-prod-destacado {
    grid-area: img-destacado;
  }
  .off-card-box > .off-link-item {
    grid-area: titulo-destacado;
  }
  .off-card-box > .off-precio-container {
    grid-area: precios-destacado;
  }
  .off-card-box > .precioLista-home {
    grid-area: precioLista-home;
  }
  .off-card-box > .precioventasinimpuestos-home {
    grid-area: precioventasinimpuestos-home;
  }
  .off-card-box > .precioventaconimpuestos-home {
    grid-area: precioventaconimpuestos-home;
  }
  .off-card-box > .off-card-cont-precio {
    grid-area: agregar-destacado;
  }
}
.list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
.list-prod > .custom-content > .content-cards > .off-card-box {
  width: 130px;
  margin: 10px 5px;
}
@media screen and (min-width: 375px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
  .list-prod > .custom-content > .content-cards > .off-card-box {
    width: 160px;
  }
}
@media screen and (min-width: 765px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
  .list-prod > .custom-content > .content-cards > .off-card-box {
    width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
  .list-prod > .custom-content > .content-cards > .off-card-box {
    width: 220px;
  }
}
@media screen and (min-width: 1360px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
  .list-prod > .custom-content > .content-cards > .off-card-box {
    width: 210px;
  }
}
@media screen and (min-width: 1440px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
  .list-prod > .custom-content > .content-cards > .off-card-box {
    width: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .list-prod-sustitutos > .custom-content > .content-cards > .off-card-box,
  .list-prod > .custom-content > .content-cards > .off-card-box {
    width: 189px;
  }
}

.item-producto-destacado,
.off-card-item-destacados > .off-card-box {
  margin: 30px 0 10px 10px;
  width: 120px;
}
@media screen and (min-width: 375px) {
  .item-producto-destacado,
  .off-card-item-destacados > .off-card-box {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .item-producto-destacado,
  .off-card-item-destacados > .off-card-box {
    margin: 30px 0 10px 10px;
    width: 200px;
  }
}
.item-producto-destacado > .off-precio-container .off-precio-condesc,
.off-card-item-destacados > .off-card-box > .off-precio-container .off-precio-condesc {
  width: auto;
}

.cont-productos-destacados {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cont-productos-destacados > .flecha-up,
.cont-productos-destacados > .flecha-down {
  display: none;
  cursor: pointer;
}
.cont-productos-destacados .container-prod-destacados {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado {
    width: 250px;
    padding: 5px;
    margin: 0px 0px 0px 10px;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(6, auto);
    grid-template-areas: "img-destacado     titulo-destacado" "img-destacado     precios-destacado" "img-destacado     precioLista-home" "img-destacado     precioventasinimpuestos-home" "img-destacado     precioventaconimpuestos-home" "img-destacado     agregar-destacado";
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .img-cont-prod-destacado {
    grid-area: img-destacado;
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .img-cont-prod-destacado .boxs-flotantes {
    left: calc(100% - 71px);
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .off-link-item {
    grid-area: titulo-destacado;
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .off-precio-container {
    grid-area: precios-destacado;
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .precioLista-home {
    grid-area: precioLista-home;
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .precioventasinimpuestos-home {
    grid-area: precioventasinimpuestos-home;
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .precioventaconimpuestos-home {
    grid-area: precioventaconimpuestos-home;
  }
  .cont-productos-destacados .container-prod-destacados .item-producto-destacado .off-card-cont-precio {
    grid-area: agregar-destacado;
  }
}
.cont-productos-destacados .container-prod-destacados .off-link-item .off-cart-description-title, .cont-productos-destacados .container-prod-destacados .off-nombre-producto {
  width: 100%;
  text-align: center;
}

.sec-productos-destacados > .cont-titulo-seccion {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin: 10px auto;
  border: none;
}
.sec-productos-destacados > .productosDestacadosGallery > div > ul,
.sec-productos-destacados > .productosComplementariosGallery > div > ul {
  height: 260px !important;
}
.sec-productos-destacados > .productosDestacadosGallery > div > ul > li > .off-card-box,
.sec-productos-destacados > .productosComplementariosGallery > div > ul > li > .off-card-box {
  height: 220px;
}

.cardBoxProductoRelacionadosPersonalizada {
  width: 200px !important;
}

.ProdDestInvitado {
  height: 108px;
}
.ProdDestInvitado .cont-title-prod-destacado {
  height: 100% !important;
  border-bottom-right-radius: 12px;
}
.ProdDestInvitado .off-card-cont-precio {
  display: none !important;
}

.page-link {
  text-decoration: none !important;
  color: inherit;
}
.page-link:hover {
  text-decoration: none;
}

#off-col-destacados {
  display: none;
}

.productos-destacados-loading {
  display: flex;
  justify-content: center;
}

/* MODO VISTA EN LISTA */
.content-cards-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-cards-list > .off-card-box {
  width: 100% !important;
  height: auto;
  flex-direction: row !important;
  padding: 50px 5px 5px 5px;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "titulo-destacado   precios-destacados" "titulo-destacado   agregar-destacado" "precioLista-home   agregar-destacado" "precioventasinimpuestos-home   agregar-destacado" "precioventaconimpuestos-home   agregar-destacado";
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  animation-name: productosIn;
  animation-duration: 1s;
  animation-direction: alternate;
}
@media screen and (min-width: 700px) {
  .content-cards-list > .off-card-box {
    height: auto;
    min-height: 30px;
    padding: 5px;
    margin: 0px 0px 10px 0px !important;
    justify-content: flex-start;
    grid-template-rows: auto auto;
    grid-template-columns: 60px calc((100% - 460px) / 2) calc((100% - 460px) / 2) 260px 140px;
    grid-template-areas: "img-destacado titulo-destacado descripcion precios-destacados agregar-destacado" "img-destacado titulo-destacado descripcion precioLista-home agregar-destacado" "img-destacado titulo-destacado descripcion precioventasinimpuestos-home agregar-destacado" "img-destacado titulo-destacado descripcion precioventaconimpuestos-home agregar-destacado";
  }
}
.content-cards-list > .off-card-box > .img-cont-prod-destacado {
  top: -15px;
  grid-area: img-destacado;
}
@media screen and (min-width: 700px) {
  .content-cards-list > .off-card-box > .img-cont-prod-destacado {
    top: 0;
  }
  .content-cards-list > .off-card-box > .img-cont-prod-destacado > .img-prod {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-width: none;
    border-style: inherit;
    border-color: inherit;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-cards-list > .off-card-box > .img-cont-prod-destacado > .img-prod img {
    padding: 3px;
    width: auto;
    max-width: 40px;
    height: auto;
    max-height: 40px;
    margin: auto;
  }
}
.content-cards-list > .off-card-box > .off-link-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-content: flex-start;
  grid-area: titulo-destacado;
}
@media screen and (min-width: 1024px) {
  .content-cards-list > .off-card-box > .off-link-item {
    width: 100%;
    padding: 5px 0px 0px 10px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.content-cards-list > .off-card-box > .off-link-item > .off-nombre-producto {
  width: auto;
  margin-left: 5px;
}
.content-cards-list > .off-card-box > .off-link-item > .off-nombre-producto,
.content-cards-list > .off-card-box > .off-link-item > .off-cart-description-title {
  text-align: left;
  padding: 0px !important;
  line-height: normal;
  margin-left: 5px;
}
.content-cards-list > .off-card-box > .off-precio-container {
  width: 100%;
  grid-area: precios-destacados;
  align-items: flex-start;
  justify-content: flex-end;
}
.content-cards-list > .off-card-box > .off-precio-container .off-precio-sindesc-container {
  justify-content: flex-start;
}
.content-cards-list > .off-card-box > .off-precio-container .costo-home {
  text-align: right;
}
@media screen and (min-width: 700px) {
  .content-cards-list > .off-card-box > .off-precio-container {
    justify-content: flex-start;
  }
  .content-cards-list > .off-card-box > .off-precio-container .costo-home {
    text-align: center;
  }
  .content-cards-list > .off-card-box > .off-precio-container .off-precio-sindesc-container {
    justify-content: center;
  }
}
.content-cards-list > .off-card-box > .descripcionProducto {
  grid-area: descripcion;
}
@media screen and (min-width: 1024px) {
  .content-cards-list > .off-card-box > .descripcionProducto {
    display: block;
    margin-top: 5px;
  }
  .content-cards-list > .off-card-box > .descripcionProducto .texto-descripcionProducto {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
    -webkit-line-clamp: 2; /*este sirve para elegir las cantidad de lineas a mostrar*/
  }
}
.content-cards-list > .off-card-box > .off-card-cont-precio {
  padding: 0px;
  grid-area: agregar-destacado;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .content-cards-list > .off-card-box > .off-card-cont-precio {
    margin: 0;
    justify-content: flex-start;
  }
}
.content-cards-list > .off-card-box .precioventasinimpuestos-home,
.content-cards-list > .off-card-box .precioventaconimpuestos-home,
.content-cards-list > .off-card-box .precioLista-home,
.content-cards-list > .off-card-box .pvs-home {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .content-cards-list > .off-card-box .precioventasinimpuestos-home,
  .content-cards-list > .off-card-box .precioventaconimpuestos-home,
  .content-cards-list > .off-card-box .precioLista-home,
  .content-cards-list > .off-card-box .pvs-home {
    justify-content: space-around;
  }
}

.off-cart-description-title {
  width: auto;
  color: #6a7782;
  padding-left: 5px;
  font-size: 10px;
}
@media (min-width: 550px) {
  .off-cart-description-title {
    font-size: 11px;
  }
}

@keyframes productosIn {
  0% {
    opacity: 0;
    margin-left: 100%;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
/*.costo-home .txt-precios,
.costoConImpuesto-home,
.precioLista-home,
.pvs-home,
.precioventasinimpuestos-home,
.precioventaconimpuestos-home {
    display: none !important;
}

.cssOcultarCosto {
    .off-precio-container {
        .costo-home {
            //esperar configuracion cliente
        }

        .costoConImpuesto-home {
            //esperar configuracion cliente
            display: none !important;
        }

        .descuentoAdicional-home {
            //esperar configuracion cliente
        }
    }

    .precioventasinimpuestos-home,
    .precioventaconimpuestos-home,
    .precioLista-home,
    .pvs-home {
        display: none !important;
    }
}*/
.txt-costoSinImpuestos {
  display: none !important;
}

.costo-home .off-precio-condesc {
  display: flex;
  justify-content: center;
}

.altoOcultarCosto {
  height: 260px;
}
@media screen and (min-width: 1024px) {
  .altoOcultarCosto {
    height: 160px;
  }
  .altoOcultarCosto > li {
    min-height: 120px;
  }
}
@media screen and (min-width: 1366px) {
  .altoOcultarCosto {
    height: 245px;
  }
}
@media screen and (min-width: 1024px) {
  .altoOcultarCosto .item-producto-destacado {
    min-height: 185px;
    height: max-content;
  }
}

.altoSinOcultarCosto {
  height: 245px;
}
@media screen and (min-width: 1024px) {
  .altoSinOcultarCosto {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .altoSinOcultarCosto .item-producto-destacado {
    min-height: 140px;
    height: max-content;
  }
}

.container-buttons-off {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.container-buttons-off .format-button {
  border: none;
  font-weight: 500;
}
.container-buttons-off .container-buttons-quantity {
  height: 32px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 55px;
  background-color: #fafafa;
  color: #262A3D;
}
.container-buttons-off .container-buttons-quantity > button {
  color: #262A3D;
  border: none;
  font-size: 1rem;
  padding: 0;
  background: none;
}
.container-buttons-off .container-buttons-quantity > button:hover, .container-buttons-off .container-buttons-quantity > button:active, .container-buttons-off .container-buttons-quantity > button:focus {
  background-color: inherit;
}
.container-buttons-off .container-buttons-quantity > input {
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  background: none;
  width: 50px;
  text-align: center;
  border: none;
}
.container-buttons-off .button-add-cart {
  outline: none !important;
  cursor: pointer;
  width: 90px;
  height: 32px;
  border-radius: 10px;
  background: rgba(78, 138, 190, 0.9);
  color: #fff;
  display: block;
}
.container-buttons-off .button-add-cart:hover {
  background-color: #4E8ABE;
  color: #fff;
}

.off-cart-description-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.off-cart-description-container .container-buttons-off .btn-trash-cart {
  cursor: pointer;
  margin-left: 5px;
  background: none;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #E97D82;
}

.off-link-item {
  text-decoration: none;
  color: #3E474F;
  width: auto;
}
.off-link-item:hover {
  color: #3E474F;
}
.off-link-item > .off-titulo-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
}
.off-link-item > .off-titulo-card > .off-nombre-producto {
  font-size: 14px;
  line-height: normal;
  margin-left: 5px;
}
.off-link-item > .off-titulo-card > .off-cart-description-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
}

.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-cartitems > .sec-pedido {
  padding: 0;
  background-color: none;
  border-radius: 0;
}

/*detallePedido.scss */
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-cartitems > .sec-pedido {
  background-color: #fff;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-cartitems > .sec-pedido .titulo-seccion {
  color: #3E474F;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-card-container-resumenPedido > .off-card-container > .off-total-descripcion {
  border-bottom: 1px solid rgba(106, 119, 130, 0.3);
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-card-container-resumenPedido > .off-cart-total .cont-total-carrito > span {
  color: #3E474F !important;
}

.off-card-container-resumenPedido .total-resumen-pedido {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.off-card-container-resumenPedido .total-resumen-pedido > span {
  color: #262A3D !important;
}

.nuestras-marcas {
  margin-bottom: 20px;
}
.nuestras-marcas > .cont-titulo-seccion {
  justify-content: center;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin: 10px auto;
  border: none;
}

/* Slider */
.slick-slide {
  margin: 0px 10px;
}
@media (min-width: 700px) {
  .slick-slide {
    margin: 0px 20px;
  }
}

.slick-slide img {
  width: auto;
  height: 30px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 80px !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  height: 40px;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
  width: auto;
  height: 40px;
  overflow: hidden;
  align-items: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide {
  width: auto !important;
}

.bordeFooterInv {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
.bordeFooterInv .link-item-account:hover svg, .bordeFooterInv .link-item-account:hover i, .bordeFooterInv .link-item-account:hover span,
.bordeFooterInv .item-account:hover svg,
.bordeFooterInv .item-account:hover i,
.bordeFooterInv .item-account:hover span {
  color: #36A9E1 !important;
}

.altoDiv {
  height: auto !important;
}

.btn-subirPedidos {
  display: none !important;
}
@media screen and (min-width: 700px) {
  .btn-subirPedidos {
    display: flex !important;
  }
}

.banner-PortalOff .carousel .carousel-inner .item img {
  width: 100%;
  height: auto;
  max-height: 60px;
}
@media screen and (min-width: 760px) {
  .banner-PortalOff .carousel .carousel-inner .item img {
    max-height: 360px;
  }
}

.img-marcas {
  width: 80px !important;
  height: 40px !important;
  display: flex;
}

.img-marcas > img {
  width: auto;
  max-width: 80px !important;
  height: auto;
  max-height: 40px !important;
  margin: auto;
}

.ocultar-filtro {
  display: none;
}

.cont-productosOff .cont-filtres {
  background-color: none;
  box-shadow: none;
  padding: 0px;
}

/*head*/
/*head*/
.cont-loading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.off-box-list {
  width: 100%;
  padding-left: 25px;
  padding-right: 6px;
}

.portalCarritoCompras > .cont-carrito-menu {
  background: url("/Assets/Images/fondos/fondo-carrito.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.portalCarritoCompras > .cont-carrito-menu > .background-acciones {
  justify-content: space-between;
}
.portalCarritoCompras > .cont-carrito-menu > .background-acciones > .btn-cargarPedidos > a {
  color: #e4e4e4 !important;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portalCarritoCompras > .cont-carrito-menu > .background-acciones > .btn-cargarPedidos > a > span {
  font-size: 9px;
}
.portalCarritoCompras > .cont-carrito-menu > .background-acciones > .btn-cargarPedidos > a:hover {
  color: #fff !important;
}
.portalCarritoCompras > .cont-acciones {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*semaforo para productos*/
.cont-icoKit {
  position: absolute;
  top: 8px;
  left: 0px;
}

.cont-icoItemStock1 > .info-stock,
.cont-icoItemStock1 > .add-favoritos,
.cont-icoKit > .info-stock,
.cont-icoKit > .add-favoritos,
.cont-icoItemFav > .info-stock,
.cont-icoItemFav > .add-favoritos {
  display: inline-block;
  margin: 0;
  line-height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 7px 0px #fff;
  color: #F3F7FF;
  border-radius: 50%;
}
.cont-icoItemStock1 > .info-stock svg, .cont-icoItemStock1 > .info-stock i,
.cont-icoItemStock1 > .add-favoritos svg,
.cont-icoItemStock1 > .add-favoritos i,
.cont-icoKit > .info-stock svg,
.cont-icoKit > .info-stock i,
.cont-icoKit > .add-favoritos svg,
.cont-icoKit > .add-favoritos i,
.cont-icoItemFav > .info-stock svg,
.cont-icoItemFav > .info-stock i,
.cont-icoItemFav > .add-favoritos svg,
.cont-icoItemFav > .add-favoritos i {
  font-size: 12px;
}
.cont-icoItemStock1 > .stockRojo,
.cont-icoKit > .stockRojo,
.cont-icoItemFav > .stockRojo {
  color: #D24D4A;
}
.cont-icoItemStock1 > .stockAmarillo,
.cont-icoKit > .stockAmarillo,
.cont-icoItemFav > .stockAmarillo {
  color: #be7e06;
}
.cont-icoItemStock1 > .stockVerde,
.cont-icoKit > .stockVerde,
.cont-icoItemFav > .stockVerde {
  color: #4D9667;
}
.cont-icoItemStock1 > .add-favoritos,
.cont-icoKit > .add-favoritos,
.cont-icoItemFav > .add-favoritos {
  padding: 5px;
  color: #777D92;
  border: 1px solid #777D92;
}
.cont-icoItemStock1 > .add-favoritos:hover,
.cont-icoKit > .add-favoritos:hover,
.cont-icoItemFav > .add-favoritos:hover {
  color: #D24D4A;
  border: 1px solid #D24D4A;
}

/* CARRITO */
.dropdown-menu-cart {
  overflow: auto;
  list-style: none;
  max-height: 300px;
  min-height: 50px;
  background-color: #fff;
  padding: 0px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu-cart > li {
  margin-bottom: 2px;
  border-bottom: 1px solid #f5f5f5;
}

.item-carrito-checkout {
  list-style: none;
  border-bottom: 1px solid rgba(211, 212, 210, 0.5);
  padding: 5px 0px;
}
.item-carrito-checkout:last-child {
  border: none;
}
.item-carrito-checkout > .off-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px 0px 0px;
}
.item-carrito-checkout > .off-cart-item .off-card-cont-img-titulo {
  position: relative;
}
.item-carrito-checkout > .off-cart-item .off-card-cont-img-titulo .off-cart-img-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-width: 1px;
  border-style: none;
  border-color: #F5F6F8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-carrito-checkout > .off-cart-item .off-card-cont-img-titulo .off-cart-img-container img {
  padding: 3px;
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  margin: auto;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description {
  margin-left: 5px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cont-nombre-codsku {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cont-nombre-codsku .off-link-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cont-nombre-codsku .off-link-item .off-titulo-card {
  align-items: center;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cont-nombre-codsku .off-link-item .off-titulo-card > .off-nombre-producto {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  padding-left: 3px;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cont-nombre-codsku .stock-precioUnidad {
  font-size: 12px;
  line-height: 14px;
  color: #6a7782;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cart-description-container .container-buttons-off {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cart-description-container .container-buttons-off .container-buttons-quantity {
  height: 24px;
}
.item-carrito-checkout > .off-cart-item > .off-cart-description .off-cart-description-container .off-cart-item-total {
  font-size: 14px;
  text-align: right;
}

.off-cart-total {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 15px;
  background: #3E474F;
  justify-content: space-between;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.off-cart-total .cont-total-carrito {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.off-cart-total .cont-total-carrito span:first-child {
  color: #F3F7FF !important;
  line-height: 17px;
}
.off-cart-total .cont-total-carrito span:last-child {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}

.off-cart-btn-checkout,
.btn-SolicitarPresupuesto {
  border: none;
  background-color: #36A9E1;
  color: #fff !important;
  outline: none !important;
  border-radius: 5px;
}
.off-cart-btn-checkout:focus,
.btn-SolicitarPresupuesto:focus {
  background-color: #337AB7;
  text-decoration: none !important;
  border: none !important;
  color: #fff !important;
}
.off-cart-btn-checkout:hover,
.btn-SolicitarPresupuesto:hover {
  background-color: #337AB7;
  text-decoration: none !important;
  border: none !important;
  color: #fff !important;
}

.off-cart-btn-checkout {
  background-color: #36A9E1;
}
.off-cart-btn-checkout:focus, .off-cart-btn-checkout:hover {
  background-color: #337AB7;
}

.btn-SolicitarPresupuesto {
  background-color: #4E8ABE;
}
.btn-SolicitarPresupuesto:focus, .btn-SolicitarPresupuesto:hover {
  background-color: #3a709f;
}

.off-message-cart {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}

.off-distri-cart-list {
  list-style: none;
  padding-left: 0px !important;
}

.off-div-list-cart-distri {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  border-left: 3px solid #2daae1;
  padding: 0 5px;
  background-color: #f1f9fd;
  color: #337ab7;
}

.cont-title-state-off {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.off-totales-cart-distri {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  font-weight: 500;
}

/* checkout */
.off-checkout-container-notProducts {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.33);
}

.off-distri-imagen-cart {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
}

.off-distri-head-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ico-isKit {
  margin-left: 7px;
  color: #6b900c;
  font-size: 14px;
}

.container-listadoPresupuesto {
  height: 100%;
  display: grid;
  grid-template-areas: "header-presupuestos" "cont-presupuestos" "btn-presupuestos";
}
.container-listadoPresupuesto > .cont-porcentaje-presupuesto {
  grid-area: header-presupuestos;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.container-listadoPresupuesto > .lista-presupuestos {
  grid-area: cont-presupuestos;
}
.container-listadoPresupuesto > .lista-presupuestos > ul {
  height: calc(100% - 180px);
}
.container-listadoPresupuesto > .cont-btn-enviarPresupuesto {
  grid-area: btn-presupuestos;
  height: 35px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.item-pedidos-presupuesto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 10px;
}
.item-pedidos-presupuesto > .off-cart-img-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-width: 1px;
  border-style: none;
  border-color: #F5F6F8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-pedidos-presupuesto > .off-cart-img-container img {
  padding: 3px;
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  margin: auto;
}
.item-pedidos-presupuesto > .nombre-listaPresuspuesto {
  width: calc(100% - 60px);
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-pedidos-presupuesto > .nombre-listaPresuspuesto > .off-nombre-producto {
  width: calc(100% - 210px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.item-pedidos-presupuesto > .nombre-listaPresuspuesto > .off-nombre-producto > span {
  width: 100%;
}
.item-pedidos-presupuesto > .nombre-listaPresuspuesto > .preciosYdesc-ListaPresupuesto {
  width: 210px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.txt-totales-presupuesto {
  font-size: 16px;
}

.txt-label-presupuesto {
  color: #959CB6;
  font-size: 12px;
}

.cont-totales-presupuestos {
  width: 100%;
  margin: 15px 0px;
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-totales-presupuestos > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}

/*head*/
/*head*/
.cont-off-img-distri-checkout {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F6F8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 5px;
}
.cont-off-img-distri-checkout img {
  padding: 3px;
  width: auto;
  max-width: 40px;
  height: auto;
  max-height: 40px;
  margin: auto;
}

.off-head {
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #D9DCE3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.off-head span {
  font-size: 18px;
  color: #333;
}

.off-container-finalizacionCheckout {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.off-container-finalizacionCheckout > div {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .off-container-finalizacionCheckout > div:first-child {
    width: 65%;
  }
  .off-container-finalizacionCheckout > div:last-child {
    width: 30%;
  }
}

.detalle-direccion {
  width: 100%;
}
.detalle-direccion > div {
  display: flex;
  flex-wrap: wrap;
}
.detalle-direccion > div > div {
  width: 50%;
}

.total-resumen-pedido {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
}
.total-resumen-pedido > span {
  color: #fff;
}

.off-container-distri > .panel {
  margin-bottom: 20px;
}

.off-total-distri {
  background: #262A3D;
  padding: 0 15px;
}

.off-distri-total-description {
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.off-card-container {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.33);
  padding: 15px;
  display: block;
}

.off-cart-description-title > a {
  color: black;
}

.off-card-total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.off-item-image-cart {
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
}

.off-cart-items-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0px;
}

.off-cart-items-list a {
  text-decoration: none !important;
  color: inherit;
}

.off-cart-items-list a:hover {
  text-decoration: none;
}

.off-cart-items-quantity {
  width: 55px;
}

.off-cart-div-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px 10px;
}

.off-card-item-image {
  width: 10%;
}

.off-card-item-name {
  display: flex;
  justify-content: flex-start;
  width: 40%;
}

.off-card-item-cantPrecio {
  display: flex;
  width: 45%;
  justify-content: flex-start;
  font-size: 12px;
}

.off-delete-btn {
  display: flex;
  justify-content: flex-end;
  width: 5%;
}

.off-message-pedido-confirmado {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.off-btn-irTienda {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
}

.off-btn-irTienda > small {
  margin-right: 20px;
}

@media (max-width: 600px) {
  .off-cart-items-list {
    flex-wrap: wrap;
  }
  .off-card-item-image {
    width: 20%;
  }
  .off-card-item-name {
    width: 80%;
    text-align: center;
  }
  .off-card-item-cantPrecio {
    width: 90%;
  }
  .off-delete-btn {
    width: 10%;
  }
}
.icon-pedidos {
  display: none;
  margin-right: 5px;
}

.btn-icon-pedidos {
  display: flex;
  align-items: baseline;
}

.off-panel-body {
  border: 1px solid #D9DCE3;
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*head*/
/*head*/
.vista-detalle-prod-horizontal,
.vista-detalle-prod {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(1, auto);
  grid-template-areas: "titulo-marca" "galeria-detalle" "descripcion-detalle" "especificaciones" "recomendados";
}
.vista-detalle-prod-horizontal > .cont-titulo-detalle,
.vista-detalle-prod > .cont-titulo-detalle {
  grid-area: titulo-marca;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle,
.vista-detalle-prod > .cont-galeria-detalle {
  grid-area: galeria-detalle;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes {
  position: relative;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria {
  height: auto;
  max-height: 210px;
  width: 70px;
  overflow: auto;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li {
  display: flex !important;
  margin: 0 0 3px 0 !important;
  padding: 0 !important;
  float: inherit !important;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-width: 0.5px;
  border-style: solid;
  border-color: rgba(106, 119, 130, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar img,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar img {
  padding: 3px;
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  margin: auto;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar > a,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar > a {
  align-items: center;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar > a .img-play-video,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar > a .img-play-video {
  position: absolute;
  top: 20%;
  left: 23%;
  width: 30px;
  height: 30px;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar .thumbnail,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imagenes .cont-img-galeria > li .cont-ImgEditar .thumbnail {
  margin: 0;
  padding: 0;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal {
  height: 300px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  /*max-width: 300px;
  min-width: 300px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal {
  height: 300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-width: 0.2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vista-detalle-prod-horizontal > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal img,
.vista-detalle-prod > .cont-galeria-detalle > .cont-galeria > .product-pictures .cont-galeria-imgPrincipal .cont-img-principal img {
  padding: 3px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}
.vista-detalle-prod-horizontal > .cont-description-detalle,
.vista-detalle-prod > .cont-description-detalle {
  grid-area: descripcion-detalle;
}
.vista-detalle-prod-horizontal > .cont-especificaciones-producto,
.vista-detalle-prod > .cont-especificaciones-producto {
  grid-area: especificaciones;
}
.vista-detalle-prod-horizontal > .cont-especificaciones-producto > .cont-secciones > div > section,
.vista-detalle-prod > .cont-especificaciones-producto > .cont-secciones > div > section {
  border: none !important;
  margin: 0 !important;
}
.vista-detalle-prod-horizontal > .cont-especificaciones-producto > .cont-secciones > div > section > .product-detail,
.vista-detalle-prod > .cont-especificaciones-producto > .cont-secciones > div > section > .product-detail {
  padding: 0 !important;
}
.vista-detalle-prod-horizontal > .cont-recomendados,
.vista-detalle-prod > .cont-recomendados {
  grid-area: recomendados;
}

@media screen and (min-width: 765px) {
  .vista-detalle-prod {
    width: 70%;
    margin: auto;
    grid-template-rows: 2fr, 3fr;
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "titulo-marca     titulo-marca" "galeria-detalle    galeria-detalle" "descripcion-detalle descripcion-detalle" "especificaciones   especificaciones" "recomendados       recomendados";
  }
}
@media screen and (min-width: 1024px) {
  .vista-detalle-prod-horizontal {
    width: 100%;
    margin: auto;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr 1.5fr 2fr;
    grid-template-areas: "titulo-marca           titulo-marca             especificaciones" "galeria-detalle        galeria-detalle         especificaciones" "galeria-detalle    galeria-detalle     descripcion-detalle" "recomendados           recomendados            recomendados";
  }
  .vista-detalle-prod-horizontal > .cont-titulo-detalle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .vista-detalle-prod-horizontal > .cont-titulo-detalle > .label-sku-marca {
    width: auto;
  }
  .vista-detalle-prod-horizontal > .cont-titulo-detalle > .label-sku-marca > .label-aleph {
    margin: 0px !important;
  }
  .vista-detalle-prod-horizontal > .cont-titulo-detalle > .label-sku-marca > .label-aleph > .label-title {
    display: none;
  }
  .vista-detalle-prod-horizontal > .cont-titulo-detalle > .label-sku-marca > .label-aleph:first-child > span::after {
    content: "-";
    margin: 0 5px;
  }
}
.cont-titulo-detalle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 550px) {
  .cont-titulo-detalle {
    align-items: flex-start;
  }
}
.cont-titulo-detalle .titulo-prod {
  font-size: 18px;
  line-height: normal;
  color: #3E474F;
}

.flecha-up,
.flecha-down {
  z-index: 1;
  width: 10px;
  height: 10px;
  line-height: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  font-size: 18px;
  color: rgba(106, 119, 130, 0.4) !important;
  border: 1px solid rgba(106, 119, 130, 0.1);
  border-radius: 50%;
}
.flecha-up:hover,
.flecha-down:hover {
  color: #6a7782 !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  animation: sombra 3s infinite;
}

.flecha-up {
  top: -15px;
}

.flecha-down {
  bottom: -15px;
}

@keyframes sombra {
  60% {
    box-shadow: 0 0 0 5px rgba(106, 119, 130, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(106, 119, 130, 0.1);
  }
}
.cont-galeria-detalle {
  display: flex;
  flex-direction: column;
}
.cont-galeria-detalle .cont-galeria,
.cont-galeria-detalle .cont-detalles {
  width: 100%;
}
@media (min-width: 550px) {
  .cont-galeria-detalle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cont-galeria-detalle .cont-galeria {
    width: 50%;
  }
  .cont-galeria-detalle .cont-detalles {
    width: auto;
    min-width: 290px;
  }
}
@media (min-width: 760px) {
  .cont-galeria-detalle {
    justify-content: space-between;
  }
  .cont-galeria-detalle .cont-galeria {
    width: 40%;
  }
  .cont-galeria-detalle .cont-detalles {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .cont-galeria-detalle {
    justify-content: flex-start;
  }
  .cont-galeria-detalle .cont-detalles {
    width: 40%;
    margin-left: 20px;
  }
}
@media (min-width: 1366px) {
  .cont-galeria-detalle .cont-detalles {
    margin-left: 50px;
  }
}

.cont-detalles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-detalles > .cont-cantidad-agregar {
  margin-top: 5px;
}
.cont-detalles > .cont-cantidad-agregar > .container-buttons-off {
  justify-content: center;
}
@media (min-width: 550px) {
  .cont-detalles > .cont-cantidad-agregar > .container-buttons-off {
    justify-content: flex-start;
  }
}
.cont-detalles > .cont-cantidad-agregar > .container-buttons-off > .container-buttons-quantity {
  margin-right: 10px;
}
.cont-detalles > .cont-cantidad-agregar > .container-buttons-off > .button-add-cart {
  width: calc(100% - 65px);
}
.cont-detalles .txt-indicador-stock {
  text-align: center;
  color: #959CB6;
}
@media (min-width: 550px) {
  .cont-detalles .txt-indicador-stock {
    text-align: inherit;
  }
}

.off-precio-sindesc-container {
  font-family: "neusaregular", "Montserrat", sans-serif;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 765px) {
  .off-precio-sindesc-container {
    justify-content: space-evenly;
  }
}
.off-precio-sindesc-container .off-precio-descuento {
  font-size: 1.5rem;
  color: #a7a9ab;
  text-decoration: line-through !important;
  text-align: left;
  margin-right: 10px;
}
.off-precio-sindesc-container .off-precio-descuento-off {
  color: #5FCF80;
  font-size: 1.5rem;
}

.precioLista-ficha,
.costo-ficha,
.costoConImpuestos-ficha,
.costoFinal-ficha,
.margen-ficha,
.precioVentaSinImpuesto-ficha,
.precioVentaConImpuesto-ficha,
.pvs-ficha,
.impuesto-ficha {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.precioLista-ficha .valor,
.costo-ficha .valor,
.costoConImpuestos-ficha .valor,
.costoFinal-ficha .valor,
.margen-ficha .valor,
.precioVentaSinImpuesto-ficha .valor,
.precioVentaConImpuesto-ficha .valor,
.pvs-ficha .valor,
.impuesto-ficha .valor {
  font-size: 14px;
  font-weight: 600;
  color: #3E474F;
  font-family: "neusaregular", "Montserrat", sans-serif;
}
.precioLista-ficha .label-title,
.costo-ficha .label-title,
.costoConImpuestos-ficha .label-title,
.costoFinal-ficha .label-title,
.margen-ficha .label-title,
.precioVentaSinImpuesto-ficha .label-title,
.precioVentaConImpuesto-ficha .label-title,
.pvs-ficha .label-title,
.impuesto-ficha .label-title {
  color: #A2A3B7;
}

.costo-ficha > .valor {
  color: #337AB7;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.costo-ficha > .valor::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  color: #337AB7;
  margin-right: 10px;
  font-size: 14px;
  opacity: 0.9;
}
.costo-ficha > .label-title {
  color: #3379b6;
}

.cont-recomendados > .off-slider > .cont-titulo-seccion {
  border: none;
}
.cont-recomendados .off-card-box {
  background: none;
}
.cont-recomendados .off-card-box .img-prod-off {
  background-color: #fff;
  border-radius: 10px !important;
}
.cont-recomendados .off-card-box .img-prod-off > img {
  padding: 0px !important;
}

.encabezado-secciones {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(106, 119, 130, 0.2);
  margin-bottom: 10px;
}
.encabezado-secciones > span {
  color: rgba(62, 71, 79, 0.7);
  margin-right: 10px;
  font-size: 12px;
  line-height: normal;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
}
.encabezado-secciones > span:last-child {
  margin-right: 0;
}
@media (min-width: 550px) {
  .encabezado-secciones > span {
    font-size: 16px;
    margin-right: 10px;
  }
}
.encabezado-secciones .tab-secciones-item:hover,
.encabezado-secciones > .active {
  color: #4E8ABE;
  font-weight: 500;
  border-bottom: 1px solid #4E8ABE;
}

.cont-secciones {
  margin-bottom: 20px;
}
.cont-secciones > div {
  display: none;
}
.cont-secciones > .active {
  display: block;
}

.encabezado-secciones > .active {
  display: flex;
}

.cont-description-detalle {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 3; /*este sirve para elegir las cantidad de lineas a mostrar*/
}

.label-sku-marca {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-left: 26px;
}
@media (min-width: 550px) {
  .label-sku-marca {
    justify-content: flex-start;
  }
}
.label-sku-marca > div {
  cursor: auto;
}
@media (min-width: 760px) {
  .label-sku-marca > div {
    width: auto;
  }
  .label-sku-marca > div:first-child {
    margin-right: 50px;
  }
}

.contDetalleProd-B2b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contDetalleProd-B2b > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .contDetalleProd-B2b > div {
    width: 49%;
    margin-bottom: 0px;
  }
}
.contDetalleProd-B2b > div > img {
  width: 80%;
  height: auto;
  cursor: zoom-in;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 10px;
}

.contImgDetalle {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contImgDetalle > img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 700px) {
  .contImgDetalle > img {
    height: 100%;
    width: auto;
  }
}

/*head*/
/*head*/
.detalleProducto-nombre {
  width: calc(100% - 25px);
}
.detalleProducto-nombre > a, .detalleProducto-nombre > strong {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; /*este sirve para mostrar y ocultar todo el blocke de texto*/
  -webkit-line-clamp: 1; /*este sirve para elegir las cantidad de lineas a mostrar*/
  white-space: nowrap;
}

.cont-msj-compra-finalizada {
  display: flex;
  width: 100%;
}
.cont-msj-compra-finalizada .msj-compra-finalizada {
  min-width: 100%;
  margin: auto;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: rgba(160, 217, 149, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  /*@media (min-width: 550px) {
      min-width: 450px;
  }*/
}
.cont-msj-compra-finalizada .msj-compra-finalizada > span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cont-msj-compra-finalizada .msj-compra-finalizada > span:first-child {
  font-size: 18px;
  line-height: normal;
  color: #4a925f;
}
.cont-msj-compra-finalizada .msj-compra-finalizada > span:first-child > span {
  margin: 0 5px;
}
.cont-msj-compra-finalizada .msj-compra-finalizada > span:last-child {
  color: rgba(74, 146, 95, 0.7);
  margin-top: 10px;
  font-size: 12px;
  line-height: normal;
}

.radioButtonModoEnvio > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.radioButtonModoEnvio > div .dx-radiobutton {
  display: flex;
  width: 100%;
}

.enviar-mail-pedido {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  color: rgba(106, 119, 130, 0.4);
}
.enviar-mail-pedido > i {
  margin: 0;
  border: 1px solid rgba(106, 119, 130, 0.4);
  padding: 5px;
  border-radius: 50%;
  color: rgba(106, 119, 130, 0.4);
  font-size: 14px !important;
  margin: 0;
}
.enviar-mail-pedido > span {
  font-size: 10px;
  margin-right: 5px;
}

.vista-detalle-pedidos > .cont-recomendados {
  margin-bottom: 0;
}
.vista-detalle-pedidos > .cont-recomendados > .off-slider {
  width: 80%;
  margin: auto;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout {
  display: flex;
  flex-direction: column-reverse;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > div:first-child,
.vista-detalle-pedidos > .off-container-finalizacionCheckout > div:last-child {
  width: 100%;
}
@media (min-width: 850px) {
  .vista-detalle-pedidos > .off-container-finalizacionCheckout {
    flex-direction: row;
  }
  .vista-detalle-pedidos > .off-container-finalizacionCheckout > div:first-child {
    width: 65%;
  }
  .vista-detalle-pedidos > .off-container-finalizacionCheckout > div:last-child {
    width: 25%;
  }
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-cartitems > .sec-pedido {
  margin-bottom: 20px;
  padding: 5px 15px 15px 15px;
  background-color: #fff;
  border-radius: 5px;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-cartitems > .sec-pedido > .cont-titulo-seccion {
  justify-content: space-between;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-cartitems > .sec-pedido > .cont-titulo-seccion .titulo-seccion {
  font-size: 14px !important;
  color: #3E474F;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-cartitems > .sec-pedido > div:last-child {
  padding: 0 15px;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-card-container-resumenPedido > .off-cart-total {
  padding: 0 15px 15px 15px;
  /*background: #fff;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-top: none;*/
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-card-container-resumenPedido > .off-cart-total .cont-total-carrito {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-card-container-resumenPedido > .off-cart-total .cont-total-carrito > span {
  color: #3E474F !important;
}
.vista-detalle-pedidos > .off-container-finalizacionCheckout > .off-card-container-resumenPedido > .off-cart-total .cont-total-carrito span:first-child {
  font-size: 24px;
  line-height: 26px;
}

.cont-estado-historial {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cont-estado-historial .cont-btn-estado {
  width: 160px;
}

.data-read {
  font-size: 14px;
  color: #3E474F;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 8px;
  border-radius: 5px;
  background-color: rgba(189, 188, 188, 0.1);
  min-height: 36px;
}

.card-read {
  background-color: #F3F7FF;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-bottom: 10px;
}
.card-read .card-read-title {
  font-size: 11px;
  line-height: normal;
  color: #6a7782;
  margin-bottom: 3px;
  text-align: center;
}
.card-read .card-read-data {
  font-size: 16px;
  line-height: normal;
  color: #3E474F;
  text-align: center;
}

.detalle-precios-impuestos {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
}
.detalle-precios-impuestos > div {
  width: 100%;
}
.detalle-precios-impuestos .campo-precios-impuestos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.detalle-precios-impuestos .campo-precios-impuestos label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.detalle-precios-impuestos .campo-precios-impuestos label:last-child {
  width: 100px;
}

.impuestos-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-label-read {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sec-label-read > .cont-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 550px) {
  .sec-label-read > .cont-labels {
    width: 50%;
  }
}
.sec-label-read > .cont-labels > .label-title,
.sec-label-read > .cont-labels > .label-data {
  margin-bottom: 0;
  line-height: normal;
}
.sec-label-read > .cont-labels > .label-title {
  font-size: 11px;
  color: #b5bcc1;
}
.sec-label-read > .cont-labels > .label-data {
  font-size: 14px;
  color: #3E474F;
}

.detCab {
  display: flex;
  place-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.estado-cab {
  display: flex;
  flex-direction: row;
}

.itemCab {
  width: 32%;
}

#btn-estados,
#cont-estados,
#estados-ul {
  width: auto;
  text-align-last: initial;
}

.dx-master-detail-cell {
  padding: 0px !important;
}

.edit-icon {
  cursor: pointer;
  padding-left: 5px;
  color: #2daae1;
  font-size: 15px;
}

#btn-editar-direccion {
  width: auto;
}

.card-section-separator {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.card-section-separator-comps {
  margin: 0 0 5px 0;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .detCab {
    flex-direction: column;
  }
  .itemCab {
    width: 100%;
  }
  .cont-Panel {
    min-height: initial;
  }
  #btn-editar-direccion {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #btn-estados,
  #cont-estados,
  #estados-ul {
    width: 100%;
    text-align-last: center;
  }
}
.containerCapacity {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #F6F6F7;
  width: 100%;
  border-radius: 4px;
}
.containerCapacity hr {
  border-top: 1px solid #DFE1E9 !important;
  margin: 0 !important;
  width: 100%;
}
.containerCapacity p {
  color: #6A7782;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  margin: 0px;
}

.errorMsg {
  display: flex;
  padding: 5px 5px 5px 10px;
  align-items: flex-start;
  border-radius: 4px;
  border-left: 6px solid #D24D4A;
  background: #F6DBDB;
  margin-top: 24px;
}
.errorMsg p {
  color: #D24D4A;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 176.923% */
}

/*# sourceMappingURL=StyleAleph.css.map */
