@font-face {
  font-family: "Franklin Gothic Demi";
  src: url("../fonts/FranklinGothic-Demi.eot");
  src: url("../fonts/FranklinGothic-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FranklinGothic-Demi.woff") format("woff"), url("../fonts/FranklinGothic-Demi.ttf") format("truetype"), url("../fonts/FranklinGothic-Demi.svg#FranklinGothic-Demi") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Franklin Gothic Book";
  src: url("../fonts/FranklinGothic-Book.eot");
  src: url("../fonts/FranklinGothic-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FranklinGothic-Book.woff") format("woff"), url("../fonts/FranklinGothic-Book.ttf") format("truetype"), url("../fonts/FranklinGothic-Book.svg#FranklinGothic-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Franklin Gothic Book", arial;
  font-size: 18px;
  color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Franklin Gothic Demi", arial;
}

.text-bold {
  font-weight: bold;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.width-100 {
  width: 100%;
}

.max-width-100 {
  max-width: 100%;
}

.img-max-400 {
  max-width: 400px;
}

.img-max-300 {
  max-width: 300px;
}

.img-gray {
  filter: grayscale(100%);
}

.underline-yellow {
  border-bottom: 5px solid #FAA62C;
}

a {
  cursor: pointer;
}

.img-fluid {
  width: 100%;
}

.image-max-150 {
  max-width: 150px;
}

.img-max-w-250 {
  max-width: 250px;
}

.language-selector li {
  font-size: 10px !important;
  padding: 0px 3px;
}

.text-yellow {
  color: #FAA62C;
}

.background-yellow {
  background-color: #FAA62C;
}

.background-secondary_blue {
  background-color: #0679B4;
}

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

.language-selector a {
  font-size: 10px !important;
  background-color: #ececec;
  border-radius: 9px;
  opacity: 0.6;
  cursor: default;
  text-align: center;
}
.language-selector a:hover {
  font-size: 10px !important;
  background-color: #FAA62C;
  color: #ffffff;
}
.language-selector .active {
  font-size: 10px !important;
  opacity: 1;
  cursor: pointer;
}
.language-selector .unactive {
  font-size: 10px !important;
}
.language-selector .unactive:hover {
  font-size: 10px !important;
  background-color: #ececec;
  color: #707070;
}

.hs-form-field {
  color: #fff;
}

.dropdown-menu .dropdown-item {
  line-height: 30px !important;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0px 3px 20px #00000029;
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.navbar-custom .navbar-brand img {
  max-width: 180px;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.navbar-toggler-icon {
  background-image: url(../assets/images/layout/menu.svg);
}

#navbarResponsive .nav-item {
  padding: 0px 5px;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: 100% auto;
  background-image: url(../assets/images/layout/hero-background.svg);
  min-height: 100vh;
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}
header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}
header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}
@media (max-height: 930px) {
  header.masthead {
    background-image: url(../assets/images/layout/hero-background-small.svg);
  }
}
@media (max-width: 768px) {
  header.masthead {
    background-image: url(../assets/images/layout/hero-background-small.svg);
    background-position: 0px -130vh !important;
    background-position: 0px !important;
    margin-bottom: 30px;
  }
}
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.4rem;
}

h2 {
  font-size: 2.3rem;
}

.box-shadow {
  box-shadow: 0 0 12px #00000029;
}
.box-shadow:hover {
  box-shadow: 0 0 40px #00000040;
}

.primary-blue {
  color: #00457E;
}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  border-radius: 0px;
  width: 100%;
  max-width: 360px;
  font-family: "Franklin Gothic Demi", arial;
  text-transform: uppercase;
  line-height: 1.8rem;
}

.btn-yellow {
  background-color: #FAA62C;
  border-color: #FAA62C;
}
.btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover {
  background-color: #bc7104 !important;
  border-color: #bc7104 !important;
}
.btn-yellow:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-custom-lg {
  font-size: 25px;
}

.btn-custom-md {
  font-size: 18px;
}

.nav-item a {
  color: #707070;
  text-transform: capitalize !important;
  font-size: 17px !important;
  line-height: 1.5px;
  letter-spacing: 0.3px !important;
  font-family: "Franklin Gothic Book";
  font-weight: 400 !important;
}

.navbar-custom .nav-link {
  line-height: 1rem;
}

.active {
  font-weight: 600 !important;
}
.active a {
  color: #00457E;
  font-weight: 600 !important;
}

.btn-nav_portal {
  color: #FAA62C !important;
  background-color: #fff;
  padding: 15px !important;
  border: 2px solid #FAA62C;
  font-family: "Franklin Gothic Demi" !important;
}
.btn-nav_portal a {
  color: #FAA62C !important;
  font-weight: bolder !important;
}

