@font-face {
    font-family: 'Nexa-Light';
    src: url('/css/fonts//Nexa-Light.otf');
    font-weight: 50;
}


body {
    font-family: 'Nexa-Light';
    line-height: 1.6;
    background: rgb(2,0,36);
    background-size: cover;
    height: 100%;
}

#splashScreen {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1000; 
  transition: left 1s
}
.logo{
  position: absolute;
  width: 22%;
  height: auto;
}

#experience{
text-align: center;
background: none;
border: none;
color: #000000;
text-align: center;
width: 100%;
font-size: 2em;
margin-top: 35%;
}

/* Estilo del texto */
.text {
  font-size: 40px;
  letter-spacing: 8px;
  color: #C1B8B0;
  font-weight: 300;
}

/* Sombra difusa debajo de la línea */
.shadow {
  width: 16%;
  height: 6px;
  background:  #C1B8B0;
  margin: auto;
  border-radius: 50%;
  filter: blur(1px);
}

#apiResponse {
    display: flex !important;
    flex-direction: column;
    background: none;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 20px auto;
    padding: 20px;
}

h1{
    font-family: 'Libre Franklin';
    font-weight: 500;
    font-size: 80px !important;
}

strong {
    color: #00D4D4;
}

h6 {
    color: #FFF !important;
    text-transform: uppercase;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    background: #f9f9f9;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

.hrw{
    margin: 12px 0;
    height: 7px;
    width: 80%;
    background-color: #FFF;
} */

.powered{
    font-family: 'Libre Franklin';
    text-align: end;
}

#ccSection{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 15% 0;
    width: 65%;
    font-family: 'Nexa-Light';
    color: white;

}

#ccSection h2{
    font-family: 'Nexa-Light';
}

.publish{
    width: 55px !important; 
    height: 55px !important;
}

.publish:hover{
    cursor: pointer;
    transform: scale(1.1);
    opacity: 0.6;
}

.ip{
    padding: 10px 0px;
    color: #FFF;
    justify-content: space-evenly;
    background-color: transparent;
    border-radius: 60px;
    border: 3px solid  #C1B8B0;;
}

#cc{
    background: none;
    border: none;
    color: #FFF;
    letter-spacing: 6px;
    font-size: 1.9em;
    text-align: center;
    width: 87%;
}

#cc::placeholder{
    color: #FFF;
    background: transparent;
}

#cc:focus{
    outline: none; 
    border: none;
}

/*** Loading Stuff ***/

  .lds-default {
      position: relative;
      width: 80px;
      height: 80px;
      display: none;
      margin-top: -5%;
    }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }


  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }
  

  /*----------------------------------------------------------------------------*/

  @media (max-width: 1200px){
    .hbpologo {
      display: none;
    }
  }

  @media (max-width: 992px){
    .custom-select{
      width: 90% !important;
      margin-left: 50px;
    }

    .publish{
      width: 40px;
    }
  }

  @media (max-width: 768px) {

    body{
      overflow-x: hidden;
    }
  }   