@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
@font-face {
  font-family: 'Quastro';
  src: url(./src/font/Quastro.ttf) format('truetype'),
}

body {
  font-family: 'Times New Roman', Times, serif;
  margin: 0;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-items: center;
  background-image: linear-gradient(to top, #15152c 0%, #7985b5 100%);
}

.card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.5);
  max-width: 450px;
  display: flex;
  flex-direction: row;
  border-radius: 25px;  
  position: relative;
} 

.card h2 {
  font-family: Quastro, sans-serif;
  margin: 0;  
  padding: 0 1rem;
  font-size: 25.1px;
}

.card .title {
  padding: 0.5em;
  padding-right: 1.5em;
  text-align: right;
  color: #7985b5;
  font-weight: bold;
  font-size: 12px;
}

.card .desc {
  text-align: justify;
  padding: 0.5rem 1rem;
  font-size: 12px;
}

.card .actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0.5rem 1rem;
}

.img-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid white;
  top: 15px;
  left: 85px;
}

.card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.title-total {
  padding: 2.5em 1.5em 1.5em 1.5em;
}

path {
  fill: white;
}

.img-portada {
  width: 100%;
}

.portada {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("./src/images/Fundo.jpeg");
  background-position: bottom center;
  background-size: cover;
}

button {
  margin-left: 6px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

img {
    max-width: 20px;
}

.imgP {
  max-width: 80px;
  border-radius: 100%;
} 
