body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}
.header {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(6, 6, 149, 0.376);
}

.btn {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 60px;
}

.btn a {
  text-decoration: none;
  font-size: 1.1rem;
  color: white;
  transition: 0.4s;
  margin-right: 30px;
  font-weight: bold;
}

.btn a:hover {
  text-decoration: underline; /* activar subrayado */
  text-decoration-color: white; /* color de la raya */
  text-decoration-thickness: 2px; /* grosor de la raya */
  text-underline-offset: 3px; /* distancia del texto */
}
.container {
  position: relative;
  height: 100vh;
  background: rgb(0, 0, 0);
  box-shadow: 0px 10px 10px -5px rgba(15, 53, 114, 0.8);
}
.banner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
  box-shadow: rgb(15, 53, 114) 0px 0px 40px -10px;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* cubre todo el contenedor sin deformarse */
  object-position: 40% 40% 40% 40%;
  opacity: 0.9;
}
.title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
.name {
  color: white;
  font-size: 8rem;
  font-weight: 400;
  display: inline-block;
  padding: 150px;
  font-family: Comfortaa, cursive !important;
}
#letter-d {
  text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px,
    rgb(45, 221, 244) 0px 0px 20px, rgb(45, 221, 244) 0px 0px 30px,
    rgb(45, 221, 244) 0px 0px 30px, rgb(45, 221, 244) 0px 0px 40px,
    rgb(45, 221, 244) 0px 0px 60px;
}
.container-p {
  /* min-height: 150px; */
  /* background: white; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: rgb(15, 53, 114) 0px 0px 40px -10px;
}

.paragraph {
  margin: 150px 0px;
  font-size: 3rem;
  align-self: center;
  border-bottom: 3px solid rgb(45, 221, 244);
  border-top: 3px solid rgb(45, 221, 244);
  padding: 25px 20px;
  color: rgb(15, 53, 114);
  font-family: Comfortaa, cursive !important;
}
.info {
  width: 100%;
  margin-top: 120px;
  color: white;
  background: rgb(3, 6, 64);
  display: grid;
  padding: 50px 0%;
  grid-template-columns: 40% auto;
}
.content-image {
  width: 100%;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.image img {
  position: relative;
  overflow: hidden;
  inset: 0px;
  z-index: 0;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  min-width: 300px;
  min-height: 300px;
}
.content-description {
  width: 80%;
  margin: 0px auto;
  font-size: 1.3rem;
  line-height: 2rem;
}

.description strong {
  font-weight: bolder;
}

p a {
  text-decoration: none;
  color: rgb(45, 221, 244);
}
.footer {
  background: rgb(3, 5, 38);
  grid-template-columns: 1fr 2fr 1fr; /* izquierda | centro | derecha */
  height: 200px;
  margin-top: 320px;
  display: grid;
  position: relative;
}
.logo {
  display: flex;
  /* -webkit-box-align: center; */
  align-items: center;
  justify-content: space-around;
  color: white;
  font-family: Comfortaa, cursive;
  font-size: 2rem;
}
.message {
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
}
.message-h6 {
  font-weight: 400;
  color: white;
  font-size: 1.2rem;
  margin: 0px;
  padding: 0px;
}
.emoji {
  display: inline-block;
  margin: 0px 4px;
  width: 17px;
  fill: rgb(45, 221, 244);
}
.footer-p {
  padding-top: 5px;
  color: rgb(188, 217, 221);
  margin: 0px;
  font-size: 19px;
}
.Languages {
  color: rgb(45, 221, 244);
}
.footer-p1 {
  padding-top: 15px;
  color: white;
  /* position: absolute; */
  bottom: 15px;
  font-size: 21px;
}
