* {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

li {
  list-style: none;
  display: inline-block;
}

a {
  text-decoration: none;
  transition: all 500ms ease-in-out;
}

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

h1,
h2,
h4 {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

p {
  font-size: 15px;
  line-height: 21px;
}

.btn {
  transition: all 300ms ease-in-out;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #ededed !important;
  color: #3c3c3c !important;
  border: 1px solid #fff !important;
}

/*NAVIGATION*/

.navbar {
  background-color: rgb(5.49%, 29.8%, 52.94%) !important;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 700;
}

.navbar a {
  color: #fff !important;
  opacity: 0.7;
}

.navbar a:hover {
  opacity: 1;
  background-color: #111111 !important;
}

.navbar-brand {
  width: 130px;
  background-image: url("../images/logos/logo_perfomex.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  /*margin: 6px 5px;*/
}

.navbar-default {
  border-color: rgb(5.49%, 29.8%, 52.94%) !important;
}

/*INDEX*/

#header-pozos {
  margin-top: 51px;
  background-image: url("../images/pozos/progreso10.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 750px;
  text-align: center;
}

#header-construccion {
  margin-top: 51px;
  background-image: url("../images/construccion/barda16.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 750px;
  text-align: center;
}

.header-h2 {
  margin-top: 100px;
  color: white;
}

@media screen and (max-width: 1000px) {
  #header-pozos {
    margin-top: 0;
  }

  #header-construccion {
    margin-top: 0;
  }

  .header-h2 {
    margin-top: 0;
    padding-top: 100px;
  }
}

/*POZOS*/

.pozos {
  padding: 80px 0 30px;
  text-align: center;
}

.pozos h2,
.pozos h4 {
  color: #4c4c4c;
  margin: 20px 0 20px;
}

.pozos p {
  color: #737373;
  font-size: 14px;
  padding-bottom: 40px;
}

.pozos i {
  height: 80px;
  width: 80px;
  font-size: 30px;
  padding: 25px 20px;
  border-radius: 50%;
  background-color: #6699cc;
  color: #fff;
}

.row_one {
  min-height: 500px;
}

.row_one .text_left {
  margin-top: 200px;
  text-align: center;
  position: relative;
}

.row_one {
  min-height: 500px;
}

.row_one .text_left {
  margin-top: 200px;
  text-align: center;
  position: relative;
}

.row_two p {
  padding-bottom: 5px !important;
}

#first_barreno {
  margin-top: 20px;
}

.barreno {
  background-image: url("../images/pozos/agujero1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.cimentacion {
  background-image: url("../images/pozos/pozogrande1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.sondeo {
  background-image: url("../images/pozos/perforado13.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.pozo {
  background-image: url("../images/pozos/pozo15.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.estudio {
  background-image: url("../images/pozos/perforado7.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.aforo {
  background-image: url("../images/pozos/perforado10.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.prueba {
  background-image: url("../images/pozos/pozo3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

@media (max-width: 999px) {
  .pozos {
    padding: 30px;
  }

  .pozos h2 {
    padding-top: 20px;
  }
}

/*CONSTRUCCION*/

/*POZOS*/

.construccion {
  padding: 80px 0 30px;
  text-align: center;
}

.construccion h2,
.construccion h4 {
  color: #4c4c4c;
  margin: 20px 0 20px;
}

.construccion p {
  color: #737373;
  font-size: 14px;
  padding-bottom: 40px;
}

.construccion i {
  height: 80px;
  width: 80px;
  font-size: 30px;
  padding: 25px 20px;
  border-radius: 50%;
  background-color: #6699cc;
  color: #fff;
}

#first_obra {
  margin-top: 20px;
}

.obra {
  background-image: url("../images/construccion/terra_sw7.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.naves {
  background-image: url("../images/construccion/expansion7.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.adaptaciones {
  background-image: url("../images/construccion/ofi3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.instalacion {
  background-image: url("../images/construccion/maniobras5.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

.maniobras {
  background-image: url("../images/construccion/maniobras10.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
}

@media (max-width: 999px) {
  .construccion {
    padding: 30px;
  }

  .construccion h2 {
    padding-top: 20px;
  }
}

/*PRICING*/

.galeria {
  padding: 50px 0 80px;
  text-align: center;
  background-color: #3399ff;
}

.galeria h2,
.galeria p {
  color: #fff;
}

.galeria p {
  padding-bottom: 40px;
}

.galeria .packages {
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
}

/*.packages li {*/

/*display: block;*/
/*padding: 5px;*/
/*}*/

/*.packages h4,*/
/*.packages h1,*/
/*.packages b {*/

/*color: #4c4c4c;*/
/*}*/

/*.packages p,*/
/*.packages li {*/

/*color: #737373;*/
/*}*/

/*.packages button {*/

/*margin-top: 10px;*/
/*}*/

@media (max-width: 768px) {
  .galeria {
    padding: 30px;
  }

  /*.packages {*/

  /*width: 80%;*/
  /*margin-left: 25px;*/
  /*}*/
}

/*GALLERY*/

.tz-gallery {
  padding: 40px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }

  .container.gallery-container {
    border-radius: 0;
  }
}

/*FOOTER*/

.footer {
  padding: 30px;
  color: #cccccc;
  background-color: #222222;
}

.footer .social {
  font-size: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  margin-right: 5px;
}

.footer input {
  height: 40px;
  width: 160px;
  padding: 5px;
  border: none;
  background-color: #cccccc;
  color: #000;
}

.footer .btn {
  padding: 10px 5px 10px;
  margin: -3px 0 0 5px;
}

.no-decoration {
  text-decoration: none;
  color: white;
}

@media (max-width: 999px) {
  .screen-small p {
    font-size: 12px;
  }
}
