
/* 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/portada.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.texto1 {
  font-size: 5vw;
  color: #fff;
  padding: 8vw 0 0vw 0;
}

.texto2 {
  font-size: 2vw;
  color: #fff;
  line-height : 3.5vw;
  padding: 4vw;
}

.fondoestac{
  background-image: url("/images/logo-png.png");
  /* background-image: url("/images/estacion-total.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 11vw;
  height: 10vw;
  /* width: 7vw; */
  /* height: 7vw; */
  box-sizing:border-box;
  margin:auto;
}

.avion{
  display: flex;
  justify-content: center;
  margin: 2vw 0 2vw 0;
}

.button {
  font-size: 1vw;
  background-color: #1e1743;
  color: white;
  height: 3vw;
  width: 8vw;
  border-radius: 0.3vw;
  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);
}


/* NOSOTROS */
.we {
  background-color: white;
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  text-align: center;
  padding: 2vw 1vw;
}

.weh1 {
  color: #1e1743;
  font-size: 2.8vw;
  padding-top: 2vw;
  font-weight:lighter;
  box-sizing:border-box; 
}

.fa-grip-lines {
  font-size: 2vw;
  color: #1e1743;
  padding-top: 0.2vw;
}

.weestac {
  background-image: url("/images/estacion-total-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 7vw;
  height: 7vw;
  box-sizing:border-box;
  margin:auto;
  /* background-image: linear-gradient(270deg, #3c3cf2 0, #3c3cf2 50%, #3c3cf2 100%); */
  /* filter: opacity(100%) drop-shadow(0 0 0 #1e1743);  */
  /* filter: contrast(1.5) brightness(0.8) opacity(1) grayscale(1) invert(0) sepia(100%) hue-rotate(190deg) saturate(100%); */
}

.weh2 {
  color: #1e1743;
  padding: 0.5vw 32vw 0.5vw 32vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
  box-sizing:border-box; 
}


/* SERVICES */
.servicios {
  display: flex;
  justify-content: center;
  box-sizing:border-box;
  padding: 0.5vw 20vw 5vw 20vw;
}

.estacion {
  padding: 0.1vw;
  width: 15vw;
  cursor: pointer;
  border-radius:15%;
  box-shadow: 0px 0px 0.5vw 0.5vw #7088b4;
}

.estacion:hover {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  transition: 4s;
  /* transform: rotate(360deg);
     -webkit-border-radius:50%;
     -webkit-box-shadow: 0px 0px 15px 15px #ec731e; 
     -webkit-transform: rotate(360deg);
     -webkit-transition: 2s;
  */
}

.estacion:before {
  transform: rotateY(-180deg);
  transition: 4s;
}

.divpservicio {
  width: 80vw;
}

.wetexto1 {
  color:#1e1743;
  font-size: 2.2vw;
  box-sizing:border-box;
  text-align: left;
  padding: 1.5vw 2.5vw 1vw 2.5vw;
  font-weight:lighter;
}

.wetexto2 {
  color:#1e1743;
  font-size: 1.1vw;
  box-sizing:border-box;
  text-align: left;
  padding: 0.5vw 10.2vw 1.5vw 2.5vw;
  line-height: 1.5vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
}

#spanservice {
  display: none;
}

.wesaber1 {
  padding: 1.5vw 3.2vw 1.5vw 2.5vw;
  box-sizing:border-box;
  text-decoration: none;
}

.wesaber2 {
  padding: 1.5vw 3.2vw 1.5vw 2.5vw;
  box-sizing:border-box;
  text-decoration: none;
}

.wesaber1 > a, .wesaber2 > a {
  text-decoration:wavy;
}

.know {
  background-color: #1e1743;
  color: white;
  font-size: 1vw;
  height: 3vw;
  width: 9.5vw;
  border-radius: 0.3vw;
  display:inherit;
  justify-content: center;
  align-items: center;
  padding: 0.4vw;
  cursor: pointer;
  text-decoration:wavy;
}

