/* style.css */
@font-face {
  font-family: "Kollektif";
  src: url("../fonts/Kollektif.ttf") format("truetype"),
    url("../fonts/Kollektif-Bold.ttf") format("truetype");
  /* Puedes agregar más formatos de fuente aquí si es necesario */
}

* {
  font-family: "Kollektif", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
}

#profile {
  padding-top: 5%;
  padding-bottom: 1%;
  padding-left: 22%;
  padding-right: 22%;
}

@media (min-width: 1200px) {
  #anuncios {
    padding-top: 12%;
    padding-bottom: 8%;
    padding-left: 10%;
    padding-right: 10%;
  }

  #anuncios .card-body {
    padding-left: 6%;
    padding-top: 1%;
    padding-bottom: 5%;
    padding-right: 6%;
  }

  body {
    overflow-x: hidden;
    width: 100%;
  }
}

@media (max-width: 760px) {
  #profile {
    overflow-x: hidden;
    padding-top: 10%;
    padding-bottom: 8%;
    padding-left: 7%;
    padding-right: 7%;
  }
}

.btn-primary-light {
  color: #493a7f;
  background-color: white;
}
.btn-primary-light:hover {
  background-color: #5139df;
  color: white;
}

.img-card {
  width: 100%;
  height: 100%;
}
.cut-text {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.nav-link {
  margin-top: 5px;
  color: #f79604;
}

.gridview {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
  align-items: center;
}

@media (max-width: 650px) {
  .gridview {
    display: grid;
    grid-template-columns: 100%;
  }
}

.gridviewcat {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  align-items: center;
}

.catEfect:hover {
  color: #fdecf2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-filter: invert(1);
  filter: invert(1);
  background-color: #5139df;
}

.foo {
  color: #493a7f;
}

a:hover {
  color: #f79604 !important;
  font-weight: 600 !important;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #f79604;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f79604;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  color: #f79604;
  font-weight: 600;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  color: #f79604;
}

.test {
  top: 20% !important;
}
.container {
  width: 90%;
  margin: 0 auto;
  padding: 0 100px;
}

.navbar-brand {
  height: 76px;
}
/* HEADER SECTION */
header {
  color: #493a7f;
  background: #ffffff;
  position: fixed;
  width: 100vw;
  z-index: 1;
  /* padding: 40px; */
}

.desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-nav .menu-items {
  display: flex;
  list-style: none;
  color: black;
}

.desktop-nav .menu-items li {
  margin: 0 22px;
  color: black;
}
a.cta {
  background-color: #5139df;
  color: white;
  height: 48.54px;
  gap: 9.71px;
  border-radius: 9.71px;
  padding: 10.27px;
  /* padding-top: 5px; */
  display: flex;
  text-align: center;
  align-items: center;
  width: 125px;
}
.center {
  margin: auto;
  width: 90%;
  text-align: center;
  margin-bottom: 40px;
}

.logo {
  padding-left: 0px;
  height: 60px;
  width: auto;
}
/*
.logo_img{
	cursor: pointer;
	margin-left: 5%;
	display: flex;
	justify-content: flex-start;
} */

/*SEARCH BAR */
.search {
  margin: 0 auto;
  width: 80%;
  padding-top: 10%;
  text-align: center;
  margin-bottom: 40px;
}

.has-search .form-control {
  padding-left: 2rem;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  height: 52px;
  top: 159px;
}

.has-search .form-control-feedback {
  z-index: 2;
  display: block;
  height: 2.375rem;
  pointer-events: none;
}

/* BLOCK */
.star-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background: #5139df;
  border-radius: 37px;
}
.icon-star {
  left: 8.33%;
  right: 8.33%;
  top: 10.42%;
  bottom: 10.42%;
}

.description_d {
  margin: auto;
  width: 85%;
  text-align: center;
  margin-bottom: 40px;
  color: #3a3c72;
}

.description_p {
  margin: auto;
  width: 85%;
  text-align: center;
  margin-bottom: 40px;
  color: white;
}

