*{  
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}


body{
  margin: 0;
  background-color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.spacer50{
  background-color: #f5f5f5;
  width: 100%;
  height: 50px;
  z-index: 30;
}

.spacer100{
  background-color: #f5f5f5;
  width: 100%;
  height: 100px;    
  z-index: 30;
}

.text{
  color: white;
  font-size: 1.4rem;
  padding-bottom: 40px;
}

.titulos{
  width: 100%;  
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 4px;
  color: #df480d;
  text-transform: uppercase; 
  padding-top: 80px;   
}

.tit-pie{
  color: #df480d;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  
}

.fondo-tit{
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}

.img-dev{
  width: 100%;
}



