.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.boxes {
  display: flex;
  align-content: space-between;
}
#general {
  width: 1440px;
  height: 528px;
  background-color: #FFFFFF;
}
#deportes {
  padding: 20px 30px;
  margin-top: 80px;    
  width: 317px;
  height: 140px;
  background-color: #F4F4F4; 
}
#bienestar {
  padding: 20px 30px;  
  margin-top: 40px;  
  width: 317px;
  height: 140px;
  background-color: #F4F4F4;  
}
#salud {
  margin-left: 15px;
  padding: 20px 30px;
  margin-top: 80px;     
  width: 317px;
  height: 140px;
  background-color: #F4F4F4;      
}
#actividades {
  padding: 20px 30px;  
  margin-top: 40px;   
  width: 317px;
  height: 172px;
  background-color: #F4F4F4;    
}
#dirección {
  padding: 45px 15px; 
  width: 440px;
  height: 311px;
}
#box {
  margin-left: 60px;
  margin-top: 30px;     
  width: 169px;
  height: 24px;
  background-color: #EF9618;      
}
h1 {
    margin-left: 60px;
    font-family: Poppins;
    font-size: 40px;
    font-weight: semibold;
    width: 460px;
    height: 96px;
    margin-top: 80px;
}
h2{
    font-family: Poppins;
    font-size: 24px;
    font-weight: semibold;
}
h3 {
  margin-left: 20px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: regular;  
}
h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: regular;    
}
p {
    margin-left: 60px;
    margin-right: 60px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: regular;
    width: 450px;
    height: 96px;
    margin-top: 60px;
    line-height: 24px;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.roboto-uniquifier {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}