

/************************ INFO *************************/

.info h1 {
  margin: 150px 0 10px 0;
  text-align: center;
}

.info .titulo {
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  text-align: center;
}

.info p {
  text-align: justify;
}

.button {
  color: #ff5b5d;
  font: 700 1.6rem 'Nunito Sans', sans-serif;
  text-align: center;
}

.button:hover{
  text-decoration: underline;
}

.info a.button {
  font-size: 2rem;
  border: 1px solid #ff5b5d;
  padding: 15px 20px;
  border-radius: 4px;
  display: inline-block;
  margin: 20px auto;
}

.info a.button:hover {
color: white;
background-color: #ff5b5d;
text-decoration: none;
transition: all 0.3s;
}
 /* MEDIA QUERIES */

 @media screen and (max-width: 670px) {

.info h1 {
  margin-top: 100px;
}

  .content-wrap {
    max-width: 90%;
  }

}
