html {
  overflow-x: hidden;
  color: #000 !important;
  scroll-behavior: smooth; }

body {
  height: auto;
  width: 100%;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
  color: #000 !important;
  font-size: 0.9em;
  /**font-family: 'Montserrat', sans-serif;***/ }

* {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent;
  -moz-transition: all .5s ease-in !important;
  -o-transition: all .5s ease-in !important;
  -webkit-transition: all .5s ease-in !important; }

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent; }

input:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent  !important; }

textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent  !important; }

input {
  outline: 0;
  box-shadow: none;
  width: 100%; }

textarea {
  outline: 0;
  box-shadow: none; }

img {
  width: 100%;
  height: auto;
  border-radius: 8px; }

h1 {
  font-family: 'Montserrat', sans-serif; }

h2 {
  font-family: 'Montserrat', sans-serif; }

h3 {
  font-family: 'Montserrat', sans-serif; }

h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #a8a8a8; }

h6 {
  bottom: 20px;
  font-size: 0.85em;
  color: #ffbe4a; }

p {
  font-family: 'Inter', sans-serif;
  font-size: 1.2em; }

a {
  font-family: 'Montserrat', sans-serif;
  color: #000 !important;
  -moz-transition: color .5s ease-in !important;
  -o-transition: color .5s ease-in !important;
  -webkit-transition: color .5s ease-in !important;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: all 0.5s;
  transform: font-weight; }

a:visited {
  color: #000; }

a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer; }

.pg-error {
  height: 100% !important; }

.volver {
  text-align: center;
  background: transparent;
  border: none;
  padding: 35px auto;
  margin: 10px auto;
  width: 100%; }

.box {
  perspective: 1500px;
  text-align: center;
  padding: 10px 20px; }

.link3 {
  position: relative; }

.link3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 90%;
  margin-left: 5%;
  border-bottom: 1px solid #ccc;
  height: 5px;
  transform: translateY(-15px);
  opacity: 0;
  transition: all 0.5s; }

.link3:hover::after {
  opacity: 1;
  transform: translateY(-5px); }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

/**/
.go-top {
  z-index: 400;
  position: fixed;
  bottom: 45px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 100px;
  display: none;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important; }

.go-top i {
  color: #000;
  margin: 0;
  position: relative;
  left: -7.5px;
  top: 1px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.go-top:hover i {
  color: #ff5d5b; }

/*Colapse smooth*/
.navbar-collapse.show {
  top: 100px;
  /*lefr or top*/
  -webkit-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in; }

.navbar {
  padding: 20px 0 !important;
  -moz-transition: all .5s ease-in !important;
  -o-transition: all .5s ease-in !important;
  -webkit-transition: all .5s ease-in !important;
  z-index: 4000; }

.navbar-brand img {
  max-width: 160px !important; }

.shrink {
  padding: 0px 0 !important;
  background: rgba(255, 255, 255, 0.9); }

.desktop {
  display: block; }

.mobile {
  display: none; }

.display {
  display: block !important; }

.nodisplay {
  display: none !important; }

header {
  background-size: cover;
  height: 73vh;
  width: 96vw !important;
  margin-left: 2vw !important;
  margin-top: 1vh; }

#myVideo {
  position: absolute;
  top: 0;
  left: -100px;
  max-width: 74%;
  min-height: 100%;
  z-index: 3000; }

#home-mobile {
  display: none !important; }

.navbar-brand-mobile {
  display: none; }

.navbar-brand-mobile img {
  max-width: 70px; }

header h2 {
  margin-top: 3vw;
  font-size: 19em;
  font-family: 'Montserrat', sans-serif; }

header h4 {
  color: #000;
  width: 25%;
  font-size: 1.2em;
  margin-top: -46px;
  margin-left: 10px;
  font-weight: 500;
  line-height: 1.5em; }

header h2 span {
  color: #ffbe4a;
  letter-spacing: 0.1em; }

