@charset "UTF-8";
/*
Theme Name: GPI
Theme URI: 
Author: Francisco Muñeton Pinto
Author URI: https://www.behance.net/famupinto
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://
Text Domain: gpingenieriayservicios
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,900");
body, html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #3e4a59; }
a, a:hover{
  color: inherit;
  text-decoration: none;
}
header {
  position: absolute;
  width: 100%;
  z-index: 99; 
}

.section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  background: rgba(237, 237, 237, 0.5); }
  .section.home {
    background: transparent;
    padding-top: 100px; }
    .section.home .container-fluid .row {
      min-height: calc(100vh - 100px); }
  .section.servicios {
    padding-top: 0px; }
    .section.servicios p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1.2;
      color: #3e4a59; }
    .section.servicios .titleWord {
      margin-top: 10%; }
    .section.servicios .subTitleS {
      margin-bottom: 50px;
      margin-top: 50px;
      padding: 15px 10px;
      font-size: 1.2em;
      color: #fff;
      background: #66e1df;
      background: -moz-linear-gradient(left, #66e1df 0%, #8968eb 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #66e1df), color-stop(100%, #8968eb));
      background: -webkit-linear-gradient(left, #66e1df 0%, #8968eb 100%);
      background: -o-linear-gradient(left, #66e1df 0%, #8968eb 100%);
      background: -ms-linear-gradient(left, #66e1df 0%, #8968eb 100%);
      background: -webkit-gradient(linear, left top, right top, from(#66e1df), to(#8968eb));
      background: linear-gradient(to right, #66e1df 0%, #8968eb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66e1df', endColorstr='#8968eb', GradientType=1 ); }
    .section.servicios .itemProd {
      background: #ededed; }
      .section.servicios .itemProd:nth-child(2n + 1) {
        background: #fff; }
      .section.servicios .itemProd .card {
        border: 0;
        background: transparent;
        padding: 20px 0;
        text-align: center; }
        .section.servicios .itemProd .card .card-title {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          color: #3e4a59; }
        .section.servicios .itemProd .card .card-text {
          font-size: 0.85em; }
        .section.servicios .itemProd .card .btn {
          display: table;
          background: transparent;
          cursor: pointer;
          padding: 0;
          border-radius: 0;
          border: 0;
          margin: auto; }
          .section.servicios .itemProd .card .btn p {
            padding: 10px 30px;
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 1em;
            color: #8968EB;
            background: transparent;
            letter-spacing: 2px;
            border: 1px solid #8968EB;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          .section.servicios .itemProd .card .btn:hover p {
            border: 1px solid #8968EB;
            background: #8968EB;
            color: #fff;
            letter-spacing: 0px; }
  .section.contacto {
    background: transparent;
    padding-top: 0px; }
  .section.inter {
    background: #fff !important; }

.gridbg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .gridbg span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1px;
    height: 100%;
    background: rgba(234, 234, 234, 0.9); }

.send {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: #8968EB;
  border: 1px solid #8968EB;
  border-radius: 0;
  display: block;
  width: 100%;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .send:hover {
    background: #fff;
    color: #8968EB;
    border: 1px solid #8968EB;
    letter-spacing: 0; }

.header {
  background: #fff;
  max-height: 120px; 
  position: absolute;
  z-index: 99;
  border-bottom:1px solid #ededed;
}
.brand h1{
    position: relative;
    overflow: hidden;
    text-indent: -99999px;
    height: 100px; 
  }
  .brand .brand-img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

      .navbar{
        width:90%;
    }
    .nav{
        flex-flow: row;
        width:100%;
    }

    .menu-item{
        display:block;
        width:100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }

  .nav {
    width: 100%; 
  
  }
    .nav a {
      color: inherit;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      color: #3e4a59; }
    .nav .menu-item {
      position: relative;
      cursor: pointer; 
    }
    .nav .menu-item::after {
        content: '';
        display: block;
        height: 3px;
        width: 1%;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        margin: auto;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
      }
    .nav .menu-item.current-menu-item::after, .nav .menu-item:hover::after {
        content: '';
        display: block;
        height: 3px;
        width: 50%;
        background: #8968EB;
        opacity: 1; 
        margin: auto;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        
      }

    .lang a {
      color: #8968EB;
      font-weight: 600;
    }

.titleWord {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 20%;
  font-size: 2rem; }
  .titleWord b {
    color: #8968EB; }

.infoH p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.2em; }

.boxScroll {
  display: block;
  background: #ededed;
  border: 1ps solid red;
  position: relative;
  padding: 0;
  cursor: pointer; }
  .boxScroll p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: #3e4a59;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    top: 0;
    left: -40%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .boxScroll:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background: #66E1DE;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .boxScroll:hover p {
    color: #fff; }
  .boxScroll:hover:after {
    height: 100%; }

.btnBoxContact {
  display: table;
  background: #8968EB;
  cursor: pointer; }
  .btnBoxContact p {
    padding: 10px 30px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    color: #8968EB;
    background: #fff;
    letter-spacing: 2px;
    border: 1px solid #A68AFA;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .btnBoxContact:hover p {
    border: 1px solid #A68AFA;
    background: #8968EB;
    color: #fff;
    letter-spacing: 0px; }

.formGPI .form-control {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(137, 104, 235, 0.3);
  letter-spacing: 2px;
  color: #ededed;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .formGPI .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #8968EB;
    letter-spacing: 0px; }

.boxslider {
  background: #0BB9B9;
  position: relative;
  overflow: hidden; }
  .boxslider .img-slide {
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .boxslider .slick-slider:focus {
    outline: none; }
  .boxslider .slick-slider .slick-slide:focus {
    outline: none; }
  .boxslider .slick-slider .slick-slide p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 15px; }
  .boxslider .slick-slider .slick-slide .subSlide {
    margin: 0;
    color: #3e4a59;
    padding-bottom: 10px;
    padding-top: 35px; }
  .boxslider .slick-slider .slick-slide h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px; }
  .boxslider .prevA {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    position: absolute;
    top: 35px;
    right: 0;
    background: #66E1DE;
    padding: 15px 20px;
    line-height: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .boxslider .prevA:hover {
      color: #0BB9B9;
      background: #fff; }
  .boxslider .nextA {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    position: absolute;
    color: #fff;
    right: 0;
    bottom: 35px;
    background: #66E1DE;
    padding: 15px 20px;
    line-height: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99; }
    .boxslider .nextA:hover {
      color: #0BB9B9;
      background: #fff; }


      .page-template-page-portafolio .inter{
        height: auto;
        min-height: auto !important;
      }


      .home .section.servicios{
        padding-top: 0!important;
      }
      


      /* styles blog*/


      .blog .itemProd .card{
        background-color: transparent !important;
        border: 0;
      }

      .blog .itemProd .card .card-title{
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 2em;
        line-height: 1.2;
        color: #3e4a59; 
      }

      .blog .itemProd .card a{
        color: #8968EB;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
      }

      .blog .itemProd .card a:hover, .blog .itemProd .card a:focus{
        text-decoration: none;
        outline: none;
      }

      .blog .itemProd .card a p{
        margin: 0;
      }

      .btn-blog{
        display: table;
        margin: 0;
        margin-left: 5px;
        background: #ededed !important;
        padding: 10px;
        border-left: 4px solid #8968EB;
        transition: all 0.5s;
        letter-spacing: 0px;
      }

      .btn-blog:hover{
        display: table;
        margin: 0;
        margin-left: 5px;
        background: #8968EB !important;
        padding: 10px;
        color: #fff !important;
        letter-spacing: 1px;
        border-left: 4px solid #0BB9B9;
      }
      .catg{
        display: inline-table;
        margin-left: 1px;
      }
      .catg ul{
        padding: 0;
      }

      .catg ul li{
        list-style: none;
      }

      .catg li a{
        font-family: 'Montserrat', sans-serif;
        font-weight: 900 !important;
        font-size: 1em !important;
        text-transform: uppercase;
      }


      .page-template-default .aniTit{
        margin-top: 6% !important;
      }


      .page-id-13 .aniTit{
        margin-top: 20% !important;
      }


      .page-link, .page-item a{
        font-family: 'Montserrat', sans-serif;
        font-weight: 400 !important;
        color: #8968EB !important;
        text-decoration: none;
        border-radius: 0 !important;
        letter-spacing: -1px;
        transition: all 0.4s;
        border: none !important;
        
      }

      .page-link:hover {
        background:#8968EB  !important;
        color:#ededed !important;
        letter-spacing: 1px;
      }

      .page-id-47 .zone-title{
        display: none !important;
      }


      .titleCont {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        margin-top: 1%;
        font-size: 2rem; }
        .titleCont b {
          color: #8968EB; }


      .box-header-blog{
        position: relative;
      }

      .box-titi-blog{
        position: absolute;
        width: 40%;
        text-align: left;
      }

      .navbar-light .navbar-toggler{
        border: 0;
      }

      .navbar-light .navbar-toggler:focus{
        outline: none;
      }

     

      @media only screen and (max-width: 600px) {
        .header {
          position: relative;
        }

        .nav{
          background:#fff;
          flex-flow: column !important;
        
        }

        .navbar-light{
          border-bottom: 1px solid #0BB9B9;
        }
        
        .lang{
          position: relative;
      top: -10px;
        }

        .page-id-13 .aniTit{
          margin-top: 0% !important;
        }

        .boxScroll{
          display: none;
        }

        .slick-slide h2{
          font-size: 1.2em;
          margin-top: 20px;
          margin-right: 60px;
          text-align: center;

        }

        .slick-slide p{
          display: none;
        }

        .navbar{
          padding: 0 0;
        }

        .boxslider .prevA{
          top: 50%;
        right: inherit;
        }

        .infoText {
          text-align: center;
        }

      }
