html {
  position: relative;
}

body {
  overflow-x: hidden;
  width: 100%;
}

#home {
  overflow: hidden;
}

#desarrollo:hover, #kiosco:hover {
  cursor: pointer;
}

.sticky {
  position: absolute;
  right: 60px;
  top: -36px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #333;
  overflow: auto;
  z-index: 9999;
}

.wrap {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.wrap ul.wrap-nav {
  border-bottom: 1px solid #575757;
  text-transform: capitalize;
  padding: 150px 0px 100px;
}

.wrap ul.wrap-nav li {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
  margin: 5px;
}

.wrap ul.wrap-nav li a {
  color: #34B484;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.wrap ul.wrap-nav li a:hover {
  color: #f0f0f0;
}

.wrap ul.wrap-nav ul {
  padding: 20px 0;
}

.wrap ul.wrap-nav ul li {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #e9e9e9;
}

.wrap ul.wrap-nav ul li a {
  color: #f0f0f0;
}

.wrap ul.wrap-nav ul li a:hover {
  color: #34B484;
}

@media screen and (max-width:48em) {
  .wrap ul.wrap-nav>li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #575757;
  }

  .wrap ul.wrap-nav {
    padding: 30px 0px 0px;
  }

  nav ul {
    opacity: 0;
    visibility: hidden;
  }

  .social {
    color: #c1c1c1;
    font-size: 25px;
    padding: 15px 0;
  }

  .social-icon {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #333;
    display: block;
    margin: 5px 0;
  }
}

.social {
  font-size: 25px;
  padding: 20px;
}

.social p {
  margin: 0;
  padding: 20px 0 5px 0;
  line-height: 30px;
  font-size: 13px;
}

.social p a {
  color: #34B484;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.social-icon {
  width: 80px;
  height: 50px;
  background: #e9e9e9;
  color: #333;
  display: inline-block;
  margin: 0 20px;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.social-icon:hover {
  background: #34B484;
  color: #f0f0f0;
}

.social-icon i {
  margin-top: 12px;
}

.button {
  display: none;
  position: fixed;
  right: 16px;
  top: 6px;
  z-index: 999;
  font-size: 30px;
  color: white!important;
}

.button a {
  text-decoration: none;
}

.btn-open:after, .btn-open {
  /* color: #fff; */
  content: "\f0c9";
  font-family: "FontAwesome";
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.btn-open:hover:after {
  color: #34B484;
}

.btn-close:after {
  color: #fff;
  content: "\f00d";
  font-family: "FontAwesome";
  transition-property: all .0.5s linear 0s;
  -moz-transition: all .0.5s linear 0s;
  -webkit-transition: all .0.5s linear 0s;
  -o-transition: all .0.5s linear 0s;
}

.btn-close:hover:after {
  color: #34B484;
}

/*Colores*/
.blanco {
  color: #fff!important;
}

.cafe {
  color: #58431F !important;
}

.azul {
  color: #737E8B !important;
}

.verde {
  color: #7CAE8E !important;
}

.bgcafe {
  background: rgba(88, 67, 31, 0.6);
  transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
  border-radius: 15px;
  padding: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 325px;
}

.fixedmenu{
  position: fixed!important;
}
.bgazul {
  background: rgba(115, 126, 139, 0.6);
  transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
  border-radius: 15px;
  padding: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 325px;
}

.bgverde {
  background: rgba(124, 174, 143, 0.6);
  transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
  border-radius: 15px;
  padding: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 325px;
}

.bgblanco {
  transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
  border-radius: 15px;
  padding: 6px;
}

h3 {
  font-size: 25px;
}

.r1 {
  position: relative;
  height: 100vh;
  display: none;
}

.r1gear {
  height: 100vh;
  margin: -46px 0 0 0;
  background: url('../img/nodes.svg')repeat;
  background-size: cover;
}

.nodess {
  position: absolute;
  width: 100%;
  height: 100% !important;
}

.gearr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.r2 {
  display: none;
  overflow: hidden;
}

.g3logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -55%);
  left: 5%;
}

.title {
  border-bottom: 2px solid #655234;
}

.g3gear {
  position: absolute;
  top: 50%;
  transform: translate(0, -55%);
  left: -25%;
  width: 150%;
  
}

.contenedorServicio {
  min-height: 392px !important;
}

.radiusblock {
  border-radius: 38px;
    padding: 25px 25px 35px;
    min-height: 733.36px;
}

.grey {
  background-color: #eee;
  }

.text-justify {
  text-align: justify;
}

/* footer {
  background: #3D4B5D;
  max-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  line-height: 40px;
  font-size: 12px;
} */

@media screen and (min-width: 0px) and (max-width: 750px) {
  #first {
    display: none !important;
  }

  /* show it on small screens */
  #second {
    display: none !important;
  }



  #serv2 {
    display: block !important;
  }

  .r1 {
    display: block;
  }

  .r2 {
    display: block;
  }

  .contactg1 {
    display: none !important;
  }

  .g3gearlogo {
    display: block !important;
  }

  footer {
    display: none !important;
  }

  .button {
    display: inline!important;
  }
  #navbar {
    display: none;
  }
}

.g3gearlogo {
  display: none;
  margin: 15px;
}

#serv1 {
  display: block;
}

#serv2 {
  display: none;
  overflow: hidden;
}

#first {
  display: block;
}

.product {
  min-height: 614px;
}

.develop {
  position: relative;
}

.develop img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.totem {
  border-right: 10px #595959 dashed;
}

.menu {
  z-index: 999;
}

.menu a {
  color: white;
  text-decoration: none;
}

.menu a:hover {
  color: gray;
}

.nosotros {
  height: 100vh !important;
  /* background: #B09C7C url('../img/pattern.svg') repeat; */
  color: black;
  overflow: hidden;
}

.servicios {
  /* background: #D8C8AE; */
  color: #737E8B;
  height: 100vh;
}

.contacto {
  position: relative;
  height: 100vh;
}

input {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: #bdbdd3;
}

input:-moz-placeholder {
  color: #bdbdd3;
}

input::-moz-placeholder {
  color: #bdbdd3;
}

input:-ms-input-placeholder {
  color: #bdbdd3;
}

textarea::-webkit-input-placeholder {
  color: #bdbdd3;
}

textarea:-moz-placeholder {
  color: #bdbdd3;
}

textarea::-moz-placeholder {
  color: #bdbdd3;
}

textarea:-ms-input-placeholder {
  color: #bdbdd3;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*==================================================================
[ Form ]*/
.contact100-form {
  width: 100%;
  background: #CFE2E3;
  font-family: 'roboto', sans-serif, verdana !important;
  border-radius: 20px;
}

.contact100-form-title {
  display: block;
  font-size: 30px;
  color: #403866;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 49px;
}

/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
  width: 100%;
  background-color: #fff;
  border-radius: 31px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 31px;
  font-size: 18px;
  color: #8f8fa1;
  line-height: 1.2;
}

/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 35px 0 35px;
}

textarea.input100 {
  min-height: 169px;
  padding: 19px 35px 0 35px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/
.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus+.focus-input100 {
  width: calc(100% + 20px);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  background-color: transparent;
  border-radius: 31px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #82AC8B;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover:before {
  background-color: #5BA587;
  width: calc(100% + 20px);
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
    
  }
}

  header {
    background: #3B4B5C;
    padding: 0 !important;
    min-height: 100vh;
    background-size: cover;
    position: relative;
  }
  
  header a {
    color: black;
  }
 


  @media screen and (min-width: 0px) and (max-width: 1180px) {
    .g3gear {
      transform: translate(0, -20%);
      width: 200%;
    }
  }
  