html {
  font-size: 16px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

body {
  font-weight: 400;
  overflow-x: hidden !important;
  overflow-y: scroll;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body:before {
  content: "desktop";
  display: none;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  body:before {
    content: "mobile";
  }
}

body.modal-open {
  overflow-y: hidden !important;
  position: fixed !important;
}

h1, .text-h1 {
  font-size: 3rem;
}

h2, .text-h2 {
  font-size: 2.25rem;
}

h3, .text-h3 {
  font-size: 1.75rem;
}

h4, .text-h4 {
  font-size: 1.5rem;
}

h5, .text-h5 {
  font-size: 1.375rem;
}

h6, .text-h6 {
  font-size: 1.2rem;
}

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:focus, a:hover {
  color: inherit !important;
} */

a.text-white:focus, a.text-white:hover {
  color: white !important;
}

.btn:not(.btn-outline) {
  border: none !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em
}

.text-lg {
  font-size: 1.125rem;
}

.text-md {
  font-size: 1rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-xxs {
  font-size: 0.65rem;
}

.text-u {
  text-decoration: underline;
}

.a-noeffect {
  text-decoration: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.text-white {
  color: white;
  fill: white !important;
}

.btn-primary {
  color: 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;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
}

.distance-1rem5 + .distance-1rem5 {
  margin-top: 1.5rem;
}

.bg-primary-25 {
  background-color: #FBEFCB !important;
}

.bg-dark-25 {
  background-color: rgba(51, 51, 51, 0.25) !important;
}

.separated-y-sm + .separated-y-sm {
  border-top: solid 1px #666666;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.separated-y-md + .separated-y-md {
  border-top: solid 1px #666666;
  margin-top: 1rem;
  padding-top: 1rem;
}

.separated-y-lg + .separated-y-lg {
  border-top: solid 1px #666666;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.card-producto {
  background-image: radial-gradient(at top left, #E5E6E700 0%, #808083 100%);
  background-blend-mode: color-burn;
  border: none;
  overflow: hidden;
  -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;
}

.card-producto:nth-child(odd) {
  color: white !important;
  background-color: #386f44;
}

.card-producto:nth-child(odd):hover {
  background-color: rgba(0, 111, 185, 0.88);
}

.card-producto:nth-child(even) {
  color: black !important;
  background-color: #666666;
}

.card-producto:nth-child(even):hover {
  background-color: #525252;
}

.card-producto .card-body {
  padding: 0;
  border: none;
}

.card-producto .card-footer {
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199.98px) {
  .col-card-producto:nth-child(n + 1) {
    margin-top: 1.5rem;
  }
  .col-card-producto:nth-child(2n) .card-producto {
    color: black !important;
    background-color: #666666;
  }
  .col-card-producto:nth-child(2n) .card-producto:hover {
    background-color: #525252;
  }
}

@media (min-width: 1200px) {
  .col-card-producto:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  .col-card-producto:nth-child(2) .card-producto, .col-card-producto:nth-child(3) .card-producto, .col-card-producto:nth-child(6) .card-producto, .col-card-producto:nth-child(7) .card-producto, .col-card-producto:nth-child(10) .card-producto, .col-card-producto:nth-child(11) .card-producto {
    color: black !important;
    background-color: #666666;
  }
  .col-card-producto:nth-child(2) .card-producto:hover, .col-card-producto:nth-child(3) .card-producto:hover, .col-card-producto:nth-child(6) .card-producto:hover, .col-card-producto:nth-child(7) .card-producto:hover, .col-card-producto:nth-child(10) .card-producto:hover, .col-card-producto:nth-child(11) .card-producto:hover {
    background-color: #525252;
  }
}

/* nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
} */

.nav-header-login {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}

.nav-general {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  /* background-color: #ffffff; */
}

.gradientWoow {
  background-color: #000000 !important;
}

.color-bullet {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: solid 1px #666666;
}

.color-bullet.color-bullet {
  margin-left: 0.5rem;
}

.tabla-planes .tabla-body .tabla-fila {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tabla-planes .tabla-body .tabla-fila:first-child {
  padding-top: 0;
}

.tabla-planes .tabla-body .tabla-fila:last-child {
  padding-bottom: 0;
}

.tabla-planes .tabla-body .tabla-fila + .tabla-fila {
  border-top: solid 1px #666666;
}

.swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 0.65rem;
  width: 0.65rem;
  -webkit-transition: height 0.25s ease-out 0s , width 0.25s ease-out 0s;
  -moz-transition: height 0.25s ease-out 0s , width 0.25s ease-out 0s;
  -ms-transition: height 0.25s ease-out 0s , width 0.25s ease-out 0s;
  -o-transition: height 0.25s ease-out 0s , width 0.25s ease-out 0s;
  opacity: 1;
  background-color: #333333;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  height: 1rem;
  width: 1rem;
  background-color: #386f44;
}

.botoneraFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  z-index: 1;
}

.producto-resu-item:first-child {
  padding-top: 0;
}

.producto-resu-item:last-child {
  padding-bottom: 0;
}

.producto-resu-item + .producto-resu-item {
  border-top: solid 1px #666666;
}

.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: 0.5rem;
  overflow: hidden !important;
}

.modal .modal-content .modal-header {
  padding: 1rem;
  height: 70px;
  background-color: #F5F5F5;
  border: none;
}

.modal .modal-content .modal-body {
  padding: 1.5rem 1rem;
  background-color: #F5F5F5;
  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.25rem;
  border: none;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
}

.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% {
    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;
  }
}

.form-label-group {
  position: relative;
}

.form-label-group input, .form-label-group select, .form-label-group textarea {
  padding: 1rem;
}

.form-label-group::-webkit-input-placeholder {
  color: #666666 !important;
}

.form-label-group:-ms-input-placeholder {
  color: #666666 !important;
}

.form-label-group::-ms-input-placeholder {
  color: #666666 !important;
}

.form-label-group::placeholder {
  color: #666666 !important;
}

.form-label-group select {
  padding: 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.form-label-group select option {
  color: #333333 !important;
}

.form-label-group select::ms-expand {
  display: none;
}

.form-label-group select ~ i {
  position: absolute;
  pointer-events: none;
  bottom: 27%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0.75rem;
}

.form-label-group::-webkit-input-placeholder {
  color: #666666 !important;
}

.form-label-group:-ms-input-placeholder {
  color: #666666 !important;
}

.form-label-group::-ms-input-placeholder {
  color: #666666 !important;
}

.form-label-group::placeholder {
  color: #666666 !important;
}

.card-i-anim p {
  color: #333333 !important;
}

.card-i-anim i {
  color: #333333 !important;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -ms-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
}

.card-i-anim:hover i {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.desktopHeader {
  position: relative;
}

.desktopHeader .img-wrapper {
  height: 216px;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
}

.desktopHeader .img-wrapper:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: black;
  opacity: 0;
}

.desktopHeader .content-wrapper {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white !important;
}

.desktopHeader .content-wrapper {
  position: absolute;
  bottom: 3rem;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white !important;
}

.btn-add {
  border-radius: 0.5rem;
  background-color: #CC092F !important;
  border: none !important;
  stroke-dasharray: 3rem 1rem;
  color: white !important;
}

@media (max-width: 991.98px) {
  .btn-finalizar {
    width: 100%;
  }
}

.custom-radio {
  padding: 0;
}

.custom-radio .custom-control-input ~ .custom-control-label {
  cursor: pointer;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  background-color: #666666;
  background-image: radial-gradient(at top left, #E5E6E700 0%, #808083 100%);
  background-blend-mode: color-burn;
  -webkit-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s;
}

.custom-radio .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 .custom-control-input ~ .custom-control-label.svg-wrapper svg {
  height: 56px;
  margin-bottom: 0.5rem;
}

.custom-radio .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 .custom-control-input ~ .custom-control-label:before, .custom-radio .custom-control-input ~ .custom-control-label:after {
  display: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
  background-color: #386f44;
  background-image: radial-gradient(at top left, rgba(221, 204, 42, 0.64) 0%, rgba(221, 204, 42, 0) 100%);
  background-blend-mode: screen;
  color: white;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label.svg-wrapper svg path {
  fill: white;
}

.map-wrapper {
  border-radius: 0.5rem;
}

#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: 0.5rem;
  background-color: rgba(0, 111, 185, 0.24) !important;
  color: #386f44;
}

.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;
}

img.avatar {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.avatar-w {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: black;
}

.card-programa {
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  color: primary !important;
  background-color: #ffffff;
  /*padding: 1.5rem;*/
  text-align: center;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

@media (min-width: 1440px) {
  .card-programa {
    min-height: 240px;
  }
}

.card-programa img {
  margin: auto;
  padding-bottom: 1.5rem;
  width: 100%;
  max-width: 120px;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -ms-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
}

.card-programa:hover img {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .card-programa:hover img {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}

.card-miWoow {
  background-image: radial-gradient(at top left, #E5E6E700 0%, #808083 100%);
  background-blend-mode: color-burn;
  border: none;
  border-radius: 1rem;
  color: white !important;
  background-color: #000000;
  padding: 1.5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (min-width: 1440px) {
  .card-miWoow {
    min-height: 200px;
  }
}

.faqItem {
  background-color: #F5F5F5;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #333333 !important;
}

.faqItem i {
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -ms-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
}

.faqItem:hover i {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.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);
}

#toast-container {
  position: absolute;
  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: 1168px !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: 736px !important;
  }
}

#toast-container .toast, #toast-container .toast-warning, #toast-container .toast-success, #toast-container .toast-error, #toast-container .toastinfo {
  border-radius: 0.5rem !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 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.025);
  font-weight: 500;
  -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 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.025);
}

#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;
}

.footer-mobile {
  background-color: white;
  -webkit-box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.025);
  padding: 0.25rem 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-mobile .footer-m-item svg {
  width: 42px;
  height: 42px;
}

.footer-mobile .footer-m-item.active svg path {
  fill: black !important;
}

@media (max-width: 991.98px) {
  #launcher {
    margin-bottom: calc(50px + 1.5rem) !important;
  }
}

