@font-face {
  font-family: "Kenyan-Coffee-bd";
  src: url("../fonts/kenyan-coffee-bd.ttf");
}
@font-face {
  font-family: "Kenyan-Coffee-rg";
  src: url("../fonts/kenyan-coffee-rg.ttf");
}
@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway-Medium.ttf");
}
@font-face {
  font-family: "Raleway-Black";
  src: url("../fonts/Raleway-Black.ttf");
}
body {
  font-family: "Raleway-Medium";
  font-size: 20px;
  color: #475467;
  padding-top: 90px;
}

.border {
  border: 1px dashed #ff0000 !important;
}

a {
  text-decoration: none !important;
}

.p-relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

.txt-black {
  color: #000;
}

.txt-white {
  color: #fff;
}

.txt-gray {
  color: #475467;
}

.txt-blue {
  color: #155eef;
}

.upper {
  text-transform: uppercase;
}

.subt-level2 {
  text-shadow: 0px 0px 46px rgba(0, 0, 0, 0.59);
  font-family: "Kenyan-Coffee-rg";
  font-size: 60px;
}

.txt-shadownone {
  text-shadow: none !important;
}

.btn1 {
  font-family: "Raleway-Medium";
  background-color: #93c020 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 8px 20px;
  font-size: 18px;
  transition: 0.3s ease all;
}

.btn1:hover {
  letter-spacing: 2px;
}

.flexbox-responsive {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .flexbox-responsive {
    flex-direction: column;
  }
  .blockmobile {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contacto-inline {
    flex-direction: column;
  }
}
header {
  background-color: #eef4ff;
}

#MainMenu {
  display: flex;
  align-items: center;
  list-style-type: none;
}

#MainMenu li a {
  font-family: "Raleway-Medium";
  font-size: 18px;
  padding: 0 14px;
  color: #155eef;
  display: inline-block;
  transition: 0.3s ease all;
}

#MainMenu li a:hover {
  box-shadow: 0px 7px 0px -4px rgba(71, 84, 103, 0.75);
  color: #475467 !important;
}

#MainMenu img {
  width: 150px;
}

.menu-active {
  box-shadow: 0px 7px 0px -4px rgba(71, 84, 103, 0.75);
  color: #475467 !important;
  font-weight: bold;
}

.sticky {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.sticky .main-logo {
  width: 70%;
  transition: 0.3s ease all;
}

.sticky #MainMenu img {
  width: 100px;
  transition: 0.3s ease all;
}

/* Mobile */
.navbar-toggler {
  box-shadow: none !important;
  background-color: #155eef;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 80%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background: url("../images/back-home.jpg");
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

.offcanvas .btn-close {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1 !important;
}

#mobile-menu li a {
  color: #155eef;
}

#mobile-menu li a:hover,
#mobile-menu .activemobile {
  background-color: #155eef;
  color: #fff;
}

@media (max-width: 767px) {
  .sticky {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sticky .main-logo {
    width: 80%;
  }
}
footer {
  padding-bottom: 30px;
}

footer, footer a {
  color: #475467;
  font-size: 18px;
}

#back_home {
  background: url("../images/back-home.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gray-img-home {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  z-index: 1;
}

.home-hover1:hover .gray-img-home,
.home-hover2:hover .gray-img-home {
  filter: grayscale(0);
}

#BannerHome {
  padding: 150px 50px 200px 50px;
}

#BannerHome h1 {
  font-family: "Kenyan-Coffee-rg";
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.89);
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}

#que-hacemos {
  padding: 100px 50px;
}

.cardsHome {
  margin: 0 30px;
  background-position: center !important;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  height: 380px;
}

.cardsHome h3 {
  font-size: 24px;
  font-weight: bold;
}

