/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --main-color: #285F41;
  --main-color-hover: #174d30;
  --second-color: #5DE5DA;
  --background-color: white;
  --basic-black: #000;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url('fonts/bcnopenbs24/Roboto-Bold.ttf') format('truetype');
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/bcnopenbs24/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'FS Industrie Cd Bold';
  src: url('fonts/bcnopenbs24/FSIndustrieCd-Bold_2.otf') format('truetype');
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: 'FS Industrie Cd Light';
  src: url('fonts/bcnopenbs24/FSIndustrieCd-Light_2.otf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: "Roboto Bold", "Open Sans", sans-serif;
  color: #000;
  background: #ffffff;
  background-size: cover;
}

a {
  color: #007CB8;
  text-decoration: underline;
}

a:hover {
  color: var(--main-color-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Bold", "Raleway", sans-serif;
}

h1 {
  font-size: 3rem;
  color: #007CB8;
}

h2 {
  font-size: 2rem;
  color: #007CB8;
  font-family: "Roboto Bold", "Raleway", sans-serif;
  font-weight: bold
}

h3 {
  font-size: 1.6rem;
  color: #007CB8;
  font-family: "Roboto Bold", "Raleway", sans-serif;
  font-weight: bold
}

h4 {
  font-size: 1.5rem;
}

p {
  font-family: "Roboto Bold", "Raleway", sans-serif;
}

.color-black {
  color: #000;
}

.main-color {
  color: #007CB8;
}

.custom-checkbox label {
  color: #002C50;
  font: normal normal normal 10px / 12px "Roboto Regular";
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.not-bold {
  font-weight: 400 !important;
}

.mt-40 {
  margin-top: 40px;
} 

.form-group {
  margin-bottom: 0.5rem !important;
}

.content-table{
  height: 100% !important;
  width: 100% !important;
  display: table;
}
  
.content-table-cell{
    display: table-cell;
    vertical-align: middle;
}

.modal p {
  font-size: 0.8rem;
  text-align: justify;
  font-family: "Roboto Regular", sans-serif;
}

.modal h5 {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: justify;
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
}

.modal li {
  font-size: 0.8rem;
  text-align: justify;
  font-family: "Roboto Regular", sans-serif;
}

.modal .modal-header h5 {
  font-size: 1rem;
}

.container-fluid {
  padding-bottom: 55px;
  min-height: 100vh;
  position: relative;
}

.btn {
    background-color: #007CB8;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 50px;
    color: white;
    margin: 5px;
}

.modal {
  max-height: 100vh;
  overflow: scroll;
}

.multi-collapse {
  overflow: auto;
}

/*--------------------------------------------------------------
# Main page
--------------------------------------------------------------*/
.games-list {
  list-style: none;
  text-align: center;
  margin-top: 30px;
  padding-left: 0px;
}

.games-list li {
  margin-bottom: 10px;
}

.games-list li a {
  border: 1px solid var(--main-color);
  padding: 5px 20px;
  font-size: 1.25rem;
  border-radius: 20px;
  width: 300px;
  display: block;
  margin: auto;
}

.sf-toolbarreset {
  display: none !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.starting-page {
  position: relative;
}

.starting-page .principal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.starting-page h2 {
  margin-bottom: 35px;
}

.memory-game h3 {
  color: #000;
  font-weight: 400;
}

.starting-page h3 {
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 8px;
}

.starting-page p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.starting-page .carousel-control-prev,
.starting-page .carousel-control-next {
  width: 10%;
}

.starting-page .carousel-control-next-icon,
.starting-page .carousel-control-prev-icon {
  background: none;
  font-size: 3.5rem;
  line-height: 1;
  width: auto;
  height: auto;
}

.blue-container{
  background-color: #ffffff;
  padding: 20px;
  margin: 12px;
  color: #002C50;
  min-height: 332px;
}

.basic-btn {
  font-family: "FS Industrie Cd Bold", "Raleway", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: white;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: none;
  text-transform: uppercase;
  background-color: #EF7B10;
  font-weight: 700;
}

ul {
  list-style: none;
  padding-left: 0px;
}

.extended-text-margin {
  margin-bottom: 35px;
}

.starting-page .btn-get-started:hover {
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
}

.text-instructions {
  font-size: 1rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section.animate__fadeIn{
  --animate-duration: 0.5s;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title p {
  margin-left: 20px;
  margin-right: 20px;
}

.section-title h2 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  line-height: 30px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  margin-top: 20px;
  color: var(--basic-black);
}

.policies {
  margin-left: 20px;
  margin-right: 20px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: black;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.mt-5,
.my-5 {
  margin-top: 0 !important;
}
.form-row {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.formulario-titulo{
  font: normal normal normal 18px/24px "Roboto Regular";
  text-align: center;
}

  .formulario-titulo b{
    font: normal normal bold 18px/24px "Roboto Bold";
  }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  justify-content: center;
  margin-bottom: 10px;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 1;
  transition-property: opacity, transform;
}

.contact {
  margin-top: 30px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 1.75rem;
  color: var(--main-color);
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #555974;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--main-color);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error {
  color: #e35353;
  margin: 0px;
  font-weight: 400;
  font-size: 0.675rem;
  margin-top: 5px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #e35353;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.error-messages {
  font-size: 1rem;
  color: red;
}

#link-politica, #link-bases{
  color: #002C50;
  text-decoration: underline;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border: none;
  border-bottom: 2px solid #007CB8;
  border-radius: none;
  background-color: transparent;
  box-shadow: none;
  font: normal normal bold 14px/32px "Roboto Bold";
  text-align: center;
  padding: 0px;
  line-height: 1rem;
  color: #002C50 !important;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #002C50 !important;
  opacity: 1; /* Firefox */
}

.contact .php-email-form input::-ms-input-placeholder,
.contact .php-email-form textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #002C50 !important;
}

.contact .php-email-form input {
  border-radius: 0px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

/* .contact .php-email-form button[type="submit"]:hover {
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
} */
.row.mt-5 {
  justify-content: center;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.group-comunications, .group-terms {
  position: relative;
}

  .custom-checkbox {
      align-self: flex-start;
      color: #007CB8;
      padding-left: 5px;
      padding-right: 5px;
  }

  .custom-checkbox span {
    padding-right: 10px;
    font-size: 1.3rem;
    height: 35px;
    display: flex;
    align-items: center;
  }

  .table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #007CB8;
    border-top: 0.5px solid #007CB8;
    color: #007CB8;
    font-size: 1.125rem;
  }

  .table td{
    border-top: 0px solid white !important;
  }

  .table tbody{
    color: #002C50;
  }

  .btn-secondary {
    padding: 4px 28px !important;
  }

  .required-fields{
    font: normal normal normal 10px/32px "Roboto Regular";
    margin-top: -15px;
  }
/*
input[type="radio"].custom-radio {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: var(--main-color);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--main-color);
  border-radius: 50%;
}

input[type="radio"] {
  
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--main-color);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--main-color);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--main-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.title-form-group p {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title-form-group p:last-of-type {
  margin-right: 0px;
}


.smaller-letter {
  font-size: 0.75rem;
  font-family: "Roboto Regular";
}

.data-controll {
  margin-top: 40px;
  margin-bottom: 25px;
}

.form-group {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

input[type="date"]:before {
	content: attr(placeholder) !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	color: #6C757D;
	background: #fff;
	line-height: 30px;
}

input[type=date]::-webkit-calendar-picker-indicator {
	color: #6C757D;
}

input[type="date"]:focus:before,
input[type="date"].edited:before /* ,
input[type="date"]:not([value=""]):valid:before,
input[type="date"]:not([value=""]):not(:focus):invalid:before */ {
	content: "" !important;
}

/*--------------------------------------------------------------
# Memory
--------------------------------------------------------------*/

.memory-container {
  display: flex;
  flex-direction: column;
}

.memory-game {
  width: 540px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  perspective: 1000px;
}

.memory-game h2 {
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}

table {
  border-color: #285F41 !important;
}

.memory-card {
  width: calc(33.333% - 10px);
  height: calc(33.333% - 10px);
  margin: 5px;
  position: relative;
  transition: all .5s;
  transform-style: preserve-3d;
  transform: scale(1);
}

.logo-start {
  max-width: 80%;
  margin-bottom: 10px;
}

.memory-card.flip {
  transform: rotateY(-180deg);
}

.memory-card:active {
  transform: scale(0.97);
  transition: transform .2s;
}

.front-face,
.back-face {
  width: 100%;
  height: 100%;
  padding: 0px;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.front-face {
  transform: rotateY(180deg);
}

.stats {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  /* color: var(--basic-black); */
  font-size: 1.5rem;
  margin-top: 40px;
  color: #002C50;
}

.top-logo-container {
  margin-top: 45px;
}

.stats span {
  font-weight: 500;
}

.time {
  margin-right: 15px;
  min-width: 120px;
}

.tryes {
  margin-right: 15px;
}

.completed-game {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-top: 40px;
  background: rgb(255 255 255 / 60%);
  padding: 30px 20px;
}

.reward-displayer .second-title {
  margin-bottom: 20px;
}

.completed-game h3 {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.completed-game p {
  font-size: 1.2rem;
}

.thanks{
  background-color: #007CB8;
  color: white;
  padding: 14px 0;
  font-family: "FS Industrie Cd Bold";
  font-size: 1.875rem !important;
  text-transform: uppercase;
}

.finalTime-title{
  margin-bottom: 0;
  font-family: "FS Industrie Cd Bold";
  font-size: 1.875rem !important;
  color: #007CB8;
}

#finalTime{
  color: #007CB8;
  font-family: "FS Industrie Cd Bold";
  font-size: 2.875rem !important;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

.rewarded-text{
  color: #007CB8;
  /* font-family: "FS Industrie Cd Bold"; */
  /* font-size: 1.5rem !important; */
  font: normal normal normal 23px/25px "Roboto Regular";
  line-height: 1.5rem;
  margin-bottom: 10px !important;
}

.rewarded-text-2{
  color: #00274D;
  font-family: "FS Industrie Cd Bold";
  font-size: 1.563rem !important;
  line-height: 1.8rem;
}

.color-blue{
  color: #007CB8;
  font-size: 1.5rem !important;
  font-family: "FS Industrie Cd Bold";
  margin-bottom: 0;
  line-height: 1.6rem;
}

.reward-displayer img {
  max-width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ranking-loader {
  text-align: center;
  margin-top: 30px;
  font-size: 4rem !important;
}

.svg-inline--fa {
  color: var(--main-color);
}

th .svg-inline--fa {
  color: var(--main-color);
  font-size: 1.5rem;
}

tr.user-played {
  color: #fff;
  font-weight: 700;
  background-color: #007CB8 !important;
}

#ranking-table-body tr:nth-child(2n+1) {
  background-color: rgba(158, 158, 158, 0.3);
}

.card-blocked {
  opacity: 0.2;
}

.time-start {
  position: absolute;
  z-index: 100;
  color: white;
  font-size: 220px;
}

.ranking {
  margin-bottom: 40px;
  align-content: flex-start;

}

.ranking h3{
  color: #002C50;
  margin: 20px 0;
  font-family: "FS Industrie Cd Bold";
  font-size: 1.875rem;
}

.end-campaign{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-top: 40px;
  background: rgb(255 255 255 / 60%);
  padding: 30px 36px;
  margin-bottom: 20px !important;
}

.small-final-text{
  color: #00274D;
  font-family: "FS Industrie Cd Bold";
  font-size: 0.938rem;
}

.thanks-end{
  background-color: #007CB8;
  color: white;
  padding: 5px 0;
  font-family: "FS Industrie Cd Bold";
  font-size: 2.5rem !important;
  text-transform: uppercase;
  line-height: 50px;
  padding-top: 10px;

}

.finalTime-title-end{
  margin-bottom: 0;
  font-family: "FS Industrie Cd Bold";
  font-size: 2rem !important;
  line-height: 2.5rem;
  color: #007CB8;
}

.rewarded-text-end{
  color: #00274D;
  font-family: "FS Industrie Cd Bold";
  font-size: 1.375rem !important;
  line-height: 1.8rem;
  margin-top: 32px;
}

.color-blue-end{
  color: #007CB8;
  font-size: 2rem;
  font-family: "FS Industrie Cd Bold";
  margin-bottom: 0;
  line-height: 2rem;

}

.completed-game-donwload,
.completed-game-signin {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -70px;
}
  .completed-game-donwload img,
  .completed-game-signin img {
    width: 100%;
  }



/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/

.loading {
  background: rgba(255,255,255,.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
  .loading > div {
      display: table;
      height: 100%;
      width: 100%;
      text-align: center;
  }
      .loading > div > div {
          display: table-cell;
          vertical-align: middle;
      }

/********** COOKIES ****************/
.change-cookie-setting {
  text-decoration: underline;
}

#cookies-preference-modal .modal-header{    
  margin: auto;
  font-size: 1.3rem;
  border: transparent;
}

#cookies-preference-modal input[type="checkbox"] {
  height: 15px !important;
  width: 15px !important;
}

#cookies-preference-modal label.checkbox{
  margin: 0!important;
}

.block-cookies-title .cookie-title {
  width: 80%;
  display: inline-block;
  font-weight: 700;
}

.technical-container, .analytical-container, .advertising-container {
  border-bottom: 1px solid var(--corporative-color);
  margin: 20px 0;
}

.block-cookies-title {
  width: 90%;
  display: inline-block;
  text-align: start;
}

.block-cookies-button {
  width: 10%;
  float: right;
  text-align: end;
}

.block-cookies-button button, .block-cookies-button button:focus {
  background: transparent;
  border-radius: 50px;
  border: 0px;
  outline: none;
}

#cookies-preference-modal {
  /* width: 50%; */
  margin: auto;
}

  #cookies-preference-modal .modal-title, #cookies-preference-modal .modal-header, #cookies-preference-modal .modal-footer, .cookies-btns{
      width: 100%;
      text-align: center;
      border: 0 !important;
  }

  #cookies-preference-modal .modal-body{
      margin: 0 15px;
      font-size: 0.875rem;
  }

  .title-error {
    padding-left: 5px;
    align-self: flex-start;
  }

  .cookies-btns .btn {
    font-size: 0.875rem;
    padding: 10px 15px;
  }

  #cookies-preference-modal .modal-title{
      font-size: 1.3rem;
      text-transform: uppercase;
  }

  .preferences-container{
      text-align: left;
  }

  .cookie-title{
      color: var(--corporative-color);    
      font-size: 1.3rem;
  }

  .table{
      font-size: 0.8rem;
  }
/******* COOKIES POLICY *************/

#cookies-policy .modal-header{
  margin: unset;
}
#cookies-policy .modal-title{
  width: 100%;
}

