@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Mukta&family=Raleway:wght@200&family=Roboto:wght@100;300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Josefin+Sans&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap);
body {
  background: radial-gradient(circle,#185a9d 0,#43cfbe 100%);
  color: white;
  font-family: 'Mukta', sans-serif;
}

.Card-subcontainer {
  background-color: rgba(253, 241, 241, 0.3);
  border-radius: 30px;
  padding: 10px;
  box-sizing: border-box;
}

.Card-image {
  width: 100%;
  border-radius: 30px;
}

.Card-description {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 19px;
  font-family: monospace;
}

.Card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Card-title h2 {
  font-family: monospace;
  color: rgb(247, 248, 255);
}

.Card a {
  font-size: 30px;
  color: white;
  margin-top: 10px;
  margin-left: 15px;
}


.Slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.Slide button {
  cursor: pointer;
  font-size: 40px;
  background-color: transparent;
  border: none;
  color: white;
}

.Proyects {
  padding: 5rem;
}

.Proyects-title {
  text-align: center;
  font-size: 30px;
  font-family: monospace;
}

.Contexto {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
  padding: 5rem;
}

.sobre-mi {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 15px transparent;
  color: white;
  text-align: center;
}

.phone {
  display: flex;
  align-items: center;
  gap: 2px;
  color: white;
  justify-content: center;
}

.mail {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}

.AiFillPhone {
  font-size: 20px;
}

.CgMail {
  font-size: 20px;
  color: white;
}

.yadira img {
  width: 80%;
  margin: auto;
  display: block;
  border-radius: 50%;
}

.technologies {
  text-align: center;
  font-size: 15px;
  font-family: monospace;
}

.technologies-1 {
  padding-right: 4px;
  font-family: monospace;
  font-size: 15px;
}

.cv {
  background-color: rgb(95, 178, 247);
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
}

.cv a {
  color: white;
  text-decoration: none;
  font-family: monospace;
  font-size: 17px;
  padding: 10px;
  display: block;
}

.Info {
  padding: 5rem;
}

.Info-container {
  width: 90%;
  margin: 20px auto;
}

.Info h2 {
  text-align: center;
  font-family: monospace;
  font-size: 30px;
}

.Info .sub-div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.Info strong {
  font-size: 22px;
}

.Info p {
  padding: 2px 25px;
  border-radius: 15px;
  background-color: rgba(253, 241, 241, 0.3);
  font-size: 20px;
}

.Home {
  width: 900px;
  margin: auto;
}

.frase {
  font-size: 25px;
  font-family: monospace;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .Home {
    width: 100%;
  }

  .Contexto {
    display: block;
  }

  .Contexto img {
    width: 50%;
  }

  .Header {
    flex-wrap: wrap;
  }

  .Header-subcontainer {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .Contexto {
    padding: 0;
  }
  .Proyects {
    padding: 0;
  }
  .Info {
    padding: 0;
  }
}

.div-footer {
  text-align: center;
  margin-top: 130px;
  border-radius: 10px;
  background-color: rgba(253, 241, 241, 0.3);
  letter-spacing: 2px;
}

.FiHeart {
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  color: rgb(253, 124, 124);
}

.AiFillGithub {
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 42px;
  border-radius: 50%;
}

.AiFillGithub:hover {
  color: rgb(28, 192, 204);
}
.me-encuentras {
  padding-top: 10px;
  font-size: 20px;
  color: white;
  font-family: monospace;
}

.FaInstagram {
  margin-left: 20px;
  margin-bottom: 3px;
  font-size: 42px;
  cursor: pointer;
  border-radius: 30%;
  color: white;
}
.FaInstagram:hover {
  color: rgb(41, 241, 231);
}

.FiTwitter {
  margin-bottom: 3px;
  color: white;
  margin-left: 20px;
  cursor: pointer;
  font-size: 42px;
}
.FiTwitter:hover {
  color: rgb(43, 194, 214);
}

.heart {
  color: white;
  padding-bottom: 30px;
  text-align: center;
}
.gatito-footer {
  margin-top: 20px;
  width: 80px;
  border-radius: 25px;
}
.bluezin-footer {
  font-size: 40px;
  padding-top: 10px;
  color: white;
  font-family: monospace;
}

.link-github {
  color: white;
  margin-top: 10px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 500px) {
  .div-footer {
    font-size: 13px;
  }
  .FiTwitter {
    font-size: 29px;
  }
  .FaInstagram {
    font-size: 29px;
  }
  .AiFillGithub {
    font-size: 29px;
  }
  .me-encuentras {
    font-size: 13px;
  }
  .bluezin-footer {
    font-size: 18px;
  }
}

.Header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: rgba(253, 253, 253, 0.3);
}

.Header a {
  text-decoration: none;
  margin: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: monospace;
  color: white;
  display: block;
}
.Header a:hover {
  border-bottom: 4px solid #4171f8;
  color: #4171f8;
}

.Header-subcontainer {
  display: flex;
}