.btn-nav_demo {
  color: #fff !important;
  background-color: #FAA62C;
  padding: 15px !important;
  border: 2px solid #FAA62C;
  font-family: "Franklin Gothic Demi" !important;
}

.columns-2 {
  column-count: 2;
}

.list-inine li {
  display: inline-block;
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  display: none;
}

.top-section {
  padding-top: calc(6rem + 55px);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

#navbarResponsive .nav-item {
  padding: 0px;
}

strong {
  font-family: "Franklin Gothic Demi", arial;
}

.width-100 {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .redes-sociales {
    text-align: center !important;
  }

  .columns-2 {
    column-count: 1;
  }
}
@media (max-width: 992px) {
  .nav-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-collapse {
    padding-top: 15px !important;
  }
}
footer {
  background-color: #073357;
}
footer h3 {
  font-size: 20px;
}
footer ul {
  padding: 0px;
}
footer ul li {
  list-style: none;
}
footer .redes-sociales img {
  margin: 5px;
  max-width: 30px;
  width: 100%;
  min-width: 30px;
}
footer a:link {
  color: #FAA62C;
}
footer a:visited {
  color: #FAA62C;
}
footer .logo {
  width: 100%;
  max-width: 150px;
}
footer .mapa-lista a {
  color: #fff;
}
footer .mapa-lista a:hover {
  color: #FAA62C;
}
footer .cert-avales {
  background-color: #FAA62C;
  border-color: #FAA62C;
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  max-width: 360px;
  font-family: "Franklin Gothic Demi", arial;
  text-transform: uppercase;
  line-height: 1.8rem;
  text-align: center;
}

.prefooter {
  background-color: #083E6A;
}

@media (max-width: 767px) {
  footer ul {
    column-count: 1;
  }
  footer .logo {
    margin: 0 auto;
  }
}
.home-servicios .icon {
  width: 100%;
  max-width: 100px;
  padding-bottom: 20px;
}
.home-servicios h3 {
  color: #00457E;
  font-size: 1.4em;
}

.card {
  border: 0px;
  border-radius: 0px;
}

.custom-header-h {
  padding-top: calc(10vh + 80px) !important;
}

.home-calculos {
  background-color: #f8f9fa;
}
.home-calculos .timeline {
  font-size: 0.9rem;
  line-height: 1rem;
}
.home-calculos .timeline .paso-number {
  text-align: center;
  min-width: 60px;
  width: 30%;
  float: left;
  position: relative;
  background-color: #f2f2f2;
  box-shadow: 0px 9px 15px #00000038;
}
.home-calculos .timeline .paso-number small {
  display: inline-block;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
}
.home-calculos .timeline .paso-number strong {
  display: inline-block;
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  font-family: "Franklin Gothic Demi";
  font-weight: 400;
}
.home-calculos .timeline .paso-number:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 0px solid transparent;
  border-top: 15px solid #f2f2f2;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: 0 auto;
}
.home-calculos .timeline .paso-body {
  width: 70%;
  min-width: 100px;
  float: left;
}
.home-calculos .loading-bar {
  background-color: #707070;
  width: 100%;
  height: 10px;
  border-radius: 20px;
}
.home-calculos .naranja {
  background-image: linear-gradient(to right, #faa52c, #ff4500);
}
.home-calculos .azul {
  width: 80%;
  background-image: linear-gradient(to right, #0679b4, #00457e);
}

.con-sicos h4 {
  color: #00457E;
  font-weight: bolder;
  margin-bottom: 0;
}
.con-sicos p {
  font-size: 1.1rem;
  font-family: "Franklin Gothic Demi";
  line-height: 1.3rem;
}
.con-sicos span {
  background-color: #FAA62C;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.con-sicos.timeline .paso-number {
  background-color: #00457E;
  color: #fff;
}
.con-sicos.timeline .paso-number:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #00457E;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: 0 auto;
}
.con-sicos h3 {
  color: #00457E;
}

.bg-gray {
  background-color: #707070;
}

.bg-white {
  background-color: #fff;
}

.funciones-image {
  width: 100%;
}

.bg-blue-2 {
  background-color: #172850;
}

.home-funciones .caja-select {
  min-height: 225px;
  height: 50%;
  position: relative;
  cursor: pointer;
  line-height: 1.6rem;
}
.home-funciones .caja-select.active {
  background-color: #eef1f5 !important;
}
.home-funciones .caja-select .icon {
  max-width: 50px;
}
.home-funciones .caja-select strong {
  width: 100%;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 800;
  font-family: "Franklin Gothic Demi";
}
.home-funciones .caja-select strong:after {
  content: "+";
  font-family: "Franklin Gothic Demi";
  font-weight: bolder;
  color: #FAA62C;
  margin-left: 10px;
}
.home-funciones .caja-select p {
  font-size: 1rem;
  line-height: 1.2rem;
}

.mobile-img-100 {
  width: 100%;
}

.p-relative {
  position: relative;
}

.imss-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.imss-text strong {
  font-family: "Franklin Gothic Demi", arial;
}
.imss-text span {
  padding: 0px 10px;
  background-color: #FAA62C;
  color: #ffffff;
}

.esquinas-tb:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../assets/images/layout/esquina-bl.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15px;
  left: -15px;
}
.esquinas-tb:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../assets/images/layout/esquina-tr.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: -15px;
  right: -15px;
}
.esquinas-tb img {
  width: 100%;
  height: auto;
}

