#loader{
  position: absolute;

  width: 100%;
  height: 100%;

  background-color: #3c3c3c;

  z-index: 100;
}



#background{
  position: absolute;

  width: 100%;
  height: 100%;

  background-color: #3c3c3c;

  font-family: "Open Sans";

  display: flex;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
  overflow: hidden;
}

#background .internal{
  position: relative;

  width: 80%;
  height: 80%;

  box-sizing: border-box;

  /* background-color: gray; */
}




.brand{
  height: 20%;
  /* background-color: red; */
}
.logo{
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  box-sizing: content-box;

  /* background-color: blue; */
}
.logo svg{
  width: 60px;
  overflow: visible;
  z-index: 50;
}
.logo svg .inf{
  fill: #1FAEBE;
}
.logo svg .izq{
  fill: #D2D3D5;
}
.logo svg .der{
  fill: #E6E7E8;
}








.header{
  padding-top: 20px;
  height: 70%;

  box-sizing: border-box;

  text-align: center;
  font-style: normal;
  font-weight: lighter;
  font-display: swap;

  line-height: 1.1;
  white-space: normal;
  letter-spacing: 2px;

  color: #E6E7E8;

  /* background-color: blue; */
}
.header .h1{
  font-size: 68px;
}
.header .h2{
  font-size: 53px;
}
.header .h3{
  font-size: 68px;
  letter-spacing: 5px;
}



.footer{
  height: 10%;

  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;

  color: #888888;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  /* background-color: red; */
}

.footer f{
  padding-left: 20px;
  padding-right: 20px;
}
.footer f:hover{
  color: #1FAEBE;
}







@media only screen and (max-width: 600px) {

}