.cardsHome ul li {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

.cardsHome.uno {
  background: #72C400 url("../images/back_nomina.jpg");
}

.cardsHome.dos {
  background: #72C400 url("../images/back_seguro.jpg");
}

.cardsHome.tres {
  background: #72C400 url("../images/back_obligaciones.jpg");
}

.cardsHome.cuatro {
  background: #72C400 url("../images/back_timbrado.jpg");
}

.cardsHome.cinco {
  background: #72C400 url("../images/back_dispersion.jpg");
}

.cardsHome.seis {
  background: #72C400 url("../images/back_contrataciones.jpg");
}

@media (max-width: 767px) {
  .gray-img-home {
    width: 100%;
    height: auto;
  }
  #BannerHome {
    padding: 50px 10px 100px 10px;
  }
  #BannerHome h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .quienes_somos {
    padding: 0 30px;
    text-align: center !important;
  }
  #que-hacemos {
    padding: 50px 10px;
  }
}
#back_nosotros {
  background: url("../images/back-nosotros.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gray-img-nosotros {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  filter: grayscale(100%);
  z-index: 1;
}

.nosotros-hover1 {
  filter: grayscale(100%);
}

.nosotros-hover1:hover,
.nosotros-hover2:hover .gray-img-nosotros {
  filter: grayscale(0);
}

#solucion_integral {
  padding: 160px 30px;
}

#solucion_integral h1 {
  font-family: "Kenyan-Coffee-rg";
  text-shadow: 4px 4px 13px rgb(0, 0, 0);
  font-size: 60px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

#solucion_integral h1 small {
  font-family: "Raleway-Medium";
  font-size: 40%;
  font-weight: bold;
}

.precios {
  background-color: #93c020;
  font-family: "Raleway-Medium";
  color: #fff;
  font-size: 36px;
  line-height: 26px;
}

.f100 {
  font-size: 100px;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  #solucion_integral {
    padding: 50px 20px;
  }
  #solucion_integral h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #solucion_integral h1 small {
    font-size: 40%;
    line-height: 20px !important;
  }
  .f100 {
    font-size: 50px;
  }
}
#back_servicios {
  background: url("../images/back-servicios.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#servicios {
  padding: 100px 50px 200px 50px;
}

.gray-img-servicios {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  z-index: 1;
}

.servicios-hover1:hover .gray-img-servicios {
  filter: grayscale(0);
}

.servicios img {
  width: 60%;
}

.servicios h3 {
  text-shadow: 10px 10px 10px rgb(0, 0, 0);
  font-family: "Raleway-Medium";
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.servicios:hover {
  cursor: pointer;
}

.servicios:hover img {
  transition: 0.3s ease all;
  scale: 1.1;
}

.servicios:hover h3 {
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  color: #72C400;
}

#ModalMaquila .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 5px;
}

.modal-header {
  border: none !important;
}

.modal-body {
  padding: 20px 40px;
}

.modal-content {
  background: url("../images/back-servicios.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

#ModalMaquila .modal-title,
#ModalRepse .modal-title,
#ModalOptimiza .modal-title,
#ModalRecluta .modal-title,
#ModalEstudios .modal-title,
#ModalPruebas .modal-title,
#ModalExamenes .modal-title,
#ModalAsesoria .modal-title {
  font-family: "Kenyan-Coffee-rg" !important;
  color: #155eef !important;
  font-size: 34px !important;
}

#CarTestimonios .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #72C400;
  border-radius: 50% !important;
}

#CarTestimonios .carousel-control-prev-icon {
  background-image: url("../images/left.png");
}

#CarTestimonios .carousel-control-next-icon {
  background-image: url("../images/right.png");
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
}

.beneficios img {
  width: 40px;
}

.beneficios h3 {
  font-family: "Raleway-Black";
  color: #475467;
}

.beneficios ul li {
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 767px) {
  #servicios {
    padding: 50px 50px 50px 50px;
  }
  .gray-img-servicios {
    width: 100%;
    height: auto;
  }
  .servicios h3 {
    text-shadow: 5px 5px 50px rgb(0, 0, 0) !important;
    color: #155eef;
  }
  .carousel-control-next, .carousel-control-prev {
    bottom: 300px;
  }
  .carousel-indicators {
    bottom: -50px;
  }
}
#back_contacto {
  background: url("../images/back_contacto.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#contacto {
  padding: 100px 50px 200px 50px;
}