.home-soluciones_box {
  background-image: url(../img/home/soluciones-dia-dia.jpg);
  background-color: red;
}

.home-cliente {
  background-image: linear-gradient(to bottom, #00457e, #0679b4);
  overflow: hidden;
}

.home-clientes-gray {
  background: #e9ecef;
}

#carouselLogos {
  background-color: transparent;
}
#carouselLogos .carousel-control-next {
  background-image: url(../assets/images/layout/flecha-der.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
  right: -20px;
}
#carouselLogos .carousel-control-prev {
  background-image: url(../assets/images/layout/flecha-izq.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  left: -20px;
}

.imagen-home {
  padding: 0rem;
}

.max-w-250 {
  max-width: 250px;
}

.home-funciones .caja-select strong {
  font-weight: 500;
}

.slick-next:before {
  color: transparent;
  display: block;
  width: 30px !important;
  height: 60px !important;
  background-image: url(../img/layout/flecha-der.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
  margin-top: -20px;
}

.slick-prev:before {
  color: transparent;
  display: block;
  width: 30px !important;
  height: 60px !important;
  background-image: url(../img/layout/flecha-izq.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
  margin-top: -20px;
}

.slick-dots {
  opacity: 0;
}

.slick-prev:before {
  font-size: 0;
  content: "" !important;
}

.slick-next:before {
  font-size: 0;
  content: "" !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px 20px;
}

.nuestro-prensa_home_box {
  border-top: 5px solid #FAA62C;
}

.prensa-home-titulo {
  color: #707070;
  font-family: "Franklin Gothic Demi";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.prensa-home-tags {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 10px;
}

.prensa-home-link {
  color: #00457E;
  font-family: "Franklin Gothic Demi";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
}

.prensa-body {
  padding-top: 20px !important;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.prensa-control {
  text-align: right;
  height: 50px;
  position: absolute;
  bottom: 0px;
}
.prensa-control .col-md-4 {
  height: 50px;
}

.carousel-indicators {
  display: none;
}

.control-prensa {
  text-align: right;
  z-index: 2;
}
.control-prensa a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #FAA62C;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  opacity: 0.8;
  cursor: pointer;
}

.control-prensa-l {
  background-image: url(../img/layout/FlechaIZQ.svg);
}
.control-prensa-l:hover {
  opacity: 1;
  transition: all 0.5s;
}

.control-prensa-r {
  background-image: url(../img/layout/FlechaDER.svg);
}
.control-prensa-r:hover {
  opacity: 1;
  transition: all 0.5s;
}

.btn-primary-plus {
  max-width: 190px !important;
}

.box-border {
  border: 2px solid #00000029;
}

.proceso-sicoss-box .card {
  padding-top: 0px !important;
  margin-top: 10px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.proceso-sicoss-box ul {
  list-style-type: none;
  padding: 0;
}
.proceso-sicoss-box li {
  font-size: 20px;
  color: #D62C2C;
  border-bottom: solid 1px #c7c7c7;
  padding: 15px 10px;
  min-height: 80px;
  border-bottom: 1px solid #e9ecef;
}
.proceso-sicoss-box :last-child {
  border-bottom: solid 0px #707070;
}
.proceso-sicoss-box .proceso-con {
  color: #6DB564;
}
.proceso-sicoss-box span {
  color: #707070;
  font-size: 12px;
  display: inline-block;
  line-height: 0.8rem;
  font-family: "Franklin Gothic Demi", arial;
}

.titulo-proceso {
  background: #FAFAFA;
  padding: 30px 10px;
  line-height: 1rem;
  font-size: 13px;
  min-height: 110px;
}

.title_min-height {
  min-height: 120px;
}

.m-5px {
  margin: 5px !important;
}

.con {
  color: #fff;
  background: #0679B4;
}
.con span {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: bolder;
}
.proceso-sicoss h4 {
  color: #00457E;
  padding: 20px 0px;
}

.proceso-nomina li {
  color: #707070;
  font-size: 11px;
  line-height: 1rem;
  padding: 5px;
}
.proceso-nomina li span {
  font-size: 13px;
  line-height: 1.2rem;
  font-family: "Franklin Gothic Demi", arial;
}
.proceso-nomina h3 {
  color: #FAA52C;
  font-size: 20px;
  font-family: "Franklin Gothic Demi", arial;
  margin-bottom: 0px;
}

.p-long strong {
  font-family: "Franklin Gothic Demi", arial;
}

#tabla-compara h4 {
  margin-bottom: 40px;
}

.quote-blue_box {
  background-color: #0679b4;
}
.quote-blue_box .quote-title_light {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-family: "Franklin Gothic Book";
  line-height: 3rem;
  position: relative;
}
.quote-blue_box .quote-title_bold {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 3rem;
  position: relative;
}
.quote-blue_box .quote-title_bold .quote-open {
  background: green;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
}
.quote-blue_box .quote-title_bold .quote-close {
  background: red;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 6px;
}

.blue-box__title {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-family: "Franklin Gothic Book";
  line-height: 3.4rem;
  position: relative;
}
.blue-box__title strong {
  font-family: "Franklin Gothic Demi", arial;
}
.blue-box__title span {
  padding: 0px 10px;
  color: #ffffff;
  background-repeat: no-repeat;
}
.blue-box__title span img {
  max-width: 30px;
}

.box-yellow_title {
  font-family: "Franklin Gothic Demi", arial;
  background-color: #FAA62C;
}

.logo-imss {
  width: 100%;
}

.card-gray {
  background-color: #f8f9fa;
}

.contact-li ul {
  padding: 0px;
}
.contact-li li {
  font-size: 20px;
  background-color: #fff;
  list-style: none;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  padding: 18px;
  cursor: pointer;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 20px;
}
.contact-li li.icon-envelope {
  background-image: url(../img/demo/email_orange.svg);
}
.contact-li li.icon-tel {
  background-image: url(../img/demo/tel_orange.svg);
}
.contact-li li.icon-marker {
  background-image: url(../img/demo/marker_orange.svg);
  background-size: 40%;
}
.contact-li li.icon-whatsapp {
  background-image: url(../img/demo/whatsapp_orange.svg);
}
.contact-li li:hover {
  background-color: #FAA62C;
}
.contact-li li:hover.icon-envelope {
  background-image: url(../img/demo/email_white.svg);
}
.contact-li li:hover.icon-tel {
  background-image: url(../img/demo/tel_white.svg);
}
.contact-li li:hover.icon-marker {
  background-image: url(../img/demo/marker_white.svg);
}
.contact-li li:hover.icon-whatsapp {
  background-image: url(../img/demo/whatsapp_white.svg);
}
.contact-li img {
  fill: #fff;
  max-width: 35px;
  max-height: 35px;
}

.image-w100 img {
  width: 100%;
}

.soporte-sidebar_ul {
  padding: 0px;
}
.soporte-sidebar_ul li {
  list-style: none;
  margin-bottom: 20px;
}
.soporte-sidebar_ul li a {
  color: #707070;
}

.soporte-icon {
  display: inline-block;
}
.soporte-icon img {
  max-width: 20px;
}

.hero-background_short {
  background-image: url(../assets/images/layout/hero-background-short.svg) !important;
  background-position: top center !important;
}

#contact-info {
  min-height: 80px;
}
#contact-info a {
  color: #fff !important;
}

.contacto-logo_imss {
  max-width: 130px;
}

.hs-form-field {
  display: none;
}

#half-hovers {
  min-height: 90px;
}

