* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat";
}

header {
  padding: 10px 0 0 0;
}

header .logo {
  display: inline-block;
  margin: 0 20px;
}

@media (max-width: 970px) {
  header .logo {
    display: block;
    text-align: center;
  }
}

header .header-item-container {
  display: inline-block;
  margin-left: 20px;
  margin-top: 15px;
}

@media (max-width: 970px) {
  header .header-item-container {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

header .header-item-container .header-item {
  display: inline-block;
  color: #0f2d58;
  margin-right: 3em;
  text-align: left;
}

@media (max-width: 970px) {
  header .header-item-container .header-item {
    display: none;
  }
}

header .header-item-container .header-item i {
  margin-right: 15px;
  font-size: 1.8em;
}

header .header-item-container .header-item h5 {
  display: inline-block;
  margin-bottom: 1em;
}

nav {
  margin-top: 15px;
  width: 100%;
  background: #1d1d1d;
  z-index: 10;
}

nav .scrollTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #0f2d58;
  padding: 15px 17px;
  z-index: 8;
  color: white;
  font-size: 1.3em;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

nav .scrollTop:hover {
  background: #1e5aaf;
}

nav .toggleNav {
  display: none;
  right: 10px;
  top: 10px;
  width: 45px;
  line-height: 0;
  padding: 10px 10px;
  cursor: pointer;
  z-index: 15;
  position: absolute;
}

@media (max-width: 970px) {
  nav .toggleNav {
    display: block;
  }
}

nav .toggleNav.visible span {
  background: white;
}

nav .toggleNav.visible span:nth-child(2) {
  width: 0;
}

nav .toggleNav.visible span:nth-child(1) {
  -webkit-transform: translate(0px, 9px) rotate(45deg);
          transform: translate(0px, 9px) rotate(45deg);
}

nav .toggleNav.visible span:nth-child(3) {
  -webkit-transform: translate(0px, -9px) rotate(-45deg);
          transform: translate(0px, -9px) rotate(-45deg);
}

nav .toggleNav span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: white;
  margin: 3px 0;
}

nav .links {
  list-style: none;
  display: block;
}

nav .links .link {
  display: inline-block;
  padding: 20px 0px;
  margin: 0;
  color: white;
  position: relative;
}

nav .links .link:hover {
  background: #1e5aaf;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav .links .link:hover .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav .links .link i {
  margin-right: 15px;
  margin-left: -10px;
}

@media (max-width: 970px) {
  nav .links .link i {
    cursor: pointer;
  }
}

nav .links .link i:hover .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav .links .link a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  padding: 20px 20px;
  font-weight: lighter;
}

nav .links .link .dropdown {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 2px;
  text-align: left;
  -webkit-box-shadow: 4px 2px 13px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 2px 13px 0px rgba(0, 0, 0, 0.2);
  width: 130%;
  z-index: 10;
}

nav .links .link .dropdown:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav .links .link .dropdown a {
  display: block;
  color: black;
  padding: 15px 20px;
}

nav .links .link .dropdown a:hover {
  color: #1e5aaf;
}

nav .links .link .dropdown a:not(:last-child) {
  border-bottom: 1px solid #a5a5a5;
}

