@font-face {
  font-family: 'fuentePer';
  src: url('../../assets/Fonts/Museo300-Regular.otf') format('truetype');
}


body {
  font-family: 'fuentePer', sans-serif;
  padding: 0;
  margin: 0;
  background-image: url("../../assets/Images/brillo-luz-sol-manana-montana-silueta-fondo-nublado-azul.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow-x: hidden;
  background-attachment: fixed;
}

.nav {
  position: fixed;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: row;
  padding: 0 10%;
  box-sizing: border-box;
  background-color: #10182fe0;
  z-index: 100;
}

.item-nav {
  margin: 0px 0px;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.item-nav p {
  width: 50%;
  max-width: 50%;
  text-align: center;
}

.item-nav p a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
}

.logo {
  width: 500px;
  height: 250px;
  position: absolute;
  top: 30%;
  left: calc(50% - 250px);
  transition: all 0s linear;
  z-index: 100;

  display: flex;
  justify-content: center;
}

.logo img {
  height: 100%;
}

.logo.logo-pag-sec {
  width: 200px;
  position: fixed;
  top: 0%;
  left: calc(50% - 100px);
  height: 150px;
}

/*
//header*/

.header {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-color: rgba(75, 111, 213, 0.3);
}

.text-header {
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.text-header p {
  text-transform: uppercase;
  color: aliceblue;
  font-size: 2.5em;
  font-weight: bold;
}

/*
turbina*/

.img-header {
  width: 100%;
  height: 100px;
  text-align: center;
}

.img-header img {
  height: 100%;
}

/*
imagen en el header del home*/

.container-img-heli {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 70%;
  height: 50%;
  overflow: hidden;
}

.container-img-heli img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) scale(.8);
  transition: all .5s ease;
}

.seccion {
  width: 100%;
  height: 60vh;
  padding: 0% 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/*color del filtro de la seccion*/

.seccion::before {
  content: '';
  background-color: rgba(75, 111, 213, 0.3);
  position: absolute;
  top: 10%;
  left: 0;
  width: 101%;
  height: 100%;
  transform: rotate(-4deg) skew(-4deg);
}

/*
//home
//inicio*/

.seccion-home-1 {
  width: 100%;
  height: 70vh;
}

.seccion-home-1.seccion::before {
  content: '';
  background-color: rgba(75, 111, 213, 0.3);
  position: absolute;
  top: 0%;
  left: 0;
  width: 101%;
  height: 110%;
  transform: rotate(0deg) skew(0deg);
}

.seccion-home-1 .tt-seccion p {
  color: #10182F;
  margin: 0;
}

.seccion-home-1 .texto-seccion {
  color: #10182F;
}

.seccion-home-1-izq {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  width: 50%;
  height: 70%;
  transform: skewY(-4deg);
  background-color: rgba(255, 255, 255, .5);
}

.seccion-home-1-izq:before {
  content: "";
  position: absolute;
  top: -15px;
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, .6);
}

.seccion-home-1-der {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  width: 50%;
  height: 70%;
  transform: skewY(4deg);
  background-color: rgba(255, 255, 255, .5);
}

.seccion-home-1-der::before {
  content: "";
  position: absolute;
  top: -15px;
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, .6);
}


.seccion-home-1.seccionxx::before {
  content: '';
  /* Añade contenido al pseudo-elemento */
  width: calc(40% - 80px);
  /* Ancho del 50% menos 10px de separación */
  height: 100%;
  background-color: #ff0000;
  /* Color de fondo diferente para la mitad izquierda */
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-20deg);
  /* Transformación diferente para la mitad izquierda */
  border-right: 5px solid #007bff;
  /* Borde externo para la mitad izquierda */

  margin-right: 80px;
  /* Separación de 10px del cuerpo del contenedor */
}

/*.seccion-home-11.seccion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-left: 50% solid blue;
  border-right: 50vw solid green;
  border-bottom: 200px solid #007bff;
  transform: rotate(0deg) skew(0deg);
  background-color: rgba(75, 111, 213, 0.3);
}*/


/*borde de la seccion*/
.seccion-con-borde.seccion-alter {}

.seccion-con-borde.seccion-alter::before {
  content: '';
  background-color: #236192;
  position: absolute;
  top: 20px;
  left: 0;
  width: 101%;
  height: 90%;
  transform: rotate(-4deg) skew(-4deg);
}

.seccion-con-borde.seccion-alter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  transform: rotate(-4deg) skew(-4deg);
  border-bottom: 10px solid #236192;
  padding-bottom: 20px;
  border-top: 10px solid#236192;
}

.seccion-alter.seccion-con-borde p {
  color: white;
}


/*borde de la seccion*/
.seccion-con-borde.seccion::before {
  content: '';
  background-color: rgba(75, 111, 213, 0.3);
  position: absolute;
  top: 20px;
  left: 0;
  width: 101%;
  height: 90%;
  transform: rotate(-4deg) skew(-4deg);
}

