
.abajo2 {
    padding: 5px 150px;
    background-color: rgb(255 255 255 / 45%);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    z-index: 10;
    transition: all 1s ease 0s;
    color: #ea3a4e;
}

/* menu TRANSPARENTE para fondo oscuro*/
.navLight {
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px 0px 100px;
    flex-wrap: wrap;
    position: fixed;
    z-index: 2;
    transition: 1s;
}
  
  .navLight  .logo{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
  }
  .navLight  ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .navLight  ul li{
    margin: 0 5px;
  }
  
  .navLight ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 30px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: flex;
    text-transform: uppercase;
  }
  
  .navLight  ul li a:hover {
      color: #ea3a4e;
  
    }
  
    .navLight  ul li a.active{
      color: #ffffff;
      transition: 1s;
      font-weight: 900;
      border-bottom: 1px solid #ffffff2b;
    }
    
    .navLight  ul li a.active2 {
      color: #0e1c35;
      transition: 1s;
      font-weight: 900;
      background: #ffffff;
      border-radius: 50px;
  }
  
  .navLight  .menu-btn i{
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    display: none;
  }
  input[type="checkbox"]{
    display: none;
  }

  
.formEsq {
    background: red;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0;
    border-top-right-radius: 80px;
}

.botonRegresar{
  background: #ffffff00;
  color: #daf4ff;
  padding: 15px;
  text-decoration: none;
  border: solid 1px #daf4ff;
  border-radius: 50px;
  margin: 0px 10px 10px 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 920px) {
    .navLight  .menu-btn i {
  display: block;
}

.navLight {
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
    position: fixed;
    z-index: 2;
    transition: 1s;
}

input[type="checkbox"] {
  display: none;
}

bars::before {
  content: "\f0c9";
}

.navLight .menu-btn i {
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

.botonRegresar{
  background: #ffffff;
  color: #000000;
  padding: 15px;
  text-decoration: none;
  border: solid 1px #daf4ff;
  border-radius: 50px;
  margin: 0px 10px 10px 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.servicesTI
{padding-left: 130px;}

.logosSinergia {
    display: flex;
    width: 100%;
    justify-content: center;
}

}
