
@font-face {
    font-family: Montserrat;
    src:url(fonts/Montserrat-Regular.otf);
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url("../img/Background.png");
  color: #006666;
  font-family: Montserrat;
  width: 100%;
}

#navbar {
  margin-top: 5%;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.5;
  color: #ffffff;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

.navbar a:hover {
  color: #006666;
  text-decoration: none;
}

.active {
  color: #006666;
}

#hamburger {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  color: #006666;
  background-color: white;
  font-weight: 900;
  text-align: center;
}

.menu {
  width: 100%;
  height: auto;
  background-color: #036a68!important;
  color: white;
  font-size: 38px;
  text-align: center;
  position: relative;
  display: block;
}

.close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5%;
  right: 5%;
}

.menu-bar {
  background-color: white;
  width: 3px;
  height: inherit;
}

.top-img {
  position: absolute;
  z-index: -500;
  top: 0px;
  right: 0px;
  width: 50%;
  height: auto;
}

.main {
  position: relative;
  display: block;
  width: 100%;
}

.first {
  min-height: calc(100vh);
  width: 90%;
  display: block;
  margin-top: 10%;
}

.title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#inovacion {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

#aqui {
  font-size: 54px;
  font-style: italic;
  color: #ff9933;
  margin-left: 10%;
}

.hello {
  font-size: 24px;
}

.btn {
  border: 1px solid #006666;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

#visor-container {
  position: relative;
}

#visor {
  position: absolute;
}

.solutions {
  position: relative;
  min-height: calc(100vh);
  width: 100%;
  display: block;
}

.solution {
  position: relative;
  text-align: center;
  height: auto;
  margin-top: 120px;
}

.solution img {
  width: 345px;
  height: 345px;
}

.solution-txt {
  margin-top: 15%;
  font-size: 36px;
  font-weight: bold;
  color: #339999;
}

.right {
  transform: translateY(20%);
}

.bar {
  position: absolute;
  left: 50%;
  top: 55%;
  background-color: #006666;
  width: 5px;
  height: 130px
}

#details {

}

.details-left {
  background-image: url("../img/manchas.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 10%;
}

.details-container {
  padding: 5%;
  background-color: white;
  box-shadow: 0 0 20px 15px rgba(0,0,0,0.2);
}

.details-example {
  text-align: right;
}

#solutions-title {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: #339999;
}

.solutions-txt {
  margin-top: 5%;
}

.side-column {
  margin-top: 5%;
}

.solution-side {
  margin-top: 25px;
}

.side-img {
  height: 175px;
  width: 175px;
}

.side-title {
  font-size: 21.5px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.circle {
  width: 300px;
  height: 300px;
  border-radius: 200px;
  padding-top: 10%;
  background-color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  font-size: 150px;
  box-shadow: 12px 9px 20px 0 rgba(0,0,0,0.2);
}

.work {
  position: relative;
  min-height: calc(100vh);
  width: 90%;
  display: block;
  margin-top: 10%;
}

.work:before {
    display: block;
    position: absolute;
    content: "";
    height: 65%;
    width: 76%;
    border: 10px dashed #ff9933;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #ff9933;
}

#work-content {
  margin-top: 5%;
}

#work-p {
  font-size: 20px;
  padding: 5%;
  text-align: center;
}

.work-mobile {
  margin-top: 5%;
  margin-bottom: 10%;
}

.work-item {
  position: relative;
  text-align: center;
  height: auto;
}

.work-txt {
  font-size: 36px;
  font-weight: bold;
}

.hidden {
  display: none;
}

.example {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: #ff9933;
  text-align: right;
}

.begin-btn {
  color: white;
  background-color: #339999;
  border: 1px solid #339999;
  margin-top: 5%;
}

.blog {
  position: relative;
  min-height: calc(100vh);
  width: 90%;
  display: block;
  margin-top: 5%
}

.what {
  position: relative;
  min-height: calc(100vh);
  width: 100%;
  display: block;
}

#what img {
  display: block;
  margin: auto;
  height: 120px;
  width: auto;
}

.vr-icon {
  margin-top: 5%;
  margin-bottom: 3%;
}

.team {
  position: relative;
  min-height: calc(100vh);
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 0 3% 3% 3%;
}

#team-img img {
  width: 100%;
}

#team-description {
  padding-top: 15%;
}

.go {
  background-image: url("../img/mancha1.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 20% 20% 0 20%;
  margin-bottom: 10%;
}

.rift {
  background-image: url("../img/mancha2.png");
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: 200px; */
  padding: 250px 20% 10% 20%;
}

.vive {
  background-image: url("../img/mancha3.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 30% 150px 15% 0;
}

.hololens {
  background-image: url("../img/mancha4.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 15% 50% 20%;
}

#equipment img {
  display: block;
  margin: 25%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.equipment-card {
  background-color: white;
  padding: 5%;
}

.eq-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.eq-subtitle {
  font-size: 24px;
  font-weight: 600;
}

.eq-function {
    font-size: 24px;
    color: #ff9933;
}

.eq-txt {
    font-size: 24px;
}

footer {
	background-color: #036a68;
	color: #ffffff;
	font-size: 26px;
  line-height: 2.02;
  padding: 5%;
  font-family: Montserrat;
}

/* sm */
@media screen and (max-width: 576px) {
  header {
    width: 576px;
  }

  .menu-bar {
    display: none;
  }

  .menu {
    font-size: 24px;
  }

  .menu-title {
    margin-top: 5%;
  }

  .hello {
    font-size: 18px;
  }

  #inovacion {
    line-height: 1.25;
  }

  #aqui {
    line-height: 1.2;
  }

  .title {
    font-size: 32px;
  }

  .bar {
    display: none;
  }

  #solutions-title {
    font-size: 26px;
  }

  .solution-txt {
    margin-top: auto;
  }

  #equipment img {
    width: 100%;
    height: auto;
  }

  .equipment-col {
    padding: 0;
  }

  .go {
    padding: 10%;
    margin-bottom: 0;
  }

  .rift {
    padding: 10% 10% 10% 10%;
  }

  .vive {
    padding: 5% 10% 15% 10%;
  }

  .hololens {
    padding: 5% 10% 50% 10%;
  }

  footer {
    font-size: 12px;
  }

  footer img {
    width: 20px!important;
  }
}

/* md */
@media screen and (max-width: 768px) {
  header {
    width: 768px;
  }

  #what-menu, #vr-menu, #nosotros-menu, #contact-nav, .side-column {
    display: none;
  }

  img {
    width: auto;
    height: auto;
  }

  .solution img {
    width: 100%;
    height: auto;
  }

  .menu {
    font-size: 26px;
  }

  #team-description {
    padding-top: 7.5%;
  }

  #equipment img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

/* lg */
@media screen and (max-width: 992px) {
  header {
    width: 992px;
  }

  #visor-container, .scroll {
    display: none;
  }

  .solution {
    margin-top: 5%;
  }

  .right {
    transform: translateY(0);
  }

  footer img {
    width: 30px;
  }

  .work:before {
    border: none;
  }
}
