@font-face {
  font-family: "Gotham-Black";
  src: url("fonts/Gotham-Black.eot") format("eot"), url("fonts/Gotham-Black.woff") format("woff"), url("fonts/Gotham-Black.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  object-fit: contain;
}

p, span, a {
  font-family: "Helvetica";
  color: #373737;
}

h1 {
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.mobile-menu {
  display: none;
}

nav {
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 16vh;
  transition: all 0.4s;
}
nav.scroll {
  background-color: rgba(255, 255, 255, 0.8);
}
nav .mobile {
  display: none;
}
nav .content {
  width: 83%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav .content a img {
  width: 110px;
}
nav .content .links {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .content .links a {
  font-size: 18px;
  transition: all 0.2s;
}
nav .content .links a:hover {
  opacity: 0.5;
}
nav .content .links .lang {
  display: none;
  margin-left: 80px;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}
nav .content .links .lang:hover {
  transform: scale(1.03);
}
nav .content .links .lang img {
  width: 25px;
  margin-left: 10px;
}

.hidden {
  visibility: hidden;
}

header {
  height: 100vh;
  width: 100%;
  background: url(../assets/header-bg.webp);
  background-size: 100% 100%;
  padding: 10vh 0 15vh 0;
}
header .content {
  height: 100%;
  width: 83%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .content .contacto {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
}
header .content .contacto a {
  display: flex;
  transition: all 0.2s;
}
header .content .contacto a:hover {
  transform: scale(1.01);
}
header .content .contacto a.conocenos {
  margin-left: 0;
}
header .content .contacto a img {
  width: 25px;
  margin-left: 5px;
}
header .content .contacto .row {
  display: flex;
  margin-top: 10px;
}
header .content .contacto span {
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 600;
  font-size: 35px;
}
header .content .contacto a {
  font-size: 34px;
  margin-left: 20px;
}
header .content .title {
  align-self: flex-start;
}
header .content .title h1 {
  color: rgb(0, 103, 170);
  font-size: 145px;
  font-weight: 400;
  display: inline;
  line-height: 140px;
}
header .content .title h1.mobile {
  display: none;
}
header .content .title h3 {
  font-size: 42px;
  font-weight: 400;
  font-family: "helvetica";
  color: #373737;
}

section {
  width: 100%;
  padding: 20vh 0 100px 0;
}
section .content {
  width: 83%;
  display: flex;
  margin: 0 auto;
}
section .content h2 {
  color: #373737;
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 400;
  font-size: 110px;
}

#empresa {
  padding-bottom: 0;
}
#empresa .content {
  flex-direction: column;
}
#empresa .content .title {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#empresa .content .title:nth-of-type(2) p {
  color: #373737;
  font-size: 22px;
}
#empresa .content .title p {
  color: rgb(183, 0, 0);
  width: 58%;
  font-size: 28px;
}
#empresa .content img {
  width: 100%;
  margin: 90px 0;
  display: block;
}
#empresa .content img.mobile {
  display: none;
}
#empresa .content .banner {
  margin-top: 130px;
  position: relative;
}
#empresa .content .banner p {
  color: rgb(0, 103, 170);
  font-size: 130px;
  font-family: "dharma-gothic-e", sans-serif;
  display: inline;
  font-weight: 700;
}
#empresa .content .banner p.mobile {
  display: none;
}
#empresa .content .banner .float {
  position: absolute;
  left: 550px;
  bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  cursor: pointer;
  transition: all 0.2s;
}
#empresa .content .banner .float:hover {
  transform: scale(1.02);
}
#empresa .content .banner .float span {
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
#empresa .content .banner .float img {
  width: 25px;
  object-fit: contain;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 5px;
}
#empresa .content .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#empresa .content .row .vr {
  height: 100%;
  background-color: rgb(183, 0, 0);
  width: 3px;
}
#empresa .content .row .col {
  width: 27%;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
#empresa .content .row .col h4 {
  font-size: 120px;
  color: rgb(0, 103, 170);
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#empresa .content .row .col p {
  color: #373737;
  font-size: 22px;
  width: 80%;
}
#empresa iframe {
  width: 100%;
  margin: 120px 0;
  height: 100vh;
}

#servicios {
  padding-top: 0;
}
#servicios .content {
  flex-direction: column;
}
#servicios .content .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 2px rgb(183, 0, 0);
  padding: 70px 0;
  align-items: flex-start;
}
#servicios .content .row:nth-of-type(1) .col img {
  display: block;
}
#servicios .content .row:nth-child(1) {
  border: none;
}
#servicios .content .row:nth-child(1) .col:nth-child(1) {
  flex-direction: column;
  align-items: flex-start;
}
#servicios .content .row .col {
  display: flex;
}
#servicios .content .row .col img {
  display: none;
}
#servicios .content .row .col:nth-child(1) {
  width: 54%;
  flex-direction: row;
  align-items: flex-start;
}
#servicios .content .row .col:nth-child(1) img {
  width: 70px;
  margin-right: 20px;
  object-fit: contain;
  display: block;
}
#servicios .content .row .col:nth-child(2) {
  width: 40%;
}
#servicios .content .row .col:nth-child(2) img {
  width: 100%;
}
#servicios .content .row .col:nth-child(2) p {
  font-size: 21px;
  color: #808082;
  font-weight: 300;
}
#servicios .content .row .col h3 {
  color: rgb(0, 103, 170);
  font-size: 44px;
  font-weight: 400;
  font-family: "Helvetica";
  margin-bottom: 25px;
}
#servicios .content .row .col p {
  font-size: 26px;
}
#servicios .content .more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #373737;
  margin: 50px auto 150px auto;
  transition: all 0.2s;
  cursor: pointer;
  transform-origin: right center;
}
#servicios .content .more:hover {
  transform: scale(1.02);
}
#servicios .content .more img {
  width: 25px;
  object-fit: contain;
  margin-left: 10px;
  display: block;
}
#servicios .content img {
  display: block;
}
#servicios img.mobile {
  display: none;
}

