@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--vg-color-primary);
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}




@media (max-width: 1023px) {
  .no-border-mb {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
  .info-mark i {
    position: relative !important;
  }
}



/* COLORS AND BACKGROUNDS */

a.text-primary:focus, a.text-primary:hover {
  color: var(--vg-color-lighter)!important;
  text-decoration: none;
}
a.bg-primary:hover{
  background-color: var(--vg-color-lighter)!important;
  text-decoration: none;
}

.bg-grey {
  background-color: #eeedeb !important;
}
.text-primary {
  color: var(--vg-color-primary) !important;
}
.bg-primary {
  background-color: var(--vg-color-primary) !important;
}
.border-primary {
  border-color: var(--vg-color-primary) !important;
}

/* END COLORS AND BACKGROUNDS */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
}

a.btn,
button.btn {
  margin: 0 0.3em;
  padding: 0.4em 1em;
  border-radius: 20px;
  background-color: var(--vg-color-primary);
  border: 1px solid var(--vg-color-primary);
  font-weight: 500;
  color: var(--vg-color-contrast) !important;
}

a.btn:hover,
button.btn:hover {
  background-color: var(--vg-color-secondary);
  color: var(--vg-color-primary) !important;
  border-color: var(--vg-color-primary ) !important;
}

.addmsj-new {
  align-items: center;
  display: flex;
  color: var(--vg-color-primary);
  font-weight: 500;
  font-size: 1.15em;
  justify-content: space-between;
  padding: 0.25em;
}

.add-textarea-msj {
  min-height: 80px;
  border: 0 !important;
}

