* {
  margin: 0;
  padding: 0;
}

body {
  background: #006bb5;
}

.logo {
  width: 100%;
  max-width: 250px;
  margin-bottom: 25px;
  margin-top: 50px;
}

.container-linktree {
  width: 50%;
}

.link-linktree {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #0070bcb0;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 50px;
  color: #4c4c4c;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
  /*font-weight: bold;*/
  font-family: "San Francisco";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.link-linktree:hover {
  border: 1px solid #fff;
  text-decoration: none;
}

.link-linktree:visited {
  color: #4c4c4c;
  /*border: 1px solid #fff;*/
  text-decoration: none !important;
}

.link-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #fff;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
  color: #4c4c4c;
  border: 1px solid #0070bcb0;
}

.link-social i {
  color: #006bb5;
}

.link-social:hover {
  border: 1px solid #fff;
  text-decoration: none;
}

.box-social {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.box-form {
  background: #0000001c;
  width: 50%;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  margin-top: 30px;
}

.box-form input.input-lg,
.box-form textarea.input-lg {
  width: 100%;
  font-size: 14px;
  padding: 1rem;
}
.box-form input,
.box-form textarea {
  background-color: #fff;
  color: #4c4c4c;
  box-shadow: 0px 5px 5px #896f27b0;
  font-weight: normal;
  line-height: 1;
  margin-top: 20px;
}

.box-form input,
.box-form textarea {
  border: none;
  border-radius: 50px;
}

.box-form textarea {
  padding-top: 30px !important;
}

.box-form input {
  height: 50px;
}

.send {
  width: 150px;
  height: 50px;
  background-color: #4c4c4c;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 5px 5px #896f27b0;
  font-weight: normal;
  line-height: 1;
  padding: 20px;
  margin-top: 20px;
  border: none;
  border-radius: 50px;
  display: block;
  margin-left: auto;
  transition: all 0.3s ease;
}

.send:hover {
  box-shadow: none;
}

.overflow {
  background: #4c4c4cde;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-gracias {
  width: 450px;
  padding: 20px;
  background: #ffeb10;
  border-radius: 30px;
  text-align: center;
}

button.cerrar {
  width: 40px;
  height: 40px;
  background-color: #4c4c4c31;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  border: none;
  border-radius: 50px;
  display: block;
  margin-left: auto;
  transition: all 0.3s ease;
}

button.cerrar:hover {
  background-color: #4c4c4c;
  color: #fff;
}

@media screen and (max-width: 764px) {
  .box-form,
  .container-linktree {
    width: 100%;
  }
  .card-gracias {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