header h3 {
  letter-spacing: 0.15em;
  font-size: 2.75em;
  line-height: 1.32em;
  position: relative;
  bottom: -115px;
  margin-left: 11px;
  color: #ffbe4a; }

#quienes-somos h2 {
  font-size: 4.2em;
  font-family: 'Montserrat', sans-serif; }

#quienes-somos h2 span {
  color: #ff5d5b;
  letter-spacing: 0.1em; }

#quienes-somos h3 {
  font-size: 2em;
  line-height: 1.32em;
  margin-bottom: 25px; }

.otropadding {
  padding-bottom: 100px !important;
  padding-top: 120px !important; }

.home1 {
  max-width: 63vw;
  position: relative;
  top: -418px;
  right: -12vw;
  z-index: 0; }

.home2 {
  max-width: 65vw;
  position: absolute;
  bottom: 42px;
  z-index: -10; }

header h5 {
  top: 0 !important;
  color: #a8a8a8;
  font-size: 12px; }

h4 i {
  font-size: 0.8em;
  margin-right: 5px;
  color: #ff5d5b; }

#logo-home {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 1000; }

#quienes-somos {
  padding-top: 250px; }

#que-hacemos,
#como-trabajamos {
  padding-top: 170px; }

#gerente-general {
  padding-top: 60px;
  padding-bottom: 140px;
  background: #ffbe4a;
  margin-top: 100px; }

#gerente-general h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 700 !important;
  color: #fff;
  margin-bottom: 5px; }

#gerente-general h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 500 !important;
  margin-bottom: 30px;
  color: #fff; }

#gerente-general2 {
  padding-top: 60px;
  padding-bottom: 141px;
  background: #ff5d5b;
  margin-top: 0; }

#gerente-general2 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 700 !important;
  color: #fff;
  margin-bottom: 5px; }

#gerente-general2 h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 500 !important;
  margin-bottom: 30px;
  color: #fff; }

header#header2 {
  height: 100vh;
  background-image: url("../img/comercioexterior-2.jpg");
  position: relative;
  top: -110px;
  z-index: 0;
  background-size: cover;
  background-position: center center; }

img.error {
  max-height: 75vh !important; }

