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

body {
  font-weight: 400;
  overflow-x: hidden !important;
  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;
}

@media (max-width: 991.98px) {
  body:after {
    display: none;
    visibility: hidden;
    content: "Android";
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media (max-width: 991.98px) {
      body:after {
        content: "iOS";
      }
    }
    @media (minx-width: 992px) {
      body.modal-open {
        position: relative !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 {
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 transparent !important;
  box-shadow: 0 0.25rem 0.5rem 0 transparent !important;
  cursor: pointer;
}

.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;
}

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.prevPhoto-W {
  border-radius: 1rem;
}

.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;
}

.distance-1rem5 + .distance-1rem5 {
  margin-top: 1.5rem;
}

.col-producto-responsive:nth-child(odd) {
  padding-right: 0.5rem;
}

.col-producto-responsive:nth-child(even) {
  padding-left: 0.5rem;
}

.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;
}

.bg-primary-25 {
  background-color: rgba(109, 110, 112, 0.25) !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-tipo-plan {
  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-tipo-plan:nth-child(odd) {
  color: white !important;
  background-color: #6D6E70;
  background-image: radial-gradient(at top left, #cececea3 0%, rgba(221, 204, 42, 0) 100%);
  background-blend-mode: screen;
}

.card-tipo-plan:nth-child(odd):hover {
  background-color: rgba(109, 110, 112, 0.88);
}

.card-tipo-plan:nth-child(even) {
  color: black !important;
  background-color: #E5E5E5;
  background-image: radial-gradient(at top left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.card-tipo-plan:nth-child(even):hover {
  background-color: #d6d6d6;
}

.card-tipo-plan .card-body {
  padding: 0;
  border: none;
}

.card-tipo-plan .card-footer {
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.25);
}

.card-producto {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}

.card-producto .card-body {
  padding: 0.5rem;
}

.card-producto .card-footer {
  padding: 0;
  background-color: transparent;
}

.card-producto .card-footer .buyPhoneCart, .card-producto .card-footer .addPhoneCart, .card-producto .card-footer .btnVerDetalles, .card-producto .card-footer .buyPlanCart, .card-producto .card-footer .addPlanCart {
  border-radius: 0;
  border: none;
  -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;
  width: 100%;
  text-align: center;
}

.card-producto .card-footer .buyPhoneCart.buyPhoneCart, .card-producto .card-footer .buyPhoneCart.addPhoneCart, .card-producto .card-footer .buyPhoneCart.buyPlanCart, .card-producto .card-footer .buyPhoneCart.addPlanCart, .card-producto .card-footer .addPhoneCart.buyPhoneCart, .card-producto .card-footer .addPhoneCart.addPhoneCart, .card-producto .card-footer .addPhoneCart.buyPlanCart, .card-producto .card-footer .addPhoneCart.addPlanCart, .card-producto .card-footer .btnVerDetalles.buyPhoneCart, .card-producto .card-footer .btnVerDetalles.addPhoneCart, .card-producto .card-footer .btnVerDetalles.buyPlanCart, .card-producto .card-footer .btnVerDetalles.addPlanCart, .card-producto .card-footer .buyPlanCart.buyPhoneCart, .card-producto .card-footer .buyPlanCart.addPhoneCart, .card-producto .card-footer .buyPlanCart.buyPlanCart, .card-producto .card-footer .buyPlanCart.addPlanCart, .card-producto .card-footer .addPlanCart.buyPhoneCart, .card-producto .card-footer .addPlanCart.addPhoneCart, .card-producto .card-footer .addPlanCart.buyPlanCart, .card-producto .card-footer .addPlanCart.addPlanCart {
  padding: 1rem 0;
  background-color: rgba(109, 110, 112, 0.24) !important;
  color: #6D6E70 !important;
}

.card-producto .card-footer .buyPhoneCart.btnVerDetalles, .card-producto .card-footer .addPhoneCart.btnVerDetalles, .card-producto .card-footer .btnVerDetalles.btnVerDetalles, .card-producto .card-footer .buyPlanCart.btnVerDetalles, .card-producto .card-footer .addPlanCart.btnVerDetalles {
  background-color: #6D6E70 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white !important;
  padding: 0.5rem !important;
}

.card-producto .card-footer .buyPhoneCart:hover, .card-producto .card-footer .addPhoneCart:hover, .card-producto .card-footer .btnVerDetalles:hover, .card-producto .card-footer .buyPlanCart:hover, .card-producto .card-footer .addPlanCart:hover {
  background-color: default;
}

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

nav svg path {
  fill: white;
}

.color-bullet {
  height: 1.5rem;
  width: 1.5rem;
  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-tyc .swiper-pagination .swiper-pagination-bullet {
  padding: 0.25rem !important;
  height: 1.25rem !important;
  width: 1.25rem !important;
  font-size: 0.65rem;
  font-weight: 600;
}

.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: 2rem;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
  -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: #E5E5E5;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  height: 1rem;
  width: 1rem;
  background-color: #6D6E70;
}

.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.modalTyC .modal-dialog {
  max-width: calc(512px * 1.5);
}

.modal .modal-content {
  background-color: #242424;
  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;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #4e4e4e;
  z-index: 5 !important;
  -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);
}

.modal .modal-content .modal-body {
  padding: calc(60px + 2rem) 1rem 1rem !important;
  background-color: #242424 ;
  overflow-y: scroll !important;
  border: none !important;
  margin: 0 !important;
  width: 100% !important;
}

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

.modal .modal-content .modal-footer {
  background-color: #FFFFFF !important;
  -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);
  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;
  }
  .modal .modal-content .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #F5F5F5;
    border: none;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media (max-width: 991.98px) {
      .modal .modal-content {
        height: -webkit-fill-available !important;
        overflow-y: auto !important;
      }
      .modal .modal-content .modal-header {
        height: 60px !important;
      }
      .modal .modal-content .modal-body {
        overflow-y: auto !important;
        height: calc(100% - 60px) !important;
      }
    }
  }
}

.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;
}