.heart {
  background-image: url(/img/logo/web_heart_animation.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1450px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 50px;
}
.heart:hover {
  background-position: right;
}

.heart_animate2 {
  background-image: url(/img/logo/web_heart_animation.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 1450px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
}

@-webkit-keyframes heartTransition {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@keyframes heartTransition {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.heart_animate {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: heartTransition;
  -webkit-animation-timing-function: steps(28);
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-name: heartTransition;
  animation-timing-function: steps(28);
  background-position: right;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.btn-menu {
  border-radius: 50px;
  margin: 20px;
  width: 116px;
  height: 57px;
}

.nav button:hover {
  background: #FF5C00 !important;
  color: white !important;
  border-color: #FF5C00 !important;
}

.hads {
  height: 100%;
  width: 100%;
}

.card-body2 {
  flex: 1 1 auto;
  padding: 10px;
}

@media (max-width: 920px) {
  #profile {
    overflow-x: hidden;
    padding-top: 10%;
    padding-bottom: 8%;
    padding-left: 7%;
    padding-right: 7%;
  }
}

.btnn {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Libre Franklin;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  width: 116px;
  height: 57px;
  color: black;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 50px;
  background: white !important;
  transition: all 0.3s ease 0s;
}

.btnn:hover {
  color: #fff;
  background: #5139df;
}

#card-img {
  left: 0px;
}

.premium {
  top: 76px;
  background-color: #eee;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.w-home {
  max-width: 85%;
}

.selector {
  margin: auto;
  width: 40%;
  text-align: center;
  margin-bottom: 40px;
}

.featured {
  margin-top: 87px;
  /* height: 850px; */
  color: black;
  background: #f9f9f9;
}

.join {
  padding: 5px 5px;
  min-height: 750px;
  left: 0px;
  background-image: url(/img/backgrounds/fondo_seccion.jpg);
}

.join-container {
  width: 85%;
}

.join-in {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.join-cta {
  width: 1228px;
  height: 86px;
  background: black;
  border-radius: 10px;
}

.join-box {
  width: 387px;
  height: 290px;

  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 10px;
}

.categories {
  margin-top: 87px;
  width: 100vw;
  color: black;
  background: #f9f9f9;
}

.cat_box {
  text-align: center;
  width: 287px;
  height: 282px;
}

.cat_box:hover {
  background-color: #fff2f7;
  transform: scale(1.05);
  z-index: 1;
}
.cat_box:focus {
  background: #fff2f7;
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 20px;
  }
}

.exclusive {
  height: 800px;
  background: linear-gradient(
    0deg,
    rgba(82, 57, 222, 1),
    rgba(137, 59, 169, 1)
  );
  margin-top: 40px;
}

#packages {
  padding: 5px 5px;
  height: 750px;
  left: 0px;
  background-image: url(/img/backgrounds/fondo_paquetes.jpg);
}

.carousel-indicators {
  position: relative !important;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
  left: 0px;
  color: #493a7f;
  background: #ffffff;
}

footer p {
  padding-top: 5px;
}

.copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #ffffff;
  height: 42px;
  left: 0px;
  background: #5139df;
}

.columna-m {
  column-count: 4;
}

#pack {
  margin: 0 auto;
  width: 60%;
  height: 380px;
  border: solid 1px #cbcbcb;
  background-color: white;
  border-radius: 10px;
  padding-left: 44px;
}

#pack h2 {
  padding-top: 44px;
}

.ct-icon-boxes .ct-icon-box {
  padding-top: 8px;
  width: 20%;
  float: none;
  position: relative;
  border: 2px solid #ccc;
  height: 282px;
  width: 282px;
  border-radius: 15px;
  margin: 10px;
  border-color: lightgray;

  display: inline-table;
  text-align: center;
  color: #292929;
  margin-bottom: -2px;
  cursor: pointer;
}

.ct-icon-box:hover {
  background: rgba(81, 57, 223, 0.1);
  color: #fff;
}

.ct-icon-boxes .ct-icon-box > .ct-icon-boxes .ct-icon-box__inner,
.ct-icon-boxes .ct-icon-box > .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.nav-left {
  margin-left: auto;
}

.mobile-hide2 {
  display: none !important;
}

