:root {
  --headerbg: black;
  --headercl: white;
  --footerbg: black;
  --footercl: white;
  --btnheaderbg: black;
  --btnheadercl: white;
  --btnfooterbg: black;
  --btnfootercl: white;
  --filtrobg: red;
  --filtrocl: white;
  --badgebg: white;
  --badgecl: white;
  --linkcl:  #337ab7 ;
  --historybg: black;
  --historycl: white;
}

.navbar {
  min-height: 100px;
  background: black;
  padding: 20px 0;
  margin-bottom: 20px;
  z-index: 998;
}

/* Font family */

/* Definitions */

@font-face {
  font-family: 'mulish';
  src: url('../font/mulish/static/Mulish-Regular.ttf');
}

@font-face {
  font-family: 'mulish-extrabold';
  src: url('../font/mulish/static/Mulish-Black.ttf');
}

@font-face {
  font-family: 'mulish-light';
  src: url('../font/mulish/static/Mulish-Light.ttf');
}

@font-face {
  font-family: 'mulish-medium';
  src: url('../font/mulish/static/Mulish-Medium.ttf');
}
:root {

  --font-regular: 'mulish';
  --font-extrabold: 'mulish-extrabold';
  --font-medium: 'mulish-medium';
  --font-light: 'mulish-light'
}

/* Classes */

.mulish-regular,
.mulish-italic,
.mulish {
  font-family: var(--font-regular);
}

.mulish-extrabold {
  font-family: var(--font-extrabold);
  font-weight: 900;
}

.mulish-italic {
  font-style: italic;
}

.mulish-light {
  font-family: var(--font-light);
  font-weight: 100;
}

.mulish-medium {
  font-family: var(--font-medium);
}

::placeholder {
  color: slategray;
  opacity: 0.65;
}

:-ms-input-placeholder {
color: slategray;
}

::-ms-input-placeholder {
color: slategray;
}

/* End font family */

/* Empieza Colores Header */

/* Colores principales del header */

.headerbg {
  background: var(--headerbg);
  color: var(--headercl);
}

/* Colores para icono de menu en responsive */

#hambg {
  background: var(--headercl);
}

#hamcl {
  background: var(--headerbg);
}

#customChip {
  background: var(--filtrobg) !important;
  color: var(--filtrocl);
}

/* Colores para botones de header */

nav > ul > li > a {
  color: var(--headercl) !important;
}

nav > ul > li > a:hover,
nav > ul > li > a:focus {
  background: var(--btnheaderbg) !important;
  color: var(--btnheadercl) !important;
}

.active {
  background: var(--btnheaderbg) !important;
}

.carousel-indicators .active {
  background-color: var(--linkcl) !important;
}

.agregar {
  margin: 2%;
}

body {
  height: auto !important;
  min-height: auto !important;
}

button {
  font-family: var(--font-regular);
}

input, select option {
  font-family: var(--font-light);
  font-weight: 600;
}

.loading-container {
  width: 100%;
  min-height: 720px;
}

li.active > a {
  color: var(--btnheadercl) !important;
}

/* Termina Colores Header */

/* Empieza Colores Footer */

.footer {
  background: black;
  background: var(--footerbg) !important;
  color: white;
  color: var(--footercl) !important;
}

/* Termina Colores Footer */

/* Empieza Colores Secundarios */

/* Colores principales para botones */

#filtro,
.styleContent .confirm {
  background: var(--filtrobg);
  color: var(--filtrocl);
  border-radius: 4px;
  border-color: transparent;
}

.styleContent .confirm {
  background: var(--filtrobg) !important;
  border-color: transparent !important;
}

.btnBack {
  height: 70px;
  background-color: var(--filtrobg);
  color: white;
  width: 0.5em;
}

.btnBackMovil {
  text-align: center;
  left: 0px;
  position: absolute;
  z-index: 3;
  color: white;
  background-color: #1d1d1b;
  opacity: 0.5;
  width: 120px;
  height: 25px;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.waiting > * {
  cursor: wait;
}

#filtro-cl {
  color: var(--filtrocl);
}

