
/* SELECTORES GLOBALES */
*{
  margin: 0;
  padding:0;
  width: 100%;
  box-sizing: border-box;
  /* font-family: 'Open Sans'; */
  /* font-style: normal; */
}

.btn-wsp{
  position: fixed;
  width: 4vw;
  height: 4vw;
  line-height: 4vw;
  bottom: 2vw;
  right: 2vw;
  background: #0df053;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 2.5vw;
  box-shadow: 0vw 1vw 10vw rgba(0,0,0,0.3);
  z-index: 999;
  border: 0.1vw solid #fff;
  transition: ease 0.3s;
  padding: 0.5vw;
  animation: efecto 1.2s infinite;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.btn-wsp:hover {
  text-decoration: none;
  color: #0df053;
  background: #fff;
  transform: scale(1.1);
  transition: 0.3s;
}

@keyframes efecto {
  0%{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
  }
  100%{
    box-shadow: 0 0 0 0.7vw rgba(0, 0, 0, 0);
  }
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  box-sizing:border-box;
  font-family: arial;
  font-weight: bold;
}


/* HEADER */
header {
  background: white;
  text-align: center;
  /* display: flex ; */
  /* justify-content: center; */
  /* align-items: center; */
  font-size: 2vw;
  color: #1e1743;
  box-sizing:border-box;
  padding: 1vw 5vw 1vw 20vw;
  border-bottom: solid 0.15vw rgb(160,160,159);
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

header nav {
  padding: 0 0 0 7vw;
}

header a {
  color: #1e1743;
  font-size: 1.2vw;
  text-decoration:wavy;
  padding: 0.2vw;
  transition: all ease .3s;
}

 header ul {
  display: flex ;
  justify-content: center;
  width: 40vw;
  font-family: arial;
  transition: all ease .3s;
}

.headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
}

.logo-png {
  display: flex;
  align-items: center;
  width: 4vw;
  height: 4vw;
  /* border-radius: 1vw; */
  /* box-shadow: 0px 0px 0.1vw 0.1vw #48556c; */
}

.h1Header {
  width: 18vw;
  padding-left: 1vw;
  font-size: 1.8vw;
  display: flex;
  align-items: center;
  /* color: darkorange; */
}

header li {
  display: flex;
  align-items: center;
}

#menu-check, #menu {
  display: none;
}