#cookies-policy .modal-title > div{
  display: inline-block;
}

#cookies-policy .modal-title > .close-terms{
  float: right;
  cursor: pointer;
}

#cookies-content {
  font-family: "Open Sans", sans-serif !important;
  text-transform: none;
}

#cookies-preferences {
  font-family: "Open Sans", sans-serif !important;
  text-transform: none;
}

.footer{
  background-color: #F0F0F0;
  height: 35px;
  color: #B9B9B9;
  font-size: 0.8rem;
  text-align: center;
  bottom: 0;
  position: absolute;
  left: 0px;
  right: 0px;
}

.footer .open-cookies{
    cursor: pointer;
}

.cokies-policy-footer {
  text-align: center;
}

.cookies-policy-body h4, .cookies-policy-body h5 {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: justify;
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
}

.cookies-policy-body p, .cookies-policy-body li {
  font-size: 0.8rem;
  text-align: justify;
  font-family: "Roboto Bold", sans-serif;
}

.cookies-policy-body td, .cookies-policy-body tr {
  font-size: 0.8rem;
  font-family: "Roboto Bold", sans-serif;
  text-align: center;
}

.cookies-policy-body .table-container {
  overflow: auto;
}
  
.completed-game.submitedform.reward,
.completed-game.submitedform.reward-text {
  margin-top: 0;
}

