/* Theme Name: energytechingenieria.com
Theme URI: https://www.energytechingenieria.com
Author: Ricardo José Farfán Martínez
Autor URI: https://www.xlogam.com
Description: Sitio Web para Energy Tech Ingenieria
Version: 1.0; */
a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
img {
  border: none;
  display: block;
  vertical-align: bottom;
}
body,
html,
h1,
h2,
h3,
h4,
li,
p,
ul {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.navbar {
  padding: 0px;
  margin-right: -8px;
}
.navbar-light .navbar-nav .menu-item .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 50px 20px;
  color: #000;
}
.navbar-light .navbar-nav .menu-item:hover .nav-link {
  background-color: #0193e0;
  color: #fff;
}
.navbar-light .navbar-nav .menu-item:nth-of-type(2).active .nav-link {
  color: #000;
  background-color: transparent;
}
.navbar-light .navbar-nav .menu-item:nth-of-type(2).active:hover .nav-link {
  background-color: #0193e0;
  color: #fff;
}
.navbar-light .navbar-nav .menu-item:nth-of-type(3).active .nav-link {
  color: #000;
  background-color: transparent;
}
.navbar-light .navbar-nav .menu-item:nth-of-type(3).active:hover .nav-link {
  background-color: #0193e0;
  color: #fff;
}
.navbar-light .navbar-nav .menu-item:nth-of-type(4).active .nav-link {
  color: #000;
  background-color: transparent;
}
.navbar-light .navbar-nav .menu-item:nth-of-type(4).active:hover .nav-link {
  background-color: #0193e0;
  color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  background-color: #0193e0;
}
.banner-index {
  position: relative;
}
.banner-index img {
  width: 100%;
  height: auto;
}
.banner-index .banner-index-texture {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
}
.width-container {
  max-width: 1200px;
  margin: auto;
}
.width-container-between {
  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;
}
.header-top {
  background-color: #000;
  width: 100%;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 5px 0px;
}
.header-top a {
  color: #fff;
}
.header-top-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top-left i {
  margin-right: 8px;
}
.header-top-right a i {
  margin-left: 8px;
}
.header-top-right a:first-of-type i {
  margin-right: 8px;
}
.our-services {
  margin-top: 60px;
  margin-bottom: 60px;
}
.our-services-title {
  background-image: url("img/title_bar.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 30px;
  padding-top: 20px;
}
.our-services-title h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1f2430;
  text-transform: uppercase;
}
.our-services-container {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service {
  background-image: url("img/fnd_destacado.jpg");
  width: 390px;
  overflow: hidden;
}
.service-image img {
  max-width: 100%;
  height: auto;
}
.service-content {
  color: #fafafa;
  padding: 20px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.service-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.service-content ul li {
  padding: 0px;
  margin: 0px;
  text-align: justify;
  margin-bottom: 1em;
  line-height: 1.3em;
  font-size: 14px;
  background-image: url("img/vinneta.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 47px;
  padding-top: 3px;
}
.service-content .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-content .service-title h2 {
  font-size: 20px;
  color: #f0db1b;
  margin-bottom: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #f0db1b;
  padding-bottom: 3px;
}
.medium-banner img {
  width: 100%;
  height: auto;
}
.our-company {
  max-width: 1200px;
  margin: auto;
}
.our-company-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}
.our-company-title h2 {
  background-image: url("img/bar_title_colors.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #000;
}
.our-company-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
.our-company-separator {
  margin-left: 20px;
  margin-right: 20px;
  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;
}
.our-company-separator-bar {
  background-color: #e9e9e9;
  width: 3px;
  height: 80%;
}
.our-company-col {
  min-height: 200px;
}
.our-company-col h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #0193e0;
  margin-bottom: 0.5em;
}
.our-company-col p {
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
}
.recent-projects {
  background-color: #f1f7fb;
  padding-top: 40px;
  padding-bottom: 40px;
}
.recent-projects-title {
  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;
  margin-bottom: 40px;
}
.recent-projects-title h2 {
  background-image: url("img/bar_title_colors.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #000;
}
.recent-projects-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: minmax(300px, 300px) 10px minmax(300px, 300px) 10px minmax(300px, 300px);
  grid-template-rows: repeat(3, minmax(300px, 300px));
}
.recent-projects-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.recent-projects-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.recent-projects-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.recent-projects-container > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.recent-projects-container > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recent-projects-container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.recent-projects-container > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.recent-projects-container > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.recent-projects-container > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.recent-project {
  position: relative;
  overflow: hidden;
}
.recent-project:hover .recent-project-photo-bgrd {
  top: 0px;
}
.recent-project:hover .recent-project-title {
  left: 0px;
}
.recent-project-photo {
  width: 100%;
  height: 100%;
}
.recent-project-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-project-photo-bgrd {
  background-image: url("img/fnd_hover.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 100%;
}
.recent-project-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: -100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  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;
}
.recent-project-title h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3em;
  font-size: 20px;
}
.our-clients-title {
  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;
}
.our-clients-title h2 {
  background-image: url("img/bar_title_colors.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #000;
}
.our-clients {
  margin-top: 60px;
  margin-bottom: 60px;
}
.our-clients-container {
  max-width: 1200px;
  margin: auto;
}
.our-clients-slider {
  max-width: 90%;
  margin: auto;
}
#map-canvas {
  min-height: 400px;
}
.derechos {
  background-color: #034b71;
  color: #fff;
  padding: 10px 0px;
}
.derechos-container {
  max-width: 1200px;
  margin: auto;
}
.derechos-container p {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 12px;
  font-weight: 300;
}
footer {
  background-color: #0075b4;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer a {
  color: #fff;
}
.footer-cols {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-data-icon {
  margin-right: 10px;
  width: 33px;
  height: 33px;
  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;
  font-size: 30px;
  color: #aad9f5;
}
.footer-data-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.footer-data-text p {
  line-height: 1.2em;
}
.footer-data-text a {
  color: #fff;
}
.footer-data-text a:hover {
  color: #fff;
  text-decoration: none;
}
.logo-footer-container {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 20px;
}
.footer-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-redes a {
  font-size: 30px;
  color: #aad9f5;
  margin-left: 15px;
}
.single-top {
  height: 4px;
  max-width: 1200px;
  margin: auto;
  background-image: url("img/top_bar_nav.png");
  background-size: 100% 100%;
  background-position: center;
}
.single-container {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 40px;
  min-height: 600px;
}
.single-container h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url("img/title_single.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  background-size: 300px 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2em;
}
.single-container p {
  text-align: justify;
  line-height: 1.3em;
}
.clients-fnd {
  background-color: #f1f7fb;
  overflow: hidden;
}
.page-id-296 footer {
  margin-top: 0px;
}
.page-id-296 .single-container {
  min-height: 0px;
}
.page-id-296 #map-canvas {
  width: 100%;
  height: 100%;
}
.map-form-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 60px;
}
.map-form-cols .map-container {
  width: 100%;
  height: 100%;
}
.map-form-cols .map-form-col-1 {
  width: 48%;
}
.map-form-cols .map-form-col-2 {
  width: 48%;
}
.map-form-cols .map-form-col-2 .form-group label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.map-form-cols .map-form-col-2 .form-control {
  border: 1px solid #0193e0;
}
.map-form-cols .map-form-col-2 button {
  background-color: #0193e0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #0193e0;
}
.our-client img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .width-container {
    max-width: 95%;
  }
  header {
    margin-bottom: 10px;
    position: relative;
  }
  header .width-container-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our-services-container {
    max-width: 95%;
  }
  .service {
    max-width: 320px;
  }
  .our-company {
    max-width: 95%;
  }
  .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999999;
  }
  .navbar {
    position: static;
    width: 100%;
  }
  .header-menu {
    width: 100%;
  }
  .header-logo {
    margin-bottom: 10px;
  }
  .headerRight {
    width: 100%;
  }
  .navbar-light .navbar-nav .menu-item .nav-link {
    padding: 10px 20px;
  }
  .footer-cols {
    max-width: 95%;
  }
  .single-container {
    max-width: 95%;
  }
  .map-form-cols {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .our-services-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  .service-image img {
    width: 100%;
    height: auto;
  }
  .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-col-1 {
    margin-bottom: 40px;
  }
  .footer-col-2 {
    width: 100%;
  }
  .footer-col-3 {
    width: 100%;
  }
  .header-logo {
    max-width: 220px;
  }
  .header-logo img {
    width: 100%;
    height: auto;
  }
  .recent-projects-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recent-project {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .recent-project-photo-bgrd {
    top: 0px;
  }
  .recent-project-title {
    left: 0px;
  }
  .footer-data-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .header-top-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-top-right {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-right a:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding: 10px 0px;
  }
  .our-company-title h2 {
    font-size: 32px;
  }
  .our-company-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our-company-col-1 {
    margin-bottom: 20px;
  }
  .recent-projects-title h2 {
    font-size: 32px;
  }
  .recent-projects-container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .our-clients-title h2 {
    font-size: 32px;
  }
  .single-container h1 {
    font-size: 28px;
  }
  .map-form-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .map-form-cols .map-form-col-1 {
    width: 100%;
    margin-top: 30px;
  }
  .map-form-cols .map-form-col-2 {
    width: 100%;
  }
  .our-client img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: auto;
  }
}
/*# sourceMappingURL=style.css.map */