@media (max-width: 970px) {
  nav {
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 33px 0;
    background: rgba(39, 39, 39, 0.979);
    position: relative;
  }
  nav .links {
    height: 0;
    overflow: hidden;
  }
  nav .links.visible {
    height: auto;
    overflow: visible;
    margin-top: 35px;
  }
  nav .links .link {
    display: block;
    padding: 20px 25px;
    position: relative;
  }
  nav .links .link i {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 22px;
    z-index: 5;
    padding: 20px;
  }
  nav .links .link .dropdown {
    position: static;
    opacity: 0;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    margin-top: 0px;
    border-radius: 0;
    margin-right: 15px;
    width: 100%;
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  nav .links .link .dropdown.visible {
    height: auto;
    margin-top: 20px;
    opacity: 1;
  }
}

.slider {
  margin-bottom: 50px;
}

.slider .carousel-item {
  width: 100vw;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .carousel-item img {
  min-height: 100%;
  min-width: 100%;
}

.slider .carousel-item .caption {
  position: absolute;
  color: white;
  font-size: 5em;
  bottom: 50px;
  left: 50px;
}

@media (max-width: 970px) {
  .slider .carousel-item .caption {
    font-size: 3em;
  }
}

.content-box {
  width: 100%;
  margin: 15px 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(194, 194, 194, 0.5);
          box-shadow: 2px 3px 8px 0px rgba(194, 194, 194, 0.5);
}

.content-box .content-text {
  padding: 0px 15px;
  line-height: 1.7em;
  font-size: 0.9em;
}

.content-box .img-box {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.content-box .img-box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0.8;
}

.content-box .img-box img {
  width: 100%;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

.content-box .content-header {
  margin: 15px 0;
  font-size: 1.4em;
  color: #0f0f0f;
  font-weight: lighter;
}

.content-box .content-link {
  color: #0f2d58;
  text-decoration: none;
  display: block;
  font-size: 1.3em;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: bolder;
}

.content-box .content-link:hover {
  color: #528de1;
}

.industrias {
  padding: 50px 45px;
  color: white;
  background: #333333;
  margin-top: 50px;
}

.industrias h3 {
  font-size: 1.3em;
  border-bottom: 2px solid #528de1;
  padding-bottom: 0.3em;
  margin-bottom: 2em;
  font-weight: lighter;
}

.industrias .industria {
  margin-top: 2em;
}

.industrias .industria .title {
  font-size: 1.6em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 970px) {
  .industrias .industria .title {
    font-size: 1.3em;
    padding-left: 0;
  }
}

@media (max-width: 970px) {
  .industrias .industria {
    text-align: center;
  }
}

.industrias .industria img {
  max-width: 100%;
}

.clientes {
  padding: 50px 45px;
  color: #0e0e0e;
}

.clientes h3 {
  font-size: 1.3em;
  border-bottom: 3px solid #528de1;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  font-weight: lighter;
}

.clientes .cliente-slider {
  width: 100%;
  height: 200px;
}

.clientes .cliente-slider .cliente {
  display: inline-block;
  width: 120px;
  height: 80px;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #bbbbbb;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.clientes .cliente-slider .cliente:hover {
  border: 2px solid #2265c5;
}

.clientes .cliente-slider .cliente img {
  width: 100%;
}

footer {
  background: #333333;
  padding: 50px 45px;
  color: white;
}

@media (max-width: 970px) {
  footer {
    padding: 2em;
  }
}

footer h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.6em;
  font-weight: lighter;
  border-bottom: 3px solid #2670da;
  padding-bottom: 1em;
}

footer p {
  line-height: 1.6em;
  font-size: 0.9em;
}

footer ul {
  list-style: none;
}

@media screen and (max-width: 768px) {
  footer ul {
    margin-top: 2em;
  }
}

footer ul li {
  display: block;
  padding: 5px;
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  footer ul li {
    padding-left: 0;
  }
}

footer ul li a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer ul li a:hover {
  color: #a9c6f0;
}

footer .input-container {
  border: 3px solid #2670da;
  display: inline-block;
}

footer .input-container input,
footer .input-container button {
  outline: none;
  background: none;
  color: white;
  border: none;
  padding: 10px 15px;
  font-family: "Montserrat";
}

footer .input-container button {
  background: #2670da;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer .input-container button:hover {
  background: #0f2d58;
}

.nosotros {
  padding: 3em;
}

@media (max-width: 970px) {
  .nosotros {
    padding: 1em;
    margin-top: 1em;
  }
}

.nosotros h3 {
  font-size: 1.5em;
  padding-bottom: 0.4em;
  border-bottom: 3px solid #2670da;
  margin-bottom: 0.5em;
}

.nosotros p {
  line-height: 1.6em;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.equipo {
  padding: 3em;
}

@media (max-width: 970px) {
  .equipo {
    padding: 1em;
    margin-top: 1em;
  }
}

.equipo h3 {
  font-size: 1.5em;
  padding-bottom: 0.4em;
  border-bottom: 3px solid #2670da;
  margin-bottom: 1em;
}

.equipo .team-container {
  margin-right: 1em;
  margin-bottom: 2em;
}

.equipo .team-container .img-container {
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
}

.equipo .team-container .img-container img {
  width: 100%;
  border-radius: 4px;
}

.equipo .team-container .title {
  font-size: 1.1em;
  margin: 0.4em 0;
  margin-bottom: 1em;
  position: relative;
}

.equipo .team-container .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #1e5aaf;
}

.equipo .team-container .sub-title {
  font-size: 0.9em;
}

.representaciones {
  text-align: center;
}

.representaciones h1 {
  font-weight: lighter;
  font-size: 3.2em;
  padding: 0.8em 0;
}

.representaciones .rep {
  margin-bottom: 2em;
  border: 2px solid #0f2d58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 100px;
}

.representaciones .rep:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}

.representaciones .rep img {
  max-width: 100%;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

.contacto {
  margin-bottom: 3em;
}

.contacto h1 {
  font-weight: lighter;
  font-size: 3.2em;
  padding: 0.8em 0;
  text-align: center;
  border-bottom: 2px solid #1e5aaf;
  margin-bottom: 1em;
}

.contacto #contacto {
  position: relative;
}

.contacto #contacto label {
  margin-bottom: 0.3em;
  font-size: 0.95em;
}