.btn.btn-inverted {
  background-color: white !important;
  color: var(--vg-color-primary) !important;
}
.btn.btn-inverted:hover {
  background-color: var(--vg-color-primary) !important;
  color: white !important;
}
.btn-vg {
  border-radius: 10px !important;
  padding-left: 3.4em !important;
  padding-right: 3.4em !important;
}
.btn-vg.no-pads {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.border-grey {
  border-color: #c4c4c4 !important;
}
.border-3 {
  border-width: 3px !important;
}
.container {
  max-width: 1590px;
}

.white-img {
  filter: brightness(100);
}

div.banner-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-carousel .owl-dot, .banner-carousel .owl-nav .owl-next, .banner-carousel .owl-nav .owl-prev {
  cursor: pointer;
}

.banner-carousel .owl-nav button.owl-next, .banner-carousel .owl-nav button.owl-prev, .banner-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.iti .form-control.number-input {
  border: 1px solid var(--vg-color-primary) !important;
  border-radius: 5px !important;
  width: 100% !important;
  height: calc(1em + 1.05rem + 2px) !important;
}

.ocultar-btn-cerrar .btn.btn-inverted {
  display: none;
}

.ocultar-filtro .filtros.radios {
  display: none;
}

.filtros {
  overflow-y: scroll;
  max-height: 85vh;
}


.filtros.radios a {
  margin: 0.5em 0;
  display: block;
  padding-left: 0.3em;
}

.filtros p {
  font-weight: 500;
  color: grey;
}

.filtros ul {
  list-style: none;
}

.filtros > ul > li {
  margin: 0 0 0.8em;
}

.filtros ul li a.category {
  font-weight: 500;
  color: #000;
}
.filtros ul li a[aria-expanded=true] {
  color: var(--vg-color-primary);
  font-weight: 700;
}

.filtros ul li a.selected,
.filtros a.selected {
  background-color: #f3d6a8;
  padding: 0.2em 0.6em;
  padding-right: 0.2em;
  border-radius: 20px;
  display: block;
}

.filtros a.selected {
  padding: 0.4em 3px;
}

.filtros > ul > li > ul {
  padding-left: 1.5em;
}

.filtros > ul > li > ul li {
  margin: 0.3em 0em;
}

.filtros > ul > li > ul li a {
  color: #000;
  font-weight: 400;
}

.filtros > ul > li > ul li a:hover {
  color: var(--vg-color-secondary);
  text-decoration: none;
}

.filtros > ul > li > ul li a.active {
  color: #f9af2f;
}

.filtros > ul > li.moar span {
  display: block;
  text-align: center;
}

.filtros > ul > li.moar span img {
  margin: auto;
  -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(0.8);
  -o-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(0.8);
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(0.8);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filtros input[type="radio"] {
  border: 1px solid var(--vg-color-primary);
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filtros input[type="radio"]:checked {
  background-color: var(--vg-color-primary);
}

.filtros label {
  font-size: 12px;
  font-weight: 400;
  color: grey;
}

/* 
.filter {
  display: flex;
  flex-direction: row;
  text-wrap: nowrap;
  gap: .5rem;
  align-items: center;
}

.filter label {
  margin: 0;
}

.filter select {
  border-color: var(--vg-color-primary);
  border-radius: 1rem;
  height: auto !important;
}

@media (max-width: 767px) {
  .filter {
    margin-bottom: 1rem;
  }
  .filter label {
    width: 50%;
  }
  .filter .btn {
    margin: auto;
  }
} */

.form-control {
  height: calc(1em + 0.75rem + 2px) !important;
}

.fs-1 {
  font-size: 2.5em !important;
}
.fs-2 {
  font-size: 2.2em !important;
}
.fs-3 {
  font-size: 2em !important;
}
.fs-4 {
  font-size: 1.5em !important;
}
.fs-5 {
  font-size: 1.2em !important;
}

section.section-gradient {
  position: relative;
}

section.section-gradient .container {
  position: relative;
  z-index: 9;
}

section.section-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background-color: var(--vg-color-primary-70);
  z-index: 0;
}

section.section-gradient.invert:after {
  top: inherit;
  bottom: 0;
  height: 33.333%;
}

.product {
  height: 312px;
  margin: .5em 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px 1px #a7a7a7;
  box-shadow: 0px 0px 7px 1px #a7a7a7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 7px 1px var(--vg-color-lighter);
  box-shadow: 0px 0px 7px 1px var(--vg-color-lighter);
}

.product .header-product {
  height: 200px;
  overflow: hidden;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
}

.product .header-product img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: top;
}

.product .content-product {
  padding: .5em 0.3em;
  background-color: #fff;
}

.product .content-product h4,
.product .content-product h4 a {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: grey;
  margin-bottom: 0.8em;
  display: block;
  width: 100%;
  padding: 0 1.1em;
  position: relative;
  height: 50px;
  max-height: 50px;
  overflow: hidden;
}

@media ( max-width: 767px ){
  .product .content-product h4,
  .product .content-product h4 a {
    font-size: 12px;
    height: 45px;
    padding: 0;
  }
}

.product .content-product h4 a.heart {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: 0;
  width: fit-content;
}

.product .content-product h4 a.heart img {
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product .content-product h4 a.heart:hover img,
.product .content-product h4 a.heart.red img {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(0.8);
}
.product .content-product h4 a.heart.red:hover img {
  filter: none;
}

.product .content-product h4 a:hover {
  text-decoration: none;
  color: var(--vg-color-lighter);
}

.product .content-product p {
  font-size: 12px;
  font-weight: 300;
}

.product .content-product p a.btn {
  padding-left: 0.7em;
  padding-right: 0.7em;
  font-size: 12px;
  background-color: grey;
  color: #fff;
  border-radius: 20px;
  border: 1px solid grey;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product .content-product p a.btn:hover {
  background-color: var(--vg-color-primary);
  color: white;
  border-color: var(--vg-color-primary);
}

.product .content-product p span {
  display: block;
  line-height: 36px;
  color: grey;
}

@media (min-width: 1024px) {
  
}

.Filtros {
  position: sticky;
  top: 65px;
}

.anuncios {
  background-color: #f0efed;
  padding: 4em 6em;
}

.anuncios h3 {
  font-weight: 500;
  color: #5f5f60;
  font-weight: 600;
  margin-bottom: 2em;
}

.anuncios figcaption {
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}

.anuncios figcaption.deportes img {
  position: relative;
  left: -12px;
}

.anuncios figcaption h5,
.anuncios figcaption h5 a {
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0;
  background-color: #f6aa41;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.anuncios figcaption h5 a {
  padding: 0;
}

.anuncios figcaption h5 a:hover {
  text-decoration: none;
  color: var(--vg-color-secondary);
}

.anuncios .btn {
  padding: 1em 5em;
  border-radius: 50px;
  position: relative;
}

.anuncios .btn img {
  position: absolute;
  right: 20px;
  -webkit-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.anuncios .btn:hover img {
  -webkit-filter: invert(0);
  -o-filter: invert(0);
  filter: invert(0);
}

#trueque-oferta-enviada,
#trueque-oferta-rechazada {
  max-width: 600px;
}

.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--vg-color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
  font-size: 14px;
  padding: 9px 8px 8px 9px;
  margin: 0;
}

#sync1 {
  position: relative;
}

#sync1 .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}

#sync1 .owl-prev,
#sync1 .owl-next {
  position: absolute;
}

