* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

html {
  height: 100vh;
  font-size: 14px;
}

body {
  /*background-image: url(../img/bg.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90%;
  background: linear-gradient(352deg, #1c1c1c 0%, #212020 100%);
  padding-top: 7em;
  margin: 0 auto;
  /*height: 100%;*/
}

.container {
  height: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff !important;
}

.degrade {
  background: linear-gradient(to right, #ad9574, #eeddc3);
}

header {
  text-align: center;
  margin-bottom: 20px;
}

header img {
  max-width: 150px !important;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 3px solid #ccc;
}

header h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}

section.botoes-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

a.link button {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 30px;
  font-size: 1.2em;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
}

a.link i {
  font-size: 1.5em;
}

a.link button:hover {
  transform: scale(1.05);
}

footer {
  text-align: center;
  margin: 30px;
}

footer a.btn-footer {
  width: 60px !important;
  height: 60px !important;
  display: inline-block;
  font-size: 2em;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 10px;
  transition: 0.2s;
}

a.link button:hover,
footer a.btn-footer:hover {
  transform: scale(1.05);
}

.first-card {
  background-color: #00000061;
  border: none;
  border-radius: 50px;
}

.secondary-card {
  background-color: #f6f0e7;
  border: none;
  border-radius: 20px;
}

img.img-fluid.first-card-img {
  /*margin-top: 0px;*/
}

.text-color-white {
  color: #eeddc3;
}

.text-color-black {
  color: #ad9574;
}

.text-color-black-strong {
  color: #c80a25;
}
@media (max-width: 768px) {
  .first-card h1 {
    font-size: 1.3rem !important;
  }
  .secondary-card h1 {
    font-size: 1.5rem !important;
  }
  .secondary-card img {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.secondary-card img {
  width: 80%;
  padding-bottom: 2rem;
}
 .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 2px solid color-mix(in srgb, #fff, transparent 10%);
  font-size: 1.5rem;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}

 .social-links a:hover {
  color: #fff !important;
  border-color: #bc2b34;
  background-color: #bc2b34;
}
.nunito{
    font-family: "Nunito Sans", sans-serif;
}
@font-face {
  font-family: "FreeScript";
  src: url("../fonts/FREESCPT.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.new-font{
  font-family: "FreeScript", cursive;
}
