@font-face {
  font-family: "gotham_htflight";
  src: url("../fonts/gotham_htf_light-webfont.woff2") format("woff2"), url("../fonts/gotham_htf_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_htfmedium_2";
  src: url("../fonts/gotham_htf_medium_2-webfont.woff2") format("woff2"), url("../fonts/gotham_htf_medium_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "motoyalmaruw3_mono";
  src: url("../fonts/kosugimaru-regular-webfont.woff2") format("woff2"), url("../fonts/kosugimaru-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ocr-aregular";
  src: url("../fonts/ocr-a_regular-webfont.woff2") format("woff2"), url("../fonts/ocr-a_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body, * {
  margin: 0;
  padding: 0;
  border: 0;
}
html .d-none, body .d-none, * .d-none {
  display: none !important;
}
html .o-hidden, body .o-hidden, * .o-hidden {
  overflow: hidden;
}
html .v-hidden, body .v-hidden, * .v-hidden {
  visibility: hidden;
}
html img, body img, * img {
  width: 100%;
}
html a, body a, * a {
  text-decoration: none;
}
html button, body button, * button {
  background: none;
  border: none;
  margin: 20px;
}
html button:focus, body button:focus, * button:focus {
  outline: none;
}

body {
  height: 100%;
  background: #00040a;
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  -ms-transition: background 0.8s;
  transition: background 0.8s;
}

body.new-bg {
  background: #ebece7d1;
}

body.position-x #section-1 {
  z-index: -1;
}

.grid.opacity-hidden {
  opacity: 0 !important;
}

.container-header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.container-header #receive-beret {
  background: #f0524138;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: "gotham_htflight";
}
@media screen and (max-width: 749px) {
  .container-header #receive-beret > div p {
    font-size: 11px;
  }
}
.container-header #receive-beret > div p a {
  color: #fff;
}
.container-header #receive-beret > div .select-lg {
  right: 0;
  z-index: 999999999;
  margin-top: 0;
  top: 0;
  margin-right: 25px;
  position: absolute;
  padding: 10px 0;
}
@media screen and (max-width: 749px) {
  .container-header #receive-beret > div .select-lg {
    font-size: 11px;
    margin-right: 15px;
  }
}
.container-header #receive-beret > div .select-lg > span {
  color: #f94e3d;
  font-family: "gotham_htflight";
  cursor: pointer;
}
.container-header #receive-beret > div .select-lg > span.active {
  border-bottom: 1px solid;
}
.container-header #receive-beret.head-top {
  display: none;
}
.container-header .navbar {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background-color: transparent;
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}
.container-header .navbar > a.log img {
  max-width: 130px;
}
.container-header .navbar .navbar-buttons .contain {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 9999;
}
.container-header .navbar .navbar-buttons .contain .bar1, .container-header .navbar .navbar-buttons .contain .bar3, .container-header .navbar .navbar-buttons .contain .bar4 {
  width: 25px;
  height: 2px;
  background-color: #f94e3d;
  border-radius: 2px;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.container-header .navbar .navbar-buttons .contain .bar2 {
  text-align: right;
  width: 25px;
  height: 2px;
  background-color: #f94e3d;
  border-radius: 20px;
  margin: 6px 0 6px 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.container-header .navbar .navbar-buttons .open-menu {
  cursor: pointer;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  color: #fff;
  margin: 0;
}
.container-header .navbar .navbar-buttons .open-menu:hover {
  transform: scale(1.1);
}
.container-header .navbar .navbar-buttons .contain.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-405deg) translate(-5px, 6px);
  background: #f94e3d;
}
.container-header .navbar .navbar-buttons .contain.change .bar2, .container-header .navbar .navbar-buttons .contain.change .bar4 {
  opacity: 0;
}
.container-header .navbar .navbar-buttons .contain.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -8px);
  transform: rotate(405deg) translate(-5px, -6px);
  background: #f94e3d;
}
.container-header .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.99);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: auto;
}
.container-header .overlay > h2 {
  font-size: 1.375em;
  color: #f94e3d;
  font-weight: bold;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  top: 18%;
}
.container-header .overlay > h2 img {
  max-width: 100px;
}
.container-header .overlay .overlay-menu {
  position: relative;
  height: 45%;
  top: 45%;
  transform: translateY(-50%);
  text-align: center;
}
.container-header .overlay .overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  left: 1%;
  height: 100%;
}
.container-header .overlay .overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
  margin-bottom: 35px;
  font-family: "Exo 2", sans-serif;
  font-size: 3em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 30px;
}
@media screen and (max-width: 749px) {
  .container-header .overlay .overlay-menu ul li {
    font-size: 2em;
  }
}
.container-header .overlay .overlay-menu ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.container-header .overlay .overlay-menu ul li a:hover, .container-header .overlay .overlay-menu ul li a:focus, .container-header .overlay .overlay-menu ul li aactive {
  color: #fff;
}
.container-header .overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.container-header .overlay.open .overlay-menu ul li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.container-header .overlay.open .overlay-menu ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.container-header .overlay.open .overlay-menu ul li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.container-header .overlay.open .overlay-menu ul li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.arrow-down {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  z-index: 99999;
}
.arrow-down > div img {
  width: 100%;
  max-width: 60px;
  cursor: pointer;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@media screen and (max-width: 749px) {
  .arrow-down > div img {
    max-width: 40px;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.container-header.inactive {
  opacity: 0;
  visibility: hidden;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 43.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 4px;
  background: #fff;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
  background: #f94e3d;
}

/* Animation for menu fade in */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.bg-dark {
  width: 100%;
  max-width: 100%;
  height: 200vh;
  position: fixed;
}
.bg-dark .view-city {
  background: url(../img/background_1.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.bg-dark .view-city > div {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.bg-dark .view-city > div > div {
  display: flex;
  width: 100%;
  height: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bg-dark .view-city > div > div img {
  width: 100%;
  max-width: 300px;
}
.bg-dark .view-city > div > div h1, .bg-dark .view-city > div > div a {
  color: #fff;
  font-family: "gotham_htflight";
  font-size: 25px;
  margin-top: 20px;
  font-family: "KoHo", sans-serif;
}
.bg-dark .view-city > div > div a {
  text-decoration: underline;
}

.arrow-bottom {
  position: fixed;
  right: 15px;
  top: 40%;
  cursor: pointer;
}
.arrow-bottom img {
  width: 100%;
  max-width: 20px;
  transform: rotate(90deg);
}

.slog-text {
  padding-top: 100vh;
  height: 100vh;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slog-text > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slog-text > div > div:first-of-type p {
  font-family: "KoHo", sans-serif;
  color: rgba(255, 255, 255, 0.72);
  font-size: 40px;
  letter-spacing: 12px;
  line-height: 75px;
  text-transform: uppercase;
}
@media screen and (max-width: 1150px) {
  .slog-text > div > div:first-of-type p {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .slog-text > div > div:first-of-type p {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (max-width: 749px) {
  .slog-text > div > div:first-of-type p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 7px;
    line-height: 60px;
  }
}
.slog-text > div > div:first-of-type p span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 1150px) {
  .slog-text > div > div:first-of-type p br {
    display: none;
  }
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
.slog-text > div > div:first-of-type span.typed-cursor {
  animation: blink 1s infinite;
  font-weight: 300;
  color: yellow !important;
  display: inline-block;
  margin-left: -20px;
}
@media screen and (max-width: 749px) {
  .slog-text > div > div:first-of-type span.typed-cursor {
    margin-left: 0;
  }
}

.container-about {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.container-about > div.about {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  padding-top: 40px;
}
@media screen and (max-width: 1150px) {
  .container-about > div.about {
    padding: 0 15px;
  }
}
.container-about > div.about .line-left {
  transform: rotate(180deg);
  width: initial;
  writing-mode: vertical-lr;
  max-width: initial;
  position: absolute;
  padding: 0;
  height: 220px;
  left: 0;
  padding: 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 1150px) {
  .container-about > div.about .line-left {
    display: none;
  }
}
.container-about > div.about .line-left p {
  color: #000;
  text-align: center;
  font-family: "ocr-aregular";
  font-size: 11px;
  letter-spacing: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.container-about > div.about .line-left p i {
  color: #f94e3d;
  position: absolute;
  text-align: center;
  bottom: -10px;
  font-size: 17px;
  margin-bottom: -20px;
}
.container-about > div.about h3 {
  font-family: "gotham_htfmedium_2";
  color: #f94e3d;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .container-about > div.about h3 {
    font-size: 15px;
  }
}
.container-about > div.about p {
  color: #000;
  font-size: 23px;
  line-height: 40px;
  font-family: "gotham_htflight";
}
@media screen and (max-width: 900px) {
  .container-about > div.about p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 749px) {
  .container-about > div.about p {
    font-size: 16px;
    line-height: 25px;
  }
}
.container-about > div.about .link-bottom {
  padding-top: 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .container-about > div.about .link-bottom {
    padding-top: 30px;
  }
}
.container-about > div.about .link-bottom > span {
  color: #000;
  font-family: "gotham_htflight";
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .container-about > div.about .link-bottom > span {
    font-size: 13px;
  }
}
@media screen and (max-width: 749px) {
  .container-about > div.about .link-bottom > span {
    font-size: 12px;
  }
}
.container-about > div.about .link-bottom i {
  color: #f94e3d;
  font-size: 20px;
  margin-right: 10px;
}

.services-txt {
  width: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.services-txt > div:first-of-type {
  max-width: 1100px;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 1150px) {
  .services-txt > div:first-of-type {
    padding: 60px 15px;
  }
}
.services-txt > div:first-of-type h3 {
  font-family: "KoHo", sans-serif;
  color: rgba(255, 255, 255, 0.72);
  font-size: 40px;
  letter-spacing: 4px;
  padding-bottom: 30px;
  line-height: 75px;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .services-txt > div:first-of-type h3 {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 749px) {
  .services-txt > div:first-of-type h3 {
    font-size: 20px;
    letter-spacing: 7px;
    line-height: 30px;
  }
}
.services-txt > div:first-of-type p {
  color: rgba(255, 255, 255, 0.3882352941);
  font-size: 23px;
  line-height: 40px;
  font-family: "gotham_htflight";
}
@media screen and (max-width: 900px) {
  .services-txt > div:first-of-type p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 749px) {
  .services-txt > div:first-of-type p {
    font-size: 16px;
    line-height: 25px;
  }
}
.services-txt > div:last-of-type {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  color: rgba(255, 255, 255, 0.3882352941);
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  .services-txt > div:last-of-type {
    padding: 0 15px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type {
    padding-bottom: 50px;
  }
}
.services-txt > div:last-of-type > div {
  flex-basis: 25%;
  border: 1px solid transparent;
  padding: 60px 40px;
  min-height: 306px;
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type > div {
    border: 1px solid #fff;
  }
}
.services-txt > div:last-of-type > div:hover {
  border: 1px solid #fff;
}
.services-txt > div:last-of-type > div:hover > div {
  opacity: 1;
  padding-top: 0;
}
@media screen and (max-width: 1090px) {
  .services-txt > div:last-of-type > div {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type > div {
    padding: 60px 40px;
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.services-txt > div:last-of-type > div > div {
  width: 100%;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type > div > div {
    opacity: 1;
  }
}
.services-txt > div:last-of-type > div > div h4 {
  font-family: "gotham_htfmedium_2";
  font-size: 14px;
  color: #f94e3d;
  padding: 22px 0;
  text-transform: uppercase;
}
.services-txt > div:last-of-type > div > div p {
  font-family: "gotham_htflight";
  font-size: 16px;
  line-height: 30px;
  height: 180px;
}
@media screen and (max-width: 850px) {
  .services-txt > div:last-of-type > div > div p {
    height: 220px;
  }
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type > div > div p {
    height: auto;
    margin-bottom: 15px;
  }
}
.services-txt > div:last-of-type > div > div span img {
  max-width: 20px;
}
.services-txt > div:last-of-type #card-1 {
  background: url(../img/d-web.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type #card-1 {
    background: none;
  }
}
.services-txt > div:last-of-type #card-1:hover {
  background: transparent;
}
.services-txt > div:last-of-type #card-2 {
  background: url(../img/ecoomerce1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  -ms-transition: background 0.8s;
  transition: background 0.8s;
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type #card-2 {
    background: none;
  }
}
.services-txt > div:last-of-type #card-2:hover {
  background: transparent;
}
.services-txt > div:last-of-type #card-3 {
  background: url(../img/online.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  -ms-transition: background 0.8s;
  transition: background 0.8s;
}
@media screen and (max-width: 749px) {
  .services-txt > div:last-of-type #card-3 {
    background: none;
  }
}
.services-txt > div:last-of-type #card-3:hover {
  background: transparent;
}

.slid-proyects {
  background-size: cover;
  margin-top: 50px;
  padding-bottom: 100px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 749px) {
  .slid-proyects {
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
.slid-proyects > div {
  width: 100%;
  max-width: 100%;
}
.slid-proyects > div > .row {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  .slid-proyects > div > .row {
    padding: 0 15px;
  }
}
.slid-proyects > div > .row .header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  padding-top: 50px;
}
.slid-proyects > div > .row .header-text h4 {
  font-family: "KoHo", sans-serif;
  color: #9a9592;
  font-size: 40px;
  letter-spacing: 4px;
  padding-bottom: 25px;
  line-height: 75px;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .slid-proyects > div > .row .header-text h4 {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .header-text h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.slid-proyects > div > .row .header-text p {
  font-family: "gotham_htflight";
  color: #999592;
  font-size: 23px;
  line-height: 40px;
}
@media screen and (max-width: 900px) {
  .slid-proyects > div > .row .header-text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .header-text p {
    font-size: 16px;
    line-height: 25px;
  }
}
.slid-proyects > div > .row .loop {
  position: relative;
  margin: 30px 0;
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop {
    margin-top: 30px;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer {
  overflow: visible;
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage {
  position: relative;
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item {
  transition: transform 0.2s;
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item {
  padding: 0 10px;
  position: relative;
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  top: 0;
  border: 1px solid #b3b3b3;
  opacity: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #917658;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info {
    padding: 15px;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info > img {
  max-width: 100px;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info > img {
    max-width: 80px;
    margin-bottom: 20px;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info > p {
  font-size: 10px;
  font-family: "gotham_htflight";
  color: #7b7b7b;
  text-align: left;
  width: 80%;
  padding: 20px 0;
  line-height: 15px;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info > p {
    display: none;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 80%;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info ul {
    max-width: 100%;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info ul li {
  font-family: "gotham_htfmedium_2";
  font-size: 11px;
  color: #f94e3d;
  line-height: 18px;
  padding-bottom: 6px;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info ul li {
    font-size: 10px;
    line-height: 13px;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info ul li span {
  font-family: "gotham_htflight";
  color: #7b7b7b;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item .info ul li span {
    font-size: 8px;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item > a {
  color: #000;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 10px;
  cursor: pointer;
  text-decoration: underline;
  display: none;
  font-family: gotham_htflight;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item .item > a {
    display: block;
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item.center {
  transform: scale(1.4);
  margin-right: 0 !important;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item.center {
    transform: scale(1.1);
  }
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item.center .item {
  padding: 0;
}
.slid-proyects > div > .row .loop .owl-stage-outer .owl-stage .owl-item.center .item:hover .info {
  height: 100%;
  opacity: 1;
}
.slid-proyects > div > .row .loop .owl-nav {
  display: none;
}
.slid-proyects > div > .row .loop .owl-nav button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  padding: 0;
  font-size: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.slid-proyects > div > .row .loop .owl-dots {
  padding: 13px 0;
  text-align: center;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 749px) {
  .slid-proyects > div > .row .loop .owl-dots {
    margin-top: 20px;
  }
}
.slid-proyects > div > .row .loop .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bfbfbf;
  margin: 10px;
  cursor: pointer;
  padding: 10px;
}
.slid-proyects > div > .row .loop .owl-dots button.active {
  background: #828282;
}
.slid-proyects > div > .row .loop .center {
  max-width: 100%;
  width: 100%;
  z-index: 9;
}

.contact-frm {
  height: 100vh;
  min-height: 600px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.contact-frm > div {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 70px;
  font-size: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  .contact-frm > div {
    padding: 60px 15px;
  }
}
.contact-frm > div > h2 {
  font-family: "KoHo", sans-serif;
  font-size: 40px;
  letter-spacing: 4px;
  padding-bottom: 30px;
  line-height: 75px;
  text-transform: uppercase;
  font-weight: normal;
  color: #f94e3d;
}
@media screen and (max-width: 900px) {
  .contact-frm > div > h2 {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 749px) {
  .contact-frm > div > h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-frm > div > p {
  font-family: "gotham_htflight";
  font-size: 23px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.3882352941);
}
@media screen and (max-width: 900px) {
  .contact-frm > div > p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 749px) {
  .contact-frm > div > p {
    font-size: 16px;
    line-height: 25px;
  }
}
.contact-frm > div form {
  width: 100%;
  max-width: 650px;
  margin-top: 85px;
  margin-left: -30px;
}
@media screen and (max-width: 1180px) {
  .contact-frm > div form {
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  .contact-frm > div form {
    margin-top: 50px;
  }
}
.contact-frm > div form > div {
  padding: 10px 15px;
  border: 1px solid #999691;
}
.contact-frm > div form > div label {
  color: #f94e3d;
  padding-right: 10px;
  font-family: "gotham_htflight";
  font-size: 13px;
}
.contact-frm > div form > div input {
  background: transparent;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  color: #fff;
}
.contact-frm > div form > div textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  background: transparent;
  outline: 0;
  border: 0;
  color: #fff;
}
.contact-frm > div form > div:first-of-type {
  border-bottom: 1px solid #999691;
  padding: 10px 15px;
}
.contact-frm > div form > div:last-of-type {
  display: flex;
  flex-direction: column;
  border-top: 0;
}
.contact-frm > div form button {
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  letter-spacing: 0.03rem;
  font-family: "gotham_htflight";
  cursor: pointer;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
}
.contact-frm > div form button:focus {
  border: none;
}
.contact-frm > div form button i {
  color: #f94e3d;
  padding-right: 10px;
  font-size: 20px;
}
.contact-frm footer {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-top: 80px;
}
.contact-frm footer > ul {
  margin-bottom: 20px;
  list-style: none;
}
.contact-frm footer > ul li {
  padding-bottom: 10px;
  cursor: pointer;
}
.contact-frm footer > ul li a {
  color: rgba(255, 255, 255, 0.3882352941);
  font-family: "gotham_htflight";
  font-size: 14px;
}
.contact-frm footer > ul li a i {
  color: #f94e3d;
  padding-right: 10px;
}
.contact-frm footer > ul li a span {
  color: rgba(255, 255, 255, 0.3882352941);
  font-family: "gotham_htflight";
  font-size: 14px;
}
.contact-frm footer > div {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  box-sizing: border-box;
  align-items: center;
}
.contact-frm footer > div > div {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  .contact-frm footer > div > div {
    padding: 40px 15px;
    padding-top: 0;
  }
}
.contact-frm footer > div > div span {
  font-family: "gotham_htflight";
  color: rgba(255, 255, 255, 0.3882352941);
}
.contact-frm footer > div > div img {
  max-width: 100px;
}

/*# sourceMappingURL=main.css.map */