.contacto #contacto label,
.contacto #contacto input,
.contacto #contacto textarea {
  display: block;
}

.contacto #contacto input,
.contacto #contacto textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 0.5em 0.8em;
  border: 2px solid #2265c5;
  margin-bottom: 1em;
  font-size: 1.05em;
  font-family: "Montserrat";
}

.contacto #contacto textarea {
  resize: none;
  height: 11em;
}

.contacto #contacto .boton {
  display: inline-block;
  background: #2265c5;
  width: auto;
  color: white;
  cursor: pointer;
  font-size: 0.9em;
  border: none;
  padding: 0.8em 1.3em;
}

.contacto #contacto .boton:hover {
  background: #528de1;
}

.contacto #contacto p#error_msg {
  padding: 1em;
  margin-bottom: 1em;
  display: none;
}

.contacto #contacto p#error_msg.err {
  background: #ffdada;
  color: #4b0707;
  border: 1px solid #7c0808;
  display: block;
}

.contacto #contacto p#error_msg.suc {
  background: #daffe3;
  color: #124b07;
  border: 1px solid #087c18;
  display: block;
}

@-webkit-keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.contacto #contacto #loading {
  width: 20px;
  height: 20px;
  background: none;
  border: 1.5px solid #575757;
  border-radius: 50%;
  position: absolute;
  border-bottom-color: transparent;
  bottom: 1.5em;
  left: 7em;
  -webkit-animation: rotar 1.3s linear infinite;
          animation: rotar 1.3s linear infinite;
  display: none;
}

.contacto .col-md-4 {
  font-size: 0.9em;
}

.contacto .col-md-4 h4 {
  font-size: 2em;
  margin: 0.5em 0;
}

.contacto .col-md-4 strong {
  display: block;
  margin: 0.5em 0;
}

.contacto .col-md-4 span {
  display: block;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.contacto .map {
  margin-top: 50px;
  height: 400px;
}

.contacto .map iframe {
  height: 100%;
  width: 100%;
  border: none;
  border: 2px solid #0f2d58;
}

.general-page {
  margin-bottom: 3em;
}

.general-page h2 {
  font-size: 2em;
  text-align: center;
  margin: 1em auto;
  font-weight: lighter;
  border-bottom: 2px solid #528de1;
  padding-bottom: 0.5em;
}

.header-sub-content h2 {
  font-size: 2em;
  text-align: center;
  margin: 1em auto;
  font-weight: lighter;
  border-bottom: 2px solid #528de1;
  padding-bottom: 0.5em;
}

.navigation {
  padding: 4em 1em;
  padding-top: 1em;
}

.navigation h5 {
  font-weight: lighter;
  font-size: 1.3em;
  margin: 1em 0;
  border-bottom: 2px solid #1e5aaf;
  padding-bottom: 0.5em;
}

.navigation ul {
  list-style: none;
}

.navigation ul li {
  margin: 0.5em 0;
  font-size: 0.95em;
}

.navigation ul li a {
  color: black;
  text-decoration: none;
}

.navigation ul li a:hover {
  color: #1e5aaf;
}

.sub-content {
  visibility: hidden;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Open sans", sans-serif;
  font-size: 0.95em;
}

.sub-content h4 {
  font-size: 1.7em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.sub-content p {
  margin-bottom: 1em;
}

.sub-content ul {
  margin-left: 2em;
}

.sub-content ul li {
  margin-bottom: 0.2em;
}

.sub-content:target {
  padding: 2em 0;
  padding-bottom: 5em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 10;
  height: auto;
}
/*# sourceMappingURL=main.css.map */