*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}
header{
  background-color: white;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed; 
  top: 0;
  width: 100%;
  border-bottom: 1px solid #828383;
}
.logotics{
  font-family: 'Concert One', cursive;
  font-size: 2.5rem;
  color: #828383;
}
footer{
  background-color: #595c5a;
  height: 40px;
  color: white;
  text-align: center;
  padding-top: 10px;
}
.titulo{
  margin-top: 60px;
  padding-top: 10px; 
  font-size: 1.8rem;
  background-color: #595c5a;
  color: white;
  text-align: center;
  height: 50px;
}
.logo{
  width: 180px;
  height: 95%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoconcrelab{
  margin-left: 50px; 
}
.container-section{
  background-color: rgb(87 173 226);
  width: 99vw;
  height: 95vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.container-section img{
  height: auto;
  width: 50%;
  border-radius: 2%;
}
p{
  /* background-color: rgb(255, 255, 255); */
  width: 30%;
  color: white;
  font-size: 1.3rem;
  text-align: justify;
}
.normas{
  margin-top: 20px;
  /* background-color: teal; */
  width: 98%;
}
.normas2{
  width: 99vw;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 80px;
}
.items{
  padding-left: 40px;
  width: 50%;
  margin-top: -30px;
}
.tit-normas{
  padding-top: 10px; 
  font-size: 1.8rem;
  background-color: #595c5a;
  color: white;
  text-align: center;
  height: 50px;
}