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.text-white:focus, a.text-white:hover {
  color: white !important;
}

.btn:not(.btn-outline) {
  border: none !important;
  font-weight: 600;
}

.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;
}

.distance-1rem5 + .distance-1rem5 {
  margin-top: 1.5rem;
}

.bg-primary-25 {
  background-color: #FBEFCB !important;
}

.bg-dark-25 {
  background-color: rgba(18, 18, 18, 0.25) !important;
}

.separated-y-sm + .separated-y-sm {
  border-top: solid 1px #E5E5E5;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.separated-y-md + .separated-y-md {
  border-top: solid 1px #E5E5E5;
  margin-top: 1rem;
  padding-top: 1rem;
}

.separated-y-lg + .separated-y-lg {
  border-top: solid 1px #E5E5E5;
  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: #EDC729;
}

.card-producto:nth-child(odd):hover {
  background-color: rgba(237, 199, 41, 0.88);
}

.card-producto:nth-child(even) {
  color: black !important;
  background-color: #E5E5E5;
}

.card-producto:nth-child(even):hover {
  background-color: #d1d1d1;
}

.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: #E5E5E5;
  }
  .col-card-producto:nth-child(2n) .card-producto:hover {
    background-color: #d1d1d1;
  }
}

@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: #E5E5E5;
  }
  .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: #d1d1d1;
  }
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}

.gradientWoow {
  background-image: -webkit-gradient(linear, left top, right top, from(#DDCC2A), to(#EFAB27));
  background-image: linear-gradient(90deg, #DDCC2A 0%, #EFAB27 100%);
}

.color-bullet {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: solid 1px #E5E5E5;
}

.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 #E5E5E5;
}

.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: #A6A6A6;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  height: 1rem;
  width: 1rem;
  background-color: #EDC729;
}

.botoneraFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 -0.25rem 1rem 0 rgba(0, 0, 0, 0.16);
  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 #E5E5E5;
}

.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.16);
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.16);
}

.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 {
  z-index: 0;
  position: relative;
}

.form-label-group input, .form-label-group select, .form-label-group textarea {
  padding: 1rem;
}

.form-label-group input ~ label.error, .form-label-group select ~ label.error, .form-label-group textarea ~ label.error {
  color: #FE5F55;
  position: absolute;
  left: 0;
  font-size: 0.75rem;
}

.form-label-group::-webkit-input-placeholder {
  color: #E5E5E5 !important;
}

.form-label-group:-ms-input-placeholder {
  color: #E5E5E5 !important;
}

.form-label-group::-ms-input-placeholder {
  color: #E5E5E5 !important;
}

.form-label-group::placeholder {
  color: #E5E5E5 !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: #000000 !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: #E5E5E5 !important;
}

.form-label-group:-ms-input-placeholder {
  color: #E5E5E5 !important;
}

.form-label-group::-ms-input-placeholder {
  color: #E5E5E5 !important;
}

.form-label-group::placeholder {
  color: #E5E5E5 !important;
}

.form-label-group.form-label-group-password input ~ i {
  position: absolute;
  bottom: 27%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0.75rem;
}

.card-i-anim p {
  color: #000000 !important;
}

.card-i-anim i {
  color: #000000 !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;
}

.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;
}

.softGradient {
  background-image: radial-gradient(at top left, #E5E6E700 0%, #808083 100%);
  background-blend-mode: color-burn;
}

.btn-add {
  border-radius: 1rem;
  background-color: #FBEFCB !important;
  border: none !important;
  stroke-dasharray: 3rem 1rem;
  color: #EDC729 !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: 2rem;
  background-color: #E5E5E5;
  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: #EDC729;
  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: 1rem;
}

#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;
}

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: 1rem;
  color: white !important;
  background-color: #EDC729;
  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;
  background-image: radial-gradient(at top left, #E5E6E700 0%, #808083 100%);
  background-blend-mode: color-burn;
  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: #EDC729;
  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: 2rem;
  color: #000000 !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: 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 0.5rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.16);
  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 0.5rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.16);
}

#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 0.5rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 -0.25rem 0.5rem 0 rgba(0, 0, 0, 0.16);
  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) {
  .card.px-1rem.px-lg-2rem {
    border-radius: 0 !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: #E5E5E5;
}

.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 #E5E5E5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.etapa-item .text-primary {
  color: #A6A6A6 !important;
}

.etapa-item + .etapa-item {
  margin-top: 3rem;
}

.etapa-item.etapa-actual .colorBullet {
  background-image: -webkit-gradient(linear, left top, right top, from(#DDCC2A), to(#EFAB27));
  background-image: linear-gradient(90deg, #DDCC2A 0%, #EFAB27 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: #EDC729 !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: #EDC729 !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(#DDCC2A), to(#EFAB27));
  background-image: linear-gradient(90deg, #DDCC2A 0%, #EFAB27 100%);
}
/*# sourceMappingURL=components.css.map */