@font-face {
  font-family: ibmplexsans;
  src: url(../font/ibpmsans.ttf);
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-image: url(../images/mainbackground.png);
  background-size: cover;
  position: center;
  background-repeat: no-repeat;
  
}

body {
  font-family: ibmplexsans;
  background-color: transparent!important;
}


.logosetup {
  width: 50px;
  height: 42px;
}

.sethover a:hover {
  background-color: #515d9c!important;
  color:aliceblue!important;
  padding: 6px 8px;
  border-radius: 6px;

}

.textsetup {
  font-size: 1.5rem;
  color: #ffac1d;
}

.textsetupnav {
  font-size: 1.5rem;
  color: #515d9c!important;
}



/*---------------------- main ---------------------------*/
/*.padding-setup {
  height: 10vh;
}

#acasa {
  background-color: transparent!important;
  position: relative;
  height: 80vh;
  width: auto;
}*/

.container {
  padding: 3rem;
  background-color: aliceblue;
}

.image {
  display: block;
  width: 85%;
  padding:3px;
}

/*.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgba(255, 255, 255, 0.9);
}

.caption {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.thumbnail:hover {
  transform: translateY(-4px);
}

.img-container:hover .overlay{
  opacity: 1;
}*/

h3 {
  font-size: 2.2rem;
  padding: 2rem;
  text-align: center;
  color: #ffac1d;
}






/*------------------------  footer -----------------------*/
.footer-setup {
   
}

.footer-icon_setup {
  color: #515d9c;
  font-size: 2.3rem;
 
}

.footersetup {
  /*display: inline-block;*/
  /*padding-left: 20px;*/
  color: #ffac1d;
  font-weight: bold;
  margin: 0;
  font-size: 2 rem;
}

.rocket-setup {
    height: 9rem;
    width: auto;
    padding-right: 1.5rem;
  }

  .car-setup {
    height: 5rem;
    width: auto;
    padding-right: 1.5rem;
  }

.ball-setup {
  
    height: 6rem;
    width: auto;
    padding-right: 1rem;
}

.mafnify-setup{
  height: 5rem;
    width: auto;
    padding-right: 1rem;
}

.ruler-setup{
  height: 5rem;
  width: auto;
  padding-right: 1rem;
}

.notes-setup {
  height: 7rem;
  width: auto;
  padding-right: 1rem;
}

@media (max-width: 640px) {

  html {
     
      background-repeat: repeat;
    }
  
  body {
    margin: 0;
  }
  
  .desprenoi-setup{
    font-size: 1.5rem;
    padding-top: 1.5rem;
    font-weight: bold;
  }
  
  
  
  }