@font-face {
  font-family: '1trueno';
  src: url("../font/1Trueno-Light.woff2") format("woff2");
}

@font-face {
  font-family: '2trueno';
  src: url("../font/2Trueno-Lightitalic.woff2") format("woff2");
}

@font-face {
  font-family: '3trueno';
  src: url("../font/3Trueno-Normal.woff2") format("woff2");
}

@font-face {
  font-family: '4trueno';
  src: url("../font/4Trueno-Semibold.woff2") format("woff2");
}

@font-face {
  font-family: '5trueno';
  src: url("../font/5Trueno-Bold.woff2") format("woff2");
}

@font-face {
  font-family: '6trueno';
  src: url("../font/6Trueno-Extrabold.woff2") format("woff2");
}

p, li {
  font-family: '1trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: '3trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.location-indicator {
  height: 3px;
  background-color: #68BDEA;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-item-indicator:hover .location-indicator {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.logoImg {
  width: 230px;
}

.navbar-dark {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav {
  margin: 0 30px 0 0;
}

.bg-azul-nav {
  background-color: #1F2D3B;
}

.nav-item {
  font-family: '1trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
}

.navbar-nav .nav-link.active {
  color: #68BDEA;
}

.img-homesf {
  width: 500px;
}

.pggtophome {
  padding: 110px 0 0 0;
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0))), url(../imgs/piedras-negras/home-piedras-negras.jpg) no-repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0)), url(../imgs/piedras-negras/home-piedras-negras.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0px 0x;
  color: #fff;
  min-height: 100vh;
}

.bg-azul-nav {
  background-color: #1F2D3B;
}

.hero {
  position: relative;
  -webkit-transform: translateY(180%);
          transform: translateY(180%);
}

.hero h2 {
  color: white;
  font-family: '3trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 50px 0 0 0;
}

.hero i {
  color: white;
  margin: 45px 0 0 0;
  display: inline-block;
  font-size: 50px;
}

.hero .underline {
  width: 80px;
  height: 6px;
  background-color: #18539D;
  margin: 0;
}

.zisetamicontrad {
  width: 40px;
}

.navbar-nav .dropdown-menu {
  position: static;
  background-color: #0053a3bf;
  color: #fff;
}

.dropdown-item {
  color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #002e5c;
}

.posrelative {
  position: relative;
  right: 0;
  left: 29em;
  top: -77vh;
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.logo-home {
  width: 500px;
}

.style-nosotros .pddg-nosotros {
  padding: 60px 0 60px;
}

.style-nosotros h3 {
  font-size: 2em;
}

.style-nosotros .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
  margin: 0 auto;
}

.style-nosotros p {
  display: inline-block;
  margin: 30px 0 0 0;
  font-size: 1.4em;
}

.style-nosotros li {
  font-size: 1.1em;
  padding: 0 20px;
}

.style-nosotros .box-azul-nosotros {
  text-align: end;
  background-color: #18539D;
  padding: 20px;
  color: white;
}

.style-nosotros .box-azul-nosotros h3 {
  font-size: 2em;
  font-family: '4trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.style-nosotros .nosotros-img {
  background: url(../imgs/home/nosotros-img.jpg) no-repeat center;
  background-size: cover;
  background-position: 0px 70px;
  color: #fff;
  min-height: 100vh;
}

.style-map-fecha {
  background-color: #18539D;
  padding: 80px 0;
}

.icon-container {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.pddgsite {
  padding: 60px 0;
}

.style-experiencia h3 {
  font-size: 2em;
}

.style-experiencia .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
  margin: 0 auto;
}

.style-experiencia .mgg-exp {
  margin: 90px 0;
}

.style-experiencia span {
  color: #000000;
  font-size: 2em;
  font-family: "4trueno", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.style-experiencia h4 {
  color: #18539E;
  font-size: 8em;
  margin: -32px 0 0 0;
  display: inline-block;
  font-family: "6trueno", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.style-experiencia p {
  color: #000000;
  font-size: 1.4em;
  font-family: "4trueno", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: inline-block;
  text-align: end;
  margin: 10px 0 0 0;
  line-height: 29px;
}

.style-experiencia .img-exprs {
  width: 100px;
}

.style-experiencia .counter {
  font-size: 2em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.style-clientes {
  background-color: #F6F6F6;
}

.style-clientes h3 {
  font-size: 2em;
}

.style-clientes .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
  margin: 0 auto;
}

.style-clientes .pddgsite {
  padding: 60px 0;
}

.style-clientes .mgg-clientes {
  margin: 0 0 80px 0;
}

.style-piedras-negras {
  margin: -70px 0 0 0;
}

.style-piedras-negras .pddg-nosotros {
  padding: 175px 0px 0px 100px;
}

.style-piedras-negras h3 {
  font-size: 2em;
}

.style-piedras-negras .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
}

.style-piedras-negras p {
  display: inline-block;
  margin: 30px 0 0 0;
  font-size: 0.9em;
  padding: 0 60px 0 0;
  text-align: justify;
}

.style-piedras-negras li {
  font-size: 1.1em;
  padding: 0 20px;
}

.style-piedras-negras .box-azul-nosotros {
  text-align: end;
  background-color: #18539D;
  padding: 20px;
  color: white;
}

.style-piedras-negras .box-azul-nosotros h3 {
  font-size: 2em;
  font-family: '4trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.style-piedras-negras .nosotros-img {
  background: url(../imgs/home/historia-img.jpg) no-repeat center;
  background-size: cover;
  background-position: 0px 70px;
  color: #fff;
  min-height: 100vh;
}

.style-piedras-negras .btn-conoce {
  width: 180px;
  text-align: end;
}

.style-piedras-negras .pddg-btn {
  padding: 17px 75px 30px 0;
}

.style-forms {
  background-color: #F6F6F6;
  padding: 60px 0;
}

.style-forms h3 {
  font-size: 2em;
}

.style-forms .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
  margin: 0 auto;
}

