body {
  font-family: 'Roboto', sans-serif;
  color: #242b99;
  /*background-color: #ffffff;*/
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding-top {
  padding-top: 50px;
}

.layout_padding-bottom {
  padding-bottom: 50px;
}

.layout_padding2 {
  padding: 30px 0;
}

.layout_padding2-top {
  padding-top: 30px;
}

.layout_padding2-bottom {
  padding-bottom: 30px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_heading-container h3 {
  /*text-transform: uppercase;*/
  font-weight: bold;
  color: #242b99;
  position: relative;
}

.custom_heading-container h4 {
  /*text-transform: uppercase;*/
  font-weight: bold;
  color: #242b99;
  position: relative;
}

.custom_heading-container h3::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 50px;
  height: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fc5c14;
  border-radius: 15px;
}

.btn-box {
  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;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.btn-box a {
  color: #1d1d1d;
  margin-right: 15px;
  font-size: 12px;
}

.btn-box hr {
  width: 60px;
  height: 1.2px;
  border: none;
  background-color: #464646;
  margin: 0;
  font-size: 12px;
}

.btn-regresar {
  position: relative;
  width: 120px;
  height: 40px;
  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;
  font-family: "Poppins", sans-serif;
  background-color: #f2f2f2;
  display: inline-block;
  border: #000;
  margin-left: 15px;
  align-content: center; 
  color: #464646;
  font-size: 12px;
}

.btn-regresar-std {
  position: relative;
  background-color: #f2f2f2;
  display: inline-block;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 3px;
  text-decoration: none;
  margin-left: 20px;
  padding: 3px;
  color: #000;
  font-size: 12px;
}

/*============ Paginador =============*/
.paginador ul{
	padding: 15px;
	list-style: none;
	background: #FFF;
	margin-top: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.paginador a, .pageSelected{
	color: #428bca;
	border: 1px solid #ddd;
	padding: 5px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	width: 35px;
}
.paginador a:hover{
	background: #ddd;
}
.pageSelected{
	color: #FFF;
	background: #428bca;
	border: 1px solid #428bca;
}

/*header section*/
.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #242b99;
  font-family: "Poppins", sans-serif;
}

.header_section .container-fluid {
  padding-right: 21px;
  padding-left: 21px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 14px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 17px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fc5c14;
  border-radius: 5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover::before {
  display: block;
}

.custom_nav-container .navbar-nav .nav-item.active a::before {
  display: block;
}

.tpsxpress {
  color:white; 
  font-size:15px;
}

.login {
  color:white; 
  font-size:14px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 21px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 3px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/

/* slider section */
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #1a2e35;
}

.slider_section .detail-box h1 span {
  color: #fc5c14;
}

.slider_section .slider_nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .slider_nav-box .custom_carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.slider_section .carousel-control-prev {
  left: 2%;
  background-image: url(../images/left-arrow-black.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/left-arrow.png);
}

.slider_section .carousel-control-next {
  right: 2%;
  background-image: url(../images/right-arrow-black.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/right-arrow.png);
}

/* end slider section */

/* Tabla de Servicios */
.buscador{
  float: left;
  /*padding: 7px;*/
}

.table1 { 
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 10px;
  /*border: solid #000;*/
  /*width: 100%;*/
} 

.table1 thead tr        { 
  height:25px;
  background:#e9f3fd;
  font-size:12px;
  font-weight: bold;
  color:#2c3e50;
  text-align: center;
}

.table1 th { 
  /*border: 1px solid;*/
  padding-left:6px;
  padding-right: 6px;
  font-size: 12px;
  /*border-bottom: solid 10px color red;*/
}

.table1 tr        { 
  height:30px;
  font-size:12px;
  color: #000;
}

.table1 tr:nth-child(even) {
 background-color: #f2f2f2; 
}

.table1 td { 
  table-layout: auto;
  /*border: 1px solid;*/
  /*border-bottom: 1px solid #ddd;*/
  padding: 3px;
  font-size: 12px;
}


.table2 { 
  border-collapse: collapse;
  border-spacing: 10px;
  /*width: 70%;*/
} 

.table2 thead tr { 
  height:21px;
  /*background:#e9f3fd;*/
  color:#2c3e50;
  text-align: center;
}

.table2 th { 
  /*border: 1px solid;*/
  padding-left:6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: bold;
  /*border-bottom: solid 10px color red;*/
}

.table2 tr { 
  height:21px;
  font-size:12px;
  color: #000;
}

.table2 td { 
  table-layout: auto;
  /*border: 1px solid;*/
  /*border-bottom: 1px solid #ddd;*/
  padding: 3px;
  font-size: 12px;
  font-weight: normal;
}

/* End tabla de Servicios */

.bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

.about_section {
  text-align: center;
}

/*Apartado de Mis Servicios en inicio*/
.about_section .img-box img {
  width: 350px;
}

.about_section input {
  font-size: 12px;
}

.about_section input:focus {
  background-color: #e9f3fd;
}

.about_section label {
  font-size: 12px;
}

.service_section {
  text-align: center;
  position: relative;
}

.service_section .custom_heading-container {
  margin-bottom: 15px;
}

.service_section .service_container {
  padding: 70px 0 30px 0;
}

.service_section .box.b-2 .detail-box {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box a {
  min-width: 100px;
}

.service_section .box.b-3 .detail-box {
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  text-align: center;
}

.service_section .box.b-3 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-3 .detail-box a {
  min-width: 100px;
}

.service_section .img-box img {
  height: 150px;
}

.service_section .detail-box {
  height: 118px;
  margin-top: 10px;  
}

.service_section .detail-box h6 {
  font-weight: bold;
}

.service_section .detail-box .btn-box a {
  color: #fc5c14;
}

.service_section .detail-box .btn-box hr {
  background-color: #fc5c14;
}

.service_section .detail-box .btn-box a {
  color: #fc5c14;
}

.service_section::before {
  content: "";
  width: 200px;
  height: 160px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
}
/*End apartado de Mis Servicios en inicio*/

@-webkit-keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

@keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

@-webkit-keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.contact_section label {
  font-size: 12px;
  margin: 0px;
}

.contact_section input,
.contact_section select {
  width: 100%;
  border: 0;
  padding: 12px 12px;
  background-color: #f2f2f2;
  outline: none;
  margin: 0 0 12px;
  font-size: 12px;
}

.contact_section input:focus {
  background-color: #e9f3fd;
}

.contact_section input::-webkit-input-placeholder,
.contact_section select::-webkit-input-placeholder {
  color: #3a3a3a;
}

.contact_section input:-ms-input-placeholder,
.contact_section select:-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::-ms-input-placeholder,
.contact_section select::-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::placeholder,
.contact_section select::placeholder {
  color: #3a3a3a;
}

.contact_section button {
  background-color: #fc5c14;
  padding: 10px 40px;
  outline: none;
  border: none;
  border: 1px solid #fc5c14;
  color: #fff;
  margin-top: 25px;
  font-size: 12px;
}

.contact_section button:hover {
  color: #fc5c14;
  background-color: transparent;
}

.contact_section a {
  font-size: 12px;
}

.contact_section a:hover {
  color: #fc5c14;
  background-color: transparent;
  border: 1px solid #464646;
}

.info_section {
  background-color: #fc5c14;
  color: #ffffff;
}

.info_section a {
  color: #ffffff;
}

.info_section h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.info_section .info-logo h2 {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-right: 15px;
}

.info_section .info-nav ul {
  padding-left: 15px;
}

.info_section .info-nav ul li {
  list-style-type: none;
  position: relative;
  margin: 3px 0;
}

.info_section .info-nav ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

/* ESTILOS DE SUCURSALES MTY Y MEX */
.info_section .info-contact h6 {
  color: #000;
  font-size: 14px;  
}

.info_section .info-contact .call {
  margin-top: 18px;
}

/* ESTILOS DE SUCURSALES GDL Y CNC */
.info_section .info-navigation h6 {
  color: #000;
  font-size: 14px;
}

.info_section .info-navigation .call {
  margin-top: 54px;
}

.info_section .info-navigation .call2 {
  margin-top: 18px;
}
/*End estilos de sucursales*/

.info_section .discover ul {
  padding: 0;
}

.info_section .discover ul li {
  list-style-type: none;
  margin: 5px 0;
}

.info_section span {
  font-size: 14px;
}

/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer_section p {
  color: #171717;
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.footer_section a {
  color: #171717;
}

/* end footer section*/

/*# sourceMappingURL=style.css.map */