#contacto .content {
  flex-direction: column;
}
#contacto .content .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#contacto .content .row .title {
  width: 30%;
}
#contacto .content .row .redes {
  width: 58%;
  display: flex;
  justify-content: space-between;
}
#contacto .content .row .redes a {
  font-size: 26px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
#contacto .content .row .redes a:hover {
  transform: scale(1.02);
}
#contacto .content .row .redes a img {
  height: 35px;
  object-fit: contain;
  margin-right: 15px;
}
#contacto .content .row .form-container {
  width: 58%;
}
#contacto .content .row .form-container form {
  width: 95%;
}
#contacto .content .row .form-container form .input-container {
  width: 100%;
  margin-bottom: 40px;
}
#contacto .content .row .form-container form .input-container input, #contacto .content .row .form-container form .input-container textarea {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  border: none;
  border-bottom: solid 2px #373737;
  padding: 15px;
  box-sizing: border-box;
  font-size: 20px;
}
#contacto .content .row .form-container form .input-container input::placeholder, #contacto .content .row .form-container form .input-container textarea::placeholder {
  font-size: 20px;
  font-family: "Helvetica";
}
#contacto .content .row .form-container form .input-container textarea {
  height: 150px;
  resize: none;
}
#contacto .content .row .form-container form .input-container #submit {
  background-color: transparent;
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
  border: none;
  appearance: none;
  font-size: 36px;
  transition: all 0.2s;
  cursor: pointer;
}
#contacto .content .row .form-container form .input-container #submit:hover {
  transform: scale(1.02);
}
#contacto .content .row .form-container form .input-container #submit img {
  width: 28px;
  margin-left: 10px;
}

