/* ------------- MIXINS -------------*/
/* ------------- FONTS -------------*/
@font-face {
  font-family: lato-medium;
  src: url("assets/fonts/Lato-Medium.ttf");
}
@font-face {
  font-family: lato-thin;
  src: url("assets/fonts/Lato-thin.ttf");
}
@font-face {
  font-family: source-serif;
  src: url("assets/fonts/SourceSerifVariable-Roman.otf");
}
/* ------------- GENERAL STYLES -------------*/
* {
  margin: 0;
  padding: 0;
  /* variables */
  --main-blue: #003041;
  --cian-blue: #00aae3;
  --light-blue: #8ee3ef;
  --squeeze-green: #c1db16;
  --squeeze-green: #8eb500;
  --corporatex-blue: #00aae3;
  --insidex-red: #e8476f;
  --brandx-orange: #ffbd3d;
  --exhibitx-turquoise: #00d4d3;
  --cloud-white: #ffffff;
  --rainy-grey: #e1e1e1;
}

/* ------------- TYPOGRAPHY -------------*/
.lato-main-title {
  font-family: lato-thin;
  font-size: 1.4em;
  color: var(--cloud-white);
  margin-bottom: -0.5em;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
}

.source-serif-main-title {
  font-family: source-serif;
  font-size: 3em;
  color: var(--cian-blue);
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
}

.lato-main-paragraph {
  font-family: lato-medium;
  font-size: 1em;
  color: var(--cloud-white);
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
}

.lato-question-title {
  font-family: lato-thin;
  font-size: 1.4em;
  color: var(--cloud-white);
  margin-bottom: -0.5em;
}

.source-serif-question-title {
  font-family: source-serif;
  font-size: 3em;
  color: var(--cian-blue);
}

.lato-question {
  font-family: lato-medium;
  font-size: 1em;
  color: var(--cloud-white);
}

.source-serif-question {
  font-family: source-serif;
  font-size: 2em;
  color: var(--cian-blue);
}

.lato-main-result {
  font-family: lato-thin;
  font-size: 2em;
  color: var(--cloud-white);
  margin-bottom: -0.5em;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
}

.source-serif-main-result {
  font-family: source-serif;
  font-size: 2em;
  color: var(--cian-blue);
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
  margin: 0.5em 0 0 0;
}

.lato-main-paragraph-result {
  font-family: lato-medium;
  font-size: 1em;
  color: var(--cloud-white);
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
  margin: 1em auto 2em auto;
}

.lato-main-result--2 {
  font-family: lato-thin;
  font-size: 2em;
  color: var(--cloud-white);
  margin-bottom: -0.5em;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
}

.source-serif-main-result--2 {
  font-family: source-serif;
  font-size: 1.2em;
  color: var(--cian-blue);
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
  margin: 0.5em 0 0 0;
}

/* ------------- STYLES -------------*/
html {
  background-color: var(--main-blue);
}

.general-container {
  width: 90vw;
  margin: auto;
  background-color: var(--main-blue);
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10% 5% 0 5%;
}
.main-container__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.main-container__animation {
  position: relative;
  height: 250px;
  width: 300px;
}
.main-container__animation-heart {
  position: absolute;
  width: 100%;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 500ms;
  z-index: 1;
}
.main-container__animation-heart-flare {
  position: absolute;
  width: 100%;
  top: -5%;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 500ms;
}
.main-container__paragraph {
  text-align: center;
  margin: 3em 0;
}
.main-container__button {
  margin-bottom: 3em;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 1500ms;
}
.main-container__button-btn {
  font-family: lato-medium;
  font-size: 1.4em;
  text-decoration: none;
  padding: 5px 20px;
  color: black;
  background-color: orange;
}

.question-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 8% 5% 0 5%;
  margin: auto;
  background-image: url("assets/background-image.png");
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.question-container__image {
  text-align: center;
  max-width: 800px;
}
.question-container__image-img {
  width: 200px;
}
.question-container__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}
.question-container__question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.question-container__progress-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 90%;
  max-width: 800px;
  padding: 1em 0;
}
.question-container__text {
  background-color: var(--cian-blue);
  width: 90%;
  max-width: 800px;
  margin: 1.5em 0;
  padding: 2em 1em;
  text-align: center;
}
.question-container__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin-bottom: 2em;
}
.question-container__button {
  background-color: var(--main-blue);
  border: solid 3px var(--cian-blue);
  margin: 0.5em 0;
  padding: 1em 0;
  width: 100%;
  cursor: pointer;
}

.loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100vh;
  margin: auto;
}
.loading-container__image {
  height: 30%;
}

.result-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: 2em auto;
  text-align: center;
}
.result-container__coin {
  height: 200px;
  width: 200px;
  margin: 2em;
  animation: spin 2s linear 2s forwards, fade-in-shadow 0.5s linear 3.8s forwards;
  transition: none;
  border-radius: 50%;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .general-container {
    width: 80%;
    margin: auto;
  }
  .main-container {
    padding: 10% 0;
  }
  .main-container__animation {
    width: 400px;
    height: 300px;
  }
  .question-container__image-img {
    width: 350px;
  }
  .loading-container__image {
    height: 50%;
  }
  .result-container {
    padding-top: 2em;
  }
  .result-container__coin {
    height: 300px;
    width: 300px;
  }
}
@media screen and (min-width: 920px) {
  .general-container {
    width: 70%;
  }
  .main-container {
    padding: 10% 5% 0 5%;
  }
  .main-container__animation {
    width: 300px;
    height: 200px;
  }
  .question-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 8% 5% 0 5%;
    background-position-y: 50px;
  }
  .question-container__image-img {
    width: 400px;
  }
  .result-container {
    padding-top: 1em;
  }
  .result-container__coin {
    height: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .lato-main-title {
    font-size: 2em;
  }
  .source-serif-main-title {
    font-size: 4em;
  }
  .lato-main-paragraph {
    font-size: 1.4em;
  }
  .main-container__animation {
    width: 500px;
    height: 400px;
  }
  .question-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .question-container__image-img {
    width: 500px;
  }
  .result-container__coin {
    height: 400px;
    width: 400px;
  }
}
.fade-in {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-2-1 11:2:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-shadow {
  0% {
    box-shadow: 0px 0px 0px 0px var(--cian-blue);
  }
  100% {
    box-shadow: 0px 0px 60px 10px var(--cian-blue);
  }
}
@keyframes spin {
  0% {
    display: none;
  }
  1% {
    display: block;
    -webkit-transform: rotateY(0deg);
    background-image: url("assets/main-heart.png");
  }
  50% {
    -webkit-transform: rotateY(180deg);
    background-image: url("assets/interrogacion.webp");
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}/*# sourceMappingURL=styles.css.map */