/* Boton de cambio de vista seleccionado */

#selected {
  background: var(--filtrobg);
  color: var(--filtrocl);
}

/* Boton de cambio de vista no seleccionado */

#unselected {
  color: var(--filtrobg);
}

#unselected:hover,
#unselected:focus {
  background: var(--filtrocl);
  color: var(--filtrobg);
}

/* Colores invertidos para botones */

#filtro-inv {
  background: var(--filtrocl);
  color: var(--filtrobg);
}

md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  color: var(--filtrobg) !important;
}

md-input-container.md-default-theme .md-input,
md-input-container .md-input {
  border-color: var(--filtrobg) !important;
}

.icon-color {
  color: var(--filtrobg);
}

.md-button {
  min-height: 15px;
  min-width: 15px;
}

.md-dialog-container {
  z-index: 1000000 !important;
}

/* Empieza Paginacion */

.pagination > li > a {
  color: black;
  border: none;
  margin: 1px;
  line-height: 23px;
  border-radius: 50%;
}

.pagination > li:last-child>a, .pagination > li:first-child>a {
  border-radius: 50%;
}

.pagination > li > a:hover {
  color: var(--filtrobg);
}

.pagination >.active > a {
  color: var(--filtrobg) !important;
  background-color: rgba(var(--filtrobg), 0.116);
  border-radius: 50%;
}

.row,
.pagination >.active > a,
.check-list li,
input[type=checkbox],
.pos-rel,
.hover-btn,
label,
.demo,
.demo>div {
  position: relative;
}

.pagination >.active > a::before {
  content: '';
  position: absolute;
  background-color: var(--filtrobg);
  opacity: 0.1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  color: rgb(0, 0, 0, 0);
}

.pagination >.active > a:hover {
  background-color: var(--filtrobg);
  color: var(--filtrocl) !important;
}

.pagination>.disabled>a {
  display: none;
}

.pagination {
  font-family: var(--font-regular);
  font-weight: 700;
  font-size: 18px;
}

/* Termina Colores S */

#badge-i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px;
  float: left;
  position: absolute;
  top: 0px;
  border-radius: 6px 0px 0px 0px;
}
#textBadgeIva,
#textBadgeDB,
#textBadgeCer {
  text-align: center;
  position: absolute;
  top: -24px;
  z-index: 5;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -sand-transform: rotate(315deg);
  transform: rotate(315deg);
}
#textBadgeIva {
  left: -36px;
}
#textBadgeDB  {
  left: -44px;
}
#textBadgeCer {
  top: -20px;
  left: -60px;
}
#textBadge {
  left: -52px;
}

footer > section .row {
  margin: 0px;
  padding: 16px;
}

.navbar-brand {
  padding: 0px 15px;
}

header a {
  font-size: 1.1em;
}

.content {
  margin-top: 100px;
}

.subTitle {
  color: #757474;
  font-size: 15px !important;
}

.marginTop {
  margin-top: 16px;
}