.gray-img-contacto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  z-index: 1;
}

.contacto-hover1:hover .gray-img-contacto {
  filter: grayscale(0);
}

#contact_form .form-control {
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.9);
  color: #475467;
}

textarea {
  resize: none !important;
}

#acc_faqs .accordion-header button {
  font-family: "Raleway-Medium";
  font-size: 20px;
  background-color: #93c020;
  color: #fff;
  box-shadow: none !important;
}

#acc_faqs .accordion-body {
  background-color: #fff !important;
  font-size: 18px !important;
  line-height: 20px;
}

.whatsapp {
  color: #475467;
  font-weight: 900;
  font-size: 30px;
}

.whatsapp:hover {
  color: #155eef;
}

@media (max-width: 767px) {
  #contacto {
    padding: 20px 20px 200px 20px;
  }
  #contact_form h2 {
    font-size: 40px !important;
  }
}
#back_landing {
  background: url("../images/back_landing.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#header-landing {
  background: url("../images/header_landing.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-landing {
  list-style-type: none;
}

.list-landing li {
  text-shadow: 0px 0px 29px rgb(0, 0, 0);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.list-landing img {
  width: 40px;
}

.aliados-landing {
  font-family: "Raleway-Black";
  text-shadow: 0px 0px 29px rgb(0, 0, 0);
  color: #fff;
}

#form_landing1, #form_landing2 {
  background-color: #fff;
  padding: 70px 50px;
}

#form_landing1 .form-control,
#form_landing2 .form-control {
  background-color: #f2f7ff;
  border-radius: 20px;
  border: none !important;
  box-shadow: none !important;
  padding: 0.5rem 0.75rem;
}

#form_landing1 .form-label,
#form_landing2 .form-label {
  margin-bottom: 0 !important;
  color: #155eef;
  font-weight: 800;
}

.slick-slider .slick-slide {
  font-size: 22px;
  line-height: 22px;
  padding: 80px 30px 20px 30px;
  border-radius: 20px;
  margin-right: 40px;
  height: 250px;
}

.slick-slider .slick-slide:nth-child(odd) {
  background-color: rgba(147, 192, 32, 0.2);
  background-image: url("../images/green-check.png");
  background-size: 40px;
  background-position: left 40px top;
  background-repeat: no-repeat;
  color: #93c020;
}

.slick-slider .slick-slide:nth-child(even) {
  background-color: rgba(21, 94, 239, 0.2);
  background-image: url("../images/blue-check.png");
  background-size: 40px;
  background-position: left 40px top;
  background-repeat: no-repeat;
  color: #155eef;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  opacity: 1 !important;
  color: #155eef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#testimonios {
  background: url("../images/testimonios2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.txtTestimonios {
  text-shadow: 5px 5px 22px rgb(0, 0, 0);
  padding: 100px;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-style: italic;
  font-weight: 700;
}

#car_testimonios .carousel-indicators {
  margin-bottom: -50px;
}

#car_testimonios .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.cardsLanding {
  margin: 0 30px;
  background-position: center !important;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  height: 380px;
}

.cardsLanding h3 {
  font-size: 24px;
  font-weight: bold;
}

