@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Poppins&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  margin: 5px 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background: #f7bb97;
  font-family: "Poppins", sans-serif;

  display: flex;
  justify-content: center;
  position: relative;
}

.container {
  width: 500px;
  height: calc(100vh - 20px);
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.container .profile {
  width: 104px;
  margin-bottom: 20px;
  margin-top: 12px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 99;
}

.container h2,
.container p {
  justify-content: center;
  display: flex;
  padding: 0 20px 0 20px;
}

.container h2 {
  margin: 0;
  font-size: 18px;
}

.container .subtitle {
  font-size: 14px;
  color: #e3e3e3;
}

.social-media-container {
  display: flex;
  height: 65px;
  width: 223px;
  justify-content: space-around;
  align-items: center;

  background: rgba(224, 224, 224, 0.35);
  border-radius: 50px;

  position: absolute;
  top: -32px;
  left: calc(50% - 111px);
}

.social-media-container a {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-container i {
  color: #fe8755;
}

.info-container {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 50px 50px;
  position: relative;
  margin-top: 40px;
}

.content {
  padding: 50px 30px 20px;
  width: 100%;
  color: #fe8755;
  overflow: hidden;
  position: relative;
}

/* .epsodio-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 16px;
  margin: 20px 0;
}

.epsodio-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
} */
.link {
  margin: 15px auto;
  width: 100%;
  height: 45px;

  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bcbcbc;
  border-radius: 16px;
  text-decoration: none;
  color: #fe8755;
  cursor: pointer;

  -webkit-box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
  -moz-box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
  box-shadow: 4px 4px 18px -5px rgba(179, 179, 179, 0.72);
}

.link.highlight {
  background: #fe8755;
  border: 1px solid #fe8755;
  color: #fff;
  font-weight: bold;
}

.link.highlight:hover {
  background: transparent;
  color: #fe8755;
}

.container .apresentadores-container {
  width: 104px;
  margin-bottom: 20px;
  margin-top: 12px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.apresentadores-container h2 {
  text-align: center;
}

.apresentadores-container a {
  color: #fff;
  font-weight: 600;
  text-align: center;
  justify-items: center;
}

.apresentadores-container a:hover {
  color: rgb(255, 99, 9);
}

.main-content img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