.container {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-underlined,
.no-underlined:hover,
.no-underlined:focus,
.no-underlined:visited
.undecorated-link:hover,
.overflow ul li {
  text-decoration: none;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.ng-invalid.ng-dirty {
  border-color: #fa787e;
}

.ng-valid.ng-dirty {
  border-color: #78fa89;
}

.fa.fa-check-circle-o {
  font-size: 25px;
  color: green;
}

.fa.fa-circle-o {
  font-size: 25px;
}

.fa.custom-check-square.fa-check-square-o {
  font-size: 25px;
  color: green;
}

.fa.fa-square-o {
  font-size: 25px;
}

.angular-google-map-container {
  height: 400px;
}

.danger {
  color: red;
  font-size: smaller;
}

.drop-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: block;
  width: 100%;
  min-height: 180px;
  text-align: center !important;
  border: dashed 5px grey;
  background: white;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.drop-box.dragover {
  border: 5px dashed orange;
}

.drop-box.dragover-error {
  border: 5px dashed red;
}

.row {
  margin: 0px;
}

.hover-btn {
  float: right;
  right: 15px;
  display: none;
  z-index: 99999;
}

.row:hover .hover-btn {
  display: block;
}

.hover-section:hover {
  border: 2px dashed green;
}

.vertical-center {
  align-items: center;
}

.nav,
.pagination,
.panel-title a {
  cursor: pointer;
}

.slider-image {
  width: 100%;
}

.interior-header .title {
  color: #454545;
}

.interior-header .price {
  background: #232831;
  color: #f5f5f5;
  text-align: center;
}

.inventary-title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

.inventary-search md-input-container .md-errors-spacer {
  float: right;
  min-height: 0px;
  min-width: 1px;
}

.color-background-wb {
  color: white;
  background-color: #000000;
}

.btn-send {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  background: black;
  cursor: pointer;
  /* border-radius: 15px; */
}

.btn-phone {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.btn-filter {
  color: white;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

.btn-whats {
  background-color: white;
  color: #56b363;
  border-radius: 4px !important;
  border-color: #56b363 !important;
  border: 1px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.btn-whats:hover {
  background-color: #56b363;
  color: white;
  border-color: #56b363 !important;
}

.color-blue {
  background-color: #009fe3;
}

.color-orange {
  background-color: #ef7814;
}

.color-black {
  background-color: #000000;
}

.color-red {
  background-color: #af182c;
}

.font-attributes.i_phone.color-white {
  color: #ffffff;
}

.font-attributes.i_mail.color-white {
  color: var(--filtrocl);
}

.flotante-close {
  display: scroll;
  position: fixed;
  vertical-align: center;
  right: 10px;
}

.float-vertical-align {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}

.right20 {
  right: 20px;
}


.modalSize {
  width:max-content  !important;
}


.menu-item {
  font-size: 16px;
}

.overlay {
  background-color: rgba(221, 0, 0, 0.8);
  color: white;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 37%;
  left: 0;
  transform: skew(-11deg) translateX(-12%);
  padding: 3em 2em 3em 6em;
}

.overlay-content {
  transform: skew(11deg);
}

.overlay p {
  font-size: 2em;
}

.overlay h1 {
  font-style: italic;
  font-weight: 400;
  font-size: 2.4em;
  text-transform: uppercase;
}
.meta-link:hover {
  text-decoration: underline;
}
.sa-button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .overlay h1 {
    font-size: 1.7em;
  }
  .overlay p {
    font-size: 1.4em;
  }
  .overlay {
    padding: 2.5em 1.8em 2.5em 4em;
  }
}

@media only screen and (max-width: 768px) {
  .overlay h1 {
    font-size: 1.4em;
  }
  .overlay p {
    font-size: 1em;
  }
  .overlay {
    padding: 1.8em 1.4em 1.8em 3em;
  }
}

@media only screen and (max-width: 600px) {
  .overlay h1 {
    font-size: 1em;
  }
  .overlay p {
    font-size: 0.6em;
  }
  .overlay {
    padding: 0.5em 0.4em 1.6em 2.5em;
  }
}

@media only screen and (max-width: 480px) {
  .overlay h1 {
    font-size: 0.8em;
  }
  .overlay p {
    font-size: 0.5em;
  }
  .overlay {
    padding: 0em 0.3em 1.5em 2em;
  }
}


.header-logo {
  height: 75px;
  padding-left: 15px;
}

@media only screen and (max-width: 375px) {
  .overlay h1 {
    font-size: 0.6em;
  }
  .overlay p {
    font-size: 0.4em;
  }
  .overlay {
    padding: 0em 0em 0.5em 1.2em;
  }
  .header-logo {
    height: 50px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 285px) {
  .header-logo {
    height: 40px;
    max-width: 120px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 250px) {
  .header-logo {
    height: 20px;
    padding-left: 10px;
  }
}

.vert-align {
  -webkit-box-align: center;
  align-items: center;
}

.vert-align > div {
  width: 100%;
}

.filtros-sm {
  background: transparent;
  color: black;
  display: none;
}

@media (max-width: 800px) {
  .filtros-sm {
    display: inline-block;
  }
}

/* cosigo para situacion de explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ieMargin {
    margin-left: 35%;
  }
}

#cancelFilter {
  background: var(--filtrobg);
  color: var(--filtrocl);
}

.activeFbsm {
  background: #2d88ff !important;
  color: white !important;
}

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.dot-border {
  border: 1px solid gray;
}

md-collapsible.md-popout md-collapsible-item {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

md-collapsible.md-popout md-collapsible-item.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

md-collapsible.md-accordion {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

md-collapsible md-collapsible-item md-collapsible-header {
  cursor: pointer;
  min-height: 48px;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #ddd;
}

md-collapsible md-collapsible-item md-collapsible-header md-checkbox {
  margin: 10px;
}

md-collapsible md-collapsible-item md-collapsible-header .md-collapsible-tools {
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0 16px;
  margin: 0;
}

md-collapsible md-collapsible-item md-collapsible-body {
  padding: 15px;
  min-height: 100px;
  background-color: #fafafa;
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  visibility: hidden;
}

md-collapsible md-collapsible-item.active md-collapsible-body {
  display: block;
  visibility: visible;
}

.grid-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: 100px;
  text-align: center;
}

.li-color {
  justify-content: center;
  align-items: center;
}

.li-color:hover {
    background-color: rgba(158,158,158,0.2)
}

.list-group-item:hover {
    background-color: rgba(158,158,158,0.2)
}

.check-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  
.check-list {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin: 0;
}
}


.check-list li {
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}


input[type=checkbox] {
  width: 1em;
  height: 1em;
  color: #363839;
  border: 1px solid #bdc1c6;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
input[type=checkbox]:checked {
  color: #fff;
  border-color: #06842c;
  background: #06842c;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=checkbox]:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

label {
  cursor: pointer;
  font-weight: 400;
  padding: 0 0.25em 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
label::before {
  position: absolute;
  content: attr(data-content);
  color: #9c9e9f;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #363839;
          text-decoration-color: #363839;
  transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.noselect  {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: black;
	border: none;
	border-radius: 50%;
	transition: 200ms;
}

.noselect  svg {
	fill: white;
	width: 30px;
	height: 30px;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}

.noselect:before {
	content: 'Regresar';
	position: absolute;
	transform: translateX(-50%) translateY(25px);
	font-size: 15px;
	transition: 200ms;
	color: transparent;
	font-weight: bold;
}

.noselect:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	width: 45px;
	height: 45px;
}

.noselect:hover::before {
	color: #000000;
}

.noselect:hover svg {
		animation: bounce 2s infinite linear;
}

.sticky-bar {
  position: sticky;
  top: 100px; 
}

.edit-cards {
  width: calc(100% - 100px);
  margin: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.demo {
  width: 70%;
  margin: auto;
  height: 15vh;
  text-align: center;
}
.demo>div {
  top: 50%;
  transform: translateY(-50%);
}

.margin-top-edit {
  margin-top: 25px;
}

.no-style-btn {
  background: transparent;
  padding: 0;
  margin: 0;
  height: fit-content;
  width: fit-content;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 0;
  color: inherit;
}
.btn-fill-whatsapp {
  background-color: #00d757;
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 1px 1px 5px 0px #9c9c9c;
  color: white;
  font-weight: 900;
}
.btn-fill-whatsapp i {
  font-weight: 900;
}

@media only screen and (max-width: 650px){
  .edit-cards {
    grid-template-columns: 1fr;
    width: calc(100% - 70px);

  }

  .demo {
    width: 90%;
  }

}

@media only screen and (max-width: 768px){
  .sticky-bar {
    position: sticky;
    top: 86px; 
  }

  .content {
    margin-top: 86px;
  }
}

@media only screen and (min-width: 1500px){
  .edit-cards {
    width: 700px;

  }

}

@keyframes bounce {
	0% {transform: translateX(-50%) translateY(-50%)}
	25% {transform: translateX(-50%) translateY(-65%)}
	50% {transform: translateX(-50%) translateY(-50%)}
	75% {transform: translateX(-50%) translateY(-35%)}
	100% {transform: translateX(-50%) translateY(-50%)}
}

.noselect:focus {
	outline: none;
}