:root {
   --color-principalweb: #c74048e8;
   --color-secundariow1: #ff9b9b;
   --body: #777777;
   --gray: #555555;
   --dark: #080229;
   --white: #ffffff;
   --border: #e8e8e8;
   --heading: #232d3b;
   --primary: #0044bb;
   --primary-hover: #0022aa;
   --light-white: #f5f5f5;
   --placeholder: #777777;
   --sale: #dc3545;
   --rent: #03a70c;
   --booking: #7209af;
   --card-radius: 0px;
   --icon-radius: 50%;
   --btn-radius: 8px;
   --tab-radius: 0px;
   --src-radius: 8px;
   --form-radius: 8px;
   --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
   --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}

* {
   margin: 0px;
   padding: 0px;
   outline: 0px;
}

a {
   text-decoration: none;
   display: inline-block;
   color: #000000;
}

a:hover {
   text-decoration: none;
}

ul,
ol {
   list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
span,
label {
   margin-bottom: 0px;
}

html,
body {
   scroll-behavior: smooth;
}

body {
   color: var(--body);
   font-size: 16px;
   font-weight: 400;
   font-family: 'Heebo', sans-serif;
   line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: var(--heading);
}

h1 {
   font-size: 30px;
   line-height: 48px;
   font-weight: 700;
}

h2 {
   font-size: 26px;
   line-height: 48px;
   font-weight: 700;
}

h3 {
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
}

h4 {
   font-size: 13px;
   line-height: 28px;
   font-weight: 700;
}

h5 {
   font-size: 18px;
   line-height: 26px;
   font-weight: 500;
}

h6 {
   font-size: 10px;
   font-weight: 400;
   margin-top: 0;
   margin-bottom: 1rem;
   line-height: 1.5;
}

.dropdown-menu.show {
   z-index: 1 !important;
}

figure {
   height: 100px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: var(--placeholder);
   font-size: 15px;
   letter-spacing: 0.3px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color: var(--placeholder);
   font-size: 15px;
   letter-spacing: 0.3px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
   color: var(--placeholder);
   font-size: 15px;
   letter-spacing: 0.3px;
}

input::placeholder,
textarea::placeholder {
   color: var(--placeholder);
   font-size: 15px;
   letter-spacing: 0.3px;
}

button:focus {
   outline: none;
}

.px-2 a {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   width: 100px;
}

.btn {
   border: none;
   font-size: 14px;
   font-weight: 500;
   border: 2px solid;
   padding: 14px 32px;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   border-radius: var(--btn-radius);
   text-shadow: var(--primary-tshadow);
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
   font-family: 'Heebo', sans-serif;
}

.btn:focus {
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
}

.btn span {
   margin-left: 8px;
}

.btn i {
   margin-top: -1px;
}

.btn-inline {
   color: var(--white);
   background: linear-gradient(14deg, #0dc8de 0%, rgba(13, 200, 222, 0.7));
   border-color: linear-gradient(14deg, #0dc8de 0%, rgba(13, 200, 222, 0.7));
}

.btn-outline {
   color: var(--white);
   background: #ffffff00;
   border-color: var(--white);
}

.btn-outline:hover {
   color: var(--white);
   background: linear-gradient(14deg, #0dc8de 0%, rgba(13, 200, 222, 0.7));
}

.form-group {
   margin-bottom: 20px;
}

.form-control {
   border: none;
   width: 100%;
   height: 50px;
   padding: 0px 20px;
   border-radius: 15px;
   color: var(--heading);
   background: var(--light-white);
   /* border-bottom:2px solid #4a84e9;*/
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.form-control:focus {
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   color: var(--body);
   background: var(--light-white);
   border-color: var(--primary);
}

/*textarea.form-control {height:215px;padding:15px 20px;}*/
.form-btn .btn {
   width: 100%;
   padding: 10px 30px;
}

.breadcrumb {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background: none;
   padding: 0px;
   margin: 0px;
}

.breadcrumb li {
   text-transform: capitalize;
}

.breadcrumb li a {
   color: #dddddd;
}

.breadcrumb li a:hover {
   color: #75a7ff;
   text-decoration: underline;
}

.breadcrumb .active {
   color: #75a7ff;
}

.breadcrumb-item+.breadcrumb-item::before {
   color: #75a7ff;
}

.social-transparent li {
   display: inline-block;
   margin: 5px;
}

.social-transparent li a i {
   width: 40px;
   height: 40px;
   font-size: 16px;
   line-height: 40px;
   text-align: center;
   border-radius: 50%;
   color: var(--body);
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.social-transparent li a i:hover {
   color: var(--white);
   background: var(--primary);
}

.section {
   padding: 50px 0px 0px;
}

@media (max-width:767px) {
   .section {
      padding: 60px 0px 0px;
   }
}

@media (max-width:575px) {
   h2 {
      font-size: 28px;
      line-height: 36px;
   }
}

@media (min-width:768px) and (max-width:991px) {
   .section {
      padding: 80px 0px 0px;
   }
}

.header-part {
   -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%);
   box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%);
}

.header-part .container {
   width: 100%;
   padding: 18px 25px;
}

.header-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.header-widget {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.header-widget li button,
.header-widget li a {
   border: none;
   outline: none;
   background: none;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.header-widget li button img,
.header-widget li a img {}

.header-widget li button i,
.header-widget li a i {
   width: 40px;
   height: 40px;
   font-size: 14px;
   line-height: 38px;
   text-align: center;
   color: var(--gray);
   background: var(--light-white);
   border-radius: var(--icon-radius);
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.header-widget li button i:hover,
.header-widget li a i:hover {
   color: var(--white);
   background: var(--primary);
   text-shadow: var(--primary-tshadow);
}

.header-widget li button span,
.header-widget li a span {
   margin-left: 8px;
   color: var(--gray);
   font-weight: 500;
}

.header-widget li button sup,
.header-widget li a sup {
   position: absolute;
   top: -8px;
   right: -8px;
   height: 24px;
   font-size: 12px;
   padding: 0px 6px;
   line-height: 20px;
   border-radius: 50%;
   color: var(--white);
   background: var(--primary);
   border: 2px solid var(--white);
   text-shadow: var(--primary-tshadow);
   -webkit-box-shadow: var(--primary-bshadow);
   box-shadow: var(--primary-bshadow);
}

.header-left .header-widget li:nth-child(4) {
   display: none;
}

.header-logo {
   margin: 0px 0px;
}

.header-right {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.header-right .header-widget li {
   margin-right: 20px;
}

.header-right .btn {
   width: 120px;
   padding: 7px 0px;
   margin-left: 20px;
   height: 39px;
}

.header-search {
   position: relative;
   margin: 0 0px 0 0px;
   width: 60%;
}

.header-main-search .form-control {
   border: none;
   outline: none;
   width: 79%;
   height: 39px;
   color: #000;
   border-radius: 18px;
   margin-left: 0px;
   border: 1px solid #CDD6DB;
}

.header-main-search .form-control:focus {
   background: var(--light-white);
}

.header-main-search .active {
   border-radius: 8px 8px 0px 0px;
}

.header-main-search .header-option-btn {
   border: none;
   outline: none;
   position: absolute;
   width: 35px;
   height: 38px;
   margin-right: 147px;
   border-radius: 4px;
   background: #ffffff00;
   color: #000 !important;
   text-transform: uppercase;
   font-size: 14px;
   cursor: pointer;
   padding: 6px 9px;
}

.header-search-btn {
   top: 0px;
   left: 0px;
}

.header-search-btn i {
   color: var(--gray);
}

.header-option-btn {
   top: 0px;
   right: 0px;
   color: #fff;
   font-weight: 500;
}

.btnn-ingresar {
   border: none;
   padding: 7px px 0px;
   height: 26px;
   font-weight: 600;
}

.btnn-ingresar:hover {
   border: none;
   padding: 7px px 0px;
   height: 26px;
   font-weight: 600;
   color: var(--color-secundariow1);
}

.btnn-publicar {
   box-shadow: 5px 5px #e0e1e3;
   font-weight: 600;
   color: #ffffff;
   font-size: 15px;
   background-color: #cb000e;
}

.header-right .btn:hover {
   color: #fff;
}

.header-option-btn:hover span {
   visibility: visible;
   opacity: 1;
   right: 45px;
}

.header-option-btn i {
   color: var(--primary);
   margin: 12px;
}

.header-option-btn span {
   position: absolute;
   top: 50%;
   right: 35px;
   width: 92px;
   padding: 1px 2px;
   font-size: 12px;
   border-radius: 5px;
   color: var(--white);
   background: var(--dark);
   font-family: sans-serif;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   visibility: hidden;
   opacity: 0;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.header-option-btn span::before {
   position: absolute;
   content: "";
   top: 50%;
   right: -4px;
   -webkit-transform: translateY(-50%) rotate(45deg);
   transform: translateY(-50%) rotate(45deg);
   width: 10px;
   height: 10px;
   border-radius: 1px;
   background: var(--dark);
}

.btn-select-region {
   color: #243238;
   background-color: #fff;
   border-style: solid;
   border-width: 0;
   padding: 0;
   font-size: 17px;
   height: 39px;
   width: 190px;
   border: 2px solid #4e6671;
   border-radius: 4px;
   font-size: 1rem;
}

@media (min-width:1199px) {
   .header-main-search .header-option-btn-icon-lupa {
      display: none;
      border: none;
      outline: none;
      background: none;
      position: absolute;
      width: 40px;
      height: 39px;
      margin-right: 51px;
      border-radius: 4px;
      background: linear-gradient(14deg, #405871 0%, #405871);
      color: #fff !important;
      text-transform: uppercase;
      -webkit-box-shadow: 0 7px 14px 0 #405871;
      box-shadow: 0 7px 14px 0 #405871;
      font-size: 14px;
      cursor: pointer;
   }

   .fixed-action-btn-shop {
      display: none;
      position: fixed;
      right: -5px;
      bottom: 5px;
      padding-top: 15px;
      margin-bottom: 0;
      z-index: 997;
   }
}

@media (max-width:1199px) {
   .header-main-search .header-option-btn {
      display: none;
      border: none;
      outline: none;
      background: none;
      position: absolute;
      width: 80px;
      height: 39px;
      margin-right: -2px;
      border-radius: 4px;
      background: linear-gradient(14deg, #405871 0%, #405871);
      color: #fff !important;
      text-transform: uppercase;
      -webkit-box-shadow: 0 7px 14px 0 #405871;
      box-shadow: 0 7px 14px 0 #405871;
      font-size: 14px;
      cursor: pointer;
   }

   .header-main-search .header-option-btn-icon-lupa {
      border: none;
      outline: none;
      background: none;
      position: absolute;
      width: 40px;
      height: 39px;
      margin-right: 43px;
      border-radius: 4px;
      color: #fff !important;
      text-transform: uppercase;
      font-size: 14px;
      cursor: pointer;
      top: 0;
      right: 0;
      padding: 5px 12px;
   }

   .header-main-search .header-option-btn-creartienda {
      display: none;
      border: none;
      outline: none;
      background: none;
      width: 195px;
      height: 39px;
      margin-right: -25px;
      border-radius: 4px;
      background: linear-gradient(14deg, #405871 0%, #405871);
      color: #fff !important;
      text-transform: uppercase;
      -webkit-box-shadow: 0 7px 14px 0 #405871;
      font-size: 14px;
      cursor: pointer;
   }

   .fixed-action-btn-shop {
      right: -5px;
      bottom: 5px;
      padding-top: 15px;
      margin-bottom: 0;
      z-index: 997;
      display: contents;
   }

   .header-part .container {
      padding: 15px;
   }

   .header-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .header-widget li a i,
   .header-widget li button i {
      width: 38px;
      height: 38px;
      line-height: 36px;
   }

   .header-left {
      width: 100%;
      margin-bottom: 10px;
   }

   .header-left .header-widget {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }

   .header-left .header-widget li:nth-child(3) {
      display: none;
   }

   .header-left .header-widget li:nth-child(4) {
      display: block;
   }

   .header-logo {
      margin: 0px;
   }

   .header-right {
      display: none;
   }

   .header-search {
      margin-top: 0px;
      display: none;
   }

   .header-search.active {
      width: 100%;
      display: block;
   }
}

@media (min-width:576px) and (max-width:767px) {
   .header-part .container {
      max-width: 540px;
   }
}

@media (min-width:768px) and (max-width:991px) {
   .header-part .container {
      max-width: 720px;
   }
}

@media (min-width:992px) and (max-width:1199px) {
   .header-part .container {
      max-width: 960px;
   }
}

.sidebar-part {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100vh;
   background: rgba(0, 0, 0, 0.7);
   z-index: 3;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: all linear .2s;
   transition: all linear .2s;
}

.sidebar-body {
   position: fixed;
   left: -300px;
   top: 0px;
   width: 300px;
   height: 100vh;
   background: #fbfbfb;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.sidebar-part.active {
   visibility: visible;
   opacity: 1;
}

.sidebar-part.active .sidebar-body {
   left: 0px;
}

.sidebar-header {
   padding: 18px 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   border-bottom: 1px solid var(--border);
}

.sidebar-logo img {
   width: auto;
   height: 40px;
}

.sidebar-cross {
   border: none;
   outline: none;
   background: none;
}

.sidebar-cross i {
   font-size: 16px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   border-radius: 50%;
   color: var(--gray);
   text-shadow: var(--primary-tshadow);
   -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.sidebar-cross i:hover {
   color: var(--white);
   background: var(--primary);
}

.sidebar-content {
   overflow-y: scroll;
   height: 100vh;
}

.sidebar-menu {
   margin-bottom: 30px;
}

.sidebar-menu .nav-tabs li .nav-link {
   font-size: 12px;
   padding: 8px 0px;
}

.sidebar-menu .tab-pane {
   padding: 0px;
}

@media (max-width:575px) {
   .sidebar-part.active {
      visibility: visible;
      opacity: 1;
   }

   .sidebar-part.active .sidebar-body {
      left: 0px;
      width: 100%;
   }
}

.btmbar-part {
   position: fixed;
   bottom: 0px;
   left: 0px;
   width: 100%;
   z-index: 3;
   padding: 10px 0px;
   background: var(--white);
   border-radius: 10px 10px 0px 0px;
   -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
   display: none;
}

.btmbar-widget {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.btmbar-widget li button,
.btmbar-widget li a {
   border: none;
   outline: none;
   background: none;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.btmbar-widget li button i,
.btmbar-widget li a i {
   width: 35px;
   height: 35px;
   font-size: 13px;
   line-height: 35px;
   text-align: center;
   color: var(--gray);
   background: var(--light-white);
   border-radius: 20px;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.btmbar-widget li button i:hover,
.btmbar-widget li a i:hover {
   color: var(--white);
   background: var(--primary);
   text-shadow: var(--primary-tshadow);
}

.btmbar-widget li button sup,
.btmbar-widget li a sup {
   position: absolute;
   top: -8px;
   right: -8px;
   height: 24px;
   font-size: 12px;
   padding: 0px 6px;
   line-height: 20px;
   border-radius: 50%;
   color: var(--white);
   background: var(--primary);
   border: 2px solid var(--white);
   text-shadow: var(--primary-tshadow);
   -webkit-box-shadow: var(--primary-bshadow);
   box-shadow: var(--primary-bshadow);
}

.btmbar-widget li button span,
.btmbar-widget li a span {
   position: absolute;
   top: 0px;
   left: 50%;
   width: 85px;
   font-size: 12px;
   padding: 7px 3px;
   line-height: 12px;
   text-align: center;
   border-radius: 5px;
   color: var(--white);
   background: var(--dark);
   font-family: sans-serif;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   visibility: hidden;
   opacity: 0;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.btmbar-widget li button span::before,
.btmbar-widget li a span::before {
   position: absolute;
   content: "";
   bottom: -4px;
   left: 50%;
   -webkit-transform: translateX(-50%) rotate(45deg);
   transform: translateX(-50%) rotate(45deg);
   width: 10px;
   height: 10px;
   border-radius: 1px;
   background: var(--dark);
}

.btmbar-widget li:nth-child(3) {
   margin-top: -30px;
}

.btmbar-widget li:nth-child(3) a i {
   width: 120px;
   height: 65px;
   line-height: 52px;
   font-size: 15px;
   color: var(--white);
   background: var(--primary);
   border: 8px solid var(--white);
   display: flex;
   flex-flow: row-reverse;
   justify-content: space-evenly;
}

.btmbar-widget li:nth-child(3) a i:hover {
   background: var(--primary);
}

.plus-btn:hover span {
   visibility: visible;
   opacity: 1;
   top: -25px;
}

@media (max-width:1199px) {
   .btmbar-part {
      display: block;
   }
}

.footer-part {
   background: #5e5e5e;
   padding: 21px 0px 0px;
}

.footer-content h3 {
   color: #ffffff;
   font-weight: 500;
   padding-bottom: 5px;
   margin-bottom: 16px;
   border-bottom: 1px solid #333333;
   position: relative;
   font-size: 15px;
}

.footer-content h3::before {
   position: absolute;
   content: "";
   bottom: -1px;
   left: 0px;
   width: 60px;
   height: 2px;
   background: var(--primary);
}

.footer-address li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: start;
   font-size: 15px;
}

.footer-address li:last-child {
   margin-bottom: 0px;
}

.footer-address li i {
   font-size: 20px;
   margin: 0px 6px 0px 0px;
}

.footer-address li p span {
   display: block;
   line-height: 30px;
}

.footer-info a {
   margin-bottom: 30px;
}

.badge-icon-text {
   position: absolute;
   top: 10px;
   left: 5px;
   background: #fff;
   border-radius: 18px;
   display: flex;
   align-items: center;
   gap: 4px;
   font-size: 13px;
   padding: 3px 6px;
   white-space: nowrap;
}

.badge-icon-text-right {
   position: absolute;
   top: 10px;
   right: 5px;
   background: #fff;
   border-radius: 18px;
   display: flex;
   align-items: center;
   gap: 4px;
   font-size: 13px;
   padding: 3px 6px;
   white-space: nowrap;
}

.badge-icon-text img {
   width: 16px;
   height: 16px;
   display: inline-block;
}

.footer-info a img {
   width: auto;
   height: 50px;
}

.footer-count li {
   margin-bottom: 30px;
}

.footer-count li:last-child {
   margin-bottom: 0px;
}

.footer-count li h5 {
   margin-bottom: 3px;
   letter-spacing: 0.3px;
   color: var(--light-white);
}

.footer-card-content {
   padding: 50px 0px;
   margin-top: 55px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: space-evenly;
   -ms-flex-pack: space-evenly;
   justify-content: space-evenly;
   border-top: 1px solid #333333;
}

.footer-payment a,
.footer-payment button,
.footer-option a,
.footer-option button,
.footer-app a,
.footer-app button {
   margin: 0px 5px;
}

.footer-payment a img,
.footer-app a img {
   width: auto;
   height: 38px;
}

.footer-option button {
   border: none;
   outline: none;
   background: none;
   margin: 0px 8px;
   width: 120px;
   padding: 5px 0px;
   border-radius: 8px;
   letter-spacing: 0.3px;
   color: var(--body);
   border: 1px solid var(--gray);
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.footer-option button:hover {
   color: var(--light-white);
   border: 1px solid var(--light-white);
}

.footer-option button i {
   margin-right: 8px;
}

.footer-end {
   background: #696969;
}

.footer-end-content {
   padding: 9px 0px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.footer-end-content p a {
   color: var(--primary);
}

.footer-end-content p a:hover {
   text-decoration: underline;
}

@media (max-width:991px) {
   .footer-content {
      margin-bottom: 30px;
   }

   .footer-end-content {
      padding: 25px 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
   }

   .footer-end-content p {
      margin-bottom: 10px;
   }
}

@media (max-width:575px) {
   .footer-part {
      padding: 60px 0px 60px;
   }

   .footer-content,
   .footer-info {
      margin-left: 30px;
   }

   .footer-card-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .footer-payment,
   .footer-option {
      margin-bottom: 30px;
   }
}

@media (min-width:576px) and (max-width:767px) {
   .footer-part {
      padding: 80px 0px 60px;
   }

   .footer-card-content {
      margin-top: 20px;
   }

   .footer-payment a,
   .footer-payment button,
   .footer-option a,
   .footer-option button,
   .footer-app a,
   .footer-app button {
      margin: 5px;
   }
}

@media (min-width:768px) and (max-width:991px) {
   .footer-part {
      padding: 90px 0px 60px;
   }

   .footer-card-content {
      margin-top: 20px;
   }

   .footer-payment,
   .footer-option,
   .footer-app {
      text-align: center;
   }

   .footer-payment a,
   .footer-payment button,
   .footer-option a,
   .footer-option button,
   .footer-app a,
   .footer-app button {
      margin: 5px;
   }
}

@media (min-width:992px) and (max-width:1199px) {
   .footer-part {
      padding-bottom: 60px;
   }
}

.newsletter {
   margin-bottom: 70px;
}

.news-content h3 {
   margin-bottom: 0px;
   color: var(--light-white);
   margin-top: -40px;
}

.news-form {
   position: relative;
   margin-top: 23px;
}

.news-form input {
   width: 100%;
   height: 60px;
   border: none;
   outline: none;
   padding: 0px 200px 0px 20px;
   border-radius: var(--form-radius);
   background: var(--white);
   -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
   box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.news-form .btn {
   position: absolute;
   top: 5px;
   right: 5px;
   height: 50px;
   padding: 10px 30px;
}

@media (max-width:991px) {
   .newsletter {
      margin-bottom: 60px;
   }

   .news-content {
      margin: 0px 0px 30px;
   }

   .news-form {
      margin: 0px;
   }
}

@media (max-width:575px) {
   .news-form input {
      padding: 0px 75px 0px 20px;
   }

   .news-form .btn {
      padding: 10px 20px;
   }

   .news-form .btn span {
      display: none;
   }
}

.mb-30 {
   margin-bottom: 30px;
}

@media (min-width:768px) .offset-md-3 {
   margin-left:25%;
}

@media (min-width:768px) .col-md-6 {
   -ms-flex:0 0 50%;
   -webkit-box-flex:0;
   flex:0 0 50%;
   max-width:50%;
}

@media (min-width:576px) .offset-sm-0 {
   margin-left:0;
}

.light,
.light .btn,
.dark .light .btn,
.btn.light {
   border-radius: 4px;
   border-width: 2px 2px 2px 2px;
}

.float-right {
   float: right;
   font-family: 'Heebo', sans-serif;
}

.vender-rapido {
   padding: 30px 0;
   color: #27343a;
   background-color: white;
   border-radius: 5px;
   box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%);
}

.light {
   font-size: 14px;
   line-height: 1.5;
   color: #4e6671;
}

.vender-rapido p {
   text-align: center;
   font-size: 14px;
   font-family: sans-serif;
   display: block;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
   color: black;
}

.vender-rapido h3 {
   text-align: center;
   font-size: 22px;
   margin-bottom: 3px;
   font-weight: bold;
}

.vender-rapido form {
   max-width: 560px;
   margin: 0 auto;
   font-size: 18px;
   font-weight: 600;
   line-height: 20px;
}

.lista-detalles-venta {
   list-style: none;
}

.lista-detalles-venta li {
   line-height: 2;
}

.lista-detalles-venta li i {
   margin-right: 15px;
}

.inputGroup {
   background-color: #f9f9f9;
   box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%);
   display: block;
   margin: 10px;
   position: relative;
   border-radius: 8px;
}

.inputGroup input {
   width: 32px;
   height: 32px;
   -webkit-box-ordinal-group: 2;
   order: 1;
   z-index: 2;
   position: absolute;
   left: 30px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   cursor: pointer;
   visibility: hidden;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
   outline: none;
}

input[type="radio"],
input[type="checkbox"] {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
}

input[type="radio" i] {
   background-color: initial;
   cursor: default;
   appearance: auto;
   box-sizing: border-box;
   margin: 3px 3px 0px 5px;
   padding: initial;
   border: initial;
}

.inputGroup label {
   padding: 20px 30px;
   width: 100%;
   display: block;
   text-align: left;
   color: #3C454C;
   cursor: pointer;
   position: relative;
   z-index: 2;
   -webkit-transition: color 200ms ease-in;
   transition: color 200ms ease-in;
   overflow: hidden;
   font-family: sans-serif;
}

.inputGroup label:before {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   content: '';
   background-color: #4e6671;
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
   transform: translate(-50%, -50%) scale3d(1, 1, 1);
   -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
   transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
   opacity: 0;
   z-index: -1;
}

.inputGroup input:checked~label:after {
   background-color: #008ff8;
   border-color: #008ff8;
}

.inputGroup label:after {
   width: 32px;
   height: 32px;
   content: '';
   border: 2px solid #008ff8;
   background-color: #fff;
   background-image: url(data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E);
   background-repeat: no-repeat;
   background-position: 2px 3px;
   border-radius: 50%;
   z-index: 2;
   position: absolute;
   left: 30px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   cursor: pointer;
   -webkit-transition: all 200ms ease-in;
   transition: all 200ms ease-in;
}

.inputGroup-cont {
   width: 80%;
   padding-left: 50px;
   float: left;
   padding-top: 25px;
}

.inputGroup-cont h5 {
   margin-bottom: 0;
   line-height: 0.6;
   font-weight: 500;
}

.inputGroup-cont-right {
   text-align: right;
   width: 15%;
   float: right;
   padding-top: 25px;
}

.principal-contenedor-ads {
   margin-top: 20px;
}

.mb-50 {
   margin-bottom: 50px;
}

.alert {
   position: relative;
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 11px;
   margin: 0 34px;
}

.alert-info {
   color: #0c5460;
   background-color: #008ff8;
   border-color: #008ff8;
}

.alert-info small {
   color: white;
}

.text-center a {
   background-color: #0044bb;
}

.blog-part-account {
   padding: 120px px;
}

.container-account {
   width: 100%;
   padding-right: 60px;
   padding-left: 60px;
   margin-right: auto;
   margin-left: auto;
}

.encabezado-perfil {
   padding-left: 60px;
   font-size: 26px;
   font-weight: 500;
}

.mr-20 {
   margin-right: 20px;
}

.mb-0 {
   margin-bottom: 0;
}

.flex-row {
   -ms-flex-direction: row;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-direction: row;
}

.item-container {
   display: flex;
   flex-direction: row;
   width: 100%;
   height: 100%;
   background-color: white;
   border: 1px solid #eeeeee;
   border-radius: 10px;
   flex-wrap: wrap;
}

.item-container .item-desc {
   margin: 10px;
   overflow: hidden;
   position: relative;
   box-sizing: border-box;
   padding: 8px;
   height: 200px;
}

.item-container .item-desc img {
   width: 100%;
   height: auto;
   -webkit-transform: scale(1.01);
   transform: scale(1.01);
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   z-index: 0;
   vertical-align: middle;
   border-style: none;
}

.align-items-center {
   -ms-flex-align: center;
   -webkit-box-align: center;
   align-items: center;
   padding: 2px;
}

.display-inline {
   display: inline-flex;
}

.pb-20 {
   padding-bottom: 20px;
}

.item-container .item-desc .destacado {
   position: absolute;
   top: 20px;
   left: 7px;
   z-index: 5;
   padding: 5px 10px;
   background-color: #f8dd3c;
   font-size: 10px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: uppercase;
   color: #222222;
}

.color-rojo {
   color: #bb3c45;
}

.display-6 {
   font-size: 10px;
   font-weight: 400;
   line-height: 1.2;
   font-family: 'Heebo', sans-serif;
}

.item-container .item-desc .item-desc-shop {
   position: absolute;
   list-style: none;
   top: 10px;
   right: 3px;
}

.item-container .item-title {
   display: flex;
   flex-direction: column;
   position: relative;
   flex: 1 1 0%;
   padding: 8px 16px;
   border-left: 5px solid rgb(248, 221, 60);
}

.row-container-account {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: nowrap;
   margin-right: -15px;
   margin-left: 20px;
   justify-content: space-between;
   align-content: stretch;
}

.logo-img {
   padding-left: 70px;
   padding-right: 15px;
}

.row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.ad-details-number {
   border: none;
   width: 100%;
   padding: 2px 20px;
   margin-bottom: 3px;
   background: #00bb55;
   border-radius: var(--card-radius);
   -webkit-box-shadow: 0px 8px 25px 0px rgb(0 0 0 / 10%);
   box-shadow: 0px 8px 25px 0px rgb(0 0 0 / 10%);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.ad-details-number h2 {
   color: var(--white);
   font-family: sans-serif;
}

.pepe {
   font-size: 15px;
}

.ad-details-number i {
   color: #79ff96;
   font-size: 20px;
   padding-right: -20px;
   padding-left: 20px;
}

.ad-details-number h2 {
   color: var(--white);
   font-family: sans-serif;
}

div.tabs-profile {
   position: relative;
   z-index: 0;
   float: left;
   height: auto;
   margin-right: -1px;
   border: 0px solid #ffffff;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   overflow: hidden;
}

.btn-block-p {
   display: block;
   width: 95%;
}

div.tabs-profile div.st_tabs_wrap-profile {
   position: relative !important;
   float: left;
   clear: both;
}

div.tabs-profile ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
}

div.tabs-profile ul li a {
   position: relative;
   display: block;
   font: 12px/50px Open Sans, sans-serif;
   color: #000;
   text-decoration: none;
   margin: 0px;
   text-transform: uppercase;
   text-indent: 10px;
   outline: none;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #e1e1e1;
   background: var(--color-secundariow1);
   border-radius: 15px;
}

div.tabs-profile ul li {
   position: relative;
   clear: both;
   margin: 0px 0px 3px;
}

div.tabs-profile ul li a.st_tab_active-profile:hover {
   color: #000000;
   background-color: var(--color-secundariow1);
   border-color: var(--color-secundariow1);
}

div.tabs-profile ul li a.st_tab_active-profile {
   position: relative;
   z-index: 10;
   font-weight: bold;
   color: #000;
}

div.tabs-profile ul li a.st_tab_active-profile svg {
   position: relative;
   z-index: 10;
   font-weight: bold;
   color: #fff;
   fill: #ffffff;
}

div.tabs-profile ul li a svg {
   position: relative;
   top: 5px;
}

div.tabs-profile ul li a:hover {
   color: #000;
   background-color: var(--color-secundariow1);
   border-color: var(--color-secundariow1);
}

.item-container-profile {
   display: flex;
   flex-direction: row;
   width: 90%;
   height: 90%;
   background-color: white;
   border: 1px solid #eeeeee;
   border-radius: 10px;
   flex-wrap: wrap;
}

.icono-display {
   text-decoration: none;
   display: inline-grid;
}

.fa-trash-alt-profile:before {
   content: "\f2ed";
}

.row-profile {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -10px;
   margin-left: -10px;
}

.container-profile {
   width: 100%;
   padding-right: 30px;
   padding-left: 30px;
   margin-right: auto;
   margin-left: auto;
   text-align: justify;
}

.contact-part-micuenta {
   margin-top: 50px;
}

@media (max-width:767px) {
   .contact-part-micuenta {
      padding: 60px 0px;
   }
}

@media (min-width:768px) and (max-width:991px) {
   .contact-part-micuenta {
      padding: 80px 0px;
   }
}

.row-mcuenta {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -1px;
   margin-left: -15px;
   flex-direction: row;
   align-content: center;
   justify-content: flex-end;
}

.row-mcuenta .btn-m {
   width: 110px;
   padding: 1px 1px;
   margin-left: 20px;
}

.form-inline-m {
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-flow: row wrap;
}

.form-group-m {
   margin-bottom: 0px;
   position: relative;
}

.form-inline-m>.form-group-m {
   position: relative;
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -ms-flex-positive: 1;
   -webkit-box-flex: 1;
   flex-grow: 1;
   max-width: 100%;
   min-width: 150px;
}

.btn-m {
   position: relative;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-weight: inherit;
   text-align: center;
   white-space: nowrap;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   vertical-align: middle;
   border: 2px solid transparent;
   padding: 0.75rem 1rem;
   line-height: 1.25;
   cursor: pointer;
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
}

.form-control-m {
   display: block;
   width: 100%;
   padding: 1rem 0.75rem;
   font-size: inherit;
   color: inherit;
   background-color: transparent;
   background-image: none;
   background-clip: padding-box;
   border-style: solid;
   -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.contact-form-m {
   padding: 0px;
   padding-bottom: 0px;
   background: var(--white);
   border-radius: var(--card-radius);
   -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
   box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
}

.email.field-group {
   border-top-right-radius: 0;
}

.sidebar-m .sidebar-widget-m {
   padding: 20px;
   background-color: #ffffff;
   border: 1px solid #ccc;
   border-radius: 4px;
}

.sidebar-widget-m {
   margin-bottom: 50px;
}

.sidebar-widget-titulo p {
   padding-bottom: 20px;
   font-family: 'OpenSans';
   margin-bottom: 35px;
   border-bottom: 1px solid #f0f0f0;
   line-height: 1;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 17px;
   position: relative;
   color: #4e6671;
   font-weight: bold;
}

.boton-buscar {
   border-left: none;
   border-top-right-radius: 15px;
   border-bottom-right-radius: 15px;
   border-top-left-radius: 20;
   border-bottom-left-radius: 15;
   height: 56px;
   background-color: #4e6671;
   color: white;
}

.content-box-m {
   padding: 10px;
   background-color: white;
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
}

.content-box-m:hover {
   -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 7%);
   box-shadow: 23px 5px 20px 1px rgb(0 0 0 / 7%);
}

.shop-box {
   border-left: 2px solid #000000;
   background-color: #fff;
   padding: 10px;
   margin: 15pxpx2px;
   border-radius: 13px;
   border: 1px solid;
   border: 1px solid #AA9797;
}

.containero {
   list-style: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row wrap;
   align-items: center;
}

.flexo {
   padding: 0;
   margin: 13px;
   list-style: none;
}

.itemo {
   margin-right: 20px;
   color: white;
   font-size: 1em;
   text-align: left;
}

.mb-10 {
   margin-bottom: 10px !important;
}

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

.estado-activo {
   background: #6aa138;
   color: white;
   padding: 2px 0 0;
   text-transform: uppercase;
   font-size: 4px;
   text-align: center;
   border-radius: 10px;
}

.estado-inactivo {
   background: red;
   color: white;
   padding: 2px 0 0;
   text-transform: uppercase;
   font-size: 4px;
   text-align: center;
   border-radius: 10px;
}

.mb-10 {
   margin-bottom: 10px;
}

.mt-10 {
   margin-top: 10px;
}

.btn-01 {
   border: none;
   font-size: 14px;
   font-weight: 600;
   border: 0px solid;
   padding: 2px 15px;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   border-radius: var(--btn-radius);
   text-shadow: var(--primary-tshadow);
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.estado-activo a {
   color: white;
}

.estado-inactivo a {
   color: white;
}

.single-input-item-p button {
   border: none;
   cursor: pointer;
   background-color: #F91515;
   text-transform: uppercase;
   font-weight: 600;
   padding: 15px 25px;
   color: #fff;
   font-size: 13px;
   -webkit-transition: all 0.25s ease-out;
   transition: all 0.25s ease-out;
   margin-top: 38px;
}

.btn-guardar-pr {
   border-radius: 10px;
   border-width: 2px 2px 2px 2px;
}

.principal-contenedor-p {
   margin-top: 90px;
}

.mb-50-p {
   margin-bottom: 50px;
}

.fa-users-cog:before {
   content: "\f509";
}

.fa-image:before {
   content: "\f03e";
}

.fixed-action-btn {
   position: fixed;
   right: -5px;
   bottom: 5px;
   padding-top: 15px;
   margin-bottom: 0;
   z-index: 997;
}

.hi-icon-effect-8 .hi-icon {
   background: rgba(255, 255, 255, 0.1);
   -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
   -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
   transition: transform ease-out 0.1s, background 0.2s;
   animation: sonarEffect 1.3s infinite;
}

.hi-icon-effect-8 .hi-icon:after {
   top: 0;
   left: 0;
   padding: 0;
   z-index: -1;
   box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
   opacity: 0;
   -webkit-transform: scale(0.9);
   -moz-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
}

@-webkit-keyframes sonarEffect {
   0% {
      opacity: 0.3;
   }

   40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255, 255, 255, 0.5);
   }

   100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255, 255, 255, 0.5);
      -webkit-transform: scale(1.5);
      opacity: 0;
   }
}

@keyframes sonarEffect {
   0% {
      opacity: 0.3;
   }

   40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255, 255, 255, 0.5);
   }

   100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255, 255, 255, 0.5);
      -webkit-transform: scale(1.5);
      opacity: 0;
   }
}

.hi-icon {
   display: inline-block;
   font-size: 0px;
   cursor: pointer;
   margin: 15px 30px;
   width: 44px;
   height: 44px;
   border-radius: 50%;
   text-align: center;
   position: relative;
   z-index: 1;
   color: #fff;
   background-color: #0fca21;
}

.wslogo {
   background-color: #0dc143;
   position: absolute;
   top: 16px;
   right: 55px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
}

@media (min-width:1200px) {
   .wslogowsp {
      top: -40px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      float: right;
      position: relative;
      margin-right: -12px;
      display: none;
   }
}

@media (max-width:1199px) {
   .wslogowsp {
      top: -40px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      float: right;
      position: relative;
      margin-right: -12px;
   }
}

.wisco {
   font-size: 30px !important;
   color: #fff;
   position: relative;
   top: 11px;
   left: 15px;
}

.wisco-creartienda {
   font-size: 22px !important;
   color: #fff;
   position: relative;
   top: 7px;
   left: 7px;
}

.fab {
   font-family: 'Font Awesome 5 Brands';
}

.fa-whatsapp:before {
   content: "\f232";
}

.fa-whatsapp:before {
   content: "\f232";
}

.form-row {
   display: flex;
   flex-wrap: wrap;
   margin-right: 10px;
   margin-left: 10px;
   padding: 10px;
   margin-top: -50px;
}

.form-control-p3,
input {
   border-width: 2px;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.form-control-p3 {
   display: block;
   width: 100%;
   height: 45px;
   padding: 10px 15px;
   font-size: 15px;
   line-height: 1.42857143;
   color: #2c3e50;
   background-color: #ffffff;
   background-image: none;
   border: 1px solid #929090;
   border-radius: 14px;
   -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
   box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
   -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.section-layout-3-outer {
   display: flex;
   flex-direction: column;
}

.section-layout-3 {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   min-height: 100vh;
}

.section-layout-3>* {
   width: 100%;
}

@media (min-width:1200px) .section-1 {
   /* padding:80px 0;*/
}

@media (min-width:768px) .section-1 {
   /* padding:60px 0 70px;*/
}

.section-1 {
   padding: 15px 0 30px;
}

@media (min-width:768px) .box-shadow-1 {
   padding:30px 30px 80px;
}

@media (min-width:360px) .box-shadow-1 {
   padding:35px 25px 40px;
}

.box-shadow-1 {
   max-width: 730px;
   margin-left: auto;
   margin-right: auto;
   border-radius: 6px;
   box-shadow: 1px 6px 32px 0 rgb(75 81 91 / 11%);
}

.form-row>.col,
.form-row>[class*=col-] {
   padding-right: 5px;
   padding-left: 5px;
}

@media (min-width:992px) .col-md-2 {
   width:16.66666667%;
}

.mb-3,
.my-3 {
   margin-bottom: 1rem !important;
}

@media (min-width:768px) .col-md-2 {
   flex:0 0 16.66667%;
   max-width:16.66667%;
}

textarea.form-input {
   height: 185px;
   min-height: 54px;
   max-height: 315px;
   resize: vertical;
}

.form-input {
   display: block;
   width: 100%;
   min-height: 45px;
   padding: 14px 26px;
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   color: #8491a5;
   background-color: #fff;
   background-image: none;
   border-radius: 5px;
   -webkit-appearance: none;
   transition: .3s ease-in-out;
   border: 2px solid #d0d7de;
}

.item-box,
.box-drag {
   float: left;
   display: block;
   padding: 3px;
}

@media only screen and (min-width:1201px) .box-drag {
   width:16.66666667%;
}

@media (min-width:992px) .col-md-12 {
   width:100%;
}

@media (min-width:1200px) .col-lg-12 {
   width:100%;
}

.no-padding {
   padding: 0px !important;
}

.uploadArea {
   border: dashed 1px #403a3c;
   text-align: center;
   line-height: 30px;
   font-size: 18px;
   margin-bottom: 20px !important;
   cursor: pointer;
   max-width: 130px;
}

@media (min-width:992px) .col-md-12 {
   width:100%;
}

.uploadArea .new {
   padding-top: 15px !important;
}

.hidden {
   display: none !important;
}

.image-preview .remove {
   text-align: right;
   color: white;
   position: absolute;
   width: 100%;
   padding-right: 7px;
   background-color: #373435;
   opacity: .4;
}

.uploadArea input[type='file'] {
   height: 30px;
   color: transparent;
}

input[type="file"] {
   display: block;
}

.uploadArea i {
   font-size: 25px;
   padding-top: 15px;
}

.fa-camera:before {
   content: "\f030";
}

.image-preview img {
   padding-top: 0px !important;
   width: 130px;
   height: 85px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
   display: block;
   max-width: 100%;
   height: auto;
}

.img-responsive {
   width: 100%;
}

.container-terms {
   width: 100%;
   padding-right: 15px;
   padding-left: -20px;
   margin-right: 700px;
   padding-left: 20px;
}

@media (max-width:550px) {
   .tabs-profile {
      position: relative;
      display: -webkit-box;
      height: auto;
      padding-right: 12px;
      cursor: pointer;
      color: #777;
      line-height: 33px;
      font-size: 19px;
      background: #EFEFEF;
      border: 1px solid #CCC;
      width: 100%;
   }
}

.navegacion {
   width: 100%;
   margin: 0px auto;
}

.navegacion ul {
   list-style: none;
}

.menu>li {
   position: relative;
   display: inline-block;
}

.menu>li>a {
   display: block;
   padding: 15px 11px;
   color: #29363D !important;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   text-decoration: none;
}

.menu>li>a:hover {
   display: block;
   /*padding: 15px 20px;*/
   color: #000000;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.submenu {
   position: absolute;
   background: #333333;
   width: 120%;
   visibility: hidden;
   opacity: 0;
   transition: opacity 1.5s;
}

.submenu li a {
   display: block;
   padding: 15px;
   color: #fff;
   font-family: 'Open sans';
   text-decoration: none;
}

.menu li:hover .submenu {
   visibility: visible;
   opacity: 1;
}

.product-card {
   border-radius: var(--card-radius);
   background: #ffffff;
   border: 1px solid var(--border);
   margin-bottom: 20px;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.product-card:hover {
   -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
   transition: all 0.3s ease;
   background: var(--color-secundariow1);
}

.product-card:hover .product-img::before {
   visibility: visible;
   opacity: 1;
}

.product-card:hover .product-meta {
   visibility: visible;
   opacity: 1;
}

.product-card.inline {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.product-card.inline .product-img {
   width: 220px;
   height: 100%;
   border-radius: 8px 0px 0px 8px;
}

.product-card.inline .product-img::before {
   border-radius: 8px 0px 0px 8px;
}

.product-card.inline .product-info {
   width: 100%;
}

.product-img {
   width: 100%;
   height: 220px;
   position: relative;
   border-top-left-radius: var(--card-radius);
   border-top-right-radius: var(--card-radius);
}

.product-img::before {
   position: absolute;
   content: "";
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   border-top-left-radius: var(--card-radius);
   border-top-right-radius: var(--card-radius);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.8)));
   background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 90%);
   visibility: hidden;
   opacity: 0;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.flat-badge {
   position: absolute;
   top: 4px;
   right: 5px;
   color: var(--white);
   padding: 2px 8px;
   border-radius: 3px;
   font-size: 13px;
   line-height: 18px;
   letter-spacing: 0.3px;
   text-transform: capitalize;
}

.cross-badge {
   position: absolute;
   top: 0px;
   left: 15px;
   width: 25px;
   height: 35px;
   font-size: 14px;
   line-height: 30px;
   color: var(--white);
   text-align: center;
   background: var(--primary);
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   -webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
   clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}

.product-meta {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 15px 15px;
   position: absolute;
   bottom: 0px;
   width: 100%;
   visibility: hidden;
   opacity: 0;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.product-meta li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.product-meta li:nth-child(1) i {
   color: #8edb04;
}

.product-meta li:nth-child(2) i {
   color: #01cbd5;
}

.product-meta li:nth-child(3) i {
   color: #e8ce00;
}

.product-meta li i {
   margin-right: 5px;
   margin-bottom: 1px;
   font-size: 14px;
   color: var(--white);
}

.product-meta li p {
   font-size: 14px;
   color: #eee;
}

.product-info {
   padding: 0px 10px;
}

.product-tag {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   padding: 10px 0px 8px;
   border-bottom: 1px solid var(--border);
}

.product-tag i {
   font-size: 13px;
   color: #999999;
   margin-right: 8px;
}

.product-tag .breadcrumb {
   margin: 0px;
}

.product-tag .breadcrumb .breadcrumb-item {
   font-size: 13px;
   color: var(--body);
}

.product-tag .breadcrumb .breadcrumb-item::before {
   color: var(--body);
}

.product-tag .breadcrumb .breadcrumb-item a {
   color: var(--body);
}

.product-tag .breadcrumb .breadcrumb-item a:hover {
   color: var(--primary);
}

.product-title {
   padding: 10px 0px;
   font-size: 10px;
   color: #000;
   overflow: hidden;
   white-space: nowrap;
}

.product-title h5 {
   margin-bottom: 4px;
}

.product-title h5 a {
   color: var(--heading);
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.product-title h5 a:hover {
   color: var(--primary);
}

.product-location {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.product-location li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-right: 15px;
}

.product-location li i {
   color: #999999;
   font-size: 13px;
}

.product-location li p {
   font-size: 13px;
   margin-left: 5px;
}

.product-details {
   padding: 7px 0px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   color: #000
}

.product-price {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.product-price h5 {
   font-family: sans-serif;
   font-weight: 600;
}

.product-price span {
   font-size: 10px;
   line-height: 23px;
   -ms-flex-item-align: end;
   align-self: flex-end;
}

.product-widget li {
   display: inline-block;
}

.product-widget li:last-child {
   float: right;
   margin: 0 0 0 5px;
   font-size: 11px;
}

.product-widget li a,
.product-widget li button {
   border: none;
   outline: none;
   background: none;
   padding-left: 3px;
}

.product-widget li a i,
.product-widget li button i {
   color: var(--body);
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.product-widget li a i:hover,
.product-widget li button i:hover {
   color: var(--primary);
}

.product-widget li a .fas.fa-heart,
.product-widget li button .fas.fa-heart {
   color: var(--primary);
}

@media (max-width:575px) {
   .product-card.inline {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .product-card.inline .product-img {
      width: 100%;
      height: 200px;
      border-radius: 8px 8px 0px 0px;
   }

   .product-card.inline .product-img::before {
      border-radius: 8px 8px 0px 0px;
   }
}

@media (min-width:380px) and (max-width:575px) {
   .product-card {
      width: 350px;
      margin: 0px auto 30px;
   }
}

@media (min-width:992px) and (max-width:1199px) {
   .product-card.inline .product-img {
      width: 230px;
   }
}

.padre {
   display: block;
   width: 100%;
}

.hijo {
   height: auto;
   overflow: hidden;
   margin: 30px auto;
   padding: 0px;
}

p {
   margin-top: 0;
   margin-bottom: 1rem;
   line-height: 1.5;
   color: #ffffff;
}

.booking {
   background: var(--booking);
}

.footer-left h3 {
   color: #000;
   font-weight: 500;
   padding-bottom: 5px;
   margin-bottom: 10px;
   position: relative;
}

.rs-compartir1 {
   width: 100%;
   max-width: 300px;
   margin: 50px 0;
   text-align: center;
}

.footer-left {
   margin-right: 1.25em;
   margin-bottom: 2em;
}

.socials a {
   background: none;
   width: 40px;
   height: 40px;
   display: inline-block;
   margin-right: 10px
}

.socials a i {
   padding: 10px 12px;
   font-size: 20px;
}

@media screen and (min-width:600px) {
   .footer-left {
      flex: 1 0px;
   }
}

.navegacion-linea {
   background: #c7c7c72e !important;
}

.menu li {
   color: #fff;
}

.menu-categorias {
   display: flex;
   overflow-x: auto;
   overflow-y: hidden;
   width: 100%;
   padding-bottom: 15px;
}

.menu-categorias button {
   line-height: 25px;
   padding: 20px 25px;
   border-radius: 50%;
   margin: 0 15px;
   text-align: center;
   background-color: #405871;
   cursor: pointer;
   border: none;
   display: flex;
   color: #fff;
}

.menu-categorias button:hover {
   background: #bb3c45;
}

.sidenav-user {
   position: fixed;
   width: 300px;
   display: inline-block;
   height: -webkit-fill-available;
   border: 1px solid;
   overflow: hidden;
   z-index: 11;
   transition: 0.5s;
   right: -300px;
   top: 0;
   background: #666666;
}

#sidebar-usr.active {
   right: 0;
}

.sidenav-user.active {
   right: 0;
}

.sidenav-user>ul {
   position: absolute;
   width: 100%;
   height: 100%;
   list-style: none;
   padding: 10px;
   left: 0;
   background-color: #666666;
   transition: all 0.5s;
}

.sidenav-user li {
   width: 100%;
   position: relative;
   top: 0;
}

.sidenav-user li:after {
   position: absolute;
   content: '';
   right: 0.5rem;
   top: 0.5rem;
}

.sidenav-user a {
   display: block;
   padding: 10px 50px;
   transition: 0.3s;
   color: #fff;
}

.sidenav-user a:hover {
   display: block;
   transition: 0.3s;
   color: #000;
   background: var(--color-secundariow1);
   padding: 10px 50px;
}

#sidebar-usr ul li #closebtnUser {
   top: 0;
   right: 25px;
   font-size: 36px;
   margin-left: 189px;
   cursor: pointer;
}

.sidenav-user li ul {
   display: none;
}

.link-paginas {
   display: flex;
   flex-wrap: wrap;
   gap: 16px;
   font-size: 12px;
}

.link-paginas li a {
   color: #fff;
}

.tituloweb {
   color: #405871;
   font-weight: 600;
   font-size: 26px;
   margin: 20px 0;
}

.btn-outline-secondary {
   background: linear-gradient(14deg, #405871 0%, #405871);
   color: #ffffff;
   border: none;
}

.imgcard {
   max-height: 220px;
   max-width: 220px;
   object-fit: cover;
}

.padre img {
   object-fit: cover;
   width: 100%;
}

.btn-vender {
   padding: 5px 12px 5px 12px;
   font-size: 9px;
   border-radius: 8px;
   margin: 0 5px;
   cursor: pointer;
   background: #205AEBD4;
   color: #ffffff;
}

.btn-vender:hover {
   background: var(--color-secundariow1);
   color: #ffffff;
}

.size-imagenads img {
   height: 100px;
   width: 100%;
}

.location-list {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   color: #333;
}

.location-item {
   padding: 4px 12px;
   font-size: 13px;
   min-width: 65px;
   text-align: center;
   background: #dedede;
}

.location-link {
   text-decoration: none;
   color: inherit;
}

.header-option-btn-creartienda {
   border: none;
   outline: none;
   width: 120px;
   height: 39px;
   margin-right: -5px;
   border-radius: 18px;
   background: #fff;
   color: #000 !important;
   font-size: 14px;
   cursor: pointer;
   margin-top: -38px;
   border: 1px solid #CDD6DB;
}

.header-option-btn-creartienda:hover {
   background: #0CE7EF;
}

/*.header-main-search .header-option-btn-creartienda {border:none;outline:none;background:none;width:120px;height:39px;margin-right:-5px;border-radius:4px;background:linear-gradient(14deg, #405871 0%, #405871);color:#fff !important;-webkit-box-shadow:0 7px 14px 0 #405871;font-size:14px;cursor:pointer;margin-top:-38px;}*/
/*--estilos del boton chatbot-*/
.material-symbols-outlined {
   font-family: 'Material Symbols Outlined';
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1;
   letter-spacing: normal;
   text-transform: none;
   display: inline-block;
   white-space: nowrap;
   word-wrap: normal;
   direction: ltr;
   -webkit-font-feature-settings: 'liga';
   -webkit-font-smoothing: antialiased;
}

.chatbot-toggler {
   position: fixed;
   right: 22px;
   bottom: 180px;
   height: 54px;
   cursor: pointer;
   width: 54px;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   border: none;
   outline: none;
   background: #195cd1;
   border-radius: 50%;
   transition: all 0.2s ease;
   animation: efecto 1.2s infinite;
}

.column1 {
   padding: 20px;
   text-align: center;
}

.column2 {
   padding: 20px;
   text-align: left;
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   margin-left: -24px;
}

.column3 {
   flex: 1;
   padding: 30px;
   text-align: right;
}

@keyframes efecto {
   0% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
   }

   100% {
      box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
   }
}

.show-chatbot .chatbot-toggler {
   transform: rotate(90deg);
}

.chatbot-toggler span {
   position: absolute;
}

.show-chatbot .chatbot-toggler span:first-child,
.chatbot-toggler span:last-child {
   opacity: 0;
}

.show-chatbot .chatbot-toggler span:last-child {
   opacity: 1;
}

.chatbot {
   position: fixed;
   right: 40px;
   bottom: 35px;
   width: 420px;
   transform: scale(0.5);
   opacity: 0;
   pointer-events: none;
   overflow: hidden;
   background: #fff;
   border-radius: 15px;
   transform-origin: bottom-right;
   box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
   transition: all 0.1s ease;
   padding-bottom: 10px;
}

.show-chatbot .chatbot {
   transform: scale(0.7);
   opacity: 1;
   pointer-events: auto;
}

.chatbot header {
   background: #195cd1;
   /*padding:16px 0;*/
   text-align: center;
   position: relative;
}

.chatbot header h2 {
   color: #fff;
   font-size: 1.4rem;
}

.chatbot header span {
   position: absolute;
   right: 20px;
   top: 50%;
   color: #fff;
   cursor: pointer;
   display: none;
   transform: translateY(-50%);
}

.chatbot .chatbox {
   height: 510px;
   overflow-y: auto;
   padding: 30px 20px 100px;
}

.chatbox .chat {
   display: flex;
}

.chatbox .incoming span {
   height: 32px;
   width: 32px;
   color: #fff;
   align-self: flex-end;
   background: #724ae8;
   text-align: center;
   line-height: 32px;
   border-radius: 4px;
   margin: 0 10px 7px 0;
}

.chatbox .outgoing {
   margin: 20px 0;
   justify-content: flex-end;
}

.chatbox .chat p {
   color: #fff;
   max-width: 75%;
   white-space: pre-wrap;
   font-size: 0.95rem;
   padding: 12px 16px;
   border-radius: 10px 10px 0 10px;
   background: #724ae8;
}

.chatbox .incoming p {
   color: #000;
   background: #f2f2f2;
   border-radius: 10px 10px 10px 0;
}

.chatbot .chat-input {
   position: absolute;
   bottom: 0;
   width: 100%;
   display: flex;
   gap: 5px;
   background: #fff;
   padding: 5px 20px;
   border-top: 1px solid #ccc;
}

.chat-input textarea {
   height: 55px;
   width: 100%;
   border: none;
   outline: none;
   max-height: 180px;
   font-size: 0.95rem;
   resize: none;
   padding: 16px 15px 16px 0;
}

.chat-input span {
   align-self: flex-end;
   height: 55px;
   line-height: 55px;
   color: #724ae8;
   font-size: 1.35rem;
   cursor: pointer;
   visibility: hidden;
   cursor: pointer;
}

.chat-input textarea:valid~span {
   visibility: visible;
}

@media(max-width:490px) {
   .chatbot {
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
   }

   .chatbot .chatbox {
      height: 90%;
   }

   .chatbot header span {
      display: block;
   }
}

.modal-1 {
   display: none;
   position: fixed;
   z-index: 1;
   padding-top: 100px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-1 {
   background-color: #fefefe;
   margin: auto;
   padding: 20px;
   border: 1px solid #888;
   width: 100%;
   max-width: 600px;
}

.close-1 {
   float: right;
}

.modal-header-1 {
   justify-content: space-between;
   border-bottom: 1px solid #dee2e6;
   border-top-left-radius: .3rem;
   border-top-right-radius: .3rem;
   align-items: flex-start;
   display: flex;
}

.icon-categoria {
   line-height: 25px;
   padding: 20px 25px;
   border-radius: 50%;
   margin: 0 7px;
   text-align: center;
   background-color: #0CE7EF;
   cursor: pointer;
   border: none;
   display: flex;
   color: #000;
}

.icon-categoria:hover {
   background: #bb3c45;
}

.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgb(74 182 213 / 13%) !important;
}

.table td,
.table th {
   border-top: none;
}

.dropdown-toggle::after {
   content: none;
}

@media (max-width: 768px) {
   .card-movil {
      display: flex;
   }

   .card-web {
      display: none;
   }
}

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

   .card-web {
      display: flex;
   }
}

.card-shop-img {
   background: var(--color-secundariow1);
   border: none;
}

.card-shop-img:hover {
   background: var(--color-secundariow1);
   border: none;
}