.mobile-hide-subasta {

}

@media (max-width: 449px) {
  .mobile-hide-subasta {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-hide1 {
    display: block !important;
  }
  .mobile-hide2 {
    display: flex !important;
  }
  #login {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5% !important;
    padding-right: 5% !important;
    display: grid;
    place-items: center;
  }
  .logo {
    padding-left: 0px;
    height: 60px;
    width: auto;
  }

  #anuncios .card {
    top: 10%;
    padding-bottom: 8%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .description {
    margin: auto;
    width: 90%;
    text-align: center;
    margin-bottom: 40px;
  }
  .search {
    padding-top: 25%;
    width: 100%;
  }

  .btn-menu {
    border-radius: 45px;
    margin: 0px;
    width: 90px;
    height: 45px;
  }

  .join {
    padding: 50px 5px;
  }

  .join-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .vmobil {
    display: none;
  }

  .columna-m {
    column-count: 1;
  }

  .join-box {
    width: 300px;
    height: 200px;
  }

  #pack {
    width: 100%;
    height: auto;
  }

  #pack p {
    text-align: center;
  }

  .copyright {
    padding: 0px;
  }

  .footer {
    text-align: center;
  }
  .card-unete {
    text-align: center;
  }
  .sm-center {
    margin: 0 auto;
  }

  .ct-icon-boxes .ct-icon-box {
    height: 250px;
    width: 155px;
    border-radius: 15px;
    margin: 20px;
    border-color: lightgray;
  }

  .nav-left {
    margin-left: 20px;
  }
  a.cta {
    margin-left: -10px;
  }

  .w-home {
    max-width: 95%;
  }

  #imgcard img {
    width: 50% !important;
    height: auto !important;
  }
  .img-card img {
    width: 50% !important;
    height: auto !important;
  }

  #anuncios {
    padding-top: 12%;
    padding-bottom: 8%;
    padding-left: 10%;
    padding-right: 10%;
    display: grid;
    place-items: center;
    background: linear-gradient(
      to bottom,
      #5139df 10%,
      #5139df 25%,
      #e5e5e5 25%,
      #e5e5e5 100%
    );
  }

  .description {
    margin: auto;
    width: 90%;
    text-align: center;
    margin-bottom: 40px;
  }
  .search {
    padding-top: 25%;
  }
  .btn-menu {
    border-radius: 45px;
    margin: 0px;
    width: 90px;
    height: 45px;
  }

  .join {
    padding: 50px 5px;
  }

  .vmobil {
    display: none;
  }

  .hads {
    height: 200px;
    width: 100px;
  }

  .h200 {
    height: 200px;
  }

  .card-body2 {
    flex: 1 1 auto;
    padding: 0.3rem;
  }

  .gridviewcat {
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
    align-items: center;
  }

  #card-img {
    margin: 0px auto;
  }
}

#login {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 15%;
  padding-right: 15%;
  display: grid;
  place-items: center;
}

#login .card {
  border-radius: 25px;
  width: 100%;
}

#login .card-header {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  color: #fff !important;
  text-align: center !important;
  background: #5139df;
}

#login .card-header h2 {
  padding-top: 2%;
  color: #fff;
}
#login .card-header h6 {
  color: #fff;
}

#login .card-header a.btn {
  background-color: #f79604;
  margin-top: 2%;
  padding: 15px 35px;
  color: #fff;
  border-radius: 8px;
  transition: 0.5s ease;
}

#login .card-header a.btn:hover {
  background-color: #f79604;
}

#login .card-body div.group {
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 5%;
  padding-bottom: 2%;
  text-align: center;
  /* display: inline-block; */
}

.tab-group {
  padding-left: 18% !important;
  padding-right: 18% !important;
  text-align: center;
  list-style: none;
  padding-top: 4%;
  padding-bottom: 2%;
}

.tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.tab-group li button {
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 0.5px solid #d8d8d8;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  /* border-left-color: #FF3E60; */
  background: white;
  color: gray;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.tab-group li.tab button:hover {
  background: #f79604;
  color: gray;
}

.tab-group li.active button {
  background: #f79604;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #d8d8d8;
  border-top-color: #d8d8d8;
  border-left-color: #d8d8d8;
  /* border-right-color: #FF3E60; */
  border-bottom-color: #d8d8d8;
  color: white;
}

#login .card-body div.group button {
  width: 50%;
  color: #fff !important;
  border: 1px solid #d8d8d8;
  place-items: center;
  background-color: #f79604;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

#login div.card-body ul.tab-group li.tab:nth-child(1) button {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

#login .card-body ul.tab-group li.tab:nth-child(2) button {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.group:after {
  content: "";
  clear: both;
  display: table;
}

#login .card-body div#sesion {
  padding-left: 20%;
  padding-top: 3%;
  padding-bottom: 8%;
  padding-right: 20%;
}

#sesion .form-group {
  padding-top: 4%;
}

#sesion .form-group input {
  border-radius: 8px;
}

#sesion button {
  color: #fff !important;
  border-radius: 5px;
  width: 100%;
  background-color: #5139df;
}

#sesion button:hover {
  color: #fff !important;
  background-color: #6a54bb;
}

.card-body > div#redes {
  display: none;
}

#login .card-body div#redes {
  padding-top: 3%;
  padding-bottom: 20%;
}
#redes a img {
  width: 30%;
}

#redes a {
  border: 1px solid #d8d8d8;
  border-radius: 30px;
  width: 50%;
  background-color: #fff;
  transition: 0.5s ease;
}

#redes a:hover {
  background-color: #d8d8d8;
}

@media (max-width: 560px) {
  /* #profile {


		padding-top: 28%;
		padding-bottom: 8%;
		padding-left: 5%;
		padding-right: 5%;

} */

  #login {
    padding-left: 0%;
    padding-right: 0%;
  }

  #login .card-header img {
    max-height: 90px;
  }

  #login .card-header h2 {
    font-size: 1.6rem;
  }
  #login .card-header h6 {
    font-size: 0.8rem;
  }

  #login .card-header a.btn {
    padding: 8px 20px;
    transition: 0.5s ease;
    font-size: 0.8rem;
  }

  #login .card-body {
    padding-bottom: 3%;
  }

  .tab-group {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tab-group li button {
    padding: 5px;
    transition: 0.5s ease;
  }

  #login div.card-body ul.tab-group li.tab:nth-child(1) button {
    font-size: 0.7rem;
  }

  #login .card-body ul.tab-group li.tab:nth-child(2) button {
    font-size: 0.7rem;
  }

  #login .card-body div#sesion {
    padding-left: 7%;
    padding-right: 7%;
  }

  #sesion button {
    /* font-size: 1.5rem; */
    padding: 10px;
  }
  #redes a {
    width: 100%;
  }
  #redes a img {
    width: 60%;
  }

  #redes button {
    width: 100% !important;
  }

  #redes button img {
    width: 50% !important;
  }
}

#register {
  padding-top: 13%;
  padding-bottom: 8%;
  padding-left: 22%;
  padding-right: 22%;
  display: grid;
  place-items: center;
  background: linear-gradient(
    to bottom,
    #f79604 10%,
    #f79604 40%,
    #e5e5e5 40%,
    #e5e5e5 100%
  );
}

#register .card {
  border-radius: 25px;
  width: 100%;
  transition: 0.5s ease;
}

#register .card-header {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 8%;
  padding-bottom: 3%;
  color: #1b2845 !important;
  text-align: center !important;
  transition: 0.5s ease;
}

#register .card-header h2 {
  padding-top: 2%;
  color: #1b2845;
}
#register .card-header h6 {
  color: #1b2845;
}

#register .card-body div#registro {
  padding-left: 10%;
  padding-top: 1%;
  padding-bottom: 5%;
  padding-right: 10%;
}

#registro .form-group {
  padding-top: 3%;
  position: relative;
}

#registro .form-group input {
  border-radius: 8px;
  padding-left: 30px;
  padding: 12px 40px;
  display: inline-block;
  transition: 0.5s ease;
}

#registro .form-group i {
  position: absolute;
  left: 15px;
  top: 20px;
  color: #1a1b32;
}

