* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  overflow-x: hidden !important;
}

body {
  font-weight: 400;
  overflow-x: hidden !important;
}

body:before {
  content: "desktop";
  display: none;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  body:before {
    content: "mobile";
  }
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

a {
  text-decoration: none !important;
  positon: relative;
  overflow: show;
  color: inherit;
}

a.text-white:focus, a.text-white:hover {
  color: white !important;
}

.btn {
  -webkit-box-shadow: 0 0.5rem 2rem 0 transparent !important;
  box-shadow: 0 0.5rem 2rem 0 transparent !important;
  line-height: 1rem;
  font-size: 0.875rem !important;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-weight: 600;
}

.text-titulos-md {
  font-size: 2.25rem;
}

.text-titulos-sm {
  font-size: 1.5rem;
}

.text-body-lg {
  font-size: 1.125rem;
}

.text-body-md {
  font-size: 1rem;
}

.text-body-sm {
  font-size: 0.875rem;
}

.text-body-xs {
  font-size: 0.75rem;
}

.text-body-xxs {
  font-size: 0.5rem;
}

.text-body-spaced {
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}

.text-u {
  text-decoration: underline;
}

.a-noeffect {
  text-decoration: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.text-white {
  color: white;
  fill: white !important;
}

i.i-no-m {
  line-height: inherit;
}

.img-wrapper {
  width: 100%;
  height: 250px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  pading: 0;
}

.img-wrapper.position-absolute {
  z-index: -1;
}

.img-wrapper.overlayed {
  background-color: black;
}

.img-wrapper.overlayed img {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-out 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -ms-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
}

.img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cursor-pointer {
  cursor: pointer !important;
}

.card-group-plus .card {
  height: 100%;
}

.card-group-plus .card .card-body {
  height: 100%;
}

.card-group-plus .custom-radio-svg {
  height: 100%;
}

.card-group-plus .custom-radio-svg .svg-wrapper {
  height: 100%;
}

.card {
  border: none;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
  .card {
    padding: 1.5rem 1rem;
  }
}

.separated-y-sm + .separated-y-sm {
  border-top: solid 1px #838383;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.separated-y-md + .separated-y-md {
  border-top: solid 1px #838383;
  margin-top: 1rem;
  padding-top: 1rem;
}

.separated-y-lg + .separated-y-lg {
  border-top: solid 1px #838383;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  nav {
    background-image: -webkit-gradient(linear, left top, right top, from(#E3CA22), to(#EFAA27));
    background-image: linear-gradient(90deg, #E3CA22, #EFAA27);
  }
}

.btn-primary {
  background-color: #F0CE3F;
  background-image: radial-gradient(at top left, rgba(229, 230, 231, 0) 0%, #808083 100%);
  background-blend-mode: color-burn;
  color: white;
  outline: none !important;
  border: none !important;
}

.btn-primary:hover {
  background-color: #e8d346;
  color: white;
}

.btn-secondary {
  color: #838383 !important;
}

.tabla-woow .tabla-header {
  padding: 1.5rem 1rem;
  background-color: #EDC729;
  color: white;
  font-weight: 500;
}

.tabla-woow .tabla-body {
  background-color: #F5F5F5;
  color: #838383;
}

.tabla-woow .tabla-body .tabla-fila {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .tabla-woow .tabla-body .tabla-fila {
    padding: 0;
  }
  .tabla-woow .tabla-body .tabla-fila:first-child {
    padding-top: 1rem;
  }
  .tabla-woow .tabla-body .tabla-fila:last-child {
    padding-bottom: 1rem;
  }
}

.tabla-woow .tabla-body.py-0 .tabla-fila:first-child {
  padding-top: 0;
}

.tabla-woow .tabla-body.py-0 .tabla-fila:last-child {
  padding-bottom: 0;
}

.botoneraFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.modal {
  overflow: hidden !important;
}

.modal .modal-dialog {
  max-width: 512px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  overflow: hidden !important;
}

.modal .modal-content {
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 7px;
  overflow: hidden !important;
}

.modal .modal-content .modal-header {
  padding: 1rem;
  height: 60px;
  background-color: #f7f7f7;
  border: none;
}

.modal .modal-content .modal-body {
  padding: 1.5rem 1rem;
  background-color: #f7f7f7;
  overflow-y: scroll !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .modal .modal-content .modal-body {
    max-height: 70vh;
  }
}

.modal .modal-content .modal-footer {
  background-color: #F5F5F5;
  border: none;
}

@media (max-width: 992px) {
  .modal .modal-dialog {
    max-width: 100vw;
    top: 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .modal .modal-content {
    border-radius: 0;
    height: 100vh;
  }
}

.dropdown.contextual .dropdown-toggle.no-i:after {
  display: none;
}

.dropdown.contextual .dropdown-menu {
  border-radius: 0.5rem;
  border: none;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.08);
}

.dropdown.contextual .dropdown-menu .dropdown-item {
  -webkit-transition: background-color 0.25s ease-out 0s;
  -moz-transition: background-color 0.25s ease-out 0s;
  -ms-transition: background-color 0.25s ease-out 0s;
  -o-transition: background-color 0.25s ease-out 0s;
}

.dropdown.contextual .dropdown-menu.animate {
  animation-duration: 0.15s;
  -webkit-animation-duration: 0.15s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.dropdown.contextual .dropdown-menu.animate.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
  }
  -webkit-transform: transform;
  -webkit-opacity: 0;
  100% {
  }
  -webkit-transform: translateY(0);
  -webkit-opacity: 1;
  0% {
  }
  -webkit-transform: translateY(1rem);
  -webkit-opacity: 0;
}

.mt-navHeight {
  margin-top: calc(64px + 3rem);
}

.desktopHeader {
  position: relative;
}

.desktopHeader .img-wrapper {
  height: 183px;
  border-radius: 1rem;
}

.desktopHeader .content-wrapper {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white !important;
}

.custom-radio:not(.custom-radio-woow) {
  padding: 0;
}

.custom-radio:not(.custom-radio-woow) .custom-control-input ~ .custom-control-label {
  cursor: pointer;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  background-color: #F5F5F5;
  color: #838383;
  -webkit-transition: background 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s;
  font-weight: 600;
  font-size: 0.875rem;
}

.custom-radio:not(.custom-radio-woow) .custom-control-input ~ .custom-control-label.svg-wrapper {
  min-height: 100%;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-radio:not(.custom-radio-woow) .custom-control-input ~ .custom-control-label.svg-wrapper svg {
  height: 56px;
  margin-bottom: 0.5rem;
}

.custom-radio:not(.custom-radio-woow) .custom-control-input ~ .custom-control-label.svg-wrapper svg path {
  fill: rgba(0, 0, 0, 0.64);
  -webkit-transition: fill 0.25s ease-out 0s;
  -moz-transition: fill 0.25s ease-out 0s;
  -ms-transition: fill 0.25s ease-out 0s;
  -o-transition: fill 0.25s ease-out 0s;
}

.custom-radio:not(.custom-radio-woow) .custom-control-input ~ .custom-control-label:before, .custom-radio:not(.custom-radio-woow) .custom-control-input ~ .custom-control-label:after {
  display: none;
}

.custom-radio:not(.custom-radio-woow) .custom-control-input:checked ~ .custom-control-label {
  background-color: #EDC729;
  background-image: radial-gradient(at top left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: color-burn;
  color: white;
}

.custom-radio:not(.custom-radio-woow) .custom-control-input:checked ~ .custom-control-label.svg-wrapper svg path {
  fill: white;
}

.custom-radio-woow .custom-control-input ~ label.error, .custom-checkbox-woow .custom-control-input ~ label.error {
  display: none !important;
}

.custom-radio-woow .custom-control-input ~ label::before, .custom-checkbox-woow .custom-control-input ~ label::before {
  border-radius: 0.25rem;
  border: solid 2px #838383;
  -webkit-transition: background 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s;
  -webkit-box-shadow: 0 0.5rem 2rem 0 transparent !important;
  box-shadow: 0 0.5rem 2rem 0 transparent !important;
}

.custom-radio-woow .custom-control-input:checked ~ label::before, .custom-radio-woow .custom-control-input:active ~ label::before, .custom-checkbox-woow .custom-control-input:checked ~ label::before, .custom-checkbox-woow .custom-control-input:active ~ label::before {
  border: none;
  background-color: #F0CE3F;
  background-image: radial-gradient(at top left, rgba(229, 230, 231, 0) 0%, #808083 100%);
  background-blend-mode: color-burn;
}

.custom-radio-woow .custom-control-input:checked ~ label::after, .custom-radio-woow .custom-control-input:active ~ label::after, .custom-checkbox-woow .custom-control-input:checked ~ label::after, .custom-checkbox-woow .custom-control-input:active ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'><path d='M3.46207 6.34191C3.26607 6.34191 3.07007 6.26753 2.92044 6.11791L0.844066 4.04153C0.544816 3.74228 0.544816 3.25753 0.844066 2.95916C1.14332 2.65991 1.62719 2.65903 1.92644 2.95828L3.46207 4.49391L7.07407 0.881908C7.37332 0.582658 7.85719 0.582658 8.15644 0.881908C8.45569 1.18116 8.45569 1.66591 8.15644 1.96516L4.00369 6.11791C3.85407 6.26753 3.65807 6.34191 3.46207 6.34191Z' fill='white'/></svg>") !important;
}

.custom-radio-woow .custom-control-input.error ~ label, .custom-radio-woow .custom-control-input.error:focus ~ label, .custom-checkbox-woow .custom-control-input.error ~ label, .custom-checkbox-woow .custom-control-input.error:focus ~ label {
  color: #FE5F55;
}

.custom-radio-woow .custom-control-input.error ~ label::before, .custom-radio-woow .custom-control-input.error:focus ~ label::before, .custom-checkbox-woow .custom-control-input.error ~ label::before, .custom-checkbox-woow .custom-control-input.error:focus ~ label::before {
  border-color: #FE5F55;
}

#map {
  width: 100%;
  height: 100%;
}

.map-wrapper {
  width: 100%;
  min-height: 300px;
  height: 80vh;
}

@media (min-width: 992px) {
  .map-wrapper {
    max-height: 500px;
  }
}

.uploadPhotoBtn {
  position: relative;
  width: 100%;
  height: 128px;
  border-radius: 1rem;
  background-color: rgba(237, 199, 41, 0.24) !important;
  color: #EDC729;
}

.uploadPhotoBtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.uploadPhotoBtn input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hero {
  position: relative;
  height: auto;
  width: 100%;
  background-color: white;
}

.hero .hero__bgWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0;
}

.hero .hero__bgWrapper:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 80%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .hero .hero__bgWrapper:after {
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.hero .hero__bgWrapper .hero__bg {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .hero .hero__bgWrapper .hero__bg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0;
    width: auto;
    height: 100vh;
    min-height: 700px;
  }
}

.hero .hero__content_wrapper {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1400px;
}

@media (max-width: 1439.98px) {
  .hero .hero__content_wrapper {
    max-width: 1140px;
  }
}

@media (max-width: 1199.98px) {
  .hero .hero__content_wrapper {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .hero .hero__content_wrapper {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .hero .hero__content_wrapper {
    max-width: 540px;
  }
}

.hero .hero__content_wrapper .hero__content {
  margin: 0;
  padding-top: 96px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  left: 0;
}

@media (max-width: 991.98px) {
  .hero .hero__content_wrapper .hero__content {
    padding-left: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: auto;
    bottom: 3rem;
    width: 100%;
    text-align: center;
  }
}

.hero .hero__content_wrapper .hero__content .hero__h1 {
  font-weight: 700;
  color: white;
}

@media (max-width: 991.98px) {
  .hero .hero__content_wrapper .hero__content .hero__h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .hero .hero__content_wrapper .hero__content .hero__switch_group .hero__switch_item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .hero .hero__content_wrapper .hero__content .hero__switch_group .hero__switch_item h3 {
    font-size: 1.125rem;
  }
}

.hero .hero__content_wrapper .hero__content .hero__store_img {
  height: 3rem;
}

.bg-gradientPrimary {
  background-color: #F0CE3F;
  background-image: radial-gradient(at top left, rgba(229, 230, 231, 0) 0%, #808083 100%);
  background-blend-mode: color-burn;
}

#swiper-mockups {
  height: 620px;
}

#swiper-mockups .swiper-wrapper .swiper-slide {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

@media (min-width: 992px) {
  #swiper-mockups .swiper-wrapper .swiper-slide h3 {
    font-size: 1.5rem !important;
  }
  #swiper-mockups .swiper-wrapper .swiper-slide p {
    font-size: 1.125rem !important;
  }
}

#swiper-mockups .swiper-wrapper .img-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 50%;
}

#swiper-mockups .swiper-wrapper .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  #swiper-mockups .swiper-wrapper .img-wrapper {
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
}

#swiper-mockups .swiper-wrapper .content {
  width: 50%;
  padding-left: 10rem;
  padding-right: 10rem;
}

@media (max-width: 1439.98px) {
  #swiper-mockups .swiper-wrapper .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  #swiper-mockups .swiper-wrapper .content {
    width: 100%;
    background-color: transparent !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#swiper-mockups .swiper-button-next {
  color: white;
  outline: none !important;
}

@media (max-width: 991.98px) {
  #swiper-mockups .swiper-button-next {
    color: #EDC729;
  }
}