.style-forms .underline2 {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-top: 50%;
}

.style-forms label {
  font-family: "2trueno", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.style-forms input, .style-forms textarea {
  background-color: #E5E6E8;
  border-radius: 0;
  border: 2px solid #000000;
}

.style-forms .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.style-forms .btn-formszise {
  width: 120px;
}

.style-forms h4 {
  font-family: '4trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.9em;
  padding: 0;
}

.style-forms p {
  font-size: 1.3em;
}

.style-forms .ppdg-info-form {
  padding: 0 200px 0 87px;
}

.stylefooter {
  background-color: #1F2D3B;
}

.stylefooter p {
  font-family: '2trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  line-height: 0;
  display: inline-block;
  line-height: 1.7;
}

.ubicacion-pnegras h3 {
  font-size: 2em;
}

.ubicacion-pnegras .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
}

.ubicacion-pnegras p {
  font-size: 1em;
  text-align: justify;
}

.ubicacion-pnegras .img-svg-table {
  max-width: 100%;
}

.generalidades {
  background-color: #F6F6F6;
  padding: 60px 0;
}

.generalidades h3 {
  font-size: 2em;
}

.generalidades .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
}

.fotografias {
  padding: 60px 0;
}

.fotografias h3 {
  font-size: 2em;
}

.fotografias .underline {
  width: 80px;
  height: 10px;
  background-color: #18539D;
  margin-top: 5px;
  margin: auto;
}

#mapa {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  position: relative;
}

#mapa .container {
  position: inherit;
}

#mapa-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
}

#mapa-imagen {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

#mapa .container .punto {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 1;
}

#mapa .container .punto:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

#mapa .container .punto.uno {
  left: 23.5%;
  bottom: 15%;
}

#mapa .container .punto.dos {
  left: 47%;
  bottom: 18%;
}

#mapa .container .punto.tres {
  left: 27%;
  bottom: 50%;
}

#mapa .container .punto.cuatro {
  left: 68%;
  bottom: 14%;
}

#mapa .container .punto.cinco {
  left: 49%;
  bottom: 33%;
}

#mapa .container .punto.seis {
  left: 49%;
  bottom: 33%;
}

#mapa .container .punto.siete {
  left: 38.2%;
  bottom: 34.9%;
}

#mapa .container .punto.ocho {
  left: 22.9%;
  bottom: 36.9%;
}

#mapa .container .punto.nueve {
  left: 17.9%;
  bottom: 63.9%;
}

#mapa .container .punto.diez {
  left: 10.2%;
  bottom: 71.9%;
}

#mapa .container .punto.once {
  left: 41.5%;
  bottom: 61.6%;
}

#mapa .container .punto.doce {
  left: 22.2%;
  bottom: 27.4%;
}

#mapa .container .punto.catorce {
  left: 17.2%;
  bottom: 85.6%;
}

#mapa .container .punto.diez7 {
  left: 8%;
  bottom: 14.6%;
}

#mapa .container .punto.diez8 {
  left: 42.9%;
  bottom: 84.4%;
}

#mapa .container .punto.diez9 {
  left: 64.9%;
  bottom: 58.4%;
}

#mapa .container .punto.diez28 {
  left: 25.7%;
  bottom: 71.9%;
}

#mapa .container .punto.diez27 {
  left: 59.4%;
  bottom: 8%;
}

#mapa .container .punto.diez30 {
  left: 62.5%;
  bottom: 33.4%;
}

#mapa .container .punto.diez31 {
  left: 8.5%;
  bottom: 62%;
}

#mapa .container .punto.diez32 {
  left: 9.6%;
  bottom: 53%;
}

#mapa .container .punto.diez33 {
  left: 7.6%;
  bottom: 45.78%;
}

#mapa .container .punto.diezt3b {
  left: 63.6%;
  bottom: 81.78%;
}

#mapa .container .punto.diezt3a {
  left: 76.7%;
  bottom: 81.78%;
}

#mapa .container .punto.diezt14 {
  left: 22.7%;
  bottom: 57.78%;
}

#mapa .mapa-modal {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: 0;
  z-index: 9999;
  overflow: auto;
  background: #fff;
  border-radius: 0;
}

#mapa .mapa-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  padding: 10px;
}

#mapa .mapa-modal .modal-image {
  max-width: 300px;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.zoom-controls {
  position: absolute;
  top: 10px;
  right: 40%;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin: 4px 0px;
}

.zoom-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: white;
  border: none;
  font-size: 29px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin: 6px 2px;
  margin-left: 5px;
  pointer-events: auto;
  -webkit-box-shadow: #00000037;
          box-shadow: #00000037;
}

.zoom-btn:hover {
  background-color: #777b99;
}

.zoom-btn:focus {
  background-color: #ffffff;
}

.pointZise {
  width: 55px;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  z-index: 10000;
}

.close-btn:hover {
  color: #000;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.286);
  z-index: 99;
}

.close-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #3CBEEE;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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;
  cursor: pointer;
  z-index: 10000;
}

.close-btn:hover {
  color: #000;
}

.zoom-controls {
  position: absolute;
  top: 10px;
  right: 40%;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin: 4px 0px;
  display: none;
}
/*# sourceMappingURL=style-pn.css.map */