@media (max-width: 991.98px) {
  #launcher.no-visible-m {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

.colorBullet {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #666666;
}

.etapas {
  position: relative;
  overflow: hidden;
}

.etapas:before {
  content: '';
  height: calc(100% - 4.5rem);
  top: 1.5rem;
  left: 0.75rem;
  position: absolute;
  z-index: 0;
  border-left: solid 2px #666666;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.etapa-item .text-primary {
  color: #333333 !important;
}

.etapa-item + .etapa-item {
  margin-top: 3rem;
}

.etapa-item.etapa-actual .colorBullet {
  background-image: -webkit-gradient(linear, left top, right top, from(#386f44), to(#386f44));
  background-image: linear-gradient(90deg, #386f44 0%, #386f44 100%);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: flash;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: flash;
}

.etapa-item.etapa-actual .text-primary {
  color: #386f44 !important;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.48;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.48;
  }
  100% {
    opacity: 1;
  }
}

.serviceMiWoow {
  margin-bottom: 3rem;
}

.serviceMiWoow p + p, .serviceMiWoow p + ul, .serviceMiWoow ul + p, .serviceMiWoow ul + ul {
  margin-top: 1rem !important;
}

.serviceMiWoow h3 {
  font-weight: normal;
}

.serviceMiWoow a {
  color: #386f44 !important;
}

.btn-regresar-registro {
  cursor: pointer;
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 0 0.35rem;
  border-radius: 50%;
  left: -3rem;
  top: 0;
  color: white !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#386f44), to(#386f44));
  background-image: linear-gradient(90deg, #386f44 0%, #386f44 100%);
}

@media (max-width: 991.98px) {
  .logoLiverpool {
    position: absolute;
    height: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    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;
  }
  .logoLiverpool img {
    height: calc(100% - 1rem);
  }
}

#modalClicToCallDiv{
  text-align: center;
}

div .form-login{
  height: auto;
}

.login-subtitle{
  
text-align: center;
line-height: 25px;
letter-spacing: normal;
}

.error{
  color: tomato;
}

.input-login::placeholder { color:#808B96  !important; }

input[type="date"]{
  color:#808B96  !important;
}


.custom-form-woow {
  position: relative;
}

.custom-form-woow input, .custom-form-woow textarea, .custom-form-woow select {
  background-color: #F5F5F5 !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 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, .custom-form-woow-label {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  font-size: 0.7rem;
  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;
}


.font-general-400{
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}


.font-general-600{
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