#registro .center {
  padding: 3% 0 3% 0;
  margin-bottom: 0;
  width: 100%;
}

#registro .center a {
  width: 100%;
  padding: 10px 30px;
  margin-right: 1%;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f2f2f2;
  color: #f2f2f2;
  border: 1px solid #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

#registro .center a.btn:hover {
  background-color: #ffffff65 !important;
  border: 1px solid #f2f2f2 !important;
  border-color: #4f4f4f !important;
}

#registro .center button:hover {
  color: #fff !important;
  background-color: #6a54bb;
}

@media (max-width: 560px) {
  #register {
    padding-top: 35%;
    padding-bottom: 8%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: grid;
    place-items: center;
    background: linear-gradient(
      to bottom,
      #f79604 10%,
      #f79604 40%,
      #e5e5e5 40%,
      #e5e5e5 100%
    );
  }

  #register .card {
    border-radius: 25px;
    width: 100%;
    transition: 0.5s ease;
  }

  #register .card-header {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding-top: 8%;
    padding-bottom: 3%;
    color: #1b2845 !important;
    text-align: center !important;
    transition: 0.5s ease;
  }
}

#register .card-header {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 8%;
  padding-bottom: 3%;
  color: #1b2845 !important;
  text-align: center !important;
  transition: 0.5s ease;
}

#register .card-header h2 {
  padding-top: 2%;
  color: #1b2845;
}
#register .card-header h6 {
  color: #1b2845;
}

#register .card-body div#registro {
  padding-left: 10%;
  padding-top: 1%;
  padding-bottom: 5%;
  padding-right: 10%;
}

#registro .form-group {
  padding-top: 3%;
}

#registro .form-group input {
  border-radius: 8px;
  transition: 0.5s ease;
}

#registro .center {
  padding: 3% 0 3% 0;
  margin-bottom: 0;
  width: 100%;
}
#registro .center a.btn:hover {
  background-color: #ffffff65 !important;
  border: 1px solid #f2f2f2 !important;
  border-color: #4f4f4f !important;
}

#registro .center a.btn:hover {
  background-color: #ffffff65 !important;
  border: 1px solid #f2f2f2 !important;
  border-color: #4f4f4f !important;
}

#registro .center button {
  width: 100%;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #5139df !important;
  background-color: #5139df;
}

#registro .center button:hover {
  color: #fff !important;
  background-color: #6a54bb;
}

#registro .center button:hover {
  color: #fff !important;
  background-color: #6a54bb;
}

@media (max-width: 560px) {
  #register {
    padding-top: 35%;
    padding-bottom: 8%;
    padding-left: 6%;
    padding-right: 6%;
    display: grid;
    place-items: center;
    background: linear-gradient(
      to bottom,
      #f79604 10%,
      #f79604 40%,
      #e5e5e5 40%,
      #e5e5e5 100%
    );
  }

  #register .card {
    border-radius: 25px;
    width: 100%;
    transition: 0.5s ease;
  }

  #register .card-header {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding-top: 8%;
    padding-bottom: 3%;
    color: #1b2845 !important;
    text-align: center !important;
    transition: 0.5s ease;
  }

  #register .card-header h2 {
    padding-top: 2%;
    color: #1b2845;
  }
  #register .card-header h6 {
    color: #1b2845;
  }

  #register .card-body div#registro {
    padding-left: 10%;
    padding-top: 1%;
    padding-bottom: 5%;
    padding-right: 10%;
  }

  #registro .form-group {
    padding-top: 3%;
  }

  #registro .form-group input {
    border-radius: 8px;
    transition: 0.5s ease;
  }

  #registro .center {
    padding: 3% 0 3% 0;
    margin-bottom: 0;
    width: 100%;
  }

  #registro .center a.btn:hover {
    background-color: #ffffff65 !important;
    border: 1px solid #f2f2f2 !important;
    border-color: #4f4f4f !important;
  }

  #anuncios {
    padding-left: 5%;
    padding-right: 5%;
  }

  #anuncios .card-body {
    padding-left: 1%;
    padding-top: 1%;
    padding-bottom: 1px;
    padding-right: 1;
  }
}

