:root {
  --yellow: #ffcc29;
  --blue: #1d539e;
  --gray: #828799;
  --page-background: #f9fbfc;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
}
body {
  background-color: var(--page-background);
  font-size: 62.5%;
  /*display: flex;
  flex-direction: row;*/
}
/*HEADER STYLE*/
header {
  background-color: var(--blue);
  width: 100vw;
  height: 50vh;
  padding: 9vh 0 0 0;
  display: flex;
  flex-direction: column;
}
header h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 65px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
header .presentantion {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 25px;
  text-align: center;

  color: #ffffff;
}
/*Cards - card 1*/

.cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.card-1 {

  margin-top: 75px;
  width: 355px;
  height: 470px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(142, 150, 185, 0.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  transition: 0.3s;
}
.card-1:hover {
    transform: scale(1.1);
}
.card-2:hover {
    transform: scale(1.1);
}
.card-header {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 25px;
}
.prices {
  margin: 15px 0 10px 0;
  justify-content: start;
  display: flex;
  flex-direction: row;
}
.price {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 49px;
  color: #1e2338;
}
.min0 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 25px;
}
.mes {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 25px;
  color: var(--gray);
}
.desc {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 19px;
  color: var(--gray);
  margin-bottom: 20px;
}
hr {
  background: #eeeeee;
  border: solid #eeeeee 0.1px;
  text-decoration: none;
}
.checks {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
.check {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 19px;
  color: var(--gray);
  vertical-align: middle;
}
.check img {
  vertical-align: middle;
  padding-right: 3px;
}
.btn-assinar1 {
  border: 1px solid var(--blue);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 25px;
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: 120px;
}
a {
  text-decoration: none;
}
/*Card 2*/
.card-2 {
  margin-top: 65px;
  width: 355px;
  height: 490px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(142, 150, 185, 0.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.card-header2 {
  display: flex;
  flex-direction: row;
  background: var(--yellow);
  box-shadow: 0px 1px 2px rgba(142, 150, 185, 0.25);
  border-radius: 8px 8px 0px 0px;
  width: 355px;
  height: 76px;
  padding: 30px 15px 24px 30px;
  justify-content: space-between;
}
.card-2-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 27px;
  color: var(--blue);
}
.tag-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
  border-radius: 40px;
  background-color: var(--blue);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 16px;
  text-align: center;
  width: 94px;
  height: 32px;
  color: #ffffff;
  transition: 0.3s;
}
.tag-header:hover{
    transform: rotate(6deg);
    transform: scale(1.1);
}
.width {
  padding: 0px 30px 30px 30px;
}
.price2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 49px;
  color: #1e2338;
}
.prices2 {
  margin: 15px 0 10px 0;
  justify-content: start;
  display: flex;
  flex-direction: row;
}
.a0 {
  font-size: 16px;
}
.btn-assinar2 {
  margin-top: 69px;
  border-radius: 10px;
  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  width: 296px;
  height: 51px;
  background-color: var(--blue);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}
/*Button card 3*/
.btn-assinar3 {
  margin-top: 42px;
  width: 296px;
  height: 49px;
  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  color: var(--blue);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 25px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;
}
