html {
  font-size: 62.5%;
}

html body {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  min-height: 100rem;
}

html body header {
  font-family: 'Lato', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0rem 10rem;
  background-color: #000;
  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;
  -webkit-transition: 1s;
  transition: 1s;
}

html body header .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.5;
}

html body header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4vw;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: inherit;
}

html body header .logo span {
  display: inline-block;
  padding-top: 10rem;
  font-size: 2rem;
  letter-spacing: 1rem;
}


html body header .one {
  width: 70%;
}

html body header .two {
  opacity: 0;

}

.btn{
  width: 170px;
  height: 50px;
  font-size: large;
}

html body header nav {
  font-family: 'Lato', sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

html body header nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}

html body header nav ul li {
  list-style: none;
}


html body header nav ul li a {
  color: #fff;
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1.2em;
  text-decoration: none;
  cursor: inherit;
}

html body header nav ul li a:hover {
  color: #e8ff00;
}

html body .sticky {
  height: 8rem;
}

html body .sticky .banner {
  opacity: 0;
}

html body .sticky .logo {
  position: absolute;
  font-size: 2.4rem;
  left: 10rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  cursor: pointer;
}

html body .sticky .one {
  display: none;
}

html body .sticky .two {
  display: block;
  opacity: 1;
}

html body .sticky nav > ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  visibility: visible;
}

html body .sticky nav > ul a {
  cursor: pointer;
}

@media (max-width: 991px) {
  html body header {
    padding: 4rem;
  }
  html body header nav ul {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  html body header .active ul {
    position: fixed;
    top: 8rem;
    left: 0rem;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #000;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  html body header .active ul li a {
    font-size: 2.4rem;
    padding: 0.5rem 1.5rem;
  }
  html body .sticky .logo {
    left: 4rem;
  }
  html body .sticky .banner {
    opacity: 0rem;
  }

  html body .sticky .toggle {
    position: fixed;
    top: 1.5rem;
    right: 4rem;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    background: yellow url(../img/menu.png);
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
  }
  html body .sticky .toggle.active {
    background: yellow url(../img/close.png);
    background-size: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
  }
  html body .sticky nav ul li {
    padding: 2.5rem;
    width: 80%;
    text-align: center;
  }
  html body .sticky nav ul li + li {
    border-top: 0.1rem solid #ccccccbd;
  }
}

@media (max-width: 475px) {
  html body header .logo {
    font-size: 3rem !important;
  }
  html body header .logo span {
    display: inline-block;
    padding-top: 5rem;
    font-size: 1.6rem;
    letter-spacing: 1rem;
  }
}

html {
  font-size: 62.5%;
}

html body {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
}

html body main .quemSomos {
  text-align: center;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: .8rem;
}

html body main .quemSomos h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  margin: 5rem auto;
}

html body main .quemSomos h1 span {
  color: yellow;
  font-size: 4.8rem;
}

html body main .quemSomos div {
  max-width: 100rem;
  margin: 0 auto 5rem;
}

html body main .quemSomos div p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #4C4C4C;
}

.mgTop{

}

@media (max-width: 991px) {
  html body main .quemSomos div {
    margin: 0 1rem;
  }
}

html {
  font-size: 62.5%;
}

html body {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
}

html body main .services h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 3.2rem;
  margin: 5rem auto;
}

html body main .services h1 span {
  color: yellow;
  font-size: 4.8rem;
}

html body main .services .card {
  margin: 1rem;
  background-color: transparent;
  border: 0;
}

html body main .services .card img {
  max-width: 25%;
  margin: 0 auto;
}

html body main .services .card .card-body {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  html body main .services .three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

html {
  font-size: 62.5%;
}

html body {
  font-size: 1.6rem;
  /* ------------------------------ Portfolio */
  /* ------------------------------ media */
}

html body .portfolio {
  /* ------------------------------ Title */
  /* ------------------------------ Meunu of Portfolio */
  /* ------------------------------ interface of menu */
}

html body .portfolio h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 3.2rem;
  margin: 5rem auto;
}

html body .portfolio h1 span {
  color: yellow;
  font-size: 4.8rem;
}

html body .portfolio .content-menu {
  padding-bottom: 7rem;
}

html body .portfolio .content-menu .carousel-inner {
  border-radius: 10%;
}

html body .portfolio .content-menu .content {
  padding: 3rem;
  line-height: 4rem;
  letter-spacing: .2rem;
}

html body .portfolio .content-menu .content h2 {
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}

html body .portfolio .content-menu .content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #4C4C4C;
}

html body .portfolio .interface-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .portfolio .interface-menu h3 {
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}

html body .portfolio .interface-menu p {
  color: #4C4C4C;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.4rem;
}

html body .portfolio .interface-menu .icons-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
  font-size: 2.7rem;
  color: rgba(204, 204, 204, 0.741);
}

html body .portfolio .interface-menu .icons-menu:hover {
  color: yellow;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body .portfolio .content-menu .content {
    padding: 0rem;
  }
}

@media (max-width: 991px) {
  html body .portfolio .content-menu {
    display: block;
  }
  html body .portfolio .interface-menu {
    margin-bottom: 3rem;
  }
}

html {
  font-size: 62.5%;
}

html body {
  font-size: 1.6rem;
  /* ------------------------------ Contact */
  /* ------------------------------ Media */
}

