@font-face {
    font-family: Titilium;
    src: url(/fonts/TitilliumWeb-Regular.ttf);
}

* {
    font-family: Titilium;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    overflow: hidden;
    background-image: url('/images/Hexagon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #464646;
    padding-top: 3%;
}

.sf-logo{
    width: -webkit-fill-available;
}

.sf-logo-container{
    width: 80%;
    max-width: 1200px;
    width: 50%;
    margin: 0 auto;
}

.brandContainer{
    width: 50%;
}

.brand{
    width: 50%;
}

.group-brands{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -45px;
    margin-left: 145px;
}

.aling-end{
    text-align: end;
}

.icon-back {
    font-size: 120px;
    color: #31adc6;
    transition: 0.2s ease-in;
}

.icon-main-v4 {
    color: #DFDFDF;
    font-size: 60px;
    position: absolute;
    margin-top: 30px;
    transition: 0.2sease-in;
}

.item-icons {
    height: 60px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2sease-in;
    margin-top: 3px;
}

.sfIcon{
    /* text-align: center; */
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#float-logos-container{
    width: 33%;
    display: flex;
    height: 500px;
    position: absolute;
    bottom: 20px;
}

  
  .sfIcon {
    position: relative;
    animation: floatAnimation 3s ease-in-out infinite alternate;
  }
  
  /* Animaciones con diferentes velocidades */
  .sfIcon:nth-child(1) {
    animation-duration: 3s;
  }
  
  .sfIcon:nth-child(2) {
    animation-duration: 4s;
  }
  
  .sfIcon:nth-child(3) {
    animation-duration: 2.5s;
  }
  
  .sfIcon:nth-child(4) {
    animation-duration: 3.5s;
  }
  
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(350px); /* Ajusta la altura del movimiento */
    }
  }

  #textPage{
    color: white !important;
  }

#textPage{
max-width: 1200px;
width: 50%;
 margin: 0 auto;
 text-align: center;
 font-size: 35px;
margin-top: 52px;
}
 