/*SCROLLBAR*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-button {
  width: 2px;
  height: 2px; }

::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border: 0px none #ffffff;
  border-radius: 0px; }

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8; }

::-webkit-scrollbar-thumb:active {
  background: #a8a8a8; }

::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px; }

::-webkit-scrollbar-track:hover {
  background: #ffffff; }

::-webkit-scrollbar-track:active {
  background: #ffffff; }

::-webkit-scrollbar-corner {
  background: transparent; }

.brmobile {
  display: none; }

.bold {
  font-weight: 700; }

footer {
  background: #000;
  color: #fff !important;
  padding: 6px 0 0px;
  text-align: center;
  bottom: 0;
  margin-bottom: 0; }

footer h6 {
  font-size: 0.85em !important;
  letter-spacing: 0.05em !important;
  color: #fff !important;
  padding-bottom: 10px;
  margin-bottom: 0; }

footer span {
  font-family: 'Montserrat', sans-serif; }

footer h6 a {
  color: #ff5d5b !important;
  text-decoration: none;
  margin-left: 0;
  padding-left: 0; }

footer h6 a:hover {
  color: #fff !important; }

@media (max-width: 1790px) {
  header h2 {
    margin-top: 9vw !important; } }
@media (max-width: 1700px) {
  #logo-home {
    max-width: 450px; } }
@media (max-width: 1501px) {
  #logo-home {
    max-width: 400px; } }
@media (max-width: 1331px) {
  #logo-home {
    max-width: 360px;
    width: 100%;
    position: absolute;
    bottom: 107px;
    right: 60px; } }
@media (max-width: 1201px) {
  #myVideo {
    position: absolute;
    top: 10px;
    left: -100px;
    max-width: 79%;
    min-height: 100%; }

  #logo-home {
    max-width: 280px;
    width: 100%;
    position: absolute;
    bottom: 107px;
    right: 60px; }

  #quienes-somos {
    padding-top: 180px; } }
#logo-home-mobile2 {
  display: block;
  max-width: 200px; }

#logo-home-mobile {
  display: none; }

@media (max-width: 993px) {
  #logo-home {
    display: none; }

  #logo-home-mobile {
    display: block;
    max-width: 200px; }

  .navbar {
    padding: 0px 0 !important;
    background: rgba(255, 255, 255, 0.8); }

  #myVideo {
    position: relative;
    top: -10px;
    left: 00px;
    max-width: 100%;
    min-height: 100%;
    z-index: 0 !important; }

  .navbar-brand-mobile {
    display: none !important; }

  header {
    height: initial !important; }

  footer {
    position: relative;
    bottom: 0 !important; }

  .navbar {
    padding: 40px 0 !important; }

  .navbar h5 {
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 400;
    font-size: 0.8em;
    padding-left: 16px;
    padding-top: 55px !important; }

  .h5-mobile {
    padding-top: 15px !important;
    color: #000; }

  button, input, .navbar-toggler {
    color: #000 !important; }

  header h2 {
    margin-top: 4vw; }

  h6 {
    bottom: 0;
    font-size: 0.85em;
    color: #ffbe4a;
    text-align: center;
    margin-bottom: 35px;
    position: relative !important; }

  #como-trabajamos {
    padding-top: 46px; }

  #quienes-somos h3 {
    margin-bottom: 0px !important; }

  #gerente-general h3 {
    text-align: center; }

  footer h6 {
    padding-bottom: 20px !important;
    padding-top: 20px;
    margin-bottom: 0 !important;
    padding-right: 20px;
    padding-left: 20px; }

  #gerente-general {
    padding-bottom: 180px; } }
@media (max-width: 768px) {
  #home-mobile {
    display: block; }

  .desktop {
    display: none; }

  .mobile {
    display: block; }

  #myVideo {
    display: none; }

  #navbarNav {
    padding-top: 30px;
    border-top: solid 1px #ccc;
    margin-top: 30px; }

  .nav-link {
    font-size: 1.5em; }

  #que-hacemos {
    padding-top: 150px; }

  #gerente-general {
    padding-bottom: 100px; }

  #quienes-somos h2 {
    line-height: 1em !important; }

  .navbar {
    padding: 20px 0 !important; }

  header h2 {
    margin-top: 0.5vw;
    font-size: 3.5em; }

  header h3 {
    font-size: 1.8em; }

  #que-hacemos {
    padding-top: 46px; } }
@media (max-width: 576px) {
  #quienes-somos {
    padding-top: 80px; }

  .brmobile {
    display: block; }

  footer h6 {
    letter-spacing: 0.05em;
    line-height: 1.7em; }

  footer a {
    font-size: 1.5em;
    padding-right: 0 !important; }

  header h3 {
    font-size: 1.4em; }

  header h2 {
    margin-top: 2.2vw; }

  header img {
    position: relative !important;
    bottom: 20px !important;
    right: 0;
    height: 200px;
    top: 50px; }

  footer h6 {
    padding-right: 50px;
    padding-left: 50px; }

  h4 {
    text-align: left !important; }

  h6 {
    bottom: 0;
    font-size: 0.9em;
    color: #ffbe4a;
    text-align: left !important;
    margin-bottom: 35px;
    position: relative !important; }

  footer h6 {
    text-align: left !important; }

  #gerente-general h3 {
    text-align: left; } }
@media (max-width: 400px) {
  #gerente-general {
    margin-top: 70px;
    padding-bottom: 80px; }

  #quienes-somos h3 {
    margin-bottom: 0px !important; }

  #quienes-somos {
    padding-top: 60px; }

  #quienes-somos h3 {
    font-size: 1.4em; } }

/*# sourceMappingURL=estilos.css.map */