#sync1 .owl-prev {
  left: -20px;
}

#sync1 .owl-next {
  right: -20px;
}

#sync1 .owl-prev svg,
#sync1 .owl-next svg {
  width: 20px;
}

#sync2 .item {
  padding: 0.6em;
}

#sync2 .owl-item {
  width: 90px !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
}

#sync2 img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  display: block;
  margin: auto;
  transform: rotate(90deg);
}

.owl-carousel .owl-item img {
  border-radius: 5px;
}

.slick-slider.container-recientes {
  margin: auto;
  padding: 0 20px;
}

button.slick-next,
button.slick-prev {
  z-index: 1;
}

button.slick-next {
  right: -5px;
}
button.slick-prev {
  left: -30px;
}

button.slick-next::before,
button.slick-prev::before {
  color: var(--vg-color-primary) !important;
}

.slick-prev:before {
  background-image: url(../img/slide_left.png) !important;
  background-size: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "" !important;
}

.slick-next:before {
  background-image: url(../img/slide_right.png) !important;
  background-size: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "" !important;
}

button.slick-next-in {
  right: 30px !important;
  top: 45%;
}
button.slick-prev-in {
  left: 10px !important;
  top: 45%;
}

.register-content .iti.iti--allow-dropdown input {
  color: var(--vg-color-secondary);
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  border: 1px solid var(--vg-color-primary);
  background-color: #fff;
  border-radius: 5px;
  margin: 5px 0;
}

