* {
  -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";
  }
}

hr {
  border-color: #F5F5F5;
}

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;
}

.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);
}

.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 cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -ms-transition: opacity 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -o-transition: opacity 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 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: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  background: transparent;
}

.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: #f3d865;
  color: white;
}

.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: 1rem;
  overflow: hidden !important;
}

.modal .modal-content .modal-header {
  padding: 1rem;
  height: 60px;
  background-color: #F5F5F5;
  border: none;
}

.modal .modal-content .modal-body {
  padding: 1.5rem 1rem;
  background-color: #F5F5F5;
  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 cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -moz-transition: background-color 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -ms-transition: background-color 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -o-transition: background-color 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 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;
}

.desktopHeader {
  position: relative;
}

.desktopHeader .img-wrapper {
  height: 216px;
  border-radius: 1rem;
}

.desktopHeader .img-wrapper:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.64)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.64) 100%);
}

.desktopHeader .content-wrapper {
  position: absolute;
  bottom: 3rem;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white !important;
}

#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 .poweredby_woow {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .hero .hero__content_wrapper .poweredby_woow {
    bottom: 3rem;
  }
}

.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: 12rem;
    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 cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -moz-transition: all 0 !important cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -ms-transition: all 0 !important cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -o-transition: all 0 !important cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
}

.swiper-wrapper .swiper-slide .product-description {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -ms-transition: opacity 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -o-transition: opacity 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 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-radio-woow .custom-control-input ~ label.error {
  display: none !important;
}

.custom-radio-woow .custom-control-input ~ label::before {
  border-radius: 0.25rem;
  border: solid 2px #838383;
  -webkit-transition: background 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -moz-transition: background 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -ms-transition: background 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -o-transition: background 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 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 {
  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 {
  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 {
  color: #FE5F55;
}

.custom-radio-woow .custom-control-input.error ~ label::before, .custom-radio-woow .custom-control-input.error:focus ~ label::before {
  border-color: #FE5F55;
}

.custom-form-woow {
  position: relative;
}

.custom-form-woow input, .custom-form-woow textarea, .custom-form-woow select {
  background-color: #edeaea !important;
  border: none !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;
}

.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 cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -moz-transition: font-size 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -ms-transition: font-size 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -o-transition: font-size 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 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 cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -moz-transition: background-color 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -ms-transition: background-color 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 0s;
  -o-transition: background-color 0.25s cubic-bezier(0, 0.95, 0.5, 0.75) 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%);
}