.know:hover {
  border: 0.2vw solid #1e043a;
  font-size: 1.02vw;
  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%;
}


/* EQUIPO */
.equipo {
  background: rgb(179,191,231);
  display: flex;
  justify-content: center;
  box-sizing:border-box;
  padding: 2vw 20vw 1.5vw 20vw;
  border-top: solid 0.15vw rgb(160,160,159);
}

.equipoh1 {
  color:#1e1743;
  font-size: 2.2vw;
  box-sizing:border-box;
  text-align: left;
  padding: 1.5vw 2.5vw 1vw 2.5vw;
  font-weight:lighter;
}

.equipoh2 {
  color:#1e1743;
  font-size: 1.1vw;
  box-sizing:border-box;
  text-align: left;
  padding: 0.5vw 2vw 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;
  height:14vw;
  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 0.5vw 0.5vw #7088b4;
  filter:none;
  transition: 0.1s;
  background-image: url("/images/equipo.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#spanteam {
  display: none;
}

.knowteam {
  background-color: #1e1743;
  color: white;
  font-size: 1vw;
  height: 3vw;
  width: 9.5vw;
  border-radius: 0.3vw;
  display: inherit;
  justify-content: center;
  align-items: center;
  padding: 0.4vw;
  cursor: pointer;
  text-decoration:wavy;
}

.knowteam:hover{
  border: 0.2vw solid #1e043a;
  font-size: 1.02vw;
  transition: 0.5s;
  cursor: pointer;
  text-decoration:wavy;
}

.knowteam: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;
}

.knowteam p{
  justify-content:center;
  width: 60%;
  text-decoration:wavy;
}

/* GALERIA */

.galeria {
  padding-top: 2vw;
  border-top: solid 0.15vw rgb(160,160,159);
}

.galeriaimg {
  padding: 2vw 15vw;
  box-sizing:border-box;
}

.galeriah1 {
  color: #1e1743;
  font-size: 3vw;
  padding-top: 2vw;
  font-weight: bold;
  text-align: center;
  box-sizing:border-box; 
  padding: 2vw 0;
}