.background-color-red {
  background-image: url(../img/home/hh-01_bg.jpg), url(../img/home/back_sicoss-mascara.png);
  background-size: 100vw;
  background-position: left center;
  min-height: 400px;
  display: inline-block;
  position: relative;
}
.background-color-red::after {
  content: "";
  background-image: url(../img/home/back_sicoss-mascara.png);
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.background-color-green {
  background-image: url(../img/home/hh-02_bg.jpg) !important;
  background-size: 100vw;
  background-position: right center;
  min-height: 450px;
  display: inline-block;
  position: relative;
}
.background-color-green::before {
  content: "";
  background-image: url(../img/home/back_sicoss-2-mascara.png);
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.custom_col-6 {
  overflow: hidden;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px;
  transition: all 0.5s;
  background-size: 100vw;
}

.hh-full {
  overflow: hidden;
  flex: 0 0 90%;
  max-width: 90%;
  background-size: 110vw;
  transition: all 0.5s;
}

.hh-empty {
  overflow: hidden;
  flex: 0 0 10%;
  max-width: 10%;
  padding: 0px;
  background-size: 100vw;
  transition: all 0.5s;
}
.hh-empty img {
  opacity: 0;
}

.hh-max-w {
  max-width: 450px;
}

@media (max-width: 767px) {
  .custom_col-6 {
    overflow: hidden;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px;
    transition: all 0.5s;
    background-size: cover;
  }

  .hh-full {
    flex: 0 0 100%;
    max-width: 100%;
    background-size: cover;
  }

  .hh-empty {
    flex: 0 0 100%;
    max-width: 100%;
    background-size: 100vw;
  }

  .background-color-red {
    min-height: 300px;
  }
  .background-color-red::after {
    display: none;
  }

  .background-color-green {
    min-height: 300px;
  }
  .background-color-green::after {
    display: none;
  }

  .hero-background_short {
    background-image: url(../assets/images/layout/hero-background-small.svg) !important;
    background-position: top;
    background: #2b6fa8;
  }

  .home-servicios {
    margin-top: 0vh;
  }

  .caja-select {
    margin-bottom: 20px;
  }

  .logo-imss {
    max-width: 150px;
    width: 70%;
  }

  .imagen-home {
    padding: 0px !important;
  }

  .blue-box__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .esquina-mb:after {
    display: none;
  }
  .esquina-mb:before {
    display: none;
  }

  .prensa-body {
    margin-bottom: 50px !important;
  }

  #tabla-compara .pm-8 {
    padding: 12px 0px !important;
  }
  #tabla-compara .card-body {
    padding: 20px 5px;
  }
  #tabla-compara h4 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  #tabla-compara .titulo-proceso {
    font-size: 10px !important;
    line-height: 13px;
  }
  #tabla-compara .titulo-proceso span {
    font-size: 14px !important;
  }
  #tabla-compara .card {
    float: left;
  }
  #tabla-compara .col-30 {
    width: 30%;
  }
  #tabla-compara .col-30 li {
    padding: 25px 10px;
  }
  #tabla-compara .col-40 {
    width: 40%;
  }
  #tabla-compara .col-40 .card_body {
    padding: 50px 5px;
  }
  #tabla-compara .col-40 li {
    padding: 5px 5px;
    line-height: 0.5rem !important;
  }
  #tabla-compara .col-40 li span {
    font-size: 11px !important;
  }
  #tabla-compara .proceso-sicoss-box li {
    font-size: 12px;
  }

  h3 {
    font-size: 15px !important;
  }

  .proceso-nomina li {
    line-height: 0.5rem !important;
  }
  .proceso-nomina span {
    font-size: 11px !important;
  }

  .contact-li ul {
    padding: 0px;
  }
  .contact-li li {
    margin: 0px;
  }

  .card-2-mobile {
    width: 46% !important;
    display: inline-block;
  }

  .card-3-mobile {
    width: 28% !important;
    float: initial !important;
  }

  .contacto-logo_imss {
    max-width: 130px;
  }
}
.video-cia {
  padding-left: 50px;
}