.seccion-con-borde.seccion::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  transform: rotate(-4deg) skew(-4deg);
  border-bottom: 10px solid #236192;
  padding-bottom: 20px;
  border-top: 10px solid#236192;
}

.seccion-home-2.seccion::before {
  background-color: #236192;
}

.seccion-home-2 {}

.tt-seccion {
  text-transform: uppercase;
  color: aliceblue;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.texto-seccion {
  z-index: 2;
  font-size: 1.3em;
  color: white;
  text-align: center;
}

.texto-seccion-dos-colum {
  display: flex;
}

.texto-seccion-dos-colum ul {
  text-align: start;
  color: white;
}

.texto-seccion-dos-colum li {
  margin-bottom: 4px;
}

.colum-uno {
  flex: 1;
  display: flex;
  align-items: center;
}

.colum-dos {
  flex: 1;
}

.seccion-alter .tt-seccion {
  color: #10182F;
}

.seccion-alter .texto-seccion {
  color: #10182F;
}

/*avion*/

.margen-avion {
  /*background-color: #10182F;*/
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  transform: rotate(-4deg) skew(-4deg);
}

.container-img-margen-avion {
  position: absolute;
  width: 10%;
  height: 12px;
  background-color: #FFFF00;
  bottom: 0;

  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

.container-img-margen-avion img {
  position: absolute;
  height: 80px;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  bottom: 0;
  right: -30px;
  transform: translateY(calc(50%));
}

@keyframes moveBackground {
  0% {
    /*left: 0;*/
    /*transform: translateX(0);*/
    width: 10%;
  }

  100% {
    /*transform: translateX(100%);*/
    /*left: 80%*/
    width: 80%;
  }
}

/*/
/services*/

.header.header-services {
  background-color: #f1f1f1d3;
  /*background-color: #f1f1f180;*/
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header.header-services .text-header p {
  text-transform: uppercase;
  color: black;
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0;
  /*Important*/
  margin-top: 220px;
  margin-bottom: 40px;
}

/*avion aterrizando*/

.container-img-avion-desp {
  width: 100%;
  height: 200px;
  text-align: center;
}

.container-img-avion-desp img {
  height: 100%;
}


/*
//img complemento*/

.container-img-complemento {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-50%)) translateX(calc(50%));
  height: 300px;
  overflow: hidden;
}

.container-img-complemento img {
  height: 100%;
}

.seccion-alter {
  width: 100%;
  height: auto;
  padding: 10% 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.seccion-alter::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 120%;
  background-color: #f1f1f1d3;

}

.seccion-inclinada.seccion-alter::before {
  transform: rotate(-4deg) skew(-4deg);
}

.contac-seccion a {
  font-size: 1.5em;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  letter-spacing: 6px;

  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.seccion-alter-con-imagen {
  position: relative;
  width: 100%;
  background-color: black;
}

.container-text-seccion-alter-con-imagen {}

.container-img-seccion-alter-con-imagen {
  width: 100%;
  position: relative;
}

.container-img-seccion-alter-con-imagen::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent 0%, #f1f1f1d3 90%, #f1f1f1d3 100%);
  z-index: 1;
}

.container-img-seccion-alter-con-imagen img {
  width: 100%;
}

/*
//contact*/

h1 {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #0056b3;
}


/*//footer*/

.footer {
  background-color: #252330;
  width: 100%;
  height: 100vh;
  margin-top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 10%;
  box-sizing: border-box;
  color: white;
  z-index: 1;
  margin-top: 80px;
}

.footer::before {
  background-color: #252330;
  z-index: -1;
  content: '';
  position: absolute;
  left: -1%;
  top: -70px;
  width: 102%;
  height: 20%;
  transform: rotate(-4deg) skew(-4deg);
}

.footer-services.footer::before{
  transform: rotate(0deg) skew(0deg);
}


.colum-footer {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.colum-footer p {
  margin: 0 20px;
  font-size: 1.3em;
  line-height: 2em;
  text-align: center;
}

.colum-footer p a {
  color: inherit;
}

.colum-footer img {
  width: 80%;
}

.separador-footer {
  width: 1px;
  height: 30%;
  margin: 0px 10px;
  background-color: #ccc;
}

.footer-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: row;
}

.colum-footer-footer {
  flex: 1;
  text-align: center;
  border-top: 1px solid white;
}

.container-mapa{
  width: 100%;
  overflow: hidden;
}

/*iconos redes*/

.iconos-redes {
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 10;
}

.item-iconos-redes {
  background-color: white;
  width: 40px;
  height: 40px;
  padding: 3px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 10px 0px;
}

.item-iconos-redes img {
  height: 80%;
}


/*
//responsive*/

@media (max-width: 991.98px) {
  body {
    background-size: auto 100%;
  }

  .logo {
    width: 500px;
    position: absolute;
    top: 15%;
    left: calc(50% - 250px);
    transition: all 0s linear;
    z-index: 100;
  }

  .logo img {
    width: 100%;
  }

  .logo.logo-pag-sec {
    width: 200px;
    position: fixed;
    top: 0%;
    left: calc(50% - 100px);
  }

  /*
  //header*/

  .header {
    height: 90vh;
    background-color: rgba(75, 111, 213, 0.3);
  }

  .text-header {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }

  .text-header p {
    text-transform: uppercase;
    color: aliceblue;
    font-size: 2.5em;
    font-weight: bold;
  }

  /*
  //Imagen header home responsive*/

  .container-img-heli {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 100%;
    height: 30%;
    overflow: hidden;
  }

  .container-img-heli img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(30%) scale(.8);
    transition: all .5s ease;
  }

  /*
  //home responsive*/

  .seccion-home-1.seccion::before {
    content: '';
    background-color: rgba(75, 111, 213, 0.3);
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 110%;
    transform: rotate(0deg) skew(0deg);
  }

  /*borde de la seccion*/
  .seccion-con-borde.seccion::before {
    content: '';
    background-color: rgba(75, 111, 213, 0.3);
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 90%;
    transform: rotate(-4deg) skew(-4deg);
  }
  
  .seccion-con-borde.seccion::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    transform: rotate(-4deg) skew(-4deg);
    border-bottom: 10px solid #236192;
    padding-bottom: 20px;
    border-top: 10px solid#236192;
  }
  
  .seccion-home-2.seccion::before {
    background-color: #236192;
  }

  /*/
/services*/

  .header.header-services {
    background-color: #f1f1f1d3;
    /*background-color: #f1f1f180;*/
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header.header-services .text-header p {
    text-transform: uppercase;
    color: black;
    font-size: 3.5em;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0;
    /*Important*/
    margin-top: 220px;
    margin-bottom: 40px;
  }

  /*avion aterrizando*/

  .container-img-avion-desp {
    width: 100%;
    height: 200px;
    text-align: center;
  }

  .container-img-avion-desp img {
    height: 100%;
  }


  /*
//img complemento*/

  .container-img-complemento {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(calc(-50%)) translateX(calc(0%));
    height: 300px;
    overflow: hidden;
  }

  .container-img-complemento img {
    height: 100%;
    transform: translateX(calc(50%));
  }

  .seccion-alter {
    width: 100%;
    height: auto;
    padding: 10% 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .seccion-alter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-color: #f1f1f1d3;

  }

  .seccion-inclinada.seccion-alter::before {
    transform: rotate(-4deg) skew(-4deg);
  }

  .seccion-con-borde.seccion-alter::before {
    content: '';
    background-color: #236192;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 90%;
    transform: rotate(-4deg) skew(-4deg);
  }

  .contac-seccion a {
    font-size: 1.5em;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    letter-spacing: 6px;

    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
  }

  .seccion-alter-con-imagen {
    position: relative;
    width: 100%;
    background-color: black;
  }

  .container-text-seccion-alter-con-imagen {}

  .container-img-seccion-alter-con-imagen {
    width: 100%;
    position: relative;
  }

  .container-img-seccion-alter-con-imagen::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, transparent 0%, #f1f1f1d3 90%, #f1f1f1d3 100%);
    z-index: 1;
  }

  .container-img-seccion-alter-con-imagen img {
    width: 100%;
  }

  /*//footer responsive*/

  .footer {
    background-color: #252330;
    width: 100%;
    height: 100vh;
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 10%;
    box-sizing: border-box;
    color: white;
    z-index: 1;
    margin-top: 80px;
  }
  
  .footer::before {
    background-color: #252330;
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 20%;
    transform: rotate(-4deg) skew(-4deg);
  }
  
  .footer-services.footer::before{
    transform: rotate(0deg) skew(0deg);
  }
  
  
  .colum-footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .colum-footer p {
    margin: 0 20px;
    font-size: 1.3em;
    line-height: 2em;
    text-align: center;
  }
  
  .colum-footer p a {
    color: inherit;
  }
  
  .colum-footer img {
    width: 80%;
  }
  
  .separador-footer {
    width: 90%;
    height: 1px;
    margin: 0px 10px;
    background-color: #ccc;
  }
  
  .footer-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: row;
  }
  
  .colum-footer-footer {
    flex: 1;
    text-align: center;
    border-top: 1px solid white;
  }
  
  .container-mapa{
    width: 100%;
    overflow: hidden;
  }

  

  /*iconos redes*/

  .iconos-redes {
    position: fixed;
    bottom: 5%;
    left: 3%;
    z-index: 10;
  }

  .item-iconos-redes {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 10px 0px;
  }

  .item-iconos-redes img {
    height: 80%;
  }

}