#profile .card {
  border-radius: 25px;
  width: 100%;
  transition: 0.5s ease;
}

#profile .card-header {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 8%;
  padding-bottom: 3%;
  color: #1b2845 !important;
  text-align: center !important;
  transition: 0.5s ease;
}

#profile .card-header img {
  width: 20rem;
}

#profile .card-header h2 {
  padding-top: 2%;
  color: #1b2845;
}
#profile .card-header h6 {
  color: #1b2845;
  padding-left: 10%;
  padding-top: 1%;
  padding-right: 10%;
}

#profile .card-body div#profile-body {
  padding-left: 5%;
  padding-top: 1%;
  padding-bottom: 0%;
  padding-right: 5%;
}

.card-body > div#profile-password {
  display: none;
}

#profile .card-body div#profile-password {
  padding-left: 8%;
  padding-top: 1%;
  padding-bottom: 5%;
  padding-right: 8%;
}

#profile-body .form-group {
  padding-top: 1%;
  position: relative;
}
#profile-password .form-group {
  padding-top: 1%;
  position: relative;
}

#profile-body .form-group label img {
  cursor: pointer;
}

#profile-body .form-group #upload-photo {
  padding-top: 1%;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#profile-body .form-group span {
  position: absolute;
  padding: 20px 10px 10px 10px;
  left: 0px;
  pointer-events: none;
}

#profile-body .form-group input {
  padding-left: 30px;
  border-radius: 8px;
  transition: 0.5s ease;
  /* width: 100%; */
  padding: 12px 40px;
  margin: 8px 0;
  display: inline-block;
}

#profile-body .form-group i {
  position: absolute;
  left: 15px;
  top: 22px;
  color: #1a1b32;
}

#profile-body .center {
  padding: 3% 0 3% 0;
  margin-bottom: 0;
  width: 100%;
}

#profile-body .center a {
  width: 35%;
  padding: 10px 30px;
  margin-right: 1%;
  border-radius: 10px;
  background-color: #f2f2f2;
  color: #4f4f4f;
  border: 1px solid #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

/* #profile-body .center a.btn:hover {
  background-color: red !important;
  border: 1px solid #f2f2f2 !important;
  border-color: #4f4f4f !important;
} */

#profile-body .center button {
  width: 60%;
  padding: 10px 30px;
  margin-left: 1%;
  border-radius: 10px;
  border: 1px solid #5139df !important;
  background-color: #5139df;
}

#profile-password .center button {
  width: 60%;
  padding: 10px 30px;
  margin-left: 1%;
  border-radius: 10px;
  border: 1px solid #5139df !important;
  background-color: #5139df;
}

#profile-body .center button:hover {
  color: #fff !important;
  background-color: #6a54bb;
}

#profile-password .center button:hover {
  color: #fff !important;
  background-color: #6a54bb;
}

#anuncios .card-header a.btn {
  background-color: #5139df;
  margin-top: 2%;
  padding: 10px 25px;
  color: #fff;
  border-radius: 8px;
  transition: 0.5s ease;
}

#anuncios .card-header a.btn:hover {
  background-color: #ff3e61cf;
}

#anuncios .card {
  border-radius: 25px !important;
  width: 100%;
  transition: 0.5s ease;
}

#anuncios .card-header {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 8%;
  padding-bottom: 3%;
  color: #1b2845 !important;
  text-align: center !important;
  transition: 0.5s ease;
}

/* #anuncios .card-header img {
  /*width: 8%;*/
/*} */

#anuncios .card-header h2 {
  padding-top: 2%;
  color: #1b2845;
}
#anuncios .card-header h6 {
  color: #1b2845;
  padding-left: 10%;
  padding-top: 1%;
  padding-right: 10%;
}

/* #anuncios .card-body {
  padding-left: 6%;
  padding-top: 1%;
  padding-bottom: 5%;
  padding-right: 6%;
} */

#anuncios .card-body .premium-card {
  padding-top: 5%;
}