.dropdown-pull-right {
  float: right !important;
  right: 0;
  left: auto;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .dropdown-pull-right > .dropdown-menu {
      right: 0;
      left: auto !important;
    }
  }
}

@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 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: #c9c9c9 !important;
  background-color: #4e4e4e;
}

.form-label-group select::ms-expand {
  display: none;
}

.form-label-group select ~ i {
  position: absolute;
  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;
}

.desktopHeader {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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-color: black;
  opacity: 0.25;
}

.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;
}

.softGradient {
  background-image: radial-gradient(at top left, #cececea3 0%, rgba(221, 204, 42, 0) 100%);
  background-blend-mode: screen;
}

.btn-add {
  padding: 1rem 3rem;
  border-radius: 1rem;
  background-color: rgba(109, 110, 112, 0.24) !important;
  border: none !important;
  stroke-dasharray: 3rem 1rem;
  color: #FFF !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;
  color: #BABCBE;
  background-image: radial-gradient(at top left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s , border-color 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s , border-color 0.25s ease-out 0s;
  -ms-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s , border-color 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s , color 0.25s ease-out 0s , border-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: #6D6E70;
  background-image: radial-gradient(at top left, #cececea3 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;
}

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

.custom-radio .custom-control-input.error ~ .custom-control-label {
  background-color: rgba(254, 95, 85, 0.48);
}

.custom-radio.custom-radio-color-bullet .custom-control-input ~ .custom-control-label {
  padding: 0.85rem;
  border: solid 3px #E5E5E5;
  background-image: radial-gradient(at top left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: normal;
}

.custom-radio.custom-radio-color-bullet .custom-control-input:checked ~ .custom-control-label {
  border-color: #6D6E70;
}

.custom-radio.custom-radio-tarjetas input ~ .custom-control-label {
  border-radius: 1rem;
  background-image: none !important;
  background-color: #4e4e4e !important;
  border: solid 2px #4e4e4e;
  -webkit-transition: border 0.25s ease-out 0s;
  -moz-transition: border 0.25s ease-out 0s;
  -ms-transition: border 0.25s ease-out 0s;
  -o-transition: border 0.25s ease-out 0s;
}

.custom-radio.custom-radio-tarjetas input:checked ~ .custom-control-label {
  border-color: #6D6E70;
  background-color: rgba(109, 110, 112, 0.127) !important;
  border-left-width: 1rem;
  color: #FFF !important;
}

.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(109, 110, 112, 0.24) !important;
  color: #6D6E70;
}

.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;
}

.custom-file-input ~ .custom-file-label::after {
  content: "Subir";
}

.finalizar-height {
  min-height: calc(100vh - 56px - 42px);
}

.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: 1100 !important;
  background-color: rgba(255, 255, 255, 0.75);
}

#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 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;
}

#viewPhoto-W-D .product-img {
  max-height: 160px;
}

.custom-file {
  z-index: 0 !important;
}

.text-primary {
  fill: #6D6E70 !important;
}

.prevPhoto-W {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  margin-right: 1rem;
  pointer-events: none !important;
  cursor: pointer;
}

.prevPhoto-W::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: 'Editar';
  color: white;
  font-weight: 600;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.prevPhoto-W:hover::after {
  opacity: 1 !important;
}