#somosVideo-main {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: transparent;
}

.compania-equipo {
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 400px, #00457e 401px, #0679b4 100%);
}
.compania-equipo .big-bio {
  border-radius: 0px;
}
.compania-equipo img {
  border-radius: 0px;
}
.compania-equipo .big-bio_content {
  background-color: #FAA62C;
}
.compania-equipo .leer-mas-bio {
  font-size: 1rem;
  font-weight: bolder;
  color: #00457E;
  text-transform: uppercase;
  font-family: "Franklin Gothic Demi", arial;
  letter-spacing: 2px;
}

.equipo-body .position {
  font-style: italic;
  margin-bottom: 15px;
}
.equipo-body .descripcion {
  font-weight: 200;
  margin-bottom: 15px;
  font-size: 1rem;
}
.equipo-body .social-media {
  padding: 10px;
  max-width: 70px;
  height: auto;
}

.equipo-foto {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.next-carrusel-custom {
  background-image: url(../assets/images/layout/flecha-der.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
  width: 60px;
  height: 100px;
  right: -30px;
  position: absolute;
  background-position: right;
}

.prev-carrusel-custom {
  background-image: url(../assets/images/layout/flecha-izq.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
  width: 60px;
  height: 100px;
  left: -30px;
  position: absolute;
  background-position: left;
}

.compania-logros .compania-timeline {
  background-color: #dee2e6;
  width: 100%;
  height: 25px;
  border-radius: 25px;
  position: relative;
}
.compania-logros .compania-progreso {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  transition: all 1s;
  background-image: linear-gradient(to left, #00457e, #0679b4) !important;
}
.compania-logros ul li {
  list-style: none;
  display: inline-block;
  left: 0;
}
.compania-logros .fecha-ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.compania-logros .fecha-ul li {
  width: 25px;
  height: 25px;
  border: 10px solid #dee2e6;
  background: #868e96;
  border-radius: 25px;
  list-style: none;
  display: inline-block;
  left: 0;
  transition: all 0.6s;
  cursor: pointer;
  transition-timing-function: ease-out;
  position: absolute;
}
.compania-logros .fecha-ul li:hover {
  transition: all 0.6s;
  border: 2px solid #fff;
  background: #00457E;
}
.compania-logros .fecha-ul li:nth-child(1n) {
  left: calc(8.3% - 15px);
}
.compania-logros .fecha-ul li:nth-child(2n) {
  left: calc(16.66% - 15px);
}
.compania-logros .fecha-ul li:nth-child(3n) {
  left: calc(24.9% - 15px);
}
.compania-logros .fecha-ul li:nth-child(4n) {
  left: calc(33.3% - 15px);
}
.compania-logros .fecha-ul li:nth-child(5n) {
  left: calc(41.6% - 15px);
}
.compania-logros .fecha-ul li:nth-child(6n) {
  left: calc(49.9% - 15px);
}
.compania-logros .fecha-ul li:nth-child(7n) {
  left: calc(58.3% - 15px);
}
.compania-logros .fecha-ul li:nth-child(8n) {
  left: calc(66.6% - 15px);
}
.compania-logros .fecha-ul li:nth-child(9n) {
  left: calc(74.9% - 15px);
}
.compania-logros .fecha-ul li:nth-child(10n) {
  left: calc(83.3% - 15px);
}
.compania-logros .fecha-ul li:nth-child(11n) {
  left: calc(91.6% - 15px);
}

.compania-logros .logo-fechas {
  max-width: 120px;
  max-height: 120px;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50% !important;
}
.compania-logros .logo-fechas img {
  opacity: 0.1;
}
.compania-logros .info-fechas {
  font-weight: 400;
  color: #707070;
}

.fecha-box-info {
  opacity: 0;
  transition: all 0.6s;
  top: 0;
  float: left;
  display: none !important;
}
.fecha-box-info.active {
  opacity: 1;
  transition: all 0.6s;
  display: block !important;
}

.fecha-ano-pin {
  display: none;
  position: relative;
}
.fecha-ano-pin.active {
  border: 2px solid #fff !important;
  background: #00457E !important;
}
.fecha-ano-pin .paso-number-nones {
  text-align: center;
  min-width: 80px;
  height: 50px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  background-color: #f2f2f2;
  box-shadow: 0px 9px 15px #00000038;
  position: absolute;
  left: -30px;
  top: -80px;
}
.fecha-ano-pin .paso-number-nones strong {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  margin-top: 0px;
  font-weight: 600;
}
.fecha-ano-pin .paso-number-nones:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 0px solid transparent;
  border-top: 8px solid #f2f2f2;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin: 0 auto;
}
.fecha-ano-pin .paso-number-pares {
  text-align: center;
  min-width: 80px;
  height: 50px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  background-color: #f2f2f2;
  box-shadow: 0px -9px 15px #00000038;
  position: absolute;
  left: -30px;
  bottom: -100px;
}
.fecha-ano-pin .paso-number-pares strong {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin-top: 11px;
  margin-top: 0px;
  font-weight: 600;
}
.fecha-ano-pin .paso-number-pares:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid #f2f2f2;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin: 0 auto;
}

.date-year {
  color: #FAA62C;
  font-size: 2rem;
  font-weight: bold;
}

.date-years-li li {
  width: 15px !important;
  height: 15px !important;
}

.back-bio {
  position: absolute;
  background: #fff;
  top: 0;
  height: 100%;
  font-size: 0.9rem;
}
.back-bio p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.back-bio .bio-linkedin {
  max-width: 50px;
}

.hide-bio {
  display: none !important;
}

.leer-mas-bio {
  cursor: pointer;
}

.fecha-box-info strong {
  font-family: "Franklin Gothic Demi";
}

@media (max-width: 767px) {
  .video-cia {
    padding-left: 15px;
  }

  .next-carrusel-custom {
    right: 0px;
  }

  .prev-carrusel-custom {
    left: 0px;
  }

  .equipo-foto {
    max-width: 230px;
    margin: 0 auto;
  }

  .carrusel-logos-mobile .next-carrusel-custom {
    position: absolute;
    top: 100px;
  }
  .carrusel-logos-mobile .prev-carrusel-custom {
    position: absolute;
    top: 100px;
  }

  .carrusel-equipo-mobile .next-carrusel-custom {
    position: absolute;
    top: 250px;
  }
  .carrusel-equipo-mobile .prev-carrusel-custom {
    position: absolute;
    top: 250px;
  }
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.grid-logos {
  max-width: 1500px;
  width: 100%;
}

.clientes-box__title {
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.clientes-box__title h3 {
  color: #fff;
  font-size: 1.3rem;
}

.title-right {
  background-image: url(../img/casos-exito/titulo-der.svg);
  background-position: left;
  padding: 10px 10px 5px 40px;
  margin-left: -60px;
}

.title-left {
  background-image: url(../img/casos-exito/titulo-izq.svg);
  background-position: right;
  padding: 10px 50px 5px 10px;
  margin-left: -40px;
}

.clientes-box__body {
  color: #0679B4;
  font-size: 1.3rem;
  font-family: "Franklin Gothic Demi", arial;
  line-height: 1.8rem;
}

.background-gradient-top {
  background-image: linear-gradient(to bottom, #0679b4 0%, #00457e 400px, #FFFFFF 401px, #FFFFFF 100%);
}

.container-yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-yt {
  width: 100%;
}

@media (max-width: 767px) {
  .video-yt {
    width: calc(100vw - 30px);
    height: 52vw;
  }

  .clientes-box__title {
    background-color: #FAA62C;
    position: relative;
    margin: 0px;
    padding: 10px;
    margin-bottom: -40px;
    text-align: center !important;
  }
  .clientes-box__title h3 {
    font-size: 1.3rem !important;
  }

  .min-box-area {
    margin: 20px;
    width: 90%;
  }

  .mb-mob-0 {
    margin-bottom: 0px;
  }

  .casos-1 {
    margin-top: 0px;
  }

  .casos-exito_box .card-body {
    padding: 0px;
  }
  .casos-exito_box .card.p-5 {
    padding: 20px !important;
  }
  .casos-exito_box li:first-child {
    width: 100% !important;
  }
  .casos-exito_box li:last-child {
    width: 100% !important;
  }
  .casos-exito_box .container-inner .container {
    margin-top: 0px !important;
  }
}
.demo-section {
  background-image: linear-gradient(to bottom, #00457e, #0679b4) !important;
  min-height: 90vh;
  padding-top: calc(10rem + 55px) !important;
  padding-bottom: 10rem !important;
}

#demoVideo {
  width: 80%;
  background-color: gray;
}

.menu-demo-item {
  text-align: right;
}
.menu-demo-item img {
  width: 80%;
  height: 80%;
  max-width: 80px;
  max-height: 80px;
  border: 3px solid #fff;
}
.menu-demo-item .boton-item {
  padding: 10px;
  position: relative;
}
.menu-demo-item .demoVideo {
  margin-bottom: -5px;
}

.menu-demo-item:hover {
  border-radius: 100px;
  background-image: linear-gradient(to right, #0679b400, #0679b4);
}

.tool-top {
  width: 150%;
  height: auto;
  color: #707070;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  padding-left: 20px !important;
}
.tool-top h5 {
  color: #00457E;
  font-size: 1em;
  margin-bottom: 0;
}
.tool-top p {
  font-size: 0.8em;
}
.tool-top:after {
  content: "";
  position: absolute;
  top: calc(50% - 15px) !important;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
}
.tool-top.active {
  right: 30%;
  opacity: 1;
  transition: all 0.5s;
}

.cards-video .video-tab {
  width: 100%;
}
.cards-video h5 {
  color: #fff;
}
.cards-video .img-icon {
  max-width: 100px;
  border: 2px solid #fff;
}
.cards-video .card-header {
  background-image: linear-gradient(to top, #0679b400, #0679b4);
}
.cards-video p {
  background-color: #fff;
  color: #707070;
  padding: 20px;
  position: relative;
}
.cards-video p:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #ffffff;
  border-top: 0px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

@media (min-width: 992px) {
  .d-min-992 {
    display: block;
  }

  .d-max-991 {
    display: none;
  }
}
@media (max-width: 991px) {
  .d-min-992 {
    display: none;
  }

  .d-max-991 {
    display: block;
  }
}
@media (max-width: 767px) {
  .demo-section {
    padding-top: calc(4rem + 55px) !important;
  }
}
.portal-portales {
  min-height: 80vh !important;
}
.portal-portales .icon {
  width: 100%;
  max-width: 150px;
  padding-bottom: 20px;
}
.portal-portales h3 {
  color: #00457E;
  font-size: 1.4em;
}
.portal-portales .card-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.prensa-main {
  background: #f8f9fa;
}

.testimial-prensa ul {
  text-align: center;
  list-style-type: none;
  padding: 0px;
}
.testimial-prensa li {
  display: inline-block;
  width: 20%;
}
.testimial-prensa li img {
  width: 100%;
}

.prensa-logos-li img {
  filter: grayscale(100%);
}

.active-color img {
  filter: grayscale(0%);
}

.quote-simple {
  color: #06457E;
  font-size: 65px;
  margin-bottom: -20px;
}

.info-prensa-quote {
  color: #707070;
}

.ficha-prensa-quote {
  color: #06457E;
  font-size: 15px;
}

.descarga-kit {
  background-image: url(../img/prensa/fondo.svg);
  background-size: cover;
  padding-bottom: 40px !important;
}

.white-box {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.kit-button {
  width: 90%;
  margin-top: -30px;
}

.img-100 {
  width: 100%;
}

.titulo-li-kit {
  font-size: 20px;
  letter-spacing: 0px;
  color: #00457E;
  font-weight: bolder;
  font-family: "Franklin Gothic Demi", arial;
}

.box-kit-ul {
  padding: 0px;
  list-style-type: none;
}

.box-li-kit {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  list-decoration: none;
}

.meta-li-kit {
  font-size: 15px;
  letter-spacing: 0px;
  color: #707070;
}

.kit-li-button {
  font-size: 22px;
}

.quote-simple img {
  max-width: 25px;
  margin-bottom: 20px;
}

.car-press .moreBox {
  margin-bottom: 20px;
}
.car-press .item img {
  width: 100%;
}
.car-press .item h3 {
  font-size: 20px;
  height: 66px;
  overflow: hidden !important;
  line-height: 1.3rem;
}
.car-press .item .fecha {
  font-size: 12px;
  margin-bottom: 10px;
}
.car-press .post_intro__ {
  height: 85px;
  overflow: hidden !important;
}

.min-h200 {
  min-height: 200px;
}

.fecha-carta {
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .testimial-prensa li {
    width: 30%;
  }

  .descarga-kit {
    background-position-y: 80px;
    background-repeat: no-repeat;
  }
}
.omninomina-services_box ul {
  padding: 0px;
}
.omninomina-services_box li {
  list-style: none;
  margin-top: 10px;
  transition: all 0.3s;
  border-radius: 20px;
}
.omninomina-services_box li a.unactive {
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.3s;
}
.omninomina-services_box li a.unactive:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.3s;
}
.omninomina-services_box li:hover {
  background-color: #f8f9fa;
  transition: all 0.3s;
}
.omninomina-services_box h3 {
  font-size: 26px !important;
  font-weight: lighter;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #00457E;
  line-height: 25px !important;
}

.omninomina-hero_title {
  padding: 20px 35px !important;
  display: inline-block;
  margin-bottom: 30px;
}

.ominomina-tracker_long-box {
  margin-top: 200px;
}

.omninomina_funciones__item__text_long {
  margin-top: -80px;
}

.omninomina-selector_flecha {
  max-width: 40px;
}

.background-color_blue3 {
  background-color: #0679B4;
}

.omninomina_funciones__item__box {
  background-image: url(/img/layout/background-funciones_amarillo__centro.png);
  background-position: center;
  background-size: cover;
}

.omninomina_funciones__item__text {
  font-size: 22px;
}

.omninomina_funciones__item__image {
  padding: 0px;
}

@media (max-width: 767px) {
  .omninomina-services_box h3 {
    font-size: 35px;
    line-height: 39px;
  }

  .omninomina_funciones__item__box {
    background-image: none;
  }

  .omninomina_funciones__item__text {
    margin-top: 0px;
  }

  .omninomina_funciones__item__image {
    padding: 15px;
  }

  .ominomina-tracker_long-box {
    margin-top: 40px;
  }
}
.vertical-align {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .background-top {
    padding-top: 7rem !important;
    background-position: top !important;
  }
}