@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

p {
  font-size: 14px;
  color: #595959;
}

.navbar-brand {
  background: url(../img/logo.png) no-repeat;
  width: 279px;
  height: 170px;
  margin-bottom: -74px;
  margin-left: 20px;
  padding-top: 0;
}

.home {
  height: 95vh;
  position: relative;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-content {
  background: black;
  background: linear-gradient(187deg, black 0%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100vh;
  padding-top: 150px;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-content .text-v {
  background: url(../img/icon.svg) no-repeat center;
  background-size: 165px;
  padding: 45px 0px;
}

.home-content h1 {
  font-size: 55px;
  font-weight: 900;
}

.home-content p {
  font-size: 28px;
}

header#banner {
  background: #fff;
  position: fixed;
  top: 0px;
  z-index: 2;
  width: 100%;
}

ul.navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

ul.navbar-nav li {
  padding: 10px 5px;
}

ul.navbar-nav a {
  color: #11355e !important;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.login {
  margin-right: 20px;
}

.login a {
  background: #eb691c;
  background: -webkit-gradient(linear, left top, right top, from(#eb691c), to(#f9c003));
  background: linear-gradient(90deg, #eb691c 0%, #f9c003 100%);
  border-radius: 50px;
  padding: 8px 12px;
}

li.nav-item.active {
  position: relative;
}

li.nav-item.active a {
  font-weight: 700;
}

li.nav-item.active::before {
  content: '';
  background-color: #D50E25;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
}

.no-gutters {
  padding: 0px;
}

.bg-light {
  background: transparent !important;
}

h2 {
  background: url(../img/title_bg.jpg) no-repeat bottom center;
  color: #929292;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 16px;
  padding-bottom: 25px;
}

h3 {
  color: #ff0000;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-top: 30px;
}

b.red {
  background: #D50E25;
  border-radius: 10px 0px 10px 0px;
  padding: 12px 25px;
}

h4 {
  font-size: 18px;
  color: #2e3293;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.about {
  background: url(../img/pattern.svg) no-repeat right bottom;
  background-size: 300px;
  padding: 90px 0px;
}

.about h4 {
  color: #D50E25;
}

.callus {
  color: #fff;
  width: 200px;
  display: block;
  text-align: center;
  padding: 15px 35px;
  font-size: 19px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #0d2643;
  background-size: 25px;
}

#privacidad {
  padding-top: 180px;
  padding-bottom: 30px;
}

#privacidad p {
  text-align: justify;
}

a.btn.btn-danger {
  background-color: #e92903;
  background-image: none;
  border-radius: 0px;
  width: 100% !important;
  height: 70px;
  line-height: 47px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin-top: 55px;
}

.tecnologia {
  background: url(../img/comunicaciones.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 40px !important;
  min-height: 410px;
}

.tecnologia h3, .tecnologia p {
  color: #fff;
}

.valor {
  background: url(../img/vehiculos.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 40px !important;
  min-height: 410px;
}

.valor h3, .valor p {
  color: #fff;
}

.article {
  background: url(../img/bg-orange.png) no-repeat left center #FFF;
  border-radius: 0px 0px 0px 100px;
  padding-top: 190px;
  padding-bottom: 65px;
  margin-bottom: -90px;
  position: relative;
}

.article::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 750px;
  height: 750px;
  background: url(../img/bg.png) no-repeat;
  background-size: 100%;
  z-index: 0;
}

.benefits {
  background: url(../img/Services.jpg) no-repeat;
  background-size: 100%;
  border-radius: 0px 0px 0px 100px;
  padding: 60px 0px;
  margin-bottom: -90px;
  z-index: 0;
  position: relative;
}

.benefits h2 {
  color: #fff;
}

#contacto {
  background: url(../img/bg-contacto.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0px;
  margin-top: 45px;
}

#contacto h4, #contacto h2 {
  color: #fff;
}

#contacto p, #contacto a {
  color: #fff;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 45px;
}

form input {
  width: 100%;
  border-radius: 4px;
  height: 45px;
  border: none;
  padding: 8px;
}

textarea {
  width: 100%;
  height: 65px;
  border: none;
  border-radius: 4px;
  padding: 8px;
}

.content {
  margin-bottom: -45px;
}

#Nosotros {
  background: url(../img/trailer_bg.jpg) no-repeat;
  background-size: cover;
  padding: 115px 0px;
}

#Nosotros p, #Nosotros h3.white {
  color: #fff;
}