/*#anuncios .card-body .premium-card img {
  width: 8%;
}*/
#anuncios .card-body .premium-card h6 {
  padding-top: 1%;
  font-weight: 600;
  color: #1b2845 !important;
}

/* #anuncios .card-body .premium-card  div.col-xl-6.col-sm-6.col-12{
    padding-top: 3%;
  	} */

#anuncios .card-body .premium-card .card img.rounded-left {
  border-top-left-radius: 0.9rem !important;
  border-bottom-left-radius: 0.9rem !important;
}

#anuncios .card-body .premium-card .card div.rounded-right {
  border-top-right-radius: 0.9rem !important;
  border-bottom-right-radius: 0.9rem !important;
}

#anuncios .card-body .premium-card .card img.rounded-left {
  border-top-left-radius: 0.9rem !important;
  border-bottom-left-radius: 0.9rem !important;
}

#anuncios .card-body .premium-card .card div.rounded-right {
  border-top-right-radius: 0.9rem !important;
  border-bottom-right-radius: 0.9rem !important;
}

#anuncios
  .card-body
  .premium-card
  .card
  div.rounded-right
  div.d-flex
  a.badge-pill.btn-secondary.disabled {
  background-color: #f3f4f6;
  color: #4b5563;
  max-width: 6rem;
}

#anuncios
  .card-body
  .premium-card
  .card
  div.rounded-right
  div.d-flex
  button.btn-outline-warning.rounded.disabled {
  border: 1px solid #fdecf2;
  border-color: #fdecf2 !important;
  color: #5139df;
  /* max-width: 6rem; */
}

#anuncios
  .card-body
  .premium-card
  .card
  div.rounded-right
  div.d-flex
  button.btn-outline-warning.rounded.disabled:hover {
  background-color: #5139df;
  color: #fdecf2;
}

#anuncios
  .card-body
  .premium-card
  .card
  div.rounded-right
  div.d-flex
  img.h-100.w-100.rounded-left {
  width: 2rem !important;
  line-height: 1;
}

#anuncios
  .card-body
  .premium-card
  .card
  div.rounded-right
  div.card-body
  p.card-title {
  color: #1a1c3c;
  font-weight: 600;
}

#profile-body .form-group i {
  position: absolute;
  left: 15px;
  top: 22px;
  color: #1a1b32;
}
.modal-body div.col-md-2.text-center.my-auto div.text-center i.fa-regular {
  color: #ff3e60;
  font-size: 40px;
}

.modal-body .form-group .has-icon-left input {
  padding-left: 30px;
  padding: 12px 40px;
  display: inline-block;
  transition: 0.5s ease;
}

.modal-body .form-group i {
  position: absolute;
  left: 15px;
  top: 20px;
  color: #1a1b32;
}

#payments {
  padding-top: 10%;
  padding-bottom: 8%;
  padding-left: 30%;
  padding-right: 30%;
  display: grid;
  place-items: center;
  background: linear-gradient(
    to bottom,
    #5139df 15%,
    #5139df 40%,
    #e5e5e5 40%,
    #e5e5e5 100%
  );
}

#payments .card-header a.btn {
  background-color: #5139df;
  margin-top: 2%;
  padding: 10px 25px;
  color: #fff;
  border-radius: 8px;
  transition: 0.5s ease;
}

#payments .card-header a.btn:hover {
  background-color: #ff3e61cf;
}

#payments .card {
  border-radius: 18px !important;
  width: 100%;
  transition: 0.5s ease;
}

#payments .card-header {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 8%;
  padding-bottom: 3%;
  color: #1b2845 !important;
  text-align: center !important;
  transition: 0.5s ease;
}

#payments .card-header img {
  width: 8%;
}

#payments .card-header h2 {
  padding-top: 2%;
  color: #1b2845;
}
#payments .card-header h6 {
  color: #1b2845;
  padding-left: 10%;
  padding-top: 1%;
  padding-right: 10%;
}

#payments .card-body {
  padding-left: 10%;
  padding-top: 1%;
  padding-bottom: 5%;
  padding-right: 10%;
}

#payments .card-body .premium-card .row.border.rounded-lg {
  border: 2px solid #fdecf2 !important;
  cursor: pointer;
}

