@import url("https://fonts.googleapis.com/css?family=Raleway");
/* INICIO */
.section-inicio {
  display: block;
  width: 100%;
  height: 1250px; }

.logos {
  position: relative;
  display: flex;
  float: left;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  top: -83px;
  left: -71px;
  width: 224px;
  height: 218px;
  border: 2px solid #2f5fac;
  z-index: 9999; }

.logos .logo {
  position: absolute;
  top: 88px;
  left: 88px;
  width: 98px;
  height: 105px;
  z-index: 999; }

.logos-letra {
  float: left;
  display: flex;
  position: absolute;
  left: 145px;
  top: 10px; }

.logo-letra {
  width: 288px;
  height: 76px; }

.menu {
  position: absolute;
  background: #fff;
  width: 100% !important;
  height: 105px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999; }

.menus {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  float: right;
  margin: 0;
  margin-right: 30px; }

.menus .li {
  display: inline-block;
  list-style: none;
  color: #fff;
  padding: 15px;
  text-align: center;
  color: #555;
  font-weight: normal;
  font-size: 12pt; }

.menus .li:hover {
  border-bottom: 2px solid #555;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14pt; }

.menus .li i {
  font-size: 16pt; }

.menus .li a {
  color: #555;
  text-decoration: none; }

.submenu {
  display: none;
  position: absolute;
  top: 80px;
  right: 100px;
  background: #fff;
  font-weight: normal;
  font-size: 10pt;
  list-style: none;
  color: #555;
  width: 200px;
  border-radius: 0 8px 8px 8px;
  border-bottom: 2px solid #555; }

.submenu li {
  padding: 20px;
  float: left;
  color: #555;
  width: 100%; }

.submenu li:hover {
  background: #1d499e;
  color: #fff;
  cursor: pointer;
  border-radius: 0 8px 8px 8px; }

.li-p:hover .submenu {
  display: block; }

.li-p:hover {
  border-radius: 8px 8px 0 0 !important;
  border-bottom: none !important;
  cursor: pointer; }

.navbar-toggler {
  display: none; }

.banner {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  z-index: 999;
  background: #000; }

.banner .team {
  width: 835px;
  height: 504px;
  position: relative;
  top: -50px; }

@media only screen and (min-width: 1403px) {
  .banner .team {
    width: 1395px;
    height: 800px; } }
.elipse1 {
  position: absolute;
  border-radius: 100%;
  top: -100px;
  right: -160px;
  display: block;
  background: #fff;
  width: 833px;
  height: 784px;
  z-index: 999; }

.elipse2 {
  position: absolute;
  border-radius: 100%;
  top: -200px;
  right: -230px;
  display: block;
  background: #1d499e;
  width: 833px;
  height: 784px;
  z-index: 999; }

.banner p {
  position: absolute;
  z-index: 99999;
  color: #fff;
  font-size: 38pt;
  text-align: right;
  width: 645px;
  height: 355px;
  top: 270px;
  left: -90px;
  line-height: 1.2; }

.banner span {
  position: absolute;
  left: 580px;
  top: 260px;
  z-index: 99999;
  background: #fff;
  font-size: 38pt;
  text-align: right;
  height: 280px;
  width: 5px;
  border-radius: 0.5px; }

.panal {
  position: absolute;
  left: 30px;
  top: 170px;
  display: block;
  width: 764px;
  height: 455px;
  z-index: 9999;
  opacity: 0.1; }

.bannerour {
  position: absolute;
  top: 505px;
  width: 100%;
  height: 450px;
  background: #fff;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2), 0px -5px 18px rgba(0, 0, 0, 0.2);
  z-index: 999; }

.bannerour h2 {
  text-align: center;
  display: flex;
  font-size: 32pt;
  font-weight: bold;
  color: #1d499e;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0; }

.bannerour .icoour {
  color: #1d499e;
  font-size: 28pt;
  text-align: center; }

.bannerour h2 div {
  display: inline-block;
  width: 240px;
  height: 8px;
  background: #1d499e;
  margin: auto 0;
  border-radius: 5px; }

.bannerour p {
  width: 890px;
  height: 240px;
  text-align: center;
  display: block;
  align-self: center;
  font-size: 16pt;
  margin: 0 auto;
  font-weight: regular; }

.bannerour .seemore {
  color: #1d499e;
  text-decoration: none;
  border: 3px solid #1d499e;
  display: block;
  width: 159px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 18pt;
  border-radius: 8px;
  margin: 0 auto;
  background: #fff; }

.bannerour .seemore:hover {
  box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
  color: #fff;
  background: #1d499e; }

.product-sevices {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 955px;
  background: #fcfcfc;
  display: flex;
  justify-content: center; }

.product-sevices .card {
  display: flex;
  align-items: flex-end;
  align-self: center;
  width: 538px;
  height: 314px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.2); }

.product-sevices .card:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5); }

.product-sevices .card .img-prodcuto {
  position: absolute;
  top: 0;
  left: 0;
  width: 238px;
  height: 314px; }

.product-sevices .card .img-servicios {
  position: absolute;
  top: 60px;
  right: 150px;
  width: 372px;
  height: 210px; }

.product-sevices .card .box-card {
  display: block;
  width: 300px;
  height: 314px;
  background: #000;
  opacity: 0.75;
  text-align: center;
  color: #fff; }

.product-sevices .card .box-card h2 {
  font-weight: 600;
  font-size: 24pt;
  margin: 25px 0; }

.product-sevices .card .box-card p {
  font-weight: normal;
  font-size: 16pt;
  margin: 35px 0; }

.product-sevices .card .box-card .seemore {
  color: #fff;
  text-decoration: none;
  border: 3px solid #fff;
  display: block;
  width: 125px;
  padding: 6px 4px;
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
  border-radius: 8px;
  margin: 0 auto; }

.product-sevices .card .box-card .seemore:hover {
  transition: 0.2s ease;
  color: #000;
  background: #fff; }

/* FIN DE INICIO */
/* NOSOTROS */
.section-nosotros {
  display: block;
  width: 100%;
  height: 1255px; }

.ourteam {
  display: block;
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); }

.ourteam .box-white {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: 400px;
  z-index: 99; }

.ourteam .box-white .white {
  position: absolute;
  width: 50%;
  height: 400px;
  background: #fff;
  opacity: 0.9;
  z-index: -99; }

.ourteam .box-white h2 {
  padding-top: 50px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 28pt;
  color: #1d499e;
  z-index: 999; }

.ourteam .box-white p {
  width: 90%;
  margin-top: 10px;
  margin-left: 30px;
  padding: 15px;
  font-size: 18pt;
  z-index: 999; }

.ourteam img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -999; }

.politics {
  position: relative;
  width: 100%;
  height: 455px;
  background: #fff;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
  z-index: 99; }

.politics h2 {
  display: block;
  text-align: center;
  padding: 25px;
  font-weight: 700;
  color: #1d499e;
  font-size: 24pt; }

.politics p {
  text-align: center;
  margin: auto;
  padding: 15px;
  width: 70%;
  font-size: 12pt; }

/* FIN DE NOSOTROS */
/* SERVICIOS */
.process-service {
  background: #1d489e;
  background: -moz-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1d489e), color-stop(37%, #1d489e), color-stop(100%, #247cc0));
  background: -webkit-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: -o-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: -ms-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: linear-gradient(to right, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d489e', endColorstr='#247cc0', GradientType=1 );
  position: absolute;
  width: 100%;
  height: 800px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  overflow: hidden; }

.process-service h2 {
  display: block;
  font-weight: 600;
  padding-top: 60px;
  text-align: center;
  font-size: 36pt;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.process-service .forma {
  position: absolute;
  top: 0;
  opacity: 0.04; }

.process1 {
  height: 300px; }

.art2 {
  position: relative;
  top: 40px; }

.art3 {
  margin-top: 40px; }

.p3 {
  width: 300px; }

.process1, .process2 {
  display: flex;
  justify-content: center;
  z-index: 9999;
  height: 280px; }

.process1 article, .process2 article {
  font-weight: 600;
  font-size: 20pt;
  align-self: center; }

.process1 article img, .process2 article img {
  margin-left: 30px;
  width: 120px;
  height: 120px; }

.process1 .flecha, .process2 .flecha {
  width: 50px;
  height: 50px;
  align-self: center;
  margin-right: 40px;
  margin-top: -40px; }

.info-service {
  position: absolute;
  top: 905px;
  width: 100%;
  height: 950px; }

.info-service .article1, .info-service .article2 {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background: rgba(85, 85, 85, 0.102);
  box-shadow: 0px 10px 11.96px 1.04px rgba(4, 0, 6, 0.2), 0px -10px 11.96px 1.04px rgba(4, 0, 6, 0.2);
  position: absolute; }

.info-service .article1 {
  top: 60px;
  left: 40px;
  width: 1053px;
  height: 141px; }

.info-service .article2 {
  bottom: 40px;
  right: 40px;
  width: 1015px;
  height: 180px; }

.info-service article .p1, .info-service article .p2 {
  align-self: center;
  width: 95%;
  font-size: 36px;
  color: #555;
  line-height: 1.2;
  text-shadow: 0px 10px 11.96px rgba(4, 0, 6, 0.1); }

.info-service article .p1 {
  text-align: left; }

.info-service article .p2 {
  text-align: right; }

.info-service article .p1 b, .p2 b {
  color: #2f5fac; }

.info-service .maq {
  align-items: flex-end;
  position: absolute;
  top: 200px;
  right: 40px;
  width: 945px;
  height: 50%; }

.section-servicios {
  display: block;
  width: 100%;
  height: 1750px; }

/* FIN SERVICIOS */
/* PRODUCTOS DH */
.section-dh {
  display: block !important;
  width: 100%;
  height: auto; }

.head-dh {
  overflow: hidden;
  width: 100%;
  height: 400px; }

.head-dh h1 {
  font-weight: 700;
  font-size: 38pt;
  position: absolute;
  top: 230px;
  left: 70px;
  color: #fff;
  z-index: 99; }
 
.head-dh h2 {
  font-weight: 500;
  font-size: 28pt;
  font-style: Italic;
  position: absolute;
  top: 285px;
  left: 70px;
  color: #fff;
  z-index: 99; }

.head-dh img {
  position: relative;
  top: -40px;
  width: 100%; }

.body-dh {
  width: 100%;
  height: 100%;
  text-align: center; }
  
.subcat{
    width: 100%;
    margin: 45px auto 40px auto;
    padding: 0 5px;
    display: flex;
    justify-content: center;
 }
 
.subcat .content-subcat{
   display: flex;
   width: 70%;
   /*overflow-x: hidden;*/
   justify-content: space-between;
   text-decoration: none;
 }
.subcat .content-subcat #all{
    display:none;
}
.subcat .content-subcat .link-subcat{
   text-decoration: none;
   color: #212529;
   width: 100%;
 }
 
.subcat .content-subcat .link-subcat:hover{
   text-decoration: none;
   cursor: pointer;
   font-weight: 600;
   color: #212529;
   width: 100%;
   box-shadow: 0px 6px 6px -6px rgba(29, 73, 158, 0.6);
   transition: all ease 0.3s;
   transform: scale(1.08);
 }
 
.subcat .content-subcat li{
    list-style: none;
 }

.subcat .content-subcat .img-subcat{
    width: 45px;
    height: 45px;
 }
 
.body-dh .item {
  display: inline-block;
  align-self: center;
  position: relative;
  margin: 50px;
  width: 300px;
  height: 450px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 0px 10.89px 0.11px rgba(4, 0, 6, 0.25);
  overflow: hidden; }

.body-dh .item:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0px 0px 15px 0.22px rgba(4, 0, 6, 0.4); }

.body-dh .item .item-img {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 320px;
  overflow: hidden; }

.body-dh .item .item-img img {
  align-self: center;
  width: 100%;
  height: auto; }

.body-dh .item .item-info {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  height: 130px;
  box-shadow: 0px 0px 10.89px 0.11px rgba(4, 0, 6, 0.25); }

.body-dh .item .item-info h3 {
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18pt; }

.body-dh .item .item-info p {
  padding: 5px;
  text-align: center;
  font-size: 12pt; }

/* FIN PRODUCTOS DH */
/* PRODUCTOS DE */
.section-de {
  display: block !important;
  width: 100%;
  height: auto; }

.head-de {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background: #dededc; }

.head-de h1 {
  font-weight: 700;
  font-size: 38pt;
  position: absolute;
  top: 230px;
  left: 70px;
  color: #fff;
  z-index: 99; }

.head-de img {
  position: relative;
  width: 350px;
  height: 400px;
  left: 65%; }

.body-de {
  width: 100%;
  height: 100%;
  text-align: center; }

.body-de .item {
  display: inline-block;
  align-self: center;
  position: relative;
  margin: 50px;
  width: 300px;
  height: 450px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 0px 10.89px 0.11px rgba(4, 0, 6, 0.25);
  overflow: hidden; }

.body-de .item:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0px 0px 15px 0.22px rgba(4, 0, 6, 0.4); }

.body-de .item .item-img {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 320px;
  overflow: hidden; }

.body-de .item .item-img img {
  align-self: center;
  width: 100%;
  height: auto; }

.body-de .item .item-info {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  height: 130px;
  box-shadow: 0px 0px 10.89px 0.11px rgba(4, 0, 6, 0.25); }

.body-de .item .item-info h3 {
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18pt; }

.body-de .item .item-info p {
  padding: 5px;
  text-align: center;
  font-size: 12pt; }

/* FIN PRODUCTOS DE */
/* PRODUCTOS IA */
.section-ia {
  display: block !important;
  width: 100%;
  height: auto; }

.head-ia {
  overflow: hidden;
  width: 100%;
  height: 400px; }

.head-ia h1 {
  font-weight: 700;
  font-size: 38pt;
  position: absolute;
  top: 230px;
  left: 70px;
  color: #fff;
  z-index: 99; }

.head-ia img {
  position: relative;
  top: -200px;
  width: 100%; }

.body-ia {
  width: 100%;
  height: 100%;
  text-align: center; }

.body-ia .item {
  display: inline-block;
  align-self: center;
  position: relative;
  margin: 50px;
  width: 300px;
  height: 450px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 0px 10.89px 0.11px rgba(4, 0, 6, 0.25);
  overflow: hidden; }

.body-ia .item:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0px 0px 15px 0.22px rgba(4, 0, 6, 0.4); }

.body-ia .item .item-img {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 320px;
  overflow: hidden; }

.body-ia .item .item-img img {
  align-self: center;
  width: 100%;
  height: auto; }

.body-ia .item .item-info {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  height: 130px;
  box-shadow: 0px 0px 10.89px 0.11px rgba(4, 0, 6, 0.25); }

.body-ia .item .item-info h3 {
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18pt; }

.body-ia .item .item-info p {
  padding: 5px;
  text-align: center;
  font-size: 12pt; }

/* FIN PRODUCTOS IA */
/* CONTACTO */
.section-contacto {
  display: block !important;
  width: 100%;
  height: 800px; }

.form {
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 800px;
  background: #1d489e;
  background: -moz-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1d489e), color-stop(37%, #1d489e), color-stop(100%, #247cc0));
  background: -webkit-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: -o-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: -ms-linear-gradient(left, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  background: linear-gradient(to right, #1d489e 0%, #1d489e 37%, #247cc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d489e', endColorstr='#247cc0', GradientType=1 );
  z-index: 9;
  overflow: hidden; }

.form .forma {
  top: 0;
  position: absolute;
  opacity: 0.04;
  height: 100%;
  z-index: -99; }

.form-contact {
  display: block;
  width: 450px;
  height: 600px;
  margin-right: 100px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  align-self: center;
  z-index: 9;
  overflow: hidden; }

.loader-form {
  display: none;
  justify-content: center;
  position: relative;
  top: -100%;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 5px; }

.loader-form .lblock {
  width: 200px;
  height: 200px;
  align-self: center;
  text-align: center; }

.loader-form .lloader1 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: #1d499e;
  border-radius: 50%;
  z-index: 9;
  border: 4px solid #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.loader-form .lloader1 i {
  align-self: center;
  color: #fff;
  font-size: 38pt; }

.loader-form .lloader2 {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #1d499e;
  z-index: -9; }

.form-contact h3 {
  font-weight: 600;
  font-size: 26pt;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #1d499e; }

.form-contact input, .form-contact textarea {
  font-size: 14pt !important;
  padding: 5px;
  display: block;
  margin: 20px auto !important;
  border-radius: 5px;
  border: 3px solid rgba(85, 85, 85, 0.2);
  width: 80%;
  text-align: center; }

.form-contact .form-submit {
  color: #1d499e !important;
  text-decoration: none;
  border: 3px solid #1d499e;
  display: block;
  width: 159px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 18pt;
  border-radius: 8px;
  margin: 0 auto;
  background: #fff; }

.form-contact .form-submit:hover {
  box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
  color: #fff !important;
  background: #1d499e;
  cursor: pointer; }

.map-info {
  width: 600px;
  height: 400px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  align-self: center;
  border-radius: 5px;
  z-index: 9;
  overflow: hidden; }

.map-info iframe {
  width: 600px;
  height: 400px;
  border-radius: 5px; }

/* FIN CONTACTO */
/* SUCURSALES */
.section-sucursales{
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
.locator{
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  background: #fff;
  width: 80%;
  height: 800px;
  margin: 40px auto 60px auto;
  padding: 20px;
  border-radius: 10px;
}
.form-sucursales{
  width: 40%;
  display: flex;
  justify-content: center;

}
.form-sucursales .form-contact {
  width: 400px;
  height: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  align-self: center;
  z-index: 9;
  overflow: hidden; }
.list-map{
  width: 60%;
  padding: 20px;
}
.list-group{
  margin-top: 5px;
}
.list-group-item{
  margin: 10px auto;
  background: #F4F4F4;
  border-radius: 10px !important;
  border: 1px solid !important;
  font-size: 12px;
}
.list-map .map-info {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  align-self: center;
  border-radius: 5px;
  z-index: 9;
  overflow: hidden; 
  margin-top: 20px;
}

.list-map .map-info iframe {
  width: 100%;
  height: 400px;
  border-radius: 5px; }
/* FIN SUCURSALES */
* {
  margin: 0;
  padding: 0;
  font-family: Raleway; }

html {
  overflow: hidden; }

header {
  display: block !important;
  width: 100%;
  height: 105px; }

.loader {
  position: fixed;
  z-index: 99999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.loader .lloader1 {
  align-self: center;
  width: 171px;
  height: 171px;
  position: fixed;
  z-index: 9; }

.loader .lloader2 {
  align-self: center;
  width: 171px;
  height: 120px;
  position: fixed;
  top: 56%;
  z-index: -9; }

.vp {
  position: fixed;
  z-index: 99999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.pd {
  width: 850px;
  height: 600px;
  margin: 0 auto;
  z-index: 99999;
  align-self: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 39.6px 0.4px rgba(4, 0, 6, 0.3);
  display: flex;
  justify-content: center; }

.pd1 {
  display: flex;
  justify-content: center;
  width: 470px;
  height: 600px;
  overflow: hidden;
  background: #fff; }

.pd1 .imgmain {
  align-self: center; 
  width: 100%;
}

.pd2 {
  text-align: center;
  width: 380px;
  height: 600px;
  background: #fff;
  box-shadow: inset 0px 0px 51px 0px rgba(0, 0, 0, 0.19); }

.pd2 .close {
  font-size: 30pt;
  margin-right: 40px;
  margin-top: 14px;
  cursor: pointer; }

.pd2 h2 {
  margin-top: 30%;
  font-weight: 700;
  align-self: center; }

.pd2 p {
  margin-top: 10%;
  padding: 10px;
  align-self: center; }

/* FOOTER */
footer {
  width: 100%;
  /*height: 200px;*/
  position: absolute;
  background: #fff;
  box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.4);
  display: flex !important;
  justify-content: flex-start;
  z-index: 9999; }

.info {
  margin: 12px 0 12px 20px;
  font-size: 12pt; }

.info .inf-span {
  display: block;
  padding: 5px; }

.info .inf-span span {
  /*color: #555 !important;*/
  font-family: Calibri;
  font-weight: 300; 
}

footer .inf-span i {
  font-size: 15pt; }

.redes {
  margin: auto 10px auto auto; }

.redes .fi {
  display: flex !important;
  justify-content: center; }

.redes .fi i {
  font-size: 28pt; }

.redes .fi .facebook, .instagram {
  padding: 5px;
  color: #3b5998;
  text-decoration: none; }

.copyright {
  display: block; }

.marca {
  height: 51px;
  width: 51px;
  margin: auto 50px auto 10px; }

/* FIN FOOTER */
@media only screen and (max-width: 1060px) {

  .menus {
    position: absolute;
    width: 100%;
    height: auto;
    display: none;
    top: 95px;
    left: 100%;
    margin: 0; }

  .shownav {
    display: block;
    left: 0;
    -webkit-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease; }

  .menus .li {
    border-bottom: 1px solid #555;
    display: block;
    font-size: 12pt;
    background: #fff; }

  .menus .li:hover {
    border-bottom: 1px solid #555;
    box-shadow: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0;
    font-weight: 700;
    font-size: 12pt; }

  .menus .li i {
    font-size: 8pt; }

  .menus a {
    text-decoration: none; }

  .menus a:hover {
    text-decoration: none; }

  .navbar-toggler {
    display: block;
    position: absolute;
    top: 22px;
    right: 4px;
    color: #555; }

  .navbar-toggler i {
    font-size: 18pt;
    border: 2px solid;
    border-radius: 5px;
    padding: 5px; }
    
}
@media only screen and (max-width: 823px) and (min-width: 320px) {
  header {
    height: 95px; }

  .bannerour {
    top: 495px; }

  .product-sevices {
    top: 945px; }

  footer .redes, .info {
    font-size: 8pt; }

  footer .info i {
    font-size: 18pt; }

  .logos {
    top: -60px;
    left: -85px;
    width: 200px;
    height: 180px; }

  .logos .logo {
    top: 68px;
    left: 93px;
    width: 78px;
    height: 85px; }

  .logos-letra {
    left: 110px; }

  .logo-letra {
    width: 193px;
    height: 66px; }

  .menu {
    height: 95px;
    z-index: 9999; }

  .banner .team {
    display: none; }

  .elipse1 {
    display: none; }

  .elipse2 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: flex; }

  .panal {
    position: absolute;
    left: 30px;
    top: 0px;
    display: block;
    width: 764px;
    height: 455px;
    z-index: 9999;
    opacity: 0.1; }

  .banner p {
    position: static;
    font-size: 26pt;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 1.2;
    align-self: center;
    font-weight: 600; }

  .banner span {
    display: none; }

  .bannerour h2 {
    font-size: 22pt; }

  .bannerour .icoour {
    font-size: 18pt; }

  .bannerour h2 div {
    width: 80px;
    height: 4px; }

  .bannerour p {
    width: 290px;
    height: auto;
    font-size: 11pt; }

  .bannerour .seemore {
    width: 100px;
    font-size: 11pt;
    margin: 20px auto 0 auto; }

  .product-sevices {
    display: block; }

  .product-sevices .card {
    display: flex;
    align-items: flex-end;
    width: 280px;
    height: 180px;
    margin: 13px auto; }

  .product-sevices .card .img-prodcuto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 314px; }

  .product-sevices .card .img-servicios {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 242px;
    height: 160px; }

  .product-sevices .card .box-card {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    text-align: center;
    color: #fff; }

  .product-sevices .card .box-card h2 {
    font-size: 14pt;
    margin: 15px 0; }

  .product-sevices .card .box-card p {
    font-size: 12pt;
    margin: 25px 0 15px 0; }

  .product-sevices .card .box-card .seemore {
    width: 95px;
    font-size: 8pt;
    margin: 0 auto; }

  footer {
    display: block !important; }

  .info {
    margin: 10px auto;
    text-align: center; }

  .redes {
    margin: 0;
    text-align: center; }

  .redes .fi i {
    font-size: 22pt; }

  .marca {
    height: 51px;
    width: 51px;
    margin: 0;
    position: absolute;
    top: 38px;
    right: 25px; }

  .section-nosotros {
    height: 100%; }

  .ourteam .box-white {
    width: 100%; }

  .ourteam .box-white .white {
    width: 100%; }

  .ourteam .box-white h2 {
    padding-top: 30px; }

  .ourteam .box-white p {
    font-size: 15pt; }

  .ourteam img {
    width: auto; }

  .politics {
    height: 100%; }

  .politics p {
    font-size: 14px;
    width: 90%;
    padding: 8px; }

  .section-servicios {
    height: 1550px; }

  .process-service h2 {
    font-size: 20pt;
    padding-top: 20px; }

  .process1 {
    height: 300px; }

  .art2 {
    position: inherit; }

  .art3 {
    margin: auto; }

  .p3 {
    width: 50%;
    margin: 0 auto; }

  .process1, .process2 {
    display: inline-block;
    width: 100%;
    height: auto; }

  .process1 article, .process2 article {
    font-weight: 600;
    font-size: 12pt;
    text-align: center;
    margin-top: 20px; }

  .process1 article img, .process2 article img {
    margin: auto;
    width: 85px;
    height: 85px; }

  .process1 .flecha, .process2 .flecha {
    display: none; }

  .info-service {
    display: flex;
    justify-content: center;
    top: 895px; }

  .info-service .article1, .info-service .article2 {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background: rgba(85, 85, 85, 0.102);
    box-shadow: 0px 10px 11.96px 1.04px rgba(4, 0, 6, 0.2), 0px -10px 11.96px 1.04px rgba(4, 0, 6, 0.2);
    position: absolute; }

  .info-service .article1 {
    top: 30px;
    left: 0px;
    right: 0;
    width: 90%;
    margin: 0 auto;
    padding: 10px; }

  .info-service .article2 {
    bottom: 240px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    padding: 10px; }

  .info-service article .p1 {
    width: 95%;
    font-size: 22px; }

  .info-service article .p2 {
    width: 95%;
    font-size: 17pt !important; }

  .section-contacto {
    height: 1080px; }

  .locator{
    display: block;
    width: 90%;
    height: auto; }

  .form-sucursales, .list-map{
    width: 100%; }

  .form {
    display: block;
    height: 1080px; }

  .form-contact {
    width: 350px;
    height: 535px;
    margin: 40px auto; }

  .form-contact h3 {
    margin-bottom: 20px; }

  /*.map-info {
    width: 350px;
    height: 400px;
    margin: 0 auto; }

  .map-info iframe {
    width: 350px;
    height: 400px; }*/

  .li-p {
    padding: 15px 0 15px 0 !important; }

  .submenu {
    display: none;
    position: inherit;
    margin-top: 15px;
    background: rgba(204, 204, 204, 0.1);
    width: 100%;
    border-radius: 0;
    border-bottom: none;
    z-index: 9999; }

  .submenu li {
    padding: 20px;
    float: inherit;
    border-bottom: 1px solid #555; }

  .submenu .outborder {
    border-bottom: none; }

  .li-p:hover {
    border-radius: 0 !important; }

  .submenu li:hover {
    border-radius: 0 !important; }

  .li-p:hover .submenu {
    display: none; }

  .body-dh .item {
    display: block;
    margin: 20px auto; }

  .head-dh h1 {
    font-size: 28pt;
    top: 200px;
    left: 25px;
    width: 240px; }
    
.head-dh .subtitulo {
    font-size: 18pt;
    left: 25px;
}

  .head-dh img {
    position: inherit;
    width: 100%;
    height: 100%; }

  .body-ia .item {
    display: block;
    margin: 20px auto; }

  .head-ia h1 {
    font-size: 28pt;
    top: 200px;
    left: 25px;
    width: 240px; }

  .head-ia img {
    top: 0;
    width: 100%;
    height: 100%; }

  .body-de .item {
    display: block;
    margin: 20px auto; }

  .head-de h1 {
    font-size: 28pt;
    top: 200px;
    left: 25px;
    width: 240px; }

  .head-de img {
    left: 50%; }

  .pd {
    width: 350px;
    height: auto;
    display: block; }

  .pd1 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 320px;
    overflow: hidden; }

  .pd1 .imgmain {
    width: 100%;
    height: auto;
    align-self: center; }

  .pd2 {
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.19); }

  .pd2 .close {
    font-size: 30pt;
    margin-right: 20px;
    margin-top: -310px;
    cursor: pointer; }

  .pd2 h2 {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0; }

  .pd2 p {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 25px 10px 25px;
    align-self: center;
    font-size: 11pt; } }
@media only screen and (max-width: 768px) and (min-width: 320px) {
  .info-service .maq {
    right: 20px;
    width: 70%;
    height: 25%; }
}

@media only screen and (max-width: 414px) and (min-width: 320px) {
  .info-service .maq {
    right: 20px;
    width: 90%;
    height: 25%; }

  .head-de img {
    left: 50%;
    width: 200px;
    height: 250px;
    top: 80px; } 
    
.subcat .content-subcat li{
    list-style: none;
    font-size: 8pt;
 }

.subcat .content-subcat .img-subcat{
    width: 35px;
    height: 35px;
 }
 .subcat .content-subcat .link-subcat:hover{
     box-shadow: none;
 }
}
    

    


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