.interior {
  background: url(../img/screen.jpg) no-repeat;
  background-size: 100%;
  height: 50vh;
  position: relative;
  text-align: center;
}

.interior h1 {
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 900;
  position: absolute;
  top: 50%;
}

input.btn-send {
  background-color: #e92903;
  color: #fff;
  background-image: none;
  border-radius: 0px;
  width: 100% !important;
  height: 70px;
  line-height: 47px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin-top: 15px;
}

form p {
  margin-bottom: 7px;
}

footer {
  background-color: #133863;
  padding: 45px 0px;
  text-align: center;
}

footer p, footer a {
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px;
}

footer a:hover {
  color: #D50E25 !important;
}

.socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.socialmedia .facebook {
  background: url(../img/facebook.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 17px;
  margin-right: 12px;
}

.socialmedia .linkedin {
  background: url(../img/linkedin.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  margin-right: 12px;
}

.socialmedia .insta {
  background: url(../img/insta.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
}

.oea-logo {
  width: 95px;
}

.fast-logo {
  width: 100px;
  margin-right: 12px;
}

.fast-logo {
  width: 100px;
}

.logo-footer {
  margin-bottom: 30px;
  max-width: 150px;
}

.future,
.services.list {
  overflow: hidden;
}

/******* Alignment *********/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-item {
  padding: 40px 0px;
}

.carousel-item .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}

.carousel-control-next, .carousel-control-prev {
  border: none;
  opacity: 1;
  top: 50%;
}

.carousel-control-next span, .carousel-control-prev span {
  display: none;
}

.carousel-control-next {
  background: url(../img/right.svg) no-repeat;
  background-size: 100%;
  height: 50px;
  width: 50px;
}

.carousel-control-prev {
  background: url(../img/left.svg) no-repeat;
  background-size: 100%;
  height: 50px;
  width: 50px;
}

/***/
.orange-bg h2, .orange-bg p {
  position: relative;
  z-index: 1;
}

p.card-text {
  color: #000;
  font-size: 13px;
}

.card {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: #0000003a 3px 3px 6px;
          box-shadow: #0000003a 3px 3px 6px;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 55px;
}

.card a {
  border: #000 solid 1px;
  color: #000;
  padding: 5px 12px;
  position: absolute;
  bottom: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card .arrow {
  background: url(../img/icon-arrow.svg) no-repeat;
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 8px;
}

h5.card-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.card-img-top {
  width: 72px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mt-n {
  position: relative;
  z-index: 0;
  margin-top: -90px;
}

.map iframe {
  width: 100%;
}

/*********Icon*********/
.icon {
  display: inline-block;
  margin-right: 10px;
  width: 11px;
}

.phone {
  background: url(../img/icon-phone.svg) no-repeat;
  height: 11px;
}

.mail {
  background: url(../img/icon-mail.svg) no-repeat;
  height: 9px;
}

.video {
  background: url(../img/icon-video.svg) no-repeat;
  background-size: 100%;
  height: 11px;
}

.back {
  background: url(../img/icon-back.svg) no-repeat;
  background-size: 100%;
  height: 8px;
}

.location {
  background: url(../img/icon-location.svg) no-repeat;
  display: inline-block;
  height: 30px;
  margin-right: 18px;
  width: 21px;
}

/***button***/
.btn-danger {
  background: #F97068;
  border-color: #F97068;
  font-size: 14px;
  padding: 10px 45px;
}

.btn-light {
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: #0000003a 2px 3px 6px;
          box-shadow: #0000003a 2px 3px 6px;
  color: #0A1250;
}

/**************video Bg********************/
.video-background {
  border-radius: 0px 0px 100px 0px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.layer {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layer h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

/***********interiors*********/
.cover {
  border-radius: 0px 0px 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 45vh;
  overflow: hidden;
  padding-bottom: 5vh;
  position: relative;
  z-index: 1;
}

.cover h2 {
  color: #fff;
}

.about-us {
  background: url(../img/cover-about.jpg) no-repeat;
  background-size: cover;
}

.our-story {
  background: #0A1250;
  border-radius: 0px 0px 0px 100px;
  color: #fff;
  margin-top: -90px;
  padding: 145px 0px  65px 0px;
  position: relative;
  z-index: -1;
}

.our-story h3 {
  color: #fff;
}

table {
  text-align: center;
}

table thead {
  background: #fff;
  color: #0A1250;
}

table td {
  color: #fff;
  font-size: 12px;
}

ul.left {
  float: left;
  list-style-type: none;
  padding: 0;
  width: 48%;
}

ul.right {
  float: right;
  list-style-type: none;
  padding: 0;
  width: 48%;
}

.tall {
  color: #0A1250;
  font-size: 18px;
  position: relative;
  margin: 45px 0px;
  z-index: 1;
}

.social {
  background: url(../img/bulldogs.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 150px 0px;
}

.social h2 {
  color: #fff;
}

.container-fluid {
  padding: 0px;
}

.future {
  background: #FFF;
  border-radius: 0px 0px 0px 100px;
  position: relative;
  margin-bottom: -90px;
}

.bottom {
  background: url(../img/bottom-bg.jpg) no-repeat;
  background-size: cover;
  height: 75vh;
}

form input, form textarea {
  border: #E5E5E5 solid 1px !important;
  -webkit-box-shadow: #0000003a 2px 3px 6px;
          box-shadow: #0000003a 2px 3px 6px;
}

form button.btn.btn-primary {
  background-color: #EB691C;
  border-color: #EB691C;
  color: #fff;
  width: 100%;
}

form button.btn.btn-primary:hover, form button.btn.btn-primary:active {
  background-color: #D45911 !important;
  border-color: #D45911 !important;
}

/***************animation***************/
.left {
  opacity: 0;
  -webkit-transform: translatex(-5vh) rotateZ(0deg);
          transform: translatex(-5vh) rotateZ(0deg);
  -webkit-transition: opacity 0.5s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: opacity 0.5s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.5s 0.25s ease-out;
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.5s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  will-change: transform, opacity;
}

.right {
  opacity: 0;
  -webkit-transform: translatex(50px) rotateZ(0deg);
          transform: translatex(50px) rotateZ(0deg);
  -webkit-transition: opacity 0.5s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: opacity 0.5s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.5s 0.25s ease-out;
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.5s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  will-change: transform, opacity;
}

.inline-photo {
  opacity: 0;
  -webkit-transform: translateY(4em) rotateZ(0deg);
          transform: translateY(4em) rotateZ(0deg);
  -webkit-transition: opacity 0.3s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: opacity 0.3s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.left.is-visible {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.right.is-visible {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.mobile {
  display: none;
}

/****Responsive******/
@media (max-width: 992px) {
  .navbar-light .navbar-toggler {
    background: #fff;
  }
  ul.navbar-nav {
    background: #000;
    border-radius: 0px 0px 0px 20px;
    text-align: center;
  }
  ul.navbar-nav .socialmedia {
    display: none;
  }
}

@media (max-width: 820px) {
  header {
    top: 20px;
  }
  .navbar-brand {
    background-size: 100%;
    height: 50px;
    width: 150px;
  }
  .video-background {
    height: 75vh;
  }
  .layer {
    height: 75vh;
    padding: 0px 20px;
  }
  .layer h1 {
    font-size: 40px;
  }
  .container {
    padding: 0px 20px;
  }
  .orange-bg::before {
    height: 200px;
    width: 200px;
  }
  .invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .invert img {
    margin-bottom: 30px;
  }
  .news a {
    min-width: 100%;
    display: block;
  }
  .news a img {
    min-width: 100%;
    margin-top: 40px;
  }
  .services.list {
    padding: 30px 20px;
  }
  .no-gutters .left img {
    margin: 30px 0px;
  }
  .future .no-gutters {
    text-align: center;
    padding: 0px 20px;
  }
  .future .no-gutters img {
    margin-top: 30px;
  }
  .future,
  .about {
    overflow: hidden;
  }
  .article::before {
    height: 200px;
    width: 200px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile img {
    width: 60%;
  }
  .logo-right {
    margin-top: 25px;
  }
  .row.d-flex.py-5.mt-5 .img-fluid {
    margin-bottom: 25px;
  }
  .benefits {
    background-size: 350%;
  }
  #contacto {
    text-align: center;
  }
  .interior {
    background: url(../img/screen.jpg) no-repeat;
    background-size: 300%;
    height: 40vh;
    position: relative;
    text-align: center;
  }
  .container-fluid .col-md-4.offset-md-1 {
    padding: 5vh;
  }
  footer {
    text-align: center;
  }
  footer .socialmedia {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=styles.css.map */