#payments .card-body .premium-card .icon-card {
  background-color: #fff2f7;
}
#payments .card-body .premium-card .icon-card i {
  color: #5139df;
  font-size: 1.8rem;
}

#payments .card-body .premium-card .well h6 {
  color: #000;
  font-size: 00.9rem;
}
#payments .card-body .premium-card .well h4 {
  color: #000;
}

#payments .card-body .premium-card .icon-trash {
  background-color: #fff6f6;
}
#payments .card-body .premium-card .icon-trash i {
  color: #5139df;
  font-size: 1.4rem;
}

#premium-card .card {
  border-radius: 25px !important;
  width: 100%;
  transition: 0.5s ease;
}

#featured .card {
  border-radius: 25px !important;
  width: 100%;
  transition: 0.5s ease;
}

/* NEW STYLE COMPONENTS */

.product-grid {
  font-family: "Roboto", sans-serif;
  text-align: center;
  transition: all 0.5s;
}

.product-grid:hover {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}

.product-grid .product-image {
  position: relative;
  overflow: hidden;
}

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

.product-image .pic-1 {
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.5s;
}

.product-grid:hover .product-image .pic-1 {
  opacity: 0;
}

.product-image .pic-2 {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.product-grid:hover .product-image .pic-2 {
  opacity: 1;
}

.product-grid .product-sale-label {
  color: #fff;
  background: #f79604;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-grid .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 7px;
}

.product-grid .social li {
  transform: translateX(60px);
  transition: all 0.3s ease 0.3s;
}

.product-grid .social li:nth-child(2) {
  transition: all 0.3s ease 0.4s;
}

.product-grid:hover .social li {
  transform: translateX(0);
}

.product-grid .social li button {
  color: #707070;
  background: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 0 7px;
  border-radius: 50px;
  display: block;
  transition: all 0.3s ease 0s;
  border-color: #eee;
  border-width: 0px;
}

.product-grid .social li button:hover {
  color: #f79604;
  border-color: #eee;
  border-width: 0px;
}

.product-grid .social li button:focus {
  color: #f79604;
  border-color: #eee;
  border-width: 0px;
  border: none;
  outline: none;
}

.product-grid .product-rating {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 10px;
  opacity: 0;
  position: absolute;
  bottom: -60px;
  left: 0;
  transition: all 0.2s ease-in-out 0s;
}

.product-grid:hover .product-rating {
  opacity: 1;
  bottom: 0;
}

.product-grid .rating {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.product-grid .rating li {
  color: #f79604;
  font-size: 13px;
}

.product-grid .rating li.far {
  color: #999;
}

.product-grid .add-to-cart {
  color: #ffa11d;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ffa11d;
  float: right;
  transition: all 0.2s ease-in-out 0s;
}

.product-grid .add-to-cart:hover {
  color: #ff5c00;
  border-color: #ff5c00;
}

.product-grid .product-content {
  background: #f5f5f5;
  padding: 15px;
}

.product-grid .title {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.product-grid .title a {
  color: #111;
  transition: all 500ms;
}

.product-grid .title a:hover {
  color: #f79604;
}

.product-grid .price {
  color: #707070;
  font-size: 17px;
  text-decoration: underline;
}

.product-grid .price span {
  text-decoration: line-through;
  margin-right: 5px;
  display: inline-block;
  opacity: 0.6;
}

@media only screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 40px;
  }
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #006fd6e5 !important;
  border-color: #00acd6 !important;
  border-radius: 50%;
  padding: 6px 12px;
}

.page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #ffa11d !important;
  border-color: #ffa11d !important;
  border-radius: 50%;
  padding: 6px 12px !important;
}

.page-item:first-child .page-link {
  border-radius: 30% !important;
  background-color: #fff;
}

.page-item:last-child .page-link {
  border-radius: 30% !important;
  background-color: #fff;
}

.pagination li {
  padding: 3px;
}

.disabled .page-link {
  color: #212529 !important;
  opacity: 0.5 !important;
}

.owl-dots{
  display: none!important;
}

.owl-nav{
  padding-bottom: 15px!important;
}