#swiper-mockups .swiper-button-prev {
  color: #EDC729;
  outline: none !important;
}

.lottie_universo_woow {
  width: 100%;
  height: auto;
  margin-bottom: -0.5rem;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .lottie_universo_woow {
    width: 125%;
    -webkit-transform: translateX(-22.5%);
    transform: translateX(-22.5%);
  }
}

#swiper-form .swiper-pagination-progressbar {
  bottom: 1rem;
}

#swiper-form .swiper-pagination-progressbar-fill {
  background-color: #ffffff;
}

#swiper-form .swiper-button-next {
  color: #ffffff;
  outline: none !important;
  right: 0 !important;
}

#swiper-form .swiper-button-prev {
  color: #ffffff;
  outline: none !important;
  left: 0 !important;
}

#swiper-form .swiper-slide {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#nav__btnIniciarSesion {
  -webkit-transition: all 0 !important ease-out 0s;
  -moz-transition: all 0 !important ease-out 0s;
  -ms-transition: all 0 !important ease-out 0s;
  -o-transition: all 0 !important ease-out 0s;
}

.swiper-wrapper .swiper-slide .product-description {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -ms-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
}

@media (max-width: 575.98px) {
  .swiper-wrapper .swiper-slide .product-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.swiper-wrapper .swiper-slide.swiper-slide-active .product-description {
  opacity: 1;
}

.mw-614px {
  max-width: 614px;
}

.mw-480px {
  max-width: 484px;
}

.custom-form-woow {
  position: relative;
}

.custom-form-woow input, .custom-form-woow textarea, .custom-form-woow select {
  background-color: #fff !important;
  color: #4E4E4E !important;
  outline: none !important;
  -webkit-box-shadow: 0 0.5rem 2rem 0 transparent !important;
  box-shadow: 0 0.5rem 2rem 0 transparent !important;
  padding: 0.75rem 1.5rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 10px !important;
}

.custom-form-woow input ~ label, .custom-form-woow textarea ~ label, .custom-form-woow select ~ label {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #838383;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  -ms-transition: font-size 0.25s ease-out 0s;
  -o-transition: font-size 0.25s ease-out 0s;
  pointer-events: none;
}

.custom-form-woow input ~ label.error, .custom-form-woow textarea ~ label.error, .custom-form-woow select ~ label.error {
  color: #FE5F55 !important;
  font-size: 0.75rem;
  bottom: -2rem;
  top: auto;
}

.custom-form-woow input:not(.datepicker)::-webkit-input-placeholder, .custom-form-woow textarea:not(.datepicker)::-webkit-input-placeholder, .custom-form-woow select:not(.datepicker)::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.custom-form-woow input:not(.datepicker):-ms-input-placeholder, .custom-form-woow textarea:not(.datepicker):-ms-input-placeholder, .custom-form-woow select:not(.datepicker):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.custom-form-woow input:not(.datepicker)::-ms-input-placeholder, .custom-form-woow textarea:not(.datepicker)::-ms-input-placeholder, .custom-form-woow select:not(.datepicker)::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.custom-form-woow input:not(.datepicker)::placeholder, .custom-form-woow textarea:not(.datepicker)::placeholder, .custom-form-woow select:not(.datepicker)::placeholder {
  color: rgba(0, 0, 0, 0);
}

.custom-form-woow input:not(select):focus, .custom-form-woow input:not(select):focus-within, .custom-form-woow input:not(select):not(:placeholder-shown), .custom-form-woow input:not(select).datepicker, .custom-form-woow textarea:not(select):focus, .custom-form-woow textarea:not(select):focus-within, .custom-form-woow textarea:not(select):not(:placeholder-shown), .custom-form-woow textarea:not(select).datepicker, .custom-form-woow select:not(select):focus, .custom-form-woow select:not(select):focus-within, .custom-form-woow select:not(select):not(:placeholder-shown), .custom-form-woow select:not(select).datepicker {
  padding-top: 1.5rem;
}

.custom-form-woow input:not(select):focus ~ label:not(.error), .custom-form-woow input:not(select):focus-within ~ label:not(.error), .custom-form-woow input:not(select):not(:placeholder-shown) ~ label:not(.error), .custom-form-woow input:not(select).datepicker ~ label:not(.error), .custom-form-woow textarea:not(select):focus ~ label:not(.error), .custom-form-woow textarea:not(select):focus-within ~ label:not(.error), .custom-form-woow textarea:not(select):not(:placeholder-shown) ~ label:not(.error), .custom-form-woow textarea:not(select).datepicker ~ label:not(.error), .custom-form-woow select:not(select):focus ~ label:not(.error), .custom-form-woow select:not(select):focus-within ~ label:not(.error), .custom-form-woow select:not(select):not(:placeholder-shown) ~ label:not(.error), .custom-form-woow select:not(select).datepicker ~ label:not(.error) {
  font-size: 0.5rem;
  top: 0.125rem;
}

.custom-form-woow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: transparent !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='midGray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
}

