
/* 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/nosotros.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-items: center;
  /* text-align: center; */
}

/* .fondotext{
  display: flex;
  justify-content: center;
} */

.texto1 {
  font-size: 3.5vw;
  color: #fff;
  padding: 12vw 0 5vw 28vw;
  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;
}

/* NOSOTROS */
.we {
  background-color: white;
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  text-align: center;
  padding: 2vw 0vw;
  text-align: justify;
}


.weh1 {
  color: #1e1743;
  font-size: 2.5vw;
  padding: 0.5vw 32vw 1.5vw 28vw;
  font-weight:lighter;
  box-sizing:border-box;
  
}

.weh2 {
  color: #1e1743;
  padding: 0.5vw 28vw 0.5vw 28vw;
  font-size: 1vw;
  line-height: 1.7vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
  box-sizing:border-box;
}


/* 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%;
}


/* EQUIPO */
.equipo {
  background: rgb(179,191,231);
  display: flex;
  justify-content: center;
  box-sizing:border-box;
  padding: 0.5vw 25vw 1.5vw 25vw;
}

.equipoh1 {
  color:#1e1743;
  font-size: 2vw;
  box-sizing:border-box;
  text-align: left;
  padding: 1.5vw 2.5vw 1vw 2.5vw;
  font-weight:lighter;
}

.equipoh2 {
  color:#1e1743;
  font-size: 1vw;
  box-sizing:border-box;
  text-align: left;
  padding: 0.5vw 1vw 1.5vw 2.5vw;
  line-height: 1.5vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
  text-align: justify;
}

.equidiv {
  padding: 5vw 0vw 1.5vw 0vw;
  text-align: center;
}

.equipoimg {
  padding: 0.1vw;
  width: 20vw;
  cursor: pointer;
  border-radius:15%;
  filter: contrast(1.5) brightness(0.8) opacity(1) grayscale(0.5) invert(0.1) sepia(100%) hue-rotate(200deg) saturate(200%);
}

.equipoimg:hover {
  box-shadow: 0px 0px 0.5vw 0.5vw #7088b4;
  filter:none;
  transition: 0.1s;
}


/* CONTACTS */
.contacts {
  display: flex;
  justify-content: space-around;
  border-top: solid 0.15vw rgb(160,160,159);
}

.contact_tex {
  margin: 2vw 2vw 2vw 24vw;
  padding: 3vw 0vw;
}

.contact_h1 {
  color: #1e1743;
  font-size: 1.5vw;
  padding-bottom: 0.5vw;
  font-weight: bold;
  box-sizing:border-box; 
}

.contact_h2 {
  color: #1e1743;
  font-size: 1vw;
  line-height: 1.5vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
  box-sizing:border-box; 
}

.contact_button {
  margin: 1vw 0vw;
  padding: 4vw 3.5vw 1.5vw 1vw;
  box-sizing:border-box;
  text-decoration: wavy;
}
.contact_button > a{
  text-decoration: wavy;
}


/*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/nosotros.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: #fff;
    padding: 105px 28px 75px 28px;
    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;
  }
  
  /* NOSOTROS */
  .we {
    background-color: white;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    text-align: center;
    padding: 20px 0;
    text-align: justify;
  }
  
  
  .weh1 {
    color: #1e1743;
    font-size: 25px;
    padding: 5px 32px 15px 28px;
    font-weight:lighter;
    box-sizing:border-box; 
  }
  
  .weh2 {
    color: #1e1743;
    padding: 5px 28px 5px 28px;
    font-size: 14px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
    box-sizing:border-box;
  }
  
  
  /* 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);
    text-decoration:wavy;
  }
  
  .know p{
    justify-content:center;
    width: 60%;
    text-decoration:wavy;
  }
  
  .fa-plane-departure{
    width: 20%;
    padding-left: 10px;
  }
  
  
  /* EQUIPO */
  .equipo {
    background: rgb(179,191,231);
    display: block;
    justify-content: center;
    box-sizing:border-box;
    padding: 5px 20px 15px 20px;
    border-top: solid 1.5px rgb(160,160,159);
  }
  
  .divequipo {
    width: 160px;
  }

  .equipoh1 {
    color:#1e1743;
    font-size: 22px;
    box-sizing:border-box;
    text-align: left;
    padding: 15px 25px 10px 10px;
    font-weight:lighter;
  }
  
  .equipoh2 {
    color:#1e1743;
    font-size: 14px;
    box-sizing:border-box;
    text-align: left;
    padding: 5px 0 15px 10px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
    text-align: justify;
  }
  
  .equidiv {
    padding: 50px 0 15 0;
    text-align: center;
  }
  
  .equipoimg {
    padding: 1px;
    margin-top: 0px;
    width: 200px;
    height:140px;
    cursor: pointer;
    border-radius:15%;
    box-sizing:border-box;
    background-image: url("/images/equipoazul.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .equipoimg:hover {
    box-shadow: 0px 0px 5px 5px #7088b4;
    filter:none;
    transition: 0.1s;
    background-image: url("/images/equipo.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  #spanteam {
    display: none;
  }
  
  /* CONTACTS */
  .contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-top: solid 1.5px rgb(160,160,159);
  }
  
  .contact_tex {
    margin: 0;
    padding: 30px 20px 0 20px;
  }
  
  .contact_h1 {
    color: #1e1743;
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
    box-sizing:border-box; 
  }
  
  .contact_h2 {
    color: #1e1743;
    font-size: 14px;
    padding: 20px 10px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
    box-sizing:border-box; 
  }
  
  .contact_button {
    margin: 10px 0 30px 0;
    padding: 0;
    box-sizing:border-box;
    text-decoration:wavy;
    display: flex;
    justify-content: center;
    width: auto;
  }

  .contact_button > a{
    text-decoration: wavy;
  }
  
  
  /*FOOTER*/
  footer {
    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;
  }

}