.container-slider {
  width: auto;
  max-width: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider {
  display:flex;
  width: 100vw;
  height: 22vw;
  margin-left: -100%; 
}

.slider__section {
  width: 22vw;
  padding: 0.5vw 1.52vw;
  box-shadow: 0 0 0 0.1vw #fff,0 0.1vw 0.1vw;
}

.slider__img {
  display: block;
  width: 20vw;
  height: 20vw;
  border-radius: 1vw;
  box-shadow: 0px 0px 0.1vw 0.1vw #48556c;
}

.carousel-control-prev-icon 
{
    width: 60px;
    height: 60px;
}
    
.carousel-control-next-icon
{
    width: 60px;
    height: 60px;
}

.slider__btn {
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8vw;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.slider__btn:hover {
  background: #fff;
}

.slider__btn--left {
  left: 0.5vw;
  background: rgb(179,191,231);
}

.slider__btn--right {
  right:0.5vw;
  background: rgb(179,191,231);
}



.carrusel {
  height: 50vh;
  width: 100%;
  padding: 0 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.carrusel-items {
  display: flex;
  width: 70vw;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 30px 0px;
}

.carrusel-item {
  min-width: 225px;
  max-width: 225px;
  height: 300px;
  margin: 0 20px;
  outline: 2px solid black;
  border-radius: 1vw;
  box-shadow: 0px 0px 0.1vw 0.1vw #48556c;
  
  cursor: pointer;
}

.carrusel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1vw;
  box-shadow: 0px 0px 0.1vw 0.1vw #48556c;
  /* object-fit: fill; */
  /* object-fit: contain; */
  /* object-fit: cover; */
  /* object-fit: scale-down; */
  /* object-fit: none; */

}

.carrusel-item:hover {
  transform: scale(1.1);
}


.carrusel-boton {
  position: absolute;
  width: 3vw;
  height: 3vw;
  background: #1E1743;
  /* background: rgba(255, 255, 255, 0.7); */
  transform: translateY(-50%);
  font-size: 2.8vw;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carrusel-boton:hover {
  color: black;
  background: rgb(179,191,231);
}

.boton-der {
  left: 86vw;
  color: #FFFFFF;
  background: #1E1743;
}

.boton-izq {
  left: 11vw;
  color: #FFFFFF;
  background: #1E1743;
}


.galeriabtn > a {
  /* padding: 4.5vw 4.5vw 1.5vw 4.5vw; */
  box-sizing:border-box;
  display: flex;
  justify-content: center;
  text-decoration:wavy;
}

.prod-new {
  box-sizing:border-box;
  padding: 2vw 0 5vw 0;
  display: flex;
  justify-content: center;
}

.cuadro {
  background: rgb(214,214,214);
  margin: 1vw 20vw;
  padding: 1vw;
  box-sizing:border-box;
  border-radius: 1vw;
  box-shadow: 0 0 0.1vw 0.1vw #48556c;
}

.cuadroh1 {
  color:#1e1743;
  font-size: 2.2vw;
  box-sizing:border-box;
  text-align: left;
  padding: 1.5vw 3.8vw 0.5vw 3.8vw;
}

.cuadroh2 {
  color:#1e1743;
  font-size: 1.1vw;
  box-sizing:border-box;
  text-align: left;
  padding: 1.5vw 3.8vw 2.5vw 3.8vw;
  line-height: 1.5vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
}


/* 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.8vw;
  padding-bottom: 0.5vw;
  font-weight: bold;
  box-sizing:border-box; 
}

.contact_h2 {
  color: #1e1743;
  font-size: 1.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 7px 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%;
    /* width: 40vw; */
    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/portada.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  
  .texto1 {
    font-size: 35px;
    color: #FFFFFF;
    padding: 80px 0 0 0;
  }
  
  .texto2 {
    font-size: 20px;
    color: #fff;
    line-height : 35px;
    padding-top: 20px;
  }
  
  .fondoestac{
    background-image: url("/images/logo-png.png");
    /* background-image: url("/images/estacion-total.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 190px;
    height: 180px;
    /* width: 7vw; */
    /* height: 7vw; */
    box-sizing:border-box;
    margin:auto;
  }
  
  .avion{
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
  }
  
  .button {
    font-size: 18px;
    background-color: #1e1743;
    color: white;
    height: 38px;
    width: 140px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    cursor: pointer;
  }
  
  .button:hover {
    border: 2px solid #1e043a;
    transition: 0.5s;
    font-size: 18.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);
  }
  
  
  /* NOSOTROS */
  .we {
    background-color: white;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    text-align: center;
    padding: 20px 10px;
  }
  
  .weh1 {
    color: #1e1743;
    font-size: 28px;
    padding-top: 20px;
    font-weight:lighter;
    box-sizing:border-box; 
    text-align: center;
  }
  
  .fa-grip-lines{
    font-size: 20px;
    color: #1e1743;
    padding-top: 2px;
    text-align: center;
  }
  
  .weestac{
    background-image: url("/images/estacion-total-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    box-sizing:border-box;
    margin:auto;
    /* background-image: linear-gradient(270deg, #3c3cf2 0, #3c3cf2 50%, #3c3cf2 100%); */
    /* filter: opacity(100%) drop-shadow(0 0 0 #1e1743);  */
    /* filter: contrast(1.5) brightness(0.8) opacity(1) grayscale(1) invert(0) sepia(100%) hue-rotate(190deg) saturate(100%); */
  }
  
  .weh2 {
    color: #1e1743;
    padding: 20px 32px 20px 32px;
    font-size: 14px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
    box-sizing:border-box;
    text-align: justify;
  }
  
  
  /* SERVICES */
  .servicios {
    display: flex;
    justify-content: center;
    box-sizing:border-box;
    padding: 25px 20px 25px 20px;
  }
  
  .estacion {
    padding: 1px;
    width: 150px;
    cursor: pointer;
    border-radius:15%;
    box-shadow: 0px 0px 5px 5px #7088b4;
  }
  
  .estacion:hover {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: 4s;
    /* transform: rotate(360deg);
       -webkit-border-radius:50%;
       -webkit-box-shadow: 0px 0px 15px 15px #ec731e; 
       -webkit-transform: rotate(360deg);
       -webkit-transition: 2s;
    */
  }
  
  .estacion:before {
    transform: rotateY(-180deg);
    transition: 4s;
  }
  
  .divpservicio {
    width: 160px;
  }
  .wetexto1 {
    color:#1e1743;
    font-size: 22px;
    box-sizing:border-box;
    text-align: left;
    padding: 15px 15px 10px 25px;
    font-weight:lighter;
  }
  
  .wetexto2 {
    color:#1e1743;
    font-size: 14px;
    box-sizing:border-box;
    text-align: left;
    padding: 5px 5px 15px 25px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
  }
  
  #spanservice {
    display: none;
  }
  
  .wesaber1 {
    padding: 15px 32px 15px 25px;
    box-sizing:border-box;
    text-decoration: none;
  }

  .wesaber2 {
    padding: 15px 32px 15px 15px;
    box-sizing:border-box;
    text-decoration: none;
  }
  
  .wesaber1 > a, .wesaber2 > a {
    text-decoration:wavy;
  }
  
  .know {
    background-color: #1e1743;
    color: white;
    font-size: 14px;
    height: 30px;
    width: 120px;
    border-radius: 3px;
    display:inherit;
    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: flex;
    justify-content: center;
    box-sizing:border-box;
    padding: 25px 20px 25px 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 15px;
    font-weight:lighter;
  }
  
  .equipoh2 {
    color:#1e1743;
    font-size: 14px;
    box-sizing:border-box;
    text-align: left;
    padding: 5px 0 15px 15px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
    
  }
  
  .equidiv {
    padding: 50px 0 15 0;
    text-align: center;
  }
  
  .equipoimg {
    padding: 1px;
    margin-top: 50px;
    width: 180px;
    height:120px;
    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;
  }
  
  .knowteam{
    background-color: #1e1743;
    color: white;
    font-size: 14px;
    height: 30px;
    width: 120px;
    border-radius: 3px;
    display:inherit;
    justify-content: center;
    align-items: center;
    padding: 4px;
    cursor: pointer;
    text-decoration:wavy;
  }
  
  .knowteam:hover{
    border: 2px solid #1e043a;
    font-size: 14.2px;
    transition: 0.5s;
    cursor: pointer;
    text-decoration:wavy;
  }
  
  .knowteam: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;
  }
  
  .knowteam p{
    justify-content:center;
    width: 60%;
    text-decoration:wavy;
  }
  
  /* GALERIA */
  
  .galeria {
    padding-top: 30px;
    border-top: solid 1.5px rgb(160,160,159);
  }

  .galeriaimg {
    padding: 2vw 15vw;
    box-sizing:border-box;
  }
  
  .galeriah1 {
    color: #1e1743;
    font-size: 3vw;
    padding-top: 2vw;
    font-weight: bold;
    text-align: center;
    box-sizing:border-box; 
    padding: 2vw 0;
  }
  
  .container-slider {
    width: auto;
    max-width: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  
  .slider {
    display:flex;
    width: 100vw;
    height: 22vw;
    margin-left: -100%; 
  }
  
  .slider__section {
    width: 22vw;
    padding: 0.5vw 1.52vw;
    box-shadow: 0 0 0 0.1vw #fff,0 0.1vw 0.1vw;
  }
  
  .slider__img {
    display: block;
    width: 20vw;
    height: 20vw;
    border-radius: 1vw;
    box-shadow: 0px 0px 0.1vw 0.1vw #48556c;
  }
  
  .carousel-control-prev-icon 
  {
      width: 60px;
      height: 60px;
  }
      
  .carousel-control-next-icon
  {
      width: 60px;
      height: 60px;
  }
  
  .slider__btn {
    position: absolute;
    width: 2vw;
    height: 2vw;
    background: rgba(255, 255, 255, 0.7);
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8vw;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .slider__btn:hover {
    background: #fff;
  }
  
  .slider__btn--left {
    left: 0.5vw;
    background: rgb(179,191,231);
  }
  
  .slider__btn--right {
    right:0.5vw;
    background: rgb(179,191,231);
  }





  .carrusel {
    height: 50vh;
    width: 100%;
    padding: 0 15.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  .carrusel-items {
    display: flex;
    width: 70vw;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px 0px;
  }
  
  .carrusel-item {
    min-width: 225px;
    max-width: 225px;
    height: 300px;
    margin: 0 20px;
    outline: 2px solid black;
    border-radius: 1vw;
    box-shadow: 0px 0px 0.1vw 0.1vw #48556c;
    
    cursor: pointer;
  }
  
  .carrusel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
    box-shadow: 0px 0px 0.1vw 0.1vw #48556c;
    /* object-fit: fill; */
    /* object-fit: contain; */
    /* object-fit: cover; */
    /* object-fit: scale-down; */
    /* object-fit: none; */
  
  }
  
  .carrusel-item:hover {
    transform: scale(1.1);
  }
  
  
  .carrusel-boton {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #1E1743;
    /* background: rgba(255, 255, 255, 0.7); */
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .carrusel-boton:hover {
    color: black;
    background: rgb(179,191,231);
  }
  
  .boton-der {
    left: 86vw;
    color: #FFFFFF;
    background: #1E1743;
  }
  
  .boton-izq {
    left: 5.5vw;
    color: #FFFFFF;
    background: #1E1743;
  }

  .galeriabtn {
    margin-top: 20px;
  }
  
  .galeriabtn > a {
    /* padding: 4.5vw 4.5vw 1.5vw 4.5vw; */
    box-sizing:border-box;
    display: flex;
    justify-content: center;
    text-decoration:wavy;
  }
  
  .prod-new {
    box-sizing:border-box;
    padding: 20px 0 50px 0;
    display: flex;
    justify-content: center;
  }
  
  .cuadro {
    background: rgb(214,214,214);
    margin: 10px 20px;
    padding: 10px;
    box-sizing:border-box;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px #48556c;
  }
  
  .cuadroh1 {
    color:#1e1743;
    font-size: 22px;
    box-sizing:border-box;
    text-align: left;
    padding: 15px 18px 5px 18px;
  }
  
  .cuadroh2 {
    color:#1e1743;
    font-size: 14px;
    box-sizing:border-box;
    text-align: left;
    padding: 15px 18px 15px 18px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
    text-align: justify;
  }
  
  
  /* 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; 
  }
  
  /* .caja_contact_button {
    display: flex;
    justify-content: center;
  } */

  .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;
 /* justify-content: center; 
 width: 200px; */
  }

  .foot2 {
    text-align:right;
    margin: 0;
    display: block;
 /* justify-content: center; 
 width: 200px; */
  }
  
  .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;
  }
} 


/* ============================================= */
/* --------------MODO CELULAR ECHADO------------ */
/* ============================================= */

@media screen and (max-height:480px) {
  .carrusel {
    height: 80vh;
  }

  .carrusel-item {
    min-width: 165px;
    max-width: 165px;
    height: 240px;
  }

  .carrusel-boton {
    width: 3vw;
    height: 3vw;
    font-size: 2.8vw;
  }
}