.custom-form-woow select::ms-expand {
  display: none;
}

.custom-form-woow select option {
  color: #4E4E4E !important;
}

.custom-form-woow select::-webkit-input-placeholder {
  color: transparent !important;
}

.custom-form-woow select:-ms-input-placeholder {
  color: transparent !important;
}

.custom-form-woow select::-ms-input-placeholder {
  color: transparent !important;
}

.custom-form-woow select::placeholder {
  color: transparent !important;
}

.custom-form-woow select:not([value=""]):not(:invalid), .custom-form-woow select:not([value=""]):focus {
  color: #4E4E4E !important;
  padding: 0.75rem 1.5rem;
  padding-bottom: 0;
}

.custom-form-woow select:not([value=""]):not(:invalid) ~ label:not(.error), .custom-form-woow select:not([value=""]):focus ~ label:not(.error) {
  font-size: 0.5rem;
  top: 0.125rem;
}

.custom-form-woow textarea {
  min-height: 6rem;
  resize: none;
}

.accordion-woow {
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
}

.accordion-woow .accordion-header {
  background-color: #EDC729;
  color: white;
  padding: 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-out 0s;
  -moz-transition: background-color 0.25s ease-out 0s;
  -ms-transition: background-color 0.25s ease-out 0s;
  -o-transition: background-color 0.25s ease-out 0s;
}