footer {
  background-color: rgb(0, 103, 170);
  padding: 100px 0;
}
footer .content {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
footer .content .links {
  display: flex;
  flex-direction: column;
}
footer .content .links a {
  font-family: "dharma-gothic-e", sans-serif;
  color: #fff;
  font-size: 110px;
  margin: 10px 0;
  transition: all 0.2s;
}
footer .content .links a:hover {
  transform: scale(1.02);
}
footer .content .links a img {
  width: 70px;
  margin-left: 30px;
}
footer .content .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .content .info img {
  width: 200px;
  margin-bottom: 40px;
}
footer .content .info span {
  color: white;
  font-size: 18px;
}

@media (max-width: 1200px) {
  nav {
    width: 100vw;
    height: 12vh;
    background-color: rgba(255, 255, 255, 0.6);
  }
  nav .content {
    display: none;
  }
  nav .mobile {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  nav .mobile img {
    width: 80px;
  }
  nav .mobile .lang {
    display: flex;
    align-items: center;
    width: 20%;
  }
  nav .mobile .lang span {
    font-size: 14px;
  }
  nav .mobile .lang img {
    width: 20px;
    margin-left: 5px;
  }
  nav .mobile .img-container {
    width: 20%;
    display: flex;
    justify-content: flex-end;
  }
  nav .mobile .img-container .mobile-btn {
    width: 30px;
    z-index: 20;
    position: relative;
  }
  .mobile-menu {
    display: block;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 103, 170);
    position: fixed;
    z-index: 11;
    box-sizing: border-box;
    padding: 4vh 0 7vh 0;
    transform: translateX(100%);
    transition: all 0.3s;
  }
  .mobile-menu .content {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: 100%;
    justify-content: space-between;
  }
  .mobile-menu .content .top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .mobile-menu .content .top img {
    width: 30px;
  }
  .mobile-menu .content .links {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .content .links a {
    font-family: "dharma-gothic-e", sans-serif;
    color: #fff;
    font-size: 60px;
    margin: 10px 0;
    transition: all 0.2s;
  }
  .mobile-menu .content .links a img {
    width: 40px;
    margin-left: 10px;
  }
  .mobile-menu .content .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .mobile-menu .content .bottom .vr {
    width: 2px;
    background-color: white;
    height: 100%;
  }
  .mobile-menu .content .bottom img {
    width: 120px;
  }
  .mobile-menu .content .bottom .redes {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .content .bottom .redes a {
    display: flex;
    margin-bottom: 20px;
    color: white;
    font-size: 16px;
  }
  .mobile-menu .content .bottom .redes a img {
    width: 20px;
    margin-right: 5px;
  }
  section {
    padding: 10vh 0 60px 0;
  }
  section .content h2 {
    font-size: 70px;
  }
  header {
    height: 90vh;
    background: url(../assets/header-bg-m.webp);
    background-size: 100% 100%;
  }
  header .content .title h1 {
    display: none;
  }
  header .content .title h1.mobile {
    display: inline;
    font-size: 80px;
    line-height: 76px;
  }
  header .content .title h3 {
    font-size: 28px;
  }
  header .content .contacto {
    align-self: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  header .content .contacto span {
    font-size: 24px;
    margin-bottom: 5px;
  }
  header .content .contacto a {
    font-size: 20px;
    margin: 0;
  }
  #empresa {
    padding-bottom: 50px;
  }
  #empresa .content .title {
    flex-direction: column;
    align-items: flex-start;
  }
  #empresa .content .title p {
    width: 95%;
    font-size: 20px;
    margin-top: 10px;
  }
  #empresa .content .title:nth-of-type(2) p {
    color: #373737;
    font-size: 17px;
  }
  #empresa .content .title:nth-of-type(2) h2 {
    display: none;
  }
  #empresa .content img {
    display: none;
    margin: 20px 0;
  }
  #empresa .content img.mobile {
    display: block;
  }
  #empresa .content .banner {
    margin-top: 70px;
  }
  #empresa .content .banner p {
    display: none;
    margin: 0 auto;
  }
  #empresa .content .banner p.mobile {
    display: flex;
    font-size: 66px;
    text-align: center;
  }
  #empresa .content .banner .float {
    position: relative;
    bottom: auto;
    left: auto;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  #empresa .content .banner .float span {
    font-size: 24px;
  }
  #empresa .content .banner .float img {
    display: block;
    width: 20px;
  }
  #empresa .content .row {
    flex-direction: column;
  }
  #empresa .content .row .col {
    width: 100%;
    align-items: center;
    border-bottom: solid 2px rgb(183, 0, 0);
  }
  #empresa .content .row .col p {
    text-align: center;
    font-size: 20px;
  }
  #empresa .content .row .vr {
    display: none;
  }
  #empresa iframe {
    height: 28vh;
    margin: 70px 0 20px 0;
  }
  #servicios {
    padding-top: 10vh;
  }
  #servicios .content .row {
    flex-direction: column;
    padding: 20px 0;
  }
  #servicios .content .row:nth-of-type(1) img {
    margin-top: 20px;
  }
  #servicios .content .row .col img {
    display: block;
  }
  #servicios .content .row .col:nth-of-type(2) p {
    font-size: 16px;
    margin-top: 16px;
  }
  #servicios .content .row .col {
    width: 100%;
    align-items: flex-start;
  }
  #servicios .content .row .col h3 {
    font-size: 20px;
  }
  #servicios .content .row .col p {
    font-size: 18px;
  }
  #servicios .content .row .col:nth-child(1) img {
    width: 45px;
    margin-right: 15px;
  }
  #servicios .content .row .col:nth-child(1), #servicios .content .row .col:nth-child(2) {
    width: 100%;
  }
  #servicios .content .row .col img.hidden {
    width: 45px;
    margin-right: 15px;
  }
  #servicios .content img.hide {
    display: none;
  }
  #servicios .content .more {
    justify-content: center;
    font-size: 26px;
    align-items: center;
    margin: 50px auto;
  }
  #servicios .content .more img {
    width: 20px;
    display: block;
  }
  #servicios img.mobile {
    display: block;
    width: 100%;
  }
  #contacto {
    padding-top: 10vh;
  }
  #contacto .content .row {
    flex-direction: column;
    margin-bottom: 50px;
  }
  #contacto .content .row .title {
    width: 100%;
  }
  #contacto .content .row .redes {
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
  }
  #contacto .content .row .redes img {
    width: 30px;
  }
  #contacto .content .row .redes a {
    font-size: 20px;
  }
  #contacto .content .row .form-container {
    width: 100%;
    margin-top: 50px;
  }
  #contacto .content .row .form-container form .input-container {
    justify-content: flex-end;
    display: flex;
  }
  #contacto .content .row .form-container form .input-container input, #contacto .content .row .form-container form .input-container textarea {
    font-size: 16px;
    padding: 8px;
  }
  #contacto .content .row .form-container form .input-container input::placeholder, #contacto .content .row .form-container form .input-container textarea::placeholder {
    font-size: 16px;
  }
  #contacto .content .row .form-container form .input-container textarea {
    height: 100px;
  }
  #contacto .content .row .form-container form .input-container #submit {
    font-size: 24px;
  }
  #contacto .content .row .form-container form .input-container #submit img {
    width: 20px;
  }
  footer {
    padding: 60px 0;
  }
  footer .content {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .content .links a {
    font-size: 60px;
  }
  footer .content .links a img {
    width: 40px;
    margin-left: 15px;
  }
  footer .content .info {
    align-items: flex-start;
    margin-top: 60px;
  }
  footer .content .info img {
    width: 120px;
  }
  footer .content .info span {
    font-size: 14px;
  }
}

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