.completed-game.submitedform.reward h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.completed-game.submitedform.reward  .reward-text-1{
  font-size: 1.75rem;
  line-height: 1.87rem;
  color: #002C50;
  font-family: 'FS Industrie Cd Bold';
}

.completed-game.submitedform.reward  .reward-text-2{
  font-size: 3.12rem;
  line-height: 2.9rem;
  color: #002C50;
  font-family: 'FS Industrie Cd Bold';
}

.completed-game-donwload.reward{
  margin-top: -40px;
}

p.text-title-end {
  font-size: 1.2rem;
  font-family: "Roboto Regular";
  color: #007CB8;
  margin-top: 20px !important;
}

@media screen and (max-width: 750px) {
  .memory-game {
    width: 100%;
  }

  .memory-card {
    width: calc(33.333% - 8px);
    height: calc(33.333% - 20px);
    margin: 4px;
  }
}

@media screen and (max-width: 575px) {
  html {
    /* font-size: 18px; */
  }

  .stats {
    font-size: 0.875rem;
    padding-left: 15px;
  }

  canvas#canvas {
    margin-left: initial;
  }

  .reward-displayer {
    width: 100%;
    padding: 10px 0px;
    top: 65vh;
  }

  .form-control {
    width: 100%;
    margin: auto;
  }

  .custom-checkbox {
    width: 100%;
    margin: auto;
    padding-bottom: 0 !important;
  }

  .top-content img {
    position: initial;
    height: 25px;
  }

  .navbar-gradient {
    height: 71px;
  }
}

@media screen and (max-width: 360px) {
  .custom-checkbox {
    width: 100%;
    margin: auto;
  }

  .form-control {
    width: 100%;
    margin: auto;
  }
}