body {
    /* Mudar cor do fundo */
    /*background-color: #1c294d !important;*/
  /*background-image: linear-gradient(180deg, #fa4716, #ff9525);*/
  background-image: radial-gradient(at bottom left, #1c294d, #2d3c6b, #4d4c4e);
  /* Mudar família da fonte */
    font-family:'Montserrat', sans-serif!important;
    /* Mudar cor da fonte */
    color: #ffffff!important;
    /* Não alterar */
    font-size: 1.1rem!important;
    line-height: 1.5rem!important;
    text-align: center!important;
}

.container-fluid {
    max-width: 540px;
}

/* PHOTO */
.photo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.photo img {
    border-radius: 0%;
    max-width: 210px;
  padding: 5px 5px;
}

/* TITLE */
.title h1 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 3rem;;
}

.title h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;;
}

/* LINKS*/
.links {
    margin-bottom: 40px;
}

/* BOTÃO */
@media screen and (max-width: 601px) {
  
  .botao {
        color: #ffffff;
      /* Mudar cor de fundo do botão */
      background-color: #ff9525;
      /* Não alterar */
      max-width: 100%;
      min-height: 1.5rem;
      vertical-align: middle;
      margin-top: 1rem;
      font-weight: 500;
      font-size: 1.1rem;
      text-decoration: none;
      text-align: center;
      display: block;
      border-radius: 50px;
      padding-top:20px;
      border-bottom: 3px solid #fa4c17;
  }
}

@media screen and (min-width: 600px) {  
  .botao {
    /* Mudar cor da fonte do botão */
    color: #ffffff;
    /* Mudar cor de fundo do botão */
    background-color: #ff9525;
    /* Não alterar */
    max-width: 100%;
    min-height: 2.8rem;
    vertical-align: middle;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 50px;
    padding-top:20px;
    border-bottom: 3px solid #fa4c17;
    
  }
}

.botao:hover {
    /* Cor do texto e fundo - Quando tem link */
    color: #ffffff;
    background-color: #fa4c17;
  border-bottom: 3px solid #ff9525;
}

/* SOCIAL */
.social {
    margin-bottom: 40px;
}
.social a {
    text-decoration: none;
    /* Mudar cor da fonte do ícone */
    color: #ffffff;
}

.social a:hover {
    /* Cor do ícone - Quando tem link */
    text-decoration: none;
    color: #e7323f;
}

.social ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

/* FOOTER */
footer {
    font-size: 0.8rem;
    line-height: 1rem;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: #e7323f;
}