
/* 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/servicios.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-items: center;
  /* text-align: center; */
}

/* .texto1 {
  font-size: 5vw;
  color: #fff;
  padding: 8vw 0 0vw 0;
} */

.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;
}

.prod-new {
  box-sizing:border-box;
  padding: 2vw 0 2vw 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: 2vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
  text-align: justify;
}




/* SERVICES */

.services {
  width: 100%;
  height: 100%;
  margin: 0;
}

.briefcase-4 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.parte4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 1.5vw;
  row-gap: 3vw;
  box-sizing:border-box;
  margin: 3vw 20vw 3vw 20vw;
}

.parte4 img {
  width: 15vw;
  height: 15vw;
  border-radius: 0.5vw;
  box-shadow: 0px 0px 0.1vw 0.1vw #48556c;
  overflow: hidden;
  
}

.services_h2 {
  width: 10vw;
  color: #1e1743;
  font-size: 1.3vw;
  line-height: 1.5vw;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
  box-sizing:border-box; 
  padding: 2vw 0vw 2vw 0vw;
}

.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); */
}


/* 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/servicios.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;
  }

  .prod-new {
    box-sizing:border-box;
    padding: 20px 0 20px 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;
  }

  
  /* SERVICES */
  
  .services {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .briefcase-4 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  .parte4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 40px;
    box-sizing:border-box;
    margin: 5vw 20vw 8vw 20vw;
    align-items: center;
  }
  
  .parte4 img {
    width: 180px;
    height: 180px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px #48556c;
    overflow: hidden;
    /* box-shadow: 0px 0px 5px 5px #7088b4; */
  }
  
  .services_h2 {
    width: 100px;
    color: #1e1743;
    font-size: 14px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:lighter;
    box-sizing:border-box; 
    padding: 20px 0 20px 0;
  }
  
  .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;
  }
  
  
  /* 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;
  }

}