@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;600;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
  max-width: 100vw;
  list-style: none;
}
.active {
  color: #aaa;
}
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
body {
  overflow-x: hidden;
  background-color: black;
}
video {
  position: absolute;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.video {
  filter: brightness(40%);
}
/* Contact */
.form {
  z-index: 20;
}
input::placeholder {
  color: white;
}
textarea::placeholder {
  color: white;
}
input {
  width: 360px;
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  outline: none;
  font-size: 18px;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  height: 180px;
  resize: none;
  padding-left: 15px;
  padding-top: 10px;
  outline: none;
  color: white;
  font-size: 18px;
  -webkit-appearance: none;
  border-radius: 0;
}
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 44px;
  align-items: center;
  background-image: url(../Fly-Green/green2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.thanks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 44px;
  align-items: center;
  background-image: url(../Fly-Green/green2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 200px;
  color: white;
  flex-direction: column;
}
.thanks h1 {
  font-size: 44px;
}
.contact h2 {
  color: white;
  font-weight: 100;
  line-height: 21px;
  z-index: 10;
  font-size: 36px;
  width: 80%;
  margin-left: 10vh;
  margin-bottom: 100px;
}
.formulario__contact {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-formulario {
  max-width: 890px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  margin: auto;
  column-gap: 150px;
}
.l-formulario input {
  height: 50px;
  margin: 0 auto 30px;
  padding-left: 15px;
}
.r-formulario {
  max-width: 870px;
}
.btn__contact {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.btn__contact input {
  width: 126px;
  height: 44px;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  margin: auto;
}
@media (max-width: 994px) {
  .l-formulario,
  .r-formulario {
    width: 70%;
    margin: auto;
    padding: 0;
  }
  textarea {
    width: 360px;
    display: block;
    margin: auto;
  }
  #res {
    transform: translate(400px, -30px) !important;
  }
  .contact h2 {
    margin: 0px 18% 40px !important;
    font-size: 24px !important;
  }
  form {
    margin: auto;
    padding-top: 0px;
  }
}
@media (max-width: 560px) {
  textarea {
    width: 100%;
  }
}
@media (max-width: 500px) {
  input,
  textarea,
  .btn__contact input {
    font-size: 14px;
  }
}
#res {
  position: absolute;
  color: white;
  transform: translate(350px, -30px);
  font-size: 12px;
}
a {
  text-decoration: none;
}
.modal_ok {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  color: white;
  font-size: 1.25em;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 450px) {
  .modal_ok {
    flex-wrap: wrap;
  }
  .modal_ok svg {
    transform: scale(0.75);
  }
}
/* Loader */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00a3ff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  background-color: #fff;
  width: 100% !important;
  height: 100vh !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  clip-path: circle(141.2% at 100% 0);
  transition: 0.3s ease-in-out;
  top: 0;
}
.loader2 {
  clip-path: circle(0% at 100% 0);
}
/* Menu */
.logo {
  background-image: url(../img/flybluebanner.webp);
  height: 30px;
  width: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 75%;
}
header {
  width: 100%;

  /* background: linear-gradient(180deg, #151515 50%, rgba(0, 0, 0) 139.58%); */
  background: rgba(17, 18, 17, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  padding-top: 8px;
  padding-bottom: 8px;

  position: fixed;
  z-index: 1000;
  margin-top: -44px;
}
.header__container {
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: 0.35s;
  margin: auto;
  max-width: 1200px;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
header a {
  font-style: normal;
  font-weight: 200;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  width: 128px;
  justify-content: center;
  margin-left: 26px;
  cursor: pointer;
}
header .menu {
  display: flex;
  margin: auto;
}
header ul li a {
  width: 128px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 200;
  font-size: 0.9em;
}
header ul li a:hover {
  color: #00a3ff;
}

@media (max-width: 500px) {
  header a {
    margin-left: 40px !important;
  }
  .toggle {
    margin-right: 40px !important;
  }
}
@media (max-width: 991px) {
  header {
    justify-content: space-between;
  }
  .mobile {
    display: block !important;
    margin-left: 26px;
  }
  .desktop {
    display: none;
  }
  header ul li a {
    font-size: 25px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
  }
  .menu {
    position: fixed;
    top: 56px;
    left: -100%;
    display: block;
    padding: 50px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #151515;
    transition: 0.5s;
    z-index: 999;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
    /* overflow-y: scroll; */
  }
  .menu.active {
    left: 0;
  }
  .toggle {
    width: 40px;
    height: 40px;
    background: url(../css/menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    transition: 0.1s;
    filter: invert(1);
    order: 2;
    margin: auto;
  }
  .toggle.active {
    background: url(../css/cancelar.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
  }
  header a {
    margin: auto;
    width: 40px;
  }
}
.mobile {
  display: none;
}
.selector {
  position: relative;
}
.btn__selector {
  color: white;
  cursor: pointer;
  width: 120px;
  height: 20px;
  margin-right: 26px;
  text-align: center;
  position: relative;
}
.btn__selector:hover {
  color: #00a3ff;
}
.menu__selector {
  position: fixed;
  background: black;
  color: white;
  margin-top: 10px;
  border: 1px solid #fff2;
  display: none;
  border-radius: 5px;
  transform: translateX(10px);
  background: linear-gradient(180deg, #151515 50%, rgba(0, 0, 0) 139.58%);
}
.menu__selector.active {
  display: unset;
}
.menu__selector .opcion {
  padding: 10px 40px;
  cursor: pointer;
}
.menu__selector .opcion:hover {
  color: #00a3ff;
}

.btn__selector2 {
  color: white;
  cursor: pointer;
  width: 120px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  margin-right: 26px;
}
.btn__selector2:hover {
  color: #00a3ff;
}
.menu__selector2 {
  position: fixed;
  background: black;
  color: white;
  margin-top: 10px;
  border: 1px solid #fff2;
  display: none;
  border-radius: 5px;
  transform: translateX(-65px);
  background: linear-gradient(180deg, #151515 50%, rgba(0, 0, 0) 139.58%);
}
.menu__selector2.active {
  display: unset;
}
.menu__selector2 .opcion {
  padding: 10px 40px;
  cursor: pointer;
}
.menu__selector2 .opcion:hover {
  color: #00a3ff;
}
@media (max-width: 900px) {
  header ul li a {
    margin: 0;
  }
  .menu a {
    margin-left: 0 !important;
  }
  header ul li {
    margin-bottom: 15px;
  }
}

/* Footer */
.contenedor__footer {
  background-color: #151515;
  width: 100%;
}
.footer {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background-color: #151515;
  padding-bottom: 50px;
  justify-content: center;
  display: flex;
  justify-content: center;
  margin: auto;
  flex: 1;
  padding-top: 35px;
}
.nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  align-items: flex-start;
  max-width: 1300px;
}
.numbers p {
  text-align: left;
}
/* .numbers p {
  text-align: right;
} */
.nav__footer div {
  width: 230px;
  /* margin: 10px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 30px 0;
}
.nav__footer div:nth-child(4) {
  width: 250px;
}
.nav__footer div h4 {
  margin-bottom: 15px;
  font-size: 18px;
}
.nav__footer ul li a {
  cursor: pointer;
  font-weight: 200;
  color: #ccc;
}
.nav__footer ul li a:hover {
  color: #00a3ff;
}
.nav__footer p {
  font-weight: 200;
  color: #ccc;
}
.faces__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.faces__footer svg {
  margin-left: 5px;
  margin-right: 5px;
}
.faces__footer svg:hover {
  transform: scale(1.2);
}
.copy__footer {
  width: 80%;
  margin: auto;
  text-align: center;
  max-width: 1300px;
}
.numbers a {
  cursor: pointer;
  font-weight: 200;
  color: #ccc;
  text-decoration: none;
}
.numbers a:hover {
  color: #00a3ff;
}
.contact-us a {
  cursor: pointer;
  font-weight: 200;
  color: #ccc;
  text-decoration: none;
}
.contact-us a:hover {
  color: #00a3ff;
}
.contact-us span {
  display: block;
  padding-bottom: 5px;
}
.numbers p span {
  font-weight: 400;
}
.white {
  color: #fff;
}
.nav__footer ul li {
  padding-bottom: 5px;
}
@media (max-width: 610px) {
  /* .nav__footer div {
    width: 50%;
    margin: 0;
  } */
  .nav__footer div:nth-child(3) {
    width: 250px;
  }
  .footer {
    font-size: 16px;
  }
}
/* @media (max-width: 570px) {
  .nav__footer {
    justify-content: flex-start;
  }
} */
@media (max-width: 313px) {
  .nav__footer div {
    width: 90%;
  }
}