/* FONDO */
.fondo {
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  display: inline-block;
  background-image: url("/images/contacto1.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-items: center;
  /* text-align: center; */
}

.texto1 {
  font-size: 3.5vw;
  color: #fff;
  padding: 12vw 0 5vw 22vw;
  box-sizing:border-box;
  font-weight:lighter;
  border: 0;
}

.estac {
  background-image: url("/images/estacion-total.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  width: 3vw;
  height: 3vw;
  box-sizing:border-box;
  margin:auto;
  padding: 1.5vw;
}

img {
  border: 0;
}

/* SERVICES */

.know {
  background-color: #1e1743;
  color: white;
  font-size: 1vw;
  height: 3vw;
  width: 9.5vw;
  border-radius: 0.3vw;
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 0.4vw;
  cursor: pointer;
  /* background-color: rgb(241,104,118); 
  color:rgb(47,46,46); */
}

.know:hover {
  border: 0.2vw solid #1e043a;
  font-size: 1.02vw;
  transition: 0.5s;
  cursor: pointer;
}

.know:active { /* Al presionarse el botón */
  text-shadow: 1px 1px rgba(0,0,0,.3);  /* Sombra del texto */
  background:#3d3dff;  /* Fondo más oscuro que el original */
  box-shadow:inset 4px 4px 4px rgba(0,0,0,.3), inset -3px -3px 3px rgba(255,255,255,.2);
}

.know p {
  justify-content:center;
  width: 60%;
}

.fa-plane-departure {
  width: 20%;
}


/*CONTACT*/

.contact {
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  padding: 2vw 10vw 0 20vw;
}

.contact h2 {
  color:#1e1743;
  font-size: 2vw;
  box-sizing:border-box;
  text-align: left;
  padding: 1vw 2.5vw 1vw 2vw;
  font-weight:bold;
}

.contactar {
  display: flex;
}

.formtext {
  display: flex;
}

.forma {
  box-sizing:border-box;
  padding: 1vw 2vw 0 2vw;
}

.forma > div > input {
  border: 0.1vw solid #7088b4;
  border-radius: 0.1vw;
  height: 1.5vw;
  font-size: 1.2vw;
  padding: 1.2vw;
  color: #1e1743;
  margin: 0.5vw 10vw 0.5vw 0vw;
  width: 95%;
}

.forma > div > input:hover {
  border: 0.1vw solid #1e1743;
  color: #1e1743;
}

.forma > div > input:focus {
  outline:none;
  color: #6D0AD3;
  border: 0.15vw solid #7088b4;
}

.textarea {
  border: 0.1vw solid #7088b4;
  border-radius: 0.1vw;
  color: #1e1743;
  height: 14vw;
  font-size: 1.2vw;
  padding: 1.2vw;
  color: #1e1743;
  margin: 0.5vw 10vw 0.5vw 0vw;
  width: 95%;
}

.textarea:hover {
  border: 0.1vw solid #1e1743;
  color: #1e1743;
}
textarea:focus {
  outline:none;
  color: #6D0AD3;
  border: 0.15vw solid #7088b4;
}


.galeriabtn {
  padding: 0.5vw 3.5vw 0.5vw 0vw;
  box-sizing:border-box;
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}

.button {
  width: 8vw;
  height: 3vw;
  font-size: 1vw;
  background-color: #1e1743;
  color: white;
  /* border: 0.1vw solid #6D0AD3; */
  border-radius: 0.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4vw;
  cursor: pointer;
}

.button:hover {
  border: 0.2vw solid #1e043a;
  transition: 0.5s;
  font-size: 1.02vw;
  cursor: pointer;
}

.button:active { /* Al presionarse el botón */
  text-shadow: 1px 1px rgba(0,0,0,.3);  /* Sombra del texto */
  background:#3d3dff;  /* Fondo más oscuro que el original */
  box-shadow:inset 4px 4px 4px rgba(0,0,0,.3), inset -3px -3px 3px rgba(255,255,255,.2);
}

.formtext > div > h2 {
  color: #1e043a;
  font-size: 1.8vw;
  line-height: 2.8vw;
  font-weight:lighter;
  text-align: left;
  padding: 2vw 3vw 1vw 0;
  box-sizing:border-box;
}

.formtext > div > p {
  color: #1e043a;
  font-size: 1.2vw;
  line-height: 2.8vw;
  font-weight:lighter;
  text-align: left;
  padding: 0vw 4vw 1vw 0;
  box-sizing:border-box;
  
}

.divform {
  display: flex;
  align-items: center;
}

.formSpan {
  color: #1e043a;
  font-size: 1.6vw;
  width: auto;
  /* line-height: 1.3vw;
  font-weight:lighter;
  text-align: left;
  padding: 0vw 4vw 1vw 0;
  box-sizing:border-box; */
  
}

.correo {
  color: #1e043a;
  font-size: 1.2vw;
  line-height: 2.8vw;
  font-weight:lighter;
  text-align: left;
  padding-left: 0.5vw;
  /* padding: 0vw 4vw 1vw 1vw; */
  box-sizing:border-box;
  
}


/*FOOTER*/
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5vw;
  box-sizing:border-box;
  background-color: rgb(204,204,204);
  padding: 1vw 15vw 1vw 15vw;
  border-top: solid 0.15vw rgb(160,160,159);
}

footer p {
  font-size: 1vw;
  color: #1e1743;
  width: 8vw;
}

.foot1 {
  margin: 1.5vw;
  display: flex;
  justify-content: center;
}

.foot2 {
  text-align:right;
  margin: 1.5vw;
  display: flex;
  justify-content: center;
}

.link-footer {
  width: 50vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.link-footer > a {
  width: 1.8vw;
  height: 1.8vw;
  padding: 0vw 1vw;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.imagenRedes {
  width: 2.5vw;
}

.imagenRedes:hover {
  width: 2.8vw;
}

/* ============================================= */
/* --------------MODO CELULAR ------------------ */
/* ============================================= */

@media screen and (max-width:480px) {
  .btn-wsp{
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 50px;
    right: 15px;
    background: #0df053;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    box-shadow: 0 10px 100px rgba(0,0,0,0.3);
    z-index: 999;
    border: 1px solid #fff;
    transition: ease 0.3s;
    padding: 5px;
    animation: efecto 1.2s infinite;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  .btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;
    transform: scale(1.1);
    transition: 0.3s;
  }
  
  @keyframes efecto {
    0%{
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
      box-shadow: 0 0 0 0.7vw rgba(0, 0, 0, 0);
    }
  }
  
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    box-sizing:border-box;
    font-family: arial;
    font-weight: bold;
  }
  
  
  /* HEADER */
  header {
    height: 80px;
    background: white;
    text-align: center;
    display: flex ;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #1e1743;
    box-sizing:border-box;
    padding: 10px 15px 10px 15px;
    border-bottom: solid 1.5px rgb(160,160,159);
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  header a {
    /* color: #1e1743; */
    color: #FFFFFF;
    font-size: 20px;
    text-decoration:wavy;
    padding: 20px;
    transition: all ease .3s;
  }
  
   header ul {
    display: block;
    /* justify-content: center; */
    width: 100%;
    text-align: right;
    font-family: arial;
    transition: all ease .3s;
    padding-top: 80px;
  }
  
  header li {
    display: flex;
    text-align: right;
  }

  header li:hover {
    background: #1e1743;
    color: #FFFFFF;
    border-bottom: solid 2px rgb(160,160,159);
  }

  .headerLogo {
    display: flex;
    align-items: center;
    justify-content: initial;
    /* text-align: center; */
  }
  
  .logo-png {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    /* border-radius: 1vw; */
    /* box-shadow: 0px 0px 0.1vw 0.1vw #48556c; */
  }
  
  .h1Header {
    width: 200px;
    padding-left: 10px;
    font-size: 25px;
    color: #1e1743;
    /* color: darkorange; */
  }
  
  #menu-check:not(:checked) ~ nav {
    display: none;
  }

  #menu-check:checked ~ nav {
    display: block;
    /* transition: display 2s ease; */
  }

  #menu {
    display: block;
    color: #1e1743;
    background-color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    border: 3px solid #FFFFFF;
    border-radius: 0.3em;
    position: absolute;
    right: 0.6em;
    /* top: 0.5em; */
    width: 30px;
    z-index: 9999;
  }

  #menu:hover {
    color: #FFFFFF;
    background: #1e1743;
    border: 3px solid #1e1743;
  }

  #menu-cerrar {
    display: none;
  }
  
  #menu-check:checked ~ label #menu-abrir {
    display: none;
  }

  #menu-check:checked ~ label #menu-cerrar {
    display: block;
    /* transition: left 5s;
    overflow-y: auto; */
  }

  header nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100em;
    width: 50vw;
    background-color: #48556c;
    padding-top: 0.5em;
    padding-left: 0;
    /* padding-left: 0.5em; */
    /* padding-right: 1.5em; */
    opacity: 0.9;
    color: #FFFFFF;
    font-size: 50px;
    /* transform: translateX(170px); */
  }

  
  /* FONDO */
  .fondo {
    margin-top: 80px;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    display: inline-block;
    background-image: url("/images/contacto5.png");
    background-repeat: no-repeat;
    background-size: cover;
    justify-items: center;
    /* text-align: center; */
  }

  .fondotext{
    display: flex;
    justify-content: center;
  }
  
  .texto1 {
    font-size: 35px;
    color: #FFFFFF;
    padding: 105px 0px 75px 18px;
    box-sizing:border-box;
    font-weight:lighter;
    border: 0;
  }
  
  .estac{
    background-image: url("/images/estacion-total.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 0;
    width: 40px;
    height: 40px;
    box-sizing:border-box;
    margin:auto;
    padding: 15px;
  }
  
  img {
    border: 0;
  }
  
  /* SERVICES */
  .know {
    background-color: #1e1743;
    color: white;
    font-size: 14px;
    height: 30px;
    width: 120px;
    border-radius: 3px;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    cursor: pointer;
    text-decoration:wavy
  }
  
  .know:hover {
    border: 2px solid #1e043a;
    font-size: 14.2px;
    transition: 0.5s;
    cursor: pointer;
    text-decoration:wavy;
  }
  
  .know:active { /* Al presionarse el botón */
    text-shadow: 1px 1px rgba(0,0,0,.3);  /* Sombra del texto */
    background:#3d3dff;  /* Fondo más oscuro que el original */
    box-shadow:inset 4px 4px 4px rgba(0,0,0,.3), inset -3px -3px 3px rgba(255,255,255,.2);
  }
  
  .know p {
    justify-content:center;
    width: 60%;
    text-decoration:wavy;
  }
  
  .fa-plane-departure {
    width: 20%;
    padding-left: 10px;
  }
  
  
  /*CONTACT*/
  
  .contact {
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    padding: 20px 10px 0 20px;
  }
  
  .contact h2 {
    color:#1e1743;
    font-size: 20px;
    box-sizing:border-box;
    text-align: left;
    padding: 10px 25px 10px 20px;
    font-weight:bold;
  }
  
  .contactar {
    display: block;
  }
  
  .formtext {
    display: block;
  }
  
  .forma {
    box-sizing:border-box;
    padding: 10px 20px 0 20px;
  }
  
  .forma > div > input {
    border: 1px solid #7088b4;
    border-radius: 1px;
    height: 15px;
    font-size: 16px;
    padding: 18px;
    color: #1e1743;
    margin: 5px 10px 5px 0;
    width: 95%;
  }
  
  .forma > div > input:hover {
    border: 1px solid #1e1743;
    color: #1e1743;
  }
  
  .forma > div > input:focus {
    outline:none;
    color: #6D0AD3;
    border: 1.5vw solid #7088b4;
  }
  
  .textarea {
    border: 1px solid #7088b4;
    border-radius: 1px;
    color: #1e1743;
    height: 200px;
    font-size: 16px;
    padding: 18px;
    color: #1e1743;
    margin: 5px 10px 5px 0;
    width: 95%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  }
  
  .textarea:hover {
    border: 1px solid #1e1743;
    color: #1e1743;
  }

  textarea:focus {
    outline:none;
    color: #6D0AD3;
    border: 1.5px solid #7088b4;
  }
  
  
  .galeriabtn {
    padding: 5px 25px 5px 0;
    box-sizing:border-box;
    display: flex;
    justify-content: center;
  }
  
  .button {
    width: 80px;
    height: 30px;
    font-size: 10px;
    background-color: #1e1743;
    color: white;
    /* border: 0.1vw solid #6D0AD3; */
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    cursor: pointer;
  }
  
  .button:hover {
    border: 2px solid #1e043a;
    transition: 0.5s;
    font-size: 10.2px;
    cursor: pointer;
  }
  
  .button:active { /* Al presionarse el botón */
    text-shadow: 1px 1px rgba(0,0,0,.3);  /* Sombra del texto */
    background:#3d3dff;  /* Fondo más oscuro que el original */
    box-shadow:inset 4px 4px 4px rgba(0,0,0,.3), inset -3px -3px 3px rgba(255,255,255,.2);
  }
  
  .formtext > div > h2 {
    color: #1e043a;
    font-size: 15px;
    font-weight:bold;
    text-align: left;
    padding: 20px 0px 10px 20px;
    box-sizing:border-box;
  }
  
  .formtext > div > p {
    color: #1e043a;
    font-size: 14px;
    line-height: 20px;
    font-weight:lighter;
    text-align: left;
    padding: 0 40px 10px 20px;
    box-sizing:border-box;
    
  }
  
  .divform {
    display: flex;
    align-items: center;
  }
  
  .formSpan {
    color: #1e043a;
    font-size: 18px;
    width: auto;
    padding-left: 20px;
    /* line-height: 1.3vw;
    font-weight:lighter;
    text-align: left;
    padding: 0vw 4vw 1vw 0;
    box-sizing:border-box; */
    
  }
  
  .correo {
    color: #1e043a;
    font-size: 14px;
    line-height: 20px;
    font-weight:lighter;
    text-align: left;
    padding-left: 10px;
    /* padding: 0vw 4vw 1vw 1vw; */
    box-sizing:border-box;
  }
  
  
  /*FOOTER*/
  footer {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing:border-box;
    background-color: rgb(204,204,204);
    padding: 10px 15px 10px 15px;
    border-top: solid 2px rgb(160,160,159);
  }
  
  footer p {
    font-size: 12px;
    line-height: 15px;
    color: #1e1743;
    width: 100px;
  }
  
  .foot1 {
    margin: 0;
    display: block;
  }
  
  .foot2 {
    text-align:right;
    margin: 0;
    display: block;
  }
  
  .link-footer {
    width: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: justify;
  }
  
  .link-footer > a {
    width: 18px;
    height: 18px;
    padding: 0 6px;
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
  
  .imagenRedes {
    width: 30px;
  }

  .imagenRedes:hover {
    width: 32px;
  }
}
