.text-preset-1 {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.25px;
  font-weight: 700;
}

.text-preset-2-medium {
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.12px;
  font-weight: 500;
}

.text-preset-2-bold {
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.12px;
  font-weight: 700;
}

.text-preset-3 {
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 5px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  background-color: #ECF2F8;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.img {
  width: 327px;
}
@media (min-width: 768px) {
  .img {
    width: 280px;
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 1440px) {
  .img {
    width: 350px;
    border-radius: 10px 0 0 10px;
  }
}
.img .img-principal {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .img .img-principal {
    width: 260px;
    height: 100%;
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 1440px) {
  .img .img-principal {
    width: 285px;
    border-radius: 10px 0 0 10px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 327px;
  justify-self: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: 20px 40px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .container {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 610px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 730px;
    height: 290px;
  }
}
.container_info {
  padding-bottom: 20px;
  height: 300px;
}
.container_info .main {
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .container_info .main_text {
    margin: 0;
    margin-top: 40px;
  }
}
.container_info .main_text-title {
  color: #48556A;
}
.container_info .main_text-subtitle {
  color: #6E8098;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .container_info .main_text-subtitle {
    margin-bottom: 30px;
  }
}
.container_info .main_perfil {
  display: flex;
  justify-content: space-between;
}
.container_info .main_perfil .foto-perfil {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.container_info .main_perfil-flex {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.container_info .main_perfil-user {
  display: flex;
  flex-direction: column;
}
.container_info .main_perfil-user-name {
  color: #48556A;
  margin: 0;
}
.container_info .main_perfil-user-date {
  color: #9daec2;
  margin: 0;
}
.container_info .img-flecha {
  background-image: url(../images/icon-share-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 12px;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #6E8098;
  background-color: #6E8098;
  cursor: pointer;
  pointer-events: visible;
  z-index: 1;
}
.container_info .img-flecha:hover {
  background-image: url(../images/icon-share.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 12px;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #ECF2F8;
  background-color: #ECF2F8;
  cursor: pointer;
  pointer-events: visible;
  z-index: 1;
}
.container_info .footer {
  display: none;
  align-items: center;
  gap: 24px;
  background-color: #48556A;
  padding: 22px 30px;
  width: 82%;
  position: relative;
  bottom: 65px;
  z-index: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 20px 10px -12px rgba(157, 174, 194, 0.5);
}
@media (min-width: 768px) {
  .container_info .footer {
    width: 180px;
    height: 10px;
    bottom: 120px;
    left: 160px;
    border-radius: 10px;
  }
  .container_info .footer::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 100px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #48556A;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .container_info .footer {
    left: 280px;
  }
}
.container_info .footer_share {
  color: #9daec2;
}
.container_info .footer_container-logos {
  display: flex;
  gap: 16px;
  margin-right: 20px;
}
.container_info .footer_container-logos img {
  width: 20px;
  height: 20px;
}/*# sourceMappingURL=style.css.map */