.accordion-woow .accordion-header.collapsed {
  background-color: #F5F5F5;
  color: #4E4E4E;
}

.accordion-woow .accordion-body {
  padding: 1.5rem;
  font-size: 0.875rem;
  color: #838383;
  border: solid 3px #F5F5F5;
  border-top: none;
}

.comparador-woow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparador-woow .params-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .comparador-woow .params-wrapper {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.comparador-woow .planes-container {
  width: 100%;
  padding-bottom: 2rem;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, black));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 5%);
}

.text-autoscroll-slow {
  -webkit-animation: text-autoscroll-slow 10s linear infinite;
          animation: text-autoscroll-slow 10s linear infinite;
}

.text-autoscroll {
  -webkit-animation: text-autoscroll 7s linear infinite;
          animation: text-autoscroll 7s linear infinite;
}

@-webkit-keyframes text-autoscroll {
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@keyframes text-autoscroll {
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@keyframes text-autoscroll {
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

.white-space-nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.ui-datepicker {
  background-color: white !important;
  border: none !important;
  overflow: hidden;
  border-radius: 1rem !important;
  padding: 1rem !important;
  font-family: 'Montserrat', sans-serif !important;
  z-index: 0 !important;
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.32);
}

.ui-datepicker .ui-datepicker-header {
  background-color: #F5F5F5;
  border: none !important;
  padding: 0.5rem 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1rem -1rem 0 -1rem !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: auto;
  border: none !important;
  border-radius: 0.5rem;
  background-color: #F0CE3F;
  background-image: radial-gradient(at top left, rgba(229, 230, 231, 0) 0%, #808083 100%);
  background-blend-mode: color-burn;
  -webkit-transition: background 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #EDC729;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-e, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-w, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e {
  background-position: 0 0;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-w {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.43075 9.6805C5.49667 9.61283 5.74558 9.3235 5.97743 9.0855C7.33674 7.58867 10.8828 5.13867 12.7388 4.39083C13.0206 4.27067 13.7332 4.01633 14.114 4C14.4788 4 14.8266 4.084 15.1585 4.25433C15.5722 4.49233 15.904 4.86683 16.0859 5.309C16.203 5.61583 16.3848 6.534 16.3848 6.55033C16.5666 7.55483 16.6667 9.187 16.6667 10.9907C16.6667 12.7092 16.5666 14.2748 16.4178 15.2945C16.4007 15.3108 16.2189 16.4518 16.02 16.8427C15.6551 17.5567 14.9425 18 14.1799 18H14.114C13.6173 17.9825 12.5728 17.5392 12.5728 17.5228C10.8169 16.7738 7.35265 14.444 5.96038 12.8958C5.96038 12.8958 5.56827 12.498 5.39779 12.2495C5.13184 11.8925 5 11.4503 5 11.0082C5 10.5147 5.14889 10.055 5.43075 9.6805Z' fill='white'/></svg>") !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-e, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.2359 9.6805C16.17 9.61283 15.9211 9.3235 15.6893 9.0855C14.3299 7.58867 10.7839 5.13867 8.92793 4.39083C8.64607 4.27067 7.93345 4.01633 7.55271 4C7.18788 4 6.84009 4.084 6.50822 4.25433C6.09452 4.49233 5.76264 4.86683 5.5808 5.309C5.46373 5.61583 5.28189 6.534 5.28189 6.55033C5.10004 7.55483 5.00002 9.187 5.00002 10.9907C5.00002 12.7092 5.10004 14.2748 5.24892 15.2945C5.26597 15.3108 5.44782 16.4518 5.64672 16.8427C6.01155 17.5567 6.72416 18 7.48679 18H7.55271C8.04938 17.9825 9.09387 17.5392 9.09387 17.5228C10.8498 16.7738 14.314 14.444 15.7063 12.8958C15.7063 12.8958 16.0984 12.498 16.2689 12.2495C16.5348 11.8925 16.6667 11.4503 16.6667 11.0082C16.6667 10.5147 16.5178 10.055 16.2359 9.6805Z' fill='white'/></svg>") !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0.5rem;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0.5rem;
}

.ui-datepicker td a {
  border: none !important;
  background-color: #F5F5F5;
  color: #4E4E4E;
  -webkit-transition: background 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s;
}

.ui-datepicker td a.ui-state-active {
  background-color: #EDC729 !important;
}

.ui-datepicker td a.ui-state-highlight {
  background-color: rgba(237, 199, 41, 0.25) !important;
  color: #4E4E4E !important;
}

.swiper-container {
  z-index: 0 !important;
}
/* 
#toast-container {
  width: 100% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1400px;
  padding: 0 1rem;
  top: calc(64px + 1rem);
}

@media (max-width: 1439.98px) {
  #toast-container {
    max-width: 1140px !important;
  }
}

@media (max-width: 1199.98px) {
  #toast-container {
    max-width: 960px !important;
  }
}

@media (max-width: 767.98px) {
  #toast-container {
    max-width: 960px !important;
  }
}

@media (max-width: 575.98px) {
  #toast-container {
    max-width: 720px !important;
  }
}

#toast-container .toast, #toast-container .toast-warning, #toast-container .toast-success, #toast-container .toast-error, #toast-container .toastinfo {
  border-radius: 1rem !important;
  padding: 1rem 2rem  1rem 4rem !important;
  min-width: 100% !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1 !important;
  border: none;
  background-color: #FE5F55;
  color: white !important;
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.08);
  font-weight: 600;
  -webkit-transition: box-shadow 0.25s ease-out 0s;
  -moz-transition: box-shadow 0.25s ease-out 0s;
  -ms-transition: box-shadow 0.25s ease-out 0s;
  -o-transition: box-shadow 0.25s ease-out 0s;
}

#toast-container .toast:hover, #toast-container .toast-warning:hover, #toast-container .toast-success:hover, #toast-container .toast-error:hover, #toast-container .toastinfo:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
}

#toast-container .toast div, #toast-container .toast-warning div, #toast-container .toast-success div, #toast-container .toast-error div, #toast-container .toastinfo div {
  background-image: none !important;
}

#toast-container .toast-success {
  color: rgba(0, 0, 0, 0.64) !important;
  background-color: #C7EFCF !important;
  background-image: none !important;
} */



.registerSection .h-100 {
  min-height: 100vh !important;
}

.registerSection .row .col-img {
  padding: 0 2rem;
  background-image: linear-gradient(-45deg, #EFAB27 0%, #DDCC2A 100%);
}

.registerSection .row .col-registro {
  padding-left: 2rem;
  padding-right: 3rem;
  background-color: white;
}

@media (max-width: 991.98px) {
  .registerSection .row .col-registro {
    padding-right: 2rem;
  }
}

.registerSection .row .col-registro .form-label-group:not(.custom-form-woow) input {
  background-color: #F5F5F5;
  border: none;
  outline: none !important;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 transparent;
  box-shadow: 0 0.25rem 0.5rem 0 transparent;
  border-radius: 1rem;
  height: 3rem;
  font-weight: 500;
}

.btn-register {
  background-image: -webkit-gradient(linear, left top, right top, from(#DDCC2A), to(#EFAB27));
  background-image: linear-gradient(90deg, #DDCC2A 0%, #EFAB27 100%);
  color: white !important;
  text-transform: uppercase;
  border: none;
  outline: none !important;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 transparent;
  box-shadow: 0 0.25rem 0.5rem 0 transparent;
  border-radius: 1rem;
  height: 3rem;
  font-weight: 500;
}

.scroll_left{overflow-x: auto;}

.pageContent #logo_asociados{
  background-image:transparent !important;
  background-image:none !important;
}

@media (max-width: 991.98px){
  .pageContent #logo_asociados{
      display: none !important;
  }
}


.loadingWrapper {
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1051 !important;
  background-color: rgba(255, 255, 255, 0.75);
}


.btn-servicio-main  div,
.btn-subservicio-main  div{
  border-radius: 1rem; 
  text-align: center; 
  background-image: radial-gradient(at top left, #E5E6E700 0%, #808083 100%) !important; 
  background-blend-mode: color-burn; 
  cursor: pointer;
}

#btn_back_servicios,
#btn_back_servicios:hover,
#btn_back_servicios:focus{
  border: none;
  cursor: pointer;
  outline: none;
}

.btn_ver_perfil{
  cursor: pointer;
}

.card-icono-documento a div{
  border-radius: 5px;
  text-align: center;
  background-image: linear-gradient(90deg, #E3CA22, #EFAA27);
  background-blend-mode: color-burn;
  cursor: pointer;
}

.card-icono-documento a div img{
  width: 30%;
}

.card-icono-documento a div p{
    font-size: 13px;
    color: rgb(83, 80, 80);
}

.card,
.alert{
  border-radius: 5px; 
}

#accordion .card{
  padding: 0px !important;

}


.btn{
  border-radius: 5px;
  padding: 0.7rem 1rem;
}

#icono_notification sup{
  cursor: pointer;
}

#icono_notification a{
  padding: 9px;
  background: #FFF !important;
  cursor: pointer;
  border-radius: 70px;
}

#icono_notification a:hover{
  color: none;
}

#icono_notification h5 i{
  
}

#icono_notification sup{
  margin-left: -7px;
}

.btn-primary-table {
  padding: 0.2rem 0.7rem;
}

.datepickers-container div.datepicker nav.datepicker--nav{
 position: relative !important; 
 background-image: none !important;
}

.custom-form-woow input ~ label.error{
  left: 0px;
}

.datepicker--cell.-selected-, 
.datepicker--cell.-selected-.-focus-, 
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background-color: #e8d346;
}


#form_login{
  background-color: #fff;
}

#btn-back-cambio-password{
   padding: 9px;
  background: #F0CE3F !important;
  color: #fff;
  cursor: pointer;
  border-radius: 70px;
}



.form-label-group-password input ~ i {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0.75rem;
    cursor: pointer;
}


/*
@media (min-width: 576px) {
  .iniciarCuenta-W{
    margin-top: -130px;
  }
}*/