@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

.container-css {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-css {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-css {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-css {
    --bs-gutter-x: 1.5rem;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-css {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-css {
    max-width: 1320px;
  }
}

.hero-section {
  margin-top: 68px;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .hero-section {
    height: 600px;
  }
}
.hero-section__container {
  position: relative;
  z-index: 2; /* Añade esto */
}
.hero-section__title {
  text-wrap: balance;
}
.hero-section__content {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* margin-top: 1rem; */
  justify-content: center;
  z-index: 2;
  position: relative;
  align-items: end;
  text-align: right;
}
@media (max-width: 768px) {
  .hero-section__content {
    height: 600px;
    justify-content: start;
    padding-top: 32px;
    text-align: center;
    align-items: center;
  }
}
.hero-section__titles {
  text-wrap: balance;
}
/* @media (max-width: 768px) {
  .hero-section__titles {
    width: 100%;
  }
  .hero-section__titles-1 {
    width: 75%;
  }
  .hero-section__titles-3 {
    width: 75%;
  }
} */

.hero-section__button {
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #d050ef;
}
@media (max-width: 768px) {
  .hero-section__button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.hero-section__icon {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-section__subtitles {
  text-wrap: balance;
}
.hero-section .splide__arrow--next {
  right: 0.9em !important;
  opacity: 0.5 !important;
}
@media (max-width: 768px) {
  .hero-section .splide__arrow--next {
    right: 0.4em !important;
    opacity: 0.3 !important;
  }
}
.hero-section .splide__arrow--prev {
  left: 0.9em !important;
  opacity: 0.5 !important;
}
@media (max-width: 768px) {
  .hero-section .splide__arrow--prev {
    left: 0.4em !important;
    opacity: 0.3 !important;
  }
}
.hero-section .splide__pagination {
  bottom: 4.5rem !important;
}
.hero-section .splide__track,
.hero-section .splide__list {
  height: 70vh;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-section .splide__track,
  .hero-section .splide__list {
    height: 600px;
  }
}
.hero-section__paragraph {
  font-size: 18px;
  padding-bottom: 2rem;
  padding-top: 2rem;
  color: black;
  text-wrap: pretty;
}
.hero-section__paragraph span,
.hero-section__paragraph a {
  color: #0094d0;
}
@media (max-width: 768px) {
  .hero-section__paragraph {
    font-size: 16px;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

.slide1 {
  width: 100%;
  height: 70vh;
  /* background-image: url("assets/images/hero-slide-1.jpg"); */
  background-image: url("assets/images/slider/slider-resume.jpg");
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .slide1 {
    height: 600px;
    background-image: url("assets/images/slider/slider-mobile-resume.jpg");
  }
}
@media (max-width: 768px) {
  .slide1 {
    background-position: bottom !important;
  }
}

.slide2 {
  width: 100%;
  height: 70vh;
  /* background-image: url("assets/images/hero-slide-3.jpeg"); */
  background-image: url("assets/images/slider/slider-contratista.jpg");
  background-size: cover;
  background-position: 0% 65%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .slide2 {
    height: 600px;
    background-image: url("assets/images/slider/slider-contratista-mobile.jpg");
  }
}
@media (max-width: 768px) {
  .slide2 {
    background-position: bottom !important;
  }
}

.slide3 {
  width: 100%;
  height: 70vh;
  background-image: url("assets/images/slider/slider-cuidadora.jpg");
  background-size: cover;
  background-position: 0% 10%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .slide3 {
    height: 600px;
    background-image: url("assets/images/slider/slider-cuidadora-mobile.jpg");
  }
}
@media (max-width: 768px) {
  .slide3 {
    background-position: bottom !important;
  }
}

.slide4 {
  width: 100%;
  height: 70vh;
  background-image: url("assets/images/slider/slider-inquilino.jpg");
  background-size: cover;
  background-position: 0% 65%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .slide4 {
    height: 600px;
    background-image: url("assets/images/slider/slider-inquilino-mobile.jpg");
  }
}
@media (max-width: 768px) {
  .slide4 {
    background-position: bottom !important;
  }
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  /* background-color: rgba(0, 94, 149, 0.55); */
  /* background-color: rgba(0, 0, 0, 0.6); */
  z-index: 1; /* Añade esto */
}

@media (max-width: 768px) {
  .overlay {
    height: 600px;
  }
}

.features-section-container {
  background: #0094d0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.features-section h2 span {
  color: white;
}
.features-section .splide__arrow--next {
  display: none;
}
@media (max-width: 768px) {
  .features-section .splide__arrow--next {
    display: none;
  }
}
.features-section .splide__arrow--prev {
  display: none;
}
@media (max-width: 768px) {
  .features-section .splide__arrow--prev {
    display: none;
  }
}
.features-section .splide__pagination__page {
  bottom: -2.5rem !important;
}
.features-section .splide__pagination__page.is-active {
  background-color: white;
}
.features-section .splide__pagination__page {
  background-color: transparent;
  border: 1px solid white;
}

.features-new {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-right: 8px;
  margin-left: 8px;
}
.features-new__item {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1.15rem;
  align-items: center;
  justify-content: start;
  background: white;
  text-wrap: balance;
  width: 100%;
  font-size: 16px;
  position: relative; /* Añadido para posicionar el pseudo-elemento */
  transition: all 250ms ease-in-out;
}
@media (max-width: 768px) {
  .features-new__item {
    width: 100%;
    gap: 0.8rem;
    font-size: 14px;
  }
}
.features-new__item div {
  background-color: black;
  color: white;
  width: 18px;
  height: 18px;
}
.features-new__item p {
  font-weight: medium;
}
.features-new__item:hover {
  background-color: #f0f7fc;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  transition: all 250ms ease-in-out;
}

.contact-section {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .contact-section {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
.contact-section__container {
  padding: 1.8rem;
  border-radius: 8px;
  background-color: #387cbd;
}
.contact-section__title {
  text-wrap: balance;
  font-size: 24px;
}
@media (max-width: 768px) {
  .contact-section__title {
    font-size: 20px;
  }
}
.contact-section__form {
  position: relative;
}
@media (max-width: 768px) {
  .contact-section__form {
    margin-bottom: -0.2rem;
  }
}
@media (max-width: 768px) {
  .contact-section__form-button {
    position: absolute;
    right: 0;
    top: 105%;
  }
}

.contact-banner {
  /* margin-top: 4rem;
  margin-bottom: 2rem; */
  position: relative;
  background-image: url("assets/images/contact-banner.jpg");
  background-size: cover;
  background-position: 0% 25%;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .contact-banner {
    background-position: center;
    margin-top: 0rem;
  }
}
.contact-banner__item svg {
  width: 22px;
  height: 22px;
}
.contact-banner__content {
  z-index: 2;
  position: relative;
}
.contact-banner__title {
  text-wrap: balance;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .contact-banner__title {
    font-size: 24px;
  }
}
.contact-banner__text {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contact-banner__text {
    font-size: 16px;
  }
}

.overlay-contact-banner {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 1; /* Añade esto */
}

#toast-success {
  display: none;
  position: fixed; /* O cualquier otra posición que prefieras */
  bottom: 20px; /* Ajusta según sea necesario */
  right: 20px; /* Ajusta según sea necesario */
  z-index: 1000; /* Asegura que esté por encima de otros elementos */
}

/* CSS para mostrar el toaster */
#toast-success.show {
  display: block;
}

.pricing-section__card {
  background: #f0f7fc;
  border-radius: 8px;
  width: 100%;
  justify-content: space-between;
}
.pricing-section__card2 {
  background: #f0f7fc;
  border-radius: 4.5px;
  width: 100%;
  border: 1px solid #8ab9e5;
}
.pricing-section__title {
  width: 60%;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .pricing-section__title {
    width: 100%;
  }
}

.pricing-slide .splide {
  width: 100%;
}
.pricing-slide__hr {
  background-color: #0094d0;
  height: 2px;
}
.pricing-slide__title {
  color: #0094d0;
  text-wrap: balance;
}
.pricing-slide__slide {
  border: 2px solid #0094d0;
  padding: 1.25rem;
  border-radius: 8px;
  width: 100%;
}
.pricing-slide__button-container {
  display: flex;
  width: 100%;
}
.pricing-slide__button {
  z-index: 10 !important;
  width: 100%;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #2e84c4;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .pricing-slide__button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}
.pricing-slide__button:hover {
  z-index: 10 !important;
}
.pricing-slide .splide__arrow--next {
  display: flex;
}
@media (max-width: 768px) {
  .pricing-slide .splide__arrow--next {
    display: none;
  }
}
.pricing-slide .splide__arrow--prev {
  display: flex;
}
@media (max-width: 768px) {
  .pricing-slide .splide__arrow--prev {
    display: none;
  }
}
.pricing-slide .splide {
  position: relative;
}
.pricing-slide .splide__pagination__page.is-active {
  background-color: #000;
}
.pricing-slide .splide:not(.is-overflow) .splide__pagination {
  /* display: none; */
  position: absolute;
  display: flex !important;
  bottom: 0.1rem !important;
  gap: 0.35rem !important;
}

.title-pricing-buttons {
  text-wrap: balance;
  font-size: 24px;
}
@media (max-width: 768px) {
  .title-pricing-buttons {
    font-size: 18px;
  }
}

.title-color-pricing {
  color: #0094d0;
}

.text-pricingmodal {
  text-wrap: balance;
}

.pricing-button-text {
  width: 100%;
  background-color: #0094d0;
  color: white;
}
.pricing-button-text:hover {
  background-color: #0094d0;
  color: white;
}
.pricing-button-text__2 {
  width: 100%;
  border: solid 1px #0094d0;
  color: #0094d0;
}
.pricing-button-text__2:hover {
  background-color: #0094d0;
  color: white;
}

.title-pricing-modal {
  color: #0094d0;
}

.banner {
  display: none;
}
@media (max-width: 768px) {
  .banner {
    display: flex;
    background-image: url("assets/images/img1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 550px;
    position: relative;
  }
}
.banner__title {
  padding-top: 2.6rem;
  font-size: 16px;
}
.banner__cta {
  position: absolute;
  bottom: -10%;
  z-index: 2;
}
.banner__cta button {
  background-color: #0094d0;
}

.title-brands {
  font-size: 26px;
}
@media (max-width: 768px) {
  .title-brands {
    font-size: 16px;
  }
}

.main-cart__resume {
  display: initial !important;
  width: 500px;
}
.main-cart__subbuttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
@media (max-width: 768px) {
  .main-cart__subbuttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-cart__resumeprice {
  display: grid;
}
.main-cart__resumeprice2 {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.main-cart__buttonback {
  height: 40px;
  width: 30%;
  display: initial;
}
@media (max-width: 768px) {
  .main-cart__buttonback {
    display: none;
    width: 100%;
  }
}
.main-cart__buttonback-2 {
  display: none;
}
@media (max-width: 768px) {
  .main-cart__buttonback-2 {
    display: initial;
    width: 100%;
  }
}
.main-cart__informartion ol {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-cart__navigation {
  display: flex;
}

/* Estilos para pantallas mayores a 600px (estilo de tabla normal) */
@media screen and (min-width: 600px) {
  .tabla-vertical-movil {
    display: none;
  }
}
/* Estilos para pantallas menores a 600px */
@media screen and (max-width: 599px) {
  .tabla-normal {
    display: none;
  }
  .tabla-vertical-movil {
    display: block;
    /* Aquí puedes añadir más estilos para mejorar la presentación */
  }
}
.button-start-step {
  display: flex;
  justify-content: start;
  align-items: center;
}

.formulario-step {
  width: 100%;
}
@media (max-width: 768px) {
  .formulario-step {
    width: 100%;
  }
}

.services-main {
  padding-top: 8rem;
}
.services-main__services {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .services-main__services {
    grid-template-columns: 1fr;
  }
}
.services-main__test {
  display: flex;
  align-items: start;
  justify-content: start;
}

.successpage-main {
  position: relative;
  height: 100vh;
  z-index: 22;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.successpage-main__icon {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  margin-bottom: 38px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}
@media (max-width: 768px) {
  .successpage-main__icon {
    width: 190px;
    height: 190px;
  }
}
.successpage-main__title-1 {
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 81.25% */
}
@media (max-width: 768px) {
  .successpage-main__title-1 {
    font-size: 48px;
  }
}
.successpage-main__title-2 {
  margin-top: 1.8rem;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 26px; /* 81.25% */
}
@media (max-width: 768px) {
  .successpage-main__title-2 {
    font-size: 18px;
    margin-top: 1.4rem;
  }
}
.successpage-main__title-3 {
  margin-top: 1.95rem;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 26px; /* 81.25% */
}
@media (max-width: 768px) {
  .successpage-main__title-3 {
    font-size: 18px;
    margin-top: 1.65rem;
    width: 80%;
  }
}
.successpage-main__button {
  text-align: center;
  margin-top: 2.5rem;
  width: 100%;
  color: white;
  border-radius: 8px;
  max-width: 300px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 18px;
  padding-left: 18px;
  background: var(--Gris_1, #1f2938);
}
@media (max-width: 768px) {
  .successpage-main__button {
    margin-top: 2rem;
  }
}

.sucess-overlay {
  background-color: rgb(0, 148, 208);
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 21; /* Mayor que el z-index del navbar */
  opacity: 0.95;
}

html {
  scroll-behavior: smooth;
}

.nav-button {
  background-color: #007fc7;
}

.main-cart {
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .main-cart {
    padding-top: 6.5rem;
    margin-bottom: 3rem;
  }
}
.swiper {
  width: auto;
  height: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px !important;
  color: black;
} /*# sourceMappingURL=styles.css.map */
