.login {
  background-image: url('../../../img/background_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.grid-view {
  overflow: hidden;
}

.text-dark {
  color: rgba(33, 37, 41, 1) !important;
}

.d-block {
  display: block !important;
}

@media screen and (max-width: 576px) and (min-width: 0px) {
  .hidden-phone {
    display: none;
  }
}

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon {
  margin-left: -35px !important;
  transform: initial !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-icon>i {
    transform: initial !important;
}

.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.kv-container-from, .kv-container-to {
  padding: 0 !important;
  border: 0 !important;
}

/* Cards de los servicios a cotizar */
.noResults img {
  height: 200px;
  width: auto;
}

@media (max-width: 767.98px) {
  .noResults img {
    height: 100px;
    width: auto;
  }
}

.service {
  margin-bottom: 32px;
}

.service:hover {
  box-shadow: 0px 15px 30px rgba(208, 48, 110, 0.25);
}

.service .service-img,
.service {
  transition: 0.5s all ease;
}

.service:hover .service-img {
  transform: scale(1) !important;
}

.service-info {
  display: flex;
  background-color: #ffffff;
  min-height: 230px;
  overflow: hidden;
}

.service-info .service-photo {
  width: 230px;
  /* height: 100%; */
  overflow: hidden;
  position: relative;
}

.service-photo .service-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(2.4);
}

.service-info_details {
  padding: 20px;
  width: calc(100% - 230px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-info_title p {
  margin: 0;
  padding: 0;
  color: #d0306e;
}

.service-info_title_icon {
  display: flex;
  gap: 10px;
}

.service-info_title_icon img {
  height: 25px;
  width: auto;
}

.service-info_title > i {
  color: #ffac00;
}

.service-info_description {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}

.service-info_description_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-info_description_item_icon {
  color: #473fa2;
  font-size: 28px;
}

.service-info_description_item_text {
  font-size: 15px;
}

.service-info_description_item_text b {
  font-size: 16px;
}

.service-info_pricing {
  text-align: right;
}

.service-info_pricing_amount {
  font-size: 30px;
  color: #d0306e;
  font-weight: 700;
  padding: 0 12px;
}

.service-info_pricing small {
  display: block;
  font-size: 75%;
}

.service-info_view_details {
  margin-top: 8px;
  text-align: right;
}

.service-info_view_details span {
  color: #473fa2;
  cursor: pointer;
  user-select: none;
}

.service-details {
  display: none;
  max-height: 300px;
  overflow-y: auto;
  background-color: #ffffff;
}

.service-details::-webkit-scrollbar {
  display: none;
}

.service-details-view {
  display: block;
}

.service-details_info {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 25px;
}

.service-details_info_details_pricing {
  display: flex;
  justify-content: space-between;
	gap: 10px;
}

.check-service,
.check-label {
  user-select: none;
}

@media (max-width: 767.98px) {
  .service-info {
    margin-top: 38px;
    flex-direction: column;
    height: auto;
  }

  .service-info .service-photo {
    height: 250px;
  }

  .service-info .service-photo,
  .service-info .service-info_details {
    width: 100%;
  }

  .service-info .service-info_description {
    flex-direction: column;
    gap: 5px;
  }

  .service-info_description_item .service-info_description_item_icon {
    width: 25px;
    font-size: 24px;
  }

	.service-details_info_details_pricing {
		flex-direction: column;
	}
}

@media (max-width: 1199.98px) {
  .service-info {
    height: auto;
  }

  .service-info .service-info_description {
    flex-direction: column;
    gap: 5px;
  }

  .service-info_description_item .service-info_description_item_icon {
    width: 25px;
    font-size: 24px;
  }
}
