
/*
  COTIZADOR
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e1e9e9;
  background-image: linear-gradient(
      0deg,
      rgba(55, 51, 51, 0.5),
      rgba(52, 51, 49, 0.5)
    ),
    url("../images/avion\ 10.jpg");
  background-attachment: fixed;
  background-size: cover;
}
#btn-click {
  color: #ebedf3;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  border: rgb(114, 97, 97);
  border-radius: 15px;
  border: 1px solid #dadde0;
  padding: 10px;
  background-color: #292b2d;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-home {
  color: #ebedf3;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  border: rgb(114, 97, 97);
  border-radius: 15px;
  border: 1px solid #dadde0;
  padding: 10px;
  background-color: #292b2d;
  text-decoration: none;
  text-transform: uppercase;
}
h1 {
  position: relative;
  text-align: left;
  color: #f1f1f8;
  font-size: 20px;
}

h2 {
  position: relative;
  text-align: left;
  color: #f1eaea;
  font-size: 12px;
}

a.notUnderlined {
  position: relative;
  text-align: center;
  color: #ece1e1;
  font-size: 14px;
  text-decoration: none;
}

h2.first {
  text-align: center;
}

h2.footer {
  text-align: center;
}

h1.first {
  text-align: center;
}

p,
tr {
  font-weight: 300;
  text-align: left;
  font-size: 12px;
  color: #fef8f8;
}

p.footer {
  text-align: center;
  font-size: 18px;
}

p.testimonios {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

table {
  width: 90%;
  margin: 0 auto;
}

.td1 {
  width: 50%;
  text-align: left;
  padding-left: 20px;
}

.td2 {
  width: 40%;
  text-align: right;
}

.contenido {
  max-width: 80%;
  margin: 0 auto;
  background: transparent;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  transform: translateZ(0);
  text-align: left;
  border-radius: 28px 28px 28px 28px;
  -moz-border-radius: 28px 28px 28px 28px;
  -webkit-border-radius: 28px 28px 28px 28px;
  border: 0px solid #e4e0e0;
}

header,
img {
  margin: 0 auto;
  width: 300px;
  display: block;
}

.imgAjax {
  width: 100%;
}

.imgAjax {
  width: 440px;
}

form {
  font-size: 14px;
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 8px;
}

.nav {
  text-align: left;
  font-size: 14px;
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 8px;
}

.mostrarTodo {
  font-size: 14px;
  max-width: 480px;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 8px;
}

.hidden {
  display: none;
}
.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

.divMenu {
  text-align: center;
}
.custom-btn {
  width: 100%;
  height: 40px;
  padding: 10px 25px;
  border: 2px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.btn-1 {
  transition: all 0.3s ease;
}
.btn-1:hover {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px rgba(231, 227, 227, 0.133), 4px 4px 5px 0px #0001;
}

.btn-3 {
  line-height: 40px;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-3:hover {
  color: rgb(235, 226, 226);
}
.btn-3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  transition: all 0.3s ease;
}
.btn-3:hover:after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.btn-2 {
  background: rgb(241, 235, 235);
  color: rgb(33, 31, 31);
  z-index: 1;
}
.btn-2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}
.btn-2:hover {
  color: rgb(202, 195, 195);
}
.btn-2:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-2:active {
  top: 2px;
}

.btn-menu {
  background: #000;
  color: #fff;
  z-index: 1;
}
.btn-menu:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}
.btn-menu:hover {
  color: #000;
}
.btn-menu:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-menu:active {
  top: 2px;
}

.custom-btn-menu {
  width: 49%;
  height: 40px;
  padding: 10px 25px;
  border: 2px solid rgb(242, 240, 240);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;

  text-align: center;
  color: rgb(245, 238, 238);
  text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(246, 243, 243, 0.1);
  border: none;
  font-size: 12px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #c0cfd4;
  color: #525456;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

label.right {
  font-weight: 300;
  display: inline;
  text-align: right;
}

legend {
  background: rgb(67, 65, 65);
  color: rgb(230, 220, 220);
  z-index: 1;
  text-align: center;
  font-size: 12px;
  width: 50%;
  height: 20px;
  padding: 1px 5px;
  border: 2px solid rgb(41, 39, 39);
  font-family: Arial, Helvetica, sans-serif, monospace;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  left: 50%;
}

.resaltado {
  background-color: #272724;
  width: 100%;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  transform: translateZ(0);
  text-align: left;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #ddebf0;
}

.resaltadoThanks {
  background-color: #fffff2;
  width: 100%;
  z-index: 2;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #ddebf0;
}

.resaltadoTestimonios {
  max-width: 480px;
  background-color: #272724;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  transform: translateZ(0);
  text-align: left;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #ddebf0;
}

@media screen and (min-width: 480px) {
  form {
    max-width: 480px;
  }
}

@media only screen and (max-width: 700px) {
  header,
  img {
    margin: 0 auto;
    width: 200px;
    display: block;
  }

  p.footer {
    text-align: center;
    font-size: 16px;
  }

  .imgAjax {
    width: 100%;
  }

  .imgAjaxTestimonios {
    width: 150px;
  }

  h1 {
    font-size: 14px;
  }

  h2.footer {
    font-size: 12px;
  }

  a.notUnderlined {
    font-size: 14px;
  }

  .btn-menu {
    background: #000;
    color: #fff;
    z-index: 1;
  }

  .btn-menu:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    background: #e0e5ec;
    transition: all 0.3s ease;
  }

  .btn-menu:hover {
    color: #000;
  }

  .btn-menu:hover:after {
    left: auto;
    right: 0;
    width: 100%;
  }

  .btn-menu:active {
    top: 2px;
  }

  .custom-btn-menu {
    width: 47%;
    height: 40px;
    padding: 10px 5px;
    border: 2px solid #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
  }
}

/*BANNER*/
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.full-width {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ShowBox {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.formated-section {
  padding: 60px 0;
}
.font-oswald {
  font-family: Arial, Helvetica, sans-serif;
}

.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-out;
  animation: banner 28s infinite linear;
}
.banner-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(10, 11, 11, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-content h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  font-size: 40px;
  text-align: center;
}
.banner-content a {
  text-decoration: none;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: all 1s ease-in-out;
}
.banner-content a:hover {
  background-color: rgb(17, 16, 16);
  color: #333;
}
@keyframes banner {
  0% {
    background-image: url("../images/avion\ 1.jpeg");
  }
  25% {
    background-image: url("../images/avion\ 3.jpeg");
  }

  26% {
    background-image: url("../images/avion\ 8.jpg");
  }
  50% {
    background-image: url("../images/avion\ 7.png");
  }

  51% {
    background-image: url("../images/avion\ 1.jpeg");
  }
  75% {
    background-image: url("../images/avion\ 3.jpeg");
  }

  76% {
    background-image: url("../images/avion\ 5.png");
  }
  100% {
    background-image: url("../images/avion\ 10.jpg");
  }
}
/*MEDIA QUERIES*/
/* col-xs */
@media (max-width: 767px) {
  .NoScroll {
    overflow-y: hidden;
  }
  .NavBarP-Logo {
    width: 100%;
    z-index: 99;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .NavBarP-Nav {
    width: 100%;
    padding-top: 50px;
    height: 100%;
    z-index: 97;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .NavBarP-Nav > ul {
    padding-right: 0;
    text-align: center;
    height: 100%;
  }
  .NavBarP-Nav > ul > li {
    display: block;
  }
  .btn-menuMobile {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    color: #fff;
    height: 50px;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
  }
  .btn-menuMobile:hover {
    color: #fae76f;
  }
  .Login {
    position: fixed;
    height: 100%;
    top: 0;
    padding-top: 50px;
    z-index: 100;
  }
}

/* col-sm */
@media (min-width: 768px) and (max-width: 991px) {
}

/* col-md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* col-lg */
@media (min-width: 1200px) {
}

/*col-sm col-md col-lg*/
@media (min-width: 768px) {
  .Login {
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 62px;
    width: 250px;
  }
  .Login::after,
  .Login::before {
    bottom: 100%;
    right: 14px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .Login::after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-right: 0px;
  }
  .Login::before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #e1e1e1;
    border-width: 12px;
    margin-right: -2px;
  }
}

/*SWEET ALERT-HOME*/
.text-class {
  color: #f8f9fa;
}

.popup-class {
  border-radius: 20px;
  border: 2px solid rgb(241, 240, 240);
}

.title-class {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgb(217, 216, 216);
}

.boton-class {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  border: rgb(227, 222, 222);
  border-radius: 20px;
  border: 1px solid #dadde0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.contenido-class {
  background: rgba(241, 241, 241, 0.8);
  backdrop-filter: blur(2px);
}
.footer-class {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgb(255, 255, 255);
}
.input-class {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.cancel-class {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  border: rgb(227, 222, 222);
  border-radius: 20px;
  border: 1px solid #dadde0;
  padding: 10px;
  background-color: #292b2d;
  text-decoration: none;
  text-transform: uppercase;
}