.cardsLanding ul li {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

.cardsLanding.uno {
  background: #72C400 url("../images/back_nomina.jpg");
  transition: 0.2s ease all;
}

.cardsLanding.uno:hover {
  background: #005ff8 url("../images/back_nomina2.jpg");
  transform: scale(1.07);
}

.cardsLanding.dos {
  background: #72C400 url("../images/back_seguro.jpg");
  transition: 0.2s ease all;
}

.cardsLanding.dos:hover {
  background: #005ff8 url("../images/back_seguro2.jpg");
  transform: scale(1.07);
}

.cardsLanding.tres {
  background: #72C400 url("../images/back_obligaciones.jpg");
  transition: 0.2s ease all;
}

.cardsLanding.tres:hover {
  background: #005ff8 url("../images/back_obligaciones2.jpg");
  transform: scale(1.07);
}

.cardsLanding.cuatro {
  background: #72C400 url("../images/back_timbrado.jpg");
  transition: 0.2s ease all;
}

.cardsLanding.cuatro:hover {
  background: #005ff8 url("../images/back_timbrado2.jpg");
  transform: scale(1.07);
}

.cardsLanding.cinco {
  background: #72C400 url("../images/back_dispersion.jpg");
  transition: 0.2s ease all;
}

.cardsLanding.cinco:hover {
  background: #005ff8 url("../images/back_dispersion2.jpg");
  transform: scale(1.07);
}

.cardsLanding.seis {
  background: #72C400 url("../images/back_contrataciones.jpg");
  transition: 0.2s ease all;
}

.cardsLanding.seis:hover {
  background: #005ff8 url("../images/back_contrataciones2.jpg");
  transform: scale(1.07);
}

.card_ventajas {
  box-shadow: 0px 0px 29px rgba(21, 94, 239, 0.2);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 30px 20px;
  height: 340px;
}

.card_ventajas p {
  font-size: 16px;
  line-height: 18px;
  color: #475467;
}

.card_ventajas img {
  width: 50px;
  margin-bottom: 10px;
}

.card_ventajas:hover {
  background-color: rgba(147, 192, 32, 0.3);
}

.img_ventaja11, .img_ventaja12, .img_ventaja13, .img_ventaja14, .img_ventaja15,
.img_ventaja16, .img_ventaja17, .img_ventaja18, .img_ventaja19, .img_ventaja20 {
  display: none;
}

.ventajas1:hover .img_ventaja11 {
  display: block;
}

.ventajas1:hover .img_ventaja1 {
  display: none;
}

.ventajas2:hover .img_ventaja12 {
  display: block;
}

.ventajas2:hover .img_ventaja2 {
  display: none;
}

.ventajas3:hover .img_ventaja13 {
  display: block;
}

.ventajas3:hover .img_ventaja3 {
  display: none;
}

.ventajas4:hover .img_ventaja14 {
  display: block;
}

.ventajas4:hover .img_ventaja4 {
  display: none;
}

.ventajas5:hover .img_ventaja15 {
  display: block;
}

.ventajas5:hover .img_ventaja5 {
  display: none;
}

.ventajas6:hover .img_ventaja16 {
  display: block;
}

.ventajas6:hover .img_ventaja6 {
  display: none;
}

.ventajas7:hover .img_ventaja17 {
  display: block;
}

.ventajas7:hover .img_ventaja7 {
  display: none;
}

.ventajas8:hover .img_ventaja18 {
  display: block;
}

.ventajas8:hover .img_ventaja8 {
  display: none;
}

.ventajas9:hover .img_ventaja19 {
  display: block;
}

.ventajas9:hover .img_ventaja9 {
  display: none;
}

.ventajas10:hover .img_ventaja20 {
  display: block;
}

.ventajas10:hover .img_ventaja10 {
  display: none;
}

footer {
  background: url("../images/back_footer.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacto-footer, .contacto-footer a {
  text-shadow: 0px 0px 29px rgb(0, 0, 0);
  color: #fff !important;
}

.contacto-footer a:hover {
  color: #72C400 !important;
}

@media (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
  #header-landing .colform1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #testimonios {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .txtTestimonios {
    padding: 30px;
  }
  #servicios_nomina h2,
  #sw_incluido h2 {
    font-size: 40px !important;
  }
  .card_ventajas p {
    font-size: 26px;
    line-height: 28px;
    color: #475467;
  }
  #last_form .formcontainer {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  footer {
    paddig-bottom: 50px !important;
    text-align: center !important;
  }
  footer,
  footer h1,
  footer ul li {
    text-align: center !important;
  }
}/*# sourceMappingURL=styles.css.map */