.loading{
  opacity: 0;
}
.backgroundGreen{
  background: #101A1F;
}
@font-face {
  font-family: 'spiritsofmexico';
  src:  url('fonts/spiritsofmexico.eot?rcvcgi');
  src:  url('fonts/spiritsofmexico.eot?rcvcgi#iefix') format('embedded-opentype'),
    url('fonts/spiritsofmexico.ttf?rcvcgi') format('truetype'),
    url('fonts/spiritsofmexico.woff?rcvcgi') format('woff'),
    url('fonts/spiritsofmexico.svg?rcvcgi#spiritsofmexico') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'spiritsofmexico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}


body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

/* CSS Nav */
.nav{
  background: #FFF;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.containerMenu{
  width: 90%;
  margin:10px auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  justify-self: center;
}
.logo{
  /* grid-area: logo; */
  margin:0;
  padding: 0;
  text-align: center;
}
.wrapperMenus{
  /* grid-area: menus; */
  display: grid;
  grid-template-columns: 1fr 150px;
}
  .menu{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 150px));
    justify-content: right;
    align-self: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }
    .menu li{
      text-align: center;
    }
    .menu li a{
      color:#101A1F;
      text-decoration: none;
    }
  .menuSocial{
    padding: 0;
    margin:0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    grid-column-gap: 10px;
    align-self: center;
    justify-content: center;
  }
    .menuSocial li{
      border-radius: 50%;
      border: 1px solid #46B6A5;
      height: 34px;
      line-height: 40px;
      text-align: center;
      font-size: 1.3em;
    }
      .menuSocial li a{
        color:#46B6A5;
        text-decoration: none;
      }
/* Fin CSS Nav */

/* Main */
.main{
  position:relative;
}
/* Fin Main */

/* corouselHome */
.corouselHome{
  position: relative;
}
  .corouselHome .owl-nav{
    position: absolute;
    bottom: 0;
    display: none;
  }
  .corouselHome .owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
  .corouselHome.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    width: 40px;
    height: 4px;
  }
  .corouselHome.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #FFFFFF;
  }
  .corouselHome figure{
    margin: 0;
    padding: 0;
    position: relative;
  }
    .corouselHome figure figcaption{
      position: absolute;
      top:30%;
      left: 10%;
      color: #FFF;
      text-shadow: 1px 1px 1px black;
      width: 75%;
      max-width: 1000px;
    }
    .corouselHome figcaption .titleCarousel{
      font-size: 39px;
    }
    .corouselHome figcaption .paragraphCarousel{
      font-size: 30px;
    }
    .corouselHome figcaption .btnCarousel{
      font-size: 24px;
      background: #46B6A5;
      text-align: center;
      padding: 10px 20px;
      color:#FFF;
      text-shadow: none;
      text-decoration: none;
      display: inline-block;
    }

/* Fin corouselHome */

