@font-face {
  font-family: "Hanken Grotesk Medium";
  src: url(assets/fonts/static/HankenGrotesk-Medium.ttf);
}
@font-face {
  font-family: "Hanken Grotesk Bold";
  src: url(assets/fonts/static/HankenGrotesk-Bold.ttf);
}
@font-face {
  font-family: "Hanken Grotesk ExtraBold";
  src: url(assets/fonts/static/HankenGrotesk-ExtraBold.ttf);
}

:root {
  --background: hsl(221, 100%, 96%);
  --white: hsl(0, 0%, 100%);
  --dark-gray-blue: hsl(224, 30%, 27%);
  --light-slate-blue-background: hsl(252, 100%, 67%);
  --light-royal-blue-background: hsl(241, 81%, 54%);
  --light-red: hsl(0, 100%, 67%);
  --orangey-yellow: hsl(39, 100%, 56%);
  --green-teal: hsl(166, 100%, 37%);
  --cobalt-blue: hsl(234, 85%, 45%);
  --violet-blue-circle: hsla(256, 72%, 46%, 1);
  --persian-blue-circle: hsla(241, 72%, 46%, 0);
  
  
  --tipo-principal: Hanken Grotesk Medium;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-primario: rgb(233, 233, 233);
    --color-secundario: rgb(28, 28, 28);
  }
}

@media (prefers-contrast: high) {
  :root {
    --color-primario: black;
    --color-secundario: white;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}
img,
picture,
video,
iframe,
figure {
  max-width: 100%;
  width: 100%;
  display: block;
}

a {
  display: block;
}
p a {
  display: inline;
}
li {
  list-style-type: none;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong,
blockquote,
i,
b,
u,
em {
  font-size: 1em;
  font-weight: inherit;
  font-style: none;
  text-decoration: none;
  text-decoration: inherit;
  color: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
::selection {
  background-color: var(--color-primario);
  color: var(--color-secundario);
}
form,
input,
textarea,
select,
button,
label {
  font-family: inherit;
  font-size: inherit;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  background-color: transparent;
  display: block;
  color: inherit;
}

table,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
}
svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

body {
  min-height: 100vh;
  font-family: var(--tipo-principal);
  color: var(--dark-gray-blue) !important;
  background-color: var(--white) ;
  font-size: 1.125em;

}

.container-card {
  width: 100vw;  
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);

}
.container-card-left{
  padding: 2rem 4rem;
  width: 100%;
  height: 44%;
  background: linear-gradient(var(--light-slate-blue-background), var(--light-royal-blue-background));
  color: var(--white);
  border-bottom-left-radius:2.5rem ;
  border-bottom-right-radius:2.5rem ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}



/* Score */
.lite-withe{
  color: hsla(0, 0%, 100%, 0.6);
  margin-bottom: 1rem;
}
.lite-withe2{
  color: hsla(0, 0%, 100%, 0.35);
}
.lite-withe3{
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 1.25rem;
}

.font-normal{
  font-family:'Hanken Grotesk Medium' ;
}
.score{
  font-size: 3em;
}
.total-score{
  display: flex;
  flex-direction: column;
  width: 9rem;
  height: 9rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(var(--violet-blue-circle),var(--persian-blue-circle));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.great{
  font-size:1.5em;
}


/* Card Category */
.container-card-right{
  padding:2rem;
  width: 100%;
  height: 56%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.summary{
  font-size:1.14em;
}

.card-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1rem;
  border-radius:0.5rem;
  -webkit-border-radius:0.5rem;
  -moz-border-radius:0.5rem;
  -ms-border-radius:0.5rem;
  -o-border-radius:0.5rem;
}

.img-txt {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.txt-score {
  margin-left: auto;
}
.txt-score span {
  color: hsla(224, 30%, 27%, 0.5);
}
.card-category img {
  width: 2.25rem;
  padding-right: 1rem;
}


.reaction{
  background-color:hsla(0, 100%, 67%, 0.10) ;
}
.memory{
  background-color: hsla(39, 100%, 56%, 0.10) ;
}
.verbal{
  background-color:hsl(166, 100%, 37%,0.10) ;
}
.visual{
  background-color: hsl(234, 85%, 45%,0.10) ;
}

.txt-reaction {
  color: var(--light-red);
}
.txt-memory {
  color: var(--orangey-yellow);
}

.txt-verbal {
  color: var(--green-teal);
}
.txt-visual {
  color: var(--cobalt-blue);
}

.txt-bold {
  font-family: "Hanken Grotesk Bold";
}
/* Button */
.btn {
  background-color: var(--dark-gray-blue);
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  padding: 1.25rem 2rem;
  width: 100%;
  color: var(--white);
}
.btn:hover {
  background: linear-gradient(var(--light-slate-blue-background), var(--light-royal-blue-background));
  color: var(--white);
  cursor: pointer;
}
/* Footer */


    .attribution {
      font-size: 11px;
      text-align: center;
    }

    .attribution a {
      color: hsl(228, 45%, 44%);
    }

@media  (min-width: 1440px)  {
  body{
    background-color: var(--background) !important;

  }
  .aux-container{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-card {
    width: 50vw;
    height: 50vh;
    display: flex;
    flex-direction: row;
    background-color: var(--white);
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -ms-border-radius: 2.5rem;
    -o-border-radius: 2.5rem;
    box-shadow: 1rem 1rem 3rem hsla(241, 100%, 89%, 0.5);
}
.container-card-right{
  width: 100%;
  height: 100%;
}
.lite-withe3{
  font-size: 1.5rem;
}
.total-score{

  width: 12.5rem;
  height: 12.5rem;
  align-items: center;
  justify-content: center;
}
.score{
  font-size: 4.1em ;
}
.lite-withe{
  text-align: center;
  
}
.great{
  font-size:1.9em;
  margin-bottom: -0.5em;
}

.container-card-left{
  width: 100%;
  height: 100%;
  color: var(--white);
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}

  
}