html body .contact {
  position: relative;
  margin: 5rem auto;
  text-align: center;
  /* ------------------------------ Title */
  /* ------------------------------ IMG bg-one */
  /* ------------------------------ IMG bg-two */
  /* ------------------------------ Shoadow */
}

html body .contact h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  margin: 5rem auto;
}

html body .contact h1 span {
  color: yellow;
  font-size: 4.8rem;
}

html body .contact .imgOne {
  background-image: url("../img/left.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  position: absolute;
  left: -15%;
  top: -100%;
  height: 40rem;
  width: 40rem;
  z-index: -1;
}

html body .contact .imgTwo {
  background-image: url("../img/right.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  position: absolute;
  left: 55%;
  top: -315%;
  height: 40rem;
  width: 40rem;
  z-index: -1;
}

html body .contact .shadowCustom {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  overflow: hidden;
  border-radius: .8rem;
  /* ------------------------------ Contact */
}

html body .contact .shadowCustom .mobile {
  display: block;
}

html body .contact .shadowCustom .concactTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 45rem;
  background-color: yellow;
}

html body .contact .shadowCustom .concactTwo p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 3rem 5rem;
}

html body .contact .shadowCustom .concactTwo p i {
  margin-right: 1rem;
}

html body .contact .shadowCustom .concactTwo p + p {
  border-top: 0.063rem solid #ccccccbd;
}

@media (max-width: 991px) {
  html body .contact .imgOne,
  html body .contact .imgTwo {
    display: none;
  }
  html body .contact .shadowCustom {
    overflow: hidden;
  }
  html body .contact .shadowCustom .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html body .contact .shadowCustom .concactTwo p {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  html body .contact .mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  html body .contact .concactTwo {
    margin-bottom: 3rem;
  }
  html body .contact .concactTwo p {
    padding: 3rem;
  }
}

html {
  font-size: 62.5%;
}

html body {
  font-size: 1.6rem;
  /* ------------------------------ Footer */
}

html body footer {
  font-family: 'Lato', sans-serif;
  max-width: 140rem;
  margin: 0 auto;
}



html body footer .footer-main .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

html body footer .footer-main .icons a {
  margin: 0 2rem 1rem 0;
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgba(204, 204, 204, 0.74);
  display: inline-block;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0.6rem 0.6rem 1.2rem rgba(0, 0, 0, 0.15), -0.6rem -0.6rem 1.2rem rgba(255, 255, 255, 0.1);
          box-shadow: 0.6rem 0.6rem 1.2rem rgba(0, 0, 0, 0.15), -0.6rem -0.6rem 1.2rem rgba(255, 255, 255, 0.1);
  overflow: hidden;
  font-size: 2.5rem;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  position: relative;
}

html body footer .footer-main .icons a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 50%;
}

html body footer .footer-main .icons a i::before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: 200% 200%;
  background-position: 75% 75%;
  top: 0;
  left: 0;
  line-height: 6rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background .5s linear;
  transition: background .5s linear;
}

html body footer .footer-main .icons a:hover i::before {
  background-position: 0% 0%;
}

html body footer .footer-main .icons a .fa-facebook-f::before {
  background-image: linear-gradient(135deg, #3b5998 30%, #0a3d62 50%);
}

html body footer .footer-main .icons a .fa-twitter::before {
  background-image: linear-gradient(135deg, #1da1f2 30%, #0a3d62 50%);
}

html body footer .footer-main .icons a .fa-instagram::before {
  background-image: linear-gradient(135deg, #c32aa3 30%, #0a3d62 50%);
}

html body footer .footer-main .icons a .fa-whatsapp::before {
  background-image: linear-gradient(135deg, #18d741 30%, #0a3d62 50%);
}

html body footer .footer-main .icons a .fa-linkedin-in::before {
  background-image: linear-gradient(135deg, #007bb5 30%, #0a3d62 50%);
}

html body footer .footer-main .info {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: .6rem;
  padding: 2rem 0;
  max-width: 120rem;
  margin: 0 auto;
}

html body footer .footer-main .info div + div {
  margin-left: .5rem;
}

html body footer .footer-main .developer {
  position: relative;
  font-family: 'Lato', sans-serif;
  text-align: center;
  border-top: 0.1rem solid #ccccccbd;
  padding-top: 1.6rem;
}

html body footer .footer-main .developer span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}

html body footer .footer-main .scrollTop {
  position: fixed;
  bottom: 80rem;
  right: 2.5rem;
  width: 5rem;
  height: 15%;
  font-size: 4rem;
  border-radius: 50%;
  background-size: 4rem;
  z-index: 99999;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

html body footer .footer-main .scrollTop.active {
  bottom: 4rem;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1441px) {
  html footer .footer-main .developer {
    position: relative;
  }
  html footer .footer-main .developer .scrollTop {
    position: absolute;
    bottom: 80rem;
    right: 2.5rem;
    width: 5rem;
    height: 15%;
    font-size: 4rem;
    border-radius: 50%;
    background-size: 4rem;
    z-index: 99999;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  html footer .footer-main .developer .scrollTop.active {
    bottom: 4rem;
    visibility: visible;
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
}

html body {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
}

html body main {
  margin-top: 50vh;
}
/*# sourceMappingURL=style.css.map */