/* backgroundFixed  */
.backgroundFixed{
  background: url('../images/fondohome.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
  .backgroundFixed .logoTrasparent{
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 0;
  }
    .backgroundFixed .logoTrasparent img{
      width: 100%;
    }
  .backgroundFixed .craneo{
    margin: 0;
    background: #FFF;
    padding: 30px 0;
    text-align: center;
  }
    .backgroundFixed .craneo figcaption{
      font-size: 30px;
      margin:30px 0;
    }

/* Fin backgroudFixed */


/* servicesHome */
.servicesHome{
  background: url('../images/img_bghome.png');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  color:#FFF;
  padding: 100px 0;
}
.servicesHomeText{
  display: grid;
  align-items: center;
}
  .servicesHomeText div{
    justify-self: center;
    width: 80%;
    max-width: 600px;
  }
  .servicesHomeText .servicesHomeTitle{
    font-size: 39px;
  }
  .servicesHomeText .servicesHomeParagraph{
    font-size: 30px;
  }
  .servicesHomeText .servicesHomeBtn{
    font-size: 24px;
    border: 1px solid #FFF;
    padding: 10px 25px;
    text-decoration: none;
    color:#FFF;
    margin-top:20px;
    display: inline-block;
  }
.servicesHomeIcons{
  display: grid;
  grid-template-columns: 200px 200px;
  grid-column-gap: 30px;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
  .servicesHomeIcons figure{
    margin:0;
    text-align: center;
    width: 100%;
  }
    .servicesHomeIcons figure img{
      width: 100%;
      max-width: 200px;
    }
    .servicesHomeIcons figure figcaption{
      font-size: 30px;
    }

/* end servicesHome */

/* contactHome */
.contactHome{
  background: #EEEEEE;
  color:#101A1F;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  padding: 80px 0;
}
.contactHomeForm{
  display: grid;
  align-items: center;
}
  .contactHomeForm div{
    justify-self: center;
    width: 80%;
    max-width: 600px;
  }
  .contactHomeForm .contactHomeFormTitle{
    font-size: 39px;
  }
  .contactHomeForm .formContact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "name lastname"
      "email email"
      "comment comment"
      ". button";
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .name{
    border: 1px solid #46B6A5;
    height: 50px;
    grid-area:name;
  }
  .lastName{
    border: 1px solid #46B6A5;
    height: 50px;
    grid-area: lastname;
  }
  .email{
    border: 1px solid #46B6A5;
    height: 50px;
    grid-area:email;
  }
  .comment{
    border: 1px solid #46B6A5;
    grid-area:comment;
  }
  .btnSubmit{
    grid-area:button;
    background: #46B6A5;
    font-size:24px;
    padding: 10px 0;
    color: #FFF;
    width: 150px;
    justify-self: end;
    border: 0;
  }
.contactHomeText{
  padding-top: 120px;
}
  .contactHomeText span{
    color:#46B6A5;
  }
  .ContactHomeTextParagraph{
    font-size: 18px;
    display: grid;
    grid-template-columns: 35px 300px;
    align-items: center;
    grid-column-gap: 10px;
  }
    .ContactHomeTextParagraph span{
      border: 1px solid #46B6A5;
      border-radius: 50%;
      padding: 5px;
      font-size: 20px;
      display: inline-block;
      align-self: center;
    }
  .ContactHomeTextSocial{
    color: #46B6A5;
    font-size: 27px;
  }
    .ContactHomeTextSocial a{
      border: 1px solid #46B6A5;
      border-radius: 50%;
      padding: 7px;
      font-size: 25px;
      margin: 0 5px;
      display: inline-block;
      color: #46B6A5;
      text-decoration: none;
    }
/* end contactHome */

/* banner */
.banner{
  padding-top: 130px;
}
  .banner figure{
    margin: 0;
    line-height: 0;
    width: 100%;
  }
  .banner figure img{
    width: 100%;
  }
/* end banner */

/* boxUsView */
.boxUsView{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}
.boxUsViewArticle{
  display: grid;
  grid-template-columns: 474px 1fr;
  color:#101A1F;
  grid-column-gap: 50px;
}
  .boxUsViewTitle{
    font-size: 39px;
  }
  .boxUsViewParagraph{
    font-size: 18px;
  }
  .boxUsViewImage{
    margin: 0;
    width: 100%;
  }
    .boxUsViewImage img{
      width: 100%;
      height: auto;
    }
/*  end boxUsView */

/* boxUsValues */
.boxUsValues{
  background: url('../images/imgbg_nosotros.png');
  min-height: 511px;
  display: grid;
  align-items: center;
}
  .containerValues{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
    .boxUsValuesTitle{
      font-size: 39px;
    }
    .boxUsValuesOl{
      font-size: 18px;
    }
/* end boxUsValues */

/* boxUsMission */
.boxUsMission{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}
  .boxUsMissionArticle{
    display: grid;
    grid-template-columns: 1fr 474px;
    color:#101A1F;
    grid-column-gap: 50px;
  }
    .boxUsMissionTitle{
      font-size: 39px;
    }
    .boxUsMissionParagraph{
      font-size: 18px;
    }
    .boxUsMissionImage{
      margin: 0;
      width: 100%;
    }
      .boxUsMissionImage img{
        width: 100%;
        height: auto;
      }
/* end boxUsMission */

/* boxServices */
.boxServices{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}
.boxServicesArticle{
  display: grid;
  grid-template-columns: 500px 1fr;
  color:#101A1F;
  grid-column-gap: 50px;
}
  .boxServicesTitle{
    font-size: 39px;
  }
  .boxServicesParagraph{
    font-size: 18px;
  }
  .boxServicesImage{
    margin: 0;
    width: 100%;
  }
    .boxServicesImage img{
      width: 100%;
      height: auto;
    }
/* end boxServices */

/* footer */
.footer{
  border-top: 26px solid #46B6A5;
  background: #101A1F;
  text-align: center;
}
  .navFooter{
    border: 1px solid red;
  }
    .navFooterMenu{
      list-style: none;
      padding: 50px 0;
      margin:0;
    }
      .navFooterMenu li{
        display: inline-block;
        vertical-align: top;
        margin: 0 10px
      }
        .navFooterMenu li a{
          color: #46B6A5;
          text-decoration: none;
        }
  .footerAgave{
    margin: 0;
    line-height: 0;
  }
/* end footer */