.gmnoprint {
  display: none !important;
}

.photo-u-W {
  z-index: 0;
}

.asisteme-button {
  position: fixed;
  width: 10rem;
  right: -6rem;
  bottom: 8rem;
  height: 4rem;
  background-color: white;
  border-radius: 2rem 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
  -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);
  -webkit-transition: right 0.25s ease-out 0s;
  -moz-transition: right 0.25s ease-out 0s;
  -ms-transition: right 0.25s ease-out 0s;
  -o-transition: right 0.25s ease-out 0s;
}

.asisteme-button .texto-asisteme {
  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;
}

.asisteme-button:hover {
  right: 0;
}

.asisteme-button:hover .texto-asisteme {
  opacity: 1;
}

.asisteme-button .circle {
  height: 3rem;
  width: 3rem;
  background-color: #6D6E70;
  border-radius: 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;
}

.asisteme-button .circle svg {
  margin: auto;
  height: 2rem;
  width: 2rem;
}


.uploadPhotoBtn label{
  display: none !important;
}


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

.datepicker--day-name {
    color: #5a5b5d !important;
}

.datepicker--cell.datepicker--cell-day.-current-,
.datepicker--cell.datepicker--cell-month.-current-,
.datepicker--cell.datepicker--cell-year.-current- {
    color: #5a5b5d !important;
}

.datepicker--cell.-selected-, 
.datepicker--cell.-selected-.-focus-, 
.datepicker--cell.-selected-.-current- {
    color: #fff !important;
    background-color: #5a5b5d !important;
}

.datepickers-container {
    z-index: 1050 !important;
}



.contenedor-div {
  position: absolute;
}

.mi-imagen-abajo-derecha {
  position: fixed;
  bottom: 15px;
  right: 90px;
  z-index: 1000 !important;
}

.widget-app-container,
.Application__WidgetAppContainer-sc-1f2l0a1-0,
.dvBAhE {
  z-index: 99px !important;
}

@media (max-width: 992px) {
  .mi-imagen-abajo-derecha {
    position: fixed;
    bottom: 9rem;
    right: 15px;
    z-index: 1000 !important;
  }
  div#hubspot-messages-iframe-container {
    bottom: 55px!important;
  } 

  div#hubspot-messages-iframe-container {
    bottom: 55px!important;
    right:20px!important;
  }
}


.btn-pasos {
    padding: 0px;
    border-radius: 20px;
    color: #6D6E70;
    border: solid 1px #BABCBE;
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.btn-pasos-activo {
    padding: 0px;
    border-radius: 20px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #BABCBE 0%, #8E9196 98.88%);
    border: solid 1px #BABCBE;
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.btn-gradient{
  background: linear-gradient(90deg, #BABCBE 0%, #8E9196 98.88%) !important;
  border: 0px !important;
}

.btn-return,
.btn-return:hover,
.btn-return:focus{
  background: #e3e3e3 !important;
  color: #838383 !important;
  border: 0px !important; 
}

#flecha_back{
    position: absolute;
    left: 15px;
    cursor: pointer;
    width: 21px;
}

.resumen-item-font{
  font-size: 14px;
}

.resumen-item-font-recurrente{
  font-size: 12px;
}

.resumen-item-font-bold{
  font-size: 14px;
  font-weight: 600;
}


#modal-tomalo-en-cuenta.modal .modal-content .modal-body {
  overflow-y: none !important;    
}

#modal-tomalo-en-cuenta.modal .modal-content .modal-header {
    
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#modal-tomalo-en-cuenta.modal .modal-content{
  border: 0px !important;
}

#modal-gadgat-icono{
  background: linear-gradient(90deg, #BABCBE 0%, #8E9196 98.88%) !important;
  border-radius: 40px !important;
  width: 60px !important;
  height: 60px !important;
}

#modalInfoPago.modal .modal-dialog{
  max-width: 50% !important;
}

#modalInfoPago.modal .modal-content .modal-body {
  overflow-y: none !important;    
}

#modalInfoPago.modal .modal-content .modal-header {
    
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#modalInfoPago.modal .modal-content{
  border: 0px !important;
}

#constratante #tooltip-duda{
    padding: 0px;
    border-radius: 20px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #BABCBE 0%, #8E9196 98.88%);
    border: solid 1px #BABCBE;
    width: 18px;
    height: 18px;
    font-size: 10px;
    padding-left: 5px;
    padding-top: 1px;
    margin-left: 5px;
}

@media (max-width: 992px){
  #modalInfoPago.modal .modal-dialog {
    max-width: 100vw !important;
    
  }
}