@media screen and (max-width: 1199px) {
  main {
    overflow-x: hidden;
  }
  .item h3 {
    font-size: 35px;
  }
  .anuncios figcaption {
    min-height: 220px;
    position: relative;
  }
  .anuncios figcaption img {
    max-width: 110%;
  }
  .anuncios figcaption h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .gap-lg-1 {
    gap: .25rem;
  }
  .gap-lg-2 {
    gap: .5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .text-lg-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .small-lg {
    font-size: 80%;
    font-weight: 400;
  }
  .fs-lg-1 {
    font-size: 2.5em !important;
  }
  .fs-lg-2 {
    font-size: 2.2em !important;
  }
  .fs-lg-3 {
    font-size: 2em !important;
  }
  .fs-lg-4 {
    font-size: 1.5em !important;
  }
  .fs-lg-5 {
    font-size: 1.2em !important;
  }
}

/* Ratings */
.ratings .start > span {
  font-size: 14px;
}
.ratings .start .checked {
  color: var(--vg-color-primary);
}
/* Messages */
.tm_ {
  color: #404041;
  font-size: 18px;
}
.message .brdt_ {
  border-top: 1px solid var(--vg-color-primary);
}
.message .btn-option-filter {
  background-color: #f7f7f7;
  color: var(--vg-color-primary);
  font-size: 12px;
  border: 1px solid #ddd;
  margin: 1px 5px;
}
.message .t_,
.olm_ {
  font-size: 16px;
}
.message .olm_,
.olsm_ > .opt {
  font-size: 13px;
}
.olsm_ > .opt {
  display: inline-block;
  padding: 1px 10px;
  cursor: pointer;
}
.message .olm_,
.olsm_ > .opt {
  margin: 0.25em 0.5em 0.25em 0;
  font-weight: 400;
}
.message .olm_,
.olsm_ > .opt.active {
  border-bottom: 2px solid var(--vg-color-primary);
}
.message .t_,
.olm_,
.fom_ {
  font-weight: normal;
}
.message .btn-group .btn-seconday {
  background-color: #f7f7f7;
}

.foot-paginator {
  border-top: 2px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .25em;
}

.pag-vg .ngx-pagination {
  margin-bottom: 0;
}

.pag-vg .ngx-pagination .current {
  background: transparent;
  color: var(--vg-color-primary);
}
.pag-vg .ngx-pagination .current span {
  text-decoration: underline;
}

.pag-vg .ngx-pagination a,
.pag-vg .ngx-pagination button {
  color: #cacaca;
}

.pag-vg .ngx-pagination a:hover,
.pag-vg .ngx-pagination button:hover {
  background: transparent;
}

.pag-vg .pagination-previous,
.pag-vg .pagination-next {
  font-size: 2em;
  vertical-align: sub;
}
.pag-vg .ngx-pagination .pagination-next a,
.pag-vg .ngx-pagination .pagination-next button,
.pag-vg .ngx-pagination .pagination-previous a,
.pag-vg .ngx-pagination .pagination-previous button {
  color: var(--vg-color-primary);
  padding-top: 0;
  padding-bottom: 0;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}



.shadow-vg {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.swal2-icon {
  /*width: 3em !important;
    height: 3em !important;*/
}
.swal2-title,
.swal2-content {
  margin: 1px !important;
  padding: 10px 5px !important;
  color: #000 !important;
  font-size: 0.9em !important;
  text-align: left !important;
  font-weight: bold;
}

.swal2-title {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.swal2-close {
  border: none !important;
  font-size: 24px !important;
  font-weight: 700;
  width: 21px !important;
  height: 22px !important;
  background-color: var(--vg-color-primary) !important;
  color: #fff !important;
  border-radius: 100px !important;
  margin: 10px !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  background-color: var(--vg-color-primary) !important;
  font-size: 0.9em !important;
}

.swaltxt {
  text-align: center;
  font-weight: 700;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 2em;
}
.swalhead {
  border-bottom: 1px solid var(--vg-color-primary);
  margin-bottom: .5em;
  padding-bottom: .5em;
}

/********** slider of products **********/
/****************************************************************************************************************/

.sliderofproducts .product {
  border: 1px solid rgba(153, 153, 153, 0.25);
  border-radius: 15px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  height: auto;
}
.sliderofproducts .product .header-product {
  height: auto;
  margin: 0;
  border: 0;
}
.sliderofproducts .header-product img {
  height: 170px;
  margin: auto;
  object-fit: cover;
}
.sliderofproducts .product .content-product {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 5%,
    rgba(255, 255, 255, 0) 50%
  );
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  border-radius: 15px;
}
.sliderofproducts .product .content-product h4 {
  color: #fff;
  font-size: 0.85em;
  padding: 0 1em 0 1em;
  position: absolute;
  bottom: 0;
  line-height: 1;
  text-align: left;
  max-height: none;
}
.sliderofproducts .product .content-product h4 a {
  color: #fff;
  max-height: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sliderofproducts .product .content-product .btn-ir {
  background: var(--vg-color-primary);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  font-size: 0.8em;
  min-width: unset;
  padding: 0.2em 1em;
  position: absolute;
  bottom: 7px;
  right: 1em;
}


/********** info mark ***********/
.info-mark i {
  font-size: 2em;
  position: absolute;
  margin: 5px 10px;
  color: var(--vg-color-primary);
  cursor: pointer;
}
.info-mark i .informacion {
  display: none;
  position: absolute;
  top: 0;
  left: 45px;
  width: 250px;
  font-size: 12px;
  line-height: normal;
  font-family: Roboto;
  color: gray;
}
.info-mark i:hover .informacion {
  display: block;
}

.info-mark.small i {
  font-size: 1.5em;
  margin-top: 0;
}



.pac-container {
  z-index: 9999 !important;
}

.rounded-8 {
  border-radius: 0.8rem !important;
}

.lh-1 {
  line-height: 1 !important;
}
.lh-75 {
  line-height: .75em !important;
}
.lh-normal {
  line-height: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.circleCounter {
  background-color: var(--vg-color-primary);
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 2 !important;
  text-align: center;
  vertical-align: middle;
  margin-left: .25em;
}

.slideHomeMobile button.slick-prev {
  left: -25px !important;
}
.slideHomeMobile .slick-next:before {
  background-image: url(../img/slide_right_alone.png) !important;
}
.slideHomeMobile .slick-prev:before {
  background-image: url(../img/slide_left_alone.png) !important;
}



.gap-1 {
  gap: .25rem;
}
.gap-2 {
  gap: .5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}

.text-truncate-2 {
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-truncate-3 {
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.select-vg {
  background: var(--vg-color-lightgray);
  border: 0;
  font-weight: bold;
  height: calc(1em + 1.25rem + 2px) !important;
  margin-bottom: .75em;

}

.aspect-ratio-1 {
  aspect-ratio: 1 !important;
}

.post img {
  max-width: 100%;
  height: auto;
}
.text-contrast {
  color: var(--vg-color-contrast) !important;
}