@import url("https://fonts.googleapis.com/css2?family=Calistoga&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Calistoga', cursive; font-family: 'Montserrat', sans-serif; regular: 400; medium: 500; semibold: 600; bold:700; extrabold: 800; */
body {
  background: url("../img/background_mcarolina.png") repeat;
  -webkit-font-smoothing: antialiased;
  /* Mudar cor da fonte */
  color: #fff !important;
  /* Não alterar */
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
  text-align: center !important;
}

html {
  overflow-x: hidden;
  display: block;
  position: relative;
}

.row {
  cursor: default;
}

.container-fluid {
  max-width: 540px;
}
p.tt {
  color: #2b2b2b;
}

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

.photo img {
  border-radius: 10%;
  max-width: 200px;
}

/* TITLE */
.title h1 {
  color: #a86ce0;
  font-size: 3rem;
  line-height: 2rem;
  font-family: "Calistoga", cursive;
}
.title h1 img {
  width: 6%;
  height: 100%;
}

.title h2 {
  color: #000;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}

/* LINKS*/
.links {
  margin-bottom: 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

/* BOTÃO */
.botao {
  color: #a86ce0;
  background-color: #ffffff;
  max-width: 100%;
  min-height: 2.2rem;
  margin-top: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  padding: 1.2rem 0 0.3rem;
}

.botao:hover {
  /* Cor do texto e fundo - Quando tem link */
  color: #fff;
  background-color: #a86ce0;
}

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

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

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

/* FOOTER */
footer {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #5eb2fb;
  font-family: "Montserrat Bold", Arial, sans-serif;
  font-weight: bold;
}

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

footer a:hover {
  border-bottom: 2px solid #5eb2fb;
  color: #5eb2fb;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  body {
    width: 90%;
  }

  .title h1 {
    font-size: 2rem;
  }

  .container-fluid.social {
    display: flex;
    justify-content: center;
  }
}
