/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Graphie";
  src: url("fonts/Graphie-Regular.eot");
  src: url("fonts/Graphie-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Graphie-Regular.woff2") format("woff2"), url("fonts/Graphie-Regular.woff") format("woff"), url("fonts/Graphie-Regular.ttf") format("truetype"), url("fonts/Graphie-Regular.svg#Graphie-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Graphie", sans-serif;
  font-weight: 400;
}

sup {
  font-size: 60%;
  vertical-align: top;
  bottom: 0.3rem;
  position: relative;
}

input:focus,
button:focus,
select:focus {
  outline: none;
}

.mdl-homepage {
  flex: 1;
  padding: 2rem 2.5rem;
}
.mdl-homepage--home {
  position: relative;
}
.mdl-homepage.video .container__bx {
  flex-wrap: nowrap;
}

.container {
  max-width: 102.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
.container__bx {
  padding: 5rem 4rem;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .container__bx {
    padding: 0;
  }
}

h1 {
  color: #427BDA;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 5.8rem;
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

h2 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4.8rem;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 1rem 0;
}

strong {
  font-weight: 800;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #427BDA;
}

article {
  background-color: #F9F9F9;
  padding: 4rem;
}
@media (max-width: 767.98px) {
  article {
    padding: 3rem;
  }
}
@media (max-width: 575.98px) {
  article {
    padding: 2rem;
  }
}
article p {
  margin-top: 0;
}

li {
  position: relative;
  margin-bottom: 1rem;
  margin-left: 4rem;
}

li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.7rem;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #427BDA;
  border-radius: 50%;
}

.btns {
  display: flex;
  margin-top: 2rem;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .btns {
    margin-top: 0;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .btns {
    flex-flow: column;
  }
}
.btns button,
.btns a {
  margin-left: 2rem;
}
@media (max-width: 767.98px) {
  .btns button,
  .btns a {
    margin-top: 2rem;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .btns button,
  .btns a {
    width: 100%;
  }
}

.responsive-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subtitle_profile {
  color: #427BDA;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 5.8rem;
}
@media (max-width: 767.98px) {
  .subtitle_profile {
    font-size: 3.4rem;
    line-height: 4.8rem;
  }
}
.subtitle_profile span {
  opacity: 0.3;
}

.children_profile {
  color: #427BDA;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 5.8rem;
}
@media (max-width: 767.98px) {
  .children_profile {
    font-size: 3.4rem;
    line-height: 4.8rem;
  }
}
.children_profile span {
  opacity: 0.3;
}

.js-feedback-login {
  color: yellow;
}

table {
  border-collapse: separate;
  border-spacing: 0.1rem;
}

td, th {
  padding: 1rem;
}

.number_test {
  color: #427BDA;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.underline-dot {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  opacity: 1;
}

.underline-dot::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #427BDA;
}

.underline-dot::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -11px;
  width: 11px;
  height: 11px;
  background-color: #427BDA;
  border-radius: 50%;
}

.underline-dot-revert {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  opacity: 1;
}

.underline-dot-revert::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #427BDA;
}

.underline-dot-revert::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -11px;
  width: 11px;
  height: 11px;
  background-color: #427BDA;
  border-radius: 50%;
}

.item-profile {
  max-width: 300px;
}

.flex-module-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.btn {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: "Graphie", sans-serif;
  text-align: center;
}
.btn.btn-primary {
  background-color: #427BDA;
  border: 0.1rem solid #427BDA;
}
.btn.btn-primary:hover {
  color: #427BDA;
  background-color: transparent;
}

.flex-table {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.flex-table--unity {
  gap: 2rem;
}

.flex-row {
  display: flex;
  gap: 0.2rem;
}
.flex-row--unity {
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .flex-row--unity {
    display: grid;
  }
}

.flex-cell {
  flex: 1;
  padding: 0.8rem;
  text-align: left;
  background-color: #F9F9F9;
  padding-left: 2rem;
  align-content: center;
}

.flex-cell-header {
  font-weight: bold;
  background-color: #427BDA;
  color: #fff;
}

table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

table tr {
  background-color: #F9F9F9;
  border: 0.1rem solid #fff;
}

table th,
table td {
  padding: 0.8rem;
  text-align: left;
  background-color: #F9F9F9;
  padding-left: 2rem;
  align-content: center;
  border: 0.2rem solid #fff;
}

table th {
  font-weight: bold;
  background-color: #427BDA;
  color: #fff;
}

@media screen and (max-width: 600px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 0;
    display: block;
    margin-bottom: 0.5rem;
  }
  table td {
    border-bottom: 0;
    display: block;
    padding-left: 1rem;
  }
  table td::before {
    content: attr(data-label);
    float: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.grid-module-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 116px;
  max-width: 763px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .grid-module-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.grid-module-container a {
  width: 100%;
  max-width: 310px;
}
.grid-module-container a:hover h2 {
  color: #427BDA;
}
.grid-module-container a:hover hr {
  background-color: #427BDA;
}

.grid-module-item {
  text-align: center;
  align-items: center;
  max-width: 310px;
}
.grid-module-item img {
  width: 100%;
  max-width: 217px;
}
.grid-module-item h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #404040;
  padding: 25px 0 21px;
}
.grid-module-item hr {
  height: 6px;
  border-radius: 5px;
  background-color: #404040;
  border-color: #404040;
  border: 0 solid;
  width: 100%;
  margin-bottom: 40px;
}

.grid-unity-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .grid-unity-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-unity-item {
  text-align: left;
  background-color: #F9F9F9;
  color: #404040;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
}
.grid-unity-item span {
  background-color: #53C1CC;
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  width: 80px;
  height: 120px;
  margin-right: 20px;
  text-align: center;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
}
.grid-unity-item--disable {
  color: #404040;
  background-color: #F9F9F9;
}
.grid-unity-item--disable span {
  background-color: #c3c3c3;
}
.grid-unity-item__img {
  max-width: 12rem;
  padding-bottom: 33%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.grid-unity-item__cn {
  padding: 2.3rem 4.6rem 2.4rem 2.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}
.grid-unity-item__cn p {
  margin: 0;
}
.grid-unity-item__cn h2 {
  color: #427BDA;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
.grid-unity-item__cn a {
  color: #427BDA;
  font-weight: 500;
}
.grid-unity-item__cn strong {
  font-weight: 700;
}

.grid-themes-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .grid-themes-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-themes-item {
  background-color: #53C1CC;
  text-align: center;
  padding: 2rem;
  color: #fff;
  font-size: 2rem;
  height: 100%;
  border-radius: 1.5rem;
}
.grid-themes-item--test {
  color: #427BDA;
  background-color: #F9F9F9;
}
.grid-themes-item img {
  height: 4em;
}

.modal-iframe .fancybox__content {
  width: 40rem;
  height: 30rem;
}

.test-item {
  padding-bottom: 2rem;
}

.answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}
.answer input {
  margin-right: 8px;
}
.answer input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid #ccc;
  border-radius: 50%;
  outline: none;
  flex: none;
  margin-left: 0;
}
.answer input[type=radio]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.answer input[type=radio]:checked {
  border: 0.2rem solid #427BDA;
}
.answer input[type=radio]:checked:before {
  background: #427BDA;
}
.answer p {
  margin-top: 0;
  margin-bottom: 0;
}

.question {
  padding-left: 3rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  display: inline-flex;
}

.la-check {
  color: green;
  margin-right: 0.8rem;
  line-height: 2.2rem;
}

.la-times {
  color: red;
  margin-right: 0.8rem;
  line-height: 2.2rem;
}

.feedback {
  display: flex;
}
.feedback__txt p {
  margin-top: 0;
}

.form-control,
.form-select,
textarea {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
  border: 0;
  color: #000;
  font-family: "Graphie", sans-serif;
  position: relative;
  border-bottom: 0.1rem solid #000;
  padding: 0.8rem 1rem;
  border-radius: 0;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #000;
  font-family: "Graphie", sans-serif;
  opacity: 1;
}
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #000;
  font-family: "Graphie", sans-serif;
  opacity: 1;
}

.form-select {
  background-image: url("../imgs/form-select.svg");
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  resize: none;
}

.form-group {
  position: relative;
}

.mdl-homepage h1 {
  margin-bottom: 2rem;
}
.mdl-homepage--contact form button.btn {
  font-family: "Graphie", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: center;
  background-color: #1F4130;
  width: 100%;
  max-width: 36.8rem;
  border-radius: 2rem;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.field-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 1.4rem;
  background-image: url("../imgs/eye.svg");
  width: 3rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.field-icon--on {
  background-image: url("../imgs/eye-slash.svg");
}

.aviso-hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  opacity: 0.2;
}

.iframe-box {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  width: 80%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .iframe-box {
    width: 100%;
  }
}
.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modules-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 9rem;
}
@media (max-width: 767.98px) {
  .modules-box {
    margin: 0 0;
  }
}
.modules-box > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modules-box img {
  width: 100%;
  height: auto;
}
.modules-box__bt {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  cursor: pointer;
  margin-top: -3vh;
}
.modules-box__bt--lt {
  width: 30%;
  z-index: 2;
  background-image: url(../imgs/bt1-off.png);
}
.modules-box__bt--lt:hover {
  background-image: url(../imgs/bt1-on.png);
}
.modules-box__bt--rt {
  width: 30%;
  z-index: 3;
  background-image: url(../imgs/bt2-off.png);
}
.modules-box__bt--rt:hover {
  background-image: url(../imgs/bt2-on.png);
}
.modules-box__cnt {
  width: 46%;
  margin-left: -3%;
  margin-right: -3%;
  z-index: 1;
  height: 47vh;
}
@media (max-width: 610px) {
  .modules-box__cnt {
    height: auto;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.breadcrumbs--backbt {
  width: 3.4rem;
  min-width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  background-color: #427BDA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs--back {
  width: 2.3rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}
.breadcrumbs h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-right: 2rem;
  margin-bottom: 0;
}
.breadcrumbs h1.breadcrumbs-h1 {
  font-size: 3.4rem;
  line-height: 5.8rem;
}

.header {
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
  background-color: #fff;
}
.header__topbar {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 3rem;
  height: 6.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: black;
}
.header__topbar strong {
  color: #1F4130;
}
.header__topbar p {
  display: inline;
}
@media (max-width: 767.98px) {
  .header__topbar p {
    display: none;
  }
}
.header__topbar span {
  background-color: #1F4130;
  color: #fff;
  border-radius: 50%;
  padding: 0.5em;
  margin-right: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header__links {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .header__links {
    align-items: left;
    justify-content: flex-end;
  }
}
.header__links a {
  color: #000;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.header__links a:hover {
  color: #427BDA;
}
.header__links .las {
  font-size: 2.4rem;
}
.header__navbar {
  width: 100%;
  height: 16.2rem;
  margin: 0 auto;
  padding: 2.5rem 3rem 0 3rem;
  background-color: #C4C4C7;
  background-image: url(../imgs/bg-int.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .header__navbar {
    background-image: url(../imgs/bg-int-tablet.jpg);
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .header__navbar {
    background-image: url(../imgs/bg-int-mobile.jpg);
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
  }
}
.header__navbar .brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .header__navbar .brand {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header__navbar .brand {
    margin-bottom: 0;
  }
}
.header__navbar .logo {
  max-width: 28rem;
}
@media (max-width: 767.98px) {
  .header__navbar .logo {
    max-width: 23rem;
  }
}
.header__navbar .sublogo {
  width: 14.3rem;
  height: 3rem;
}
.header__navbar .menu {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .header__navbar .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 23rem;
    padding: 6rem 4rem;
    flex-direction: column;
    width: 100%;
    background-color: #F9F9F9;
    z-index: 100;
  }
  .header__navbar .menu.js-active {
    display: flex;
    padding: 2.1rem 0 0;
  }
}
.header__navbar .menu a {
  color: #fff;
  margin-left: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  position: relative;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header__navbar .menu a {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-left: 0;
    margin-top: 0.4rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.header__navbar .menu a:nth-child(1) {
  background-color: rgba(241, 148, 19, 0.4);
}
.header__navbar .menu a:nth-child(1):hover, .header__navbar .menu a:nth-child(1).selected {
  background-color: #F19413;
}
.header__navbar .menu a:nth-child(2) {
  background-color: rgba(228, 174, 35, 0.4);
}
.header__navbar .menu a:nth-child(2):hover, .header__navbar .menu a:nth-child(2).selected {
  background-color: #E4AE23;
}
.header__navbar .menu a:nth-child(3) {
  background-color: rgba(83, 193, 204, 0.4);
}
.header__navbar .menu a:nth-child(3):hover, .header__navbar .menu a:nth-child(3).selected {
  background-color: #53C1CC;
}
.header__navbar .menu a:nth-child(4) {
  background-color: rgba(63, 113, 222, 0.4);
}
.header__navbar .menu a:nth-child(4):hover, .header__navbar .menu a:nth-child(4).selected {
  background-color: #3F71DE;
}
.header__navbar .menu a:nth-child(5) {
  background-color: rgba(50, 73, 101, 0.4);
}
.header__navbar .menu a:nth-child(5):hover, .header__navbar .menu a:nth-child(5).selected {
  background-color: #324965;
}

.m-toggle {
  display: none;
  width: 6.6rem;
  height: 6.6rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9;
  padding: 2rem;
  align-self: flex-end;
  margin-left: 2rem;
  background-color: #f39c12;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (max-width: 991.98px) {
  .m-toggle {
    display: block;
  }
}
.m-toggle span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 3rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 1.8rem;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media (max-width: 767.98px) {
  .m-toggle span {
    background-color: #fff;
  }
}
.m-toggle span:nth-child(1) {
  top: 2.2rem;
}
.m-toggle span:nth-child(2) {
  top: 3.2rem;
  left: 1.8rem;
}
.m-toggle span:nth-child(3) {
  top: 3.2rem;
  max-width: 80%;
  left: 1.8rem;
}
.m-toggle span:nth-child(4) {
  top: 4.2rem;
}
.m-toggle.js-active span:nth-child(1) {
  top: 2.2rem;
  width: 0%;
  left: 50%;
}
.m-toggle.js-active span:nth-child(2) {
  transform: rotate(45deg);
  max-width: 100%;
}
.m-toggle.js-active span:nth-child(3) {
  transform: rotate(-45deg);
  max-width: 100%;
}
.m-toggle.js-active span:nth-child(4) {
  top: 1rem;
  width: 0%;
  left: 50%;
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  background-color: #1F4130;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
    justify-content: center;
    padding: 1.1rem 2.5rem;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #000;
}
@media (max-width: 767.98px) {
  .footer a {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0;
  }
}
.footer span {
  margin-right: 2rem;
  margin-left: 2rem;
}
@media (max-width: 767.98px) {
  .footer span {
    display: none;
  }
}
.footer p {
  display: inline;
}
@media (max-width: 767.98px) {
  .footer p {
    display: block;
    font-size: 1.6rem;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .footer__lt {
    text-align: right;
  }
}
.footer__lt a {
  display: inline-block;
  margin-left: 1rem;
}
@media (min-width: 767.98px) {
  .footer__copy br {
    display: none;
  }
}

.footerlogo {
  max-width: 5rem;
  height: auto;
}
@media (max-width: 767.98px) {
  .footerlogo {
    max-width: 20rem;
    height: auto;
  }
}

.home-logo-forma {
  width: 21.7rem;
  position: absolute;
  top: 3.8rem;
  left: 0;
}
@media (max-width: 767.98px) {
  .home-logo-forma {
    width: 12rem;
  }
}

.home-background {
  background-image: url("../imgs/bk-pc.jpg");
  background-repeat: no-repeat;
  background-color: #427BDA;
  background-size: cover;
  background-position: top left;
}
@media (max-width: 991.98px) {
  .home-background {
    background-image: url("../imgs/bk-tablet.jpg");
    background-position: center left;
  }
}
@media (max-width: 767.98px) {
  .home-background {
    background-image: url("../imgs/bk-mobile.jpg");
    background-position: center left;
  }
}
.home-background .footer {
  padding: 1rem 2.5rem;
}
.home-background .footer .footerlogo {
  display: none;
}

.home-bx {
  position: absolute;
  bottom: 15rem;
  left: 10rem;
  max-width: 45rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-bx {
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    max-width: 90%;
  }
}
@media (max-height: 500px) {
  .home-bx {
    bottom: inherit;
    top: 12rem;
    display: flex;
    width: 82%;
    justify-content: space-between;
    max-width: inherit;
    gap: 2rem;
    max-width: inherit;
  }
}
@media (max-height: 700px) and (min-width: 767.98px) {
  .home-bx {
    bottom: inherit;
    top: 17rem;
    display: flex;
    width: 82%;
    justify-content: space-between;
    max-width: inherit;
    gap: 2rem;
  }
}

.home-tit {
  margin-bottom: 3rem;
}
.home-tit img {
  width: 100%;
  max-width: 45rem;
}

.home-login-form {
  background-color: rgba(250, 250, 250, 0.4);
  padding: 2rem 3rem;
  max-width: 45rem;
  width: 100%;
  border-radius: 1rem;
}
.home-login-form button {
  border-radius: 5rem;
  background-color: #1F4130;
  margin: 1.6rem 0rem;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  border: 0;
}
.home-login-form button:hover {
  background-color: #fff;
  color: #1F4130;
}
@media (max-width: 767.98px) {
  .home-login-form button {
    margin: 0.8rem 0;
  }
}
.home-login-form input {
  background-color: transparent !important;
  margin: 1rem 0rem;
  font-size: 1.4rem;
  color: #fff !important;
  font-weight: 400;
  width: 100%;
  border: 0;
  border-bottom: 0.1rem solid #1F4130;
  padding: 0.4rem;
  font-family: "Graphie", sans-serif;
  border-radius: 0;
}
.home-login-form input::-moz-placeholder {
  color: #fff !important;
}
.home-login-form input::placeholder {
  color: #fff !important;
}
.home-login-form input:focus-visible {
  outline-offset: 0rem;
  outline: 0;
}
.home-login-form input:focus::-moz-placeholder {
  color: transparent;
}
.home-login-form input:focus::placeholder {
  color: transparent;
}
@media (max-width: 767.98px) {
  .home-login-form input {
    padding: 0.4rem;
    margin: 0.6rem 0;
  }
}
.home-login-form input:-webkit-autofill, .home-login-form input:-webkit-autofill:focus, .home-login-form input:-webkit-autofill:hover, .home-login-form input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.home-login-form a {
  color: #fff;
  font-size: 1.4rem;
}

.product-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.product-container__lt {
  width: 60%;
  padding-right: 3.3rem;
}
@media (max-width: 767.98px) {
  .product-container__lt {
    width: 100%;
    padding-right: 3.3rem;
    padding-left: 3.3rem;
  }
}
.product-container__lt img {
  width: 100%;
}
.product-container__rt {
  width: 40%;
  text-align: right;
}
@media (max-width: 767.98px) {
  .product-container__rt {
    width: 100%;
    padding-top: 5rem;
  }
}
.product-container__rt ul {
  list-style: none;
}
.product-container__rt ul li {
  margin-bottom: 5rem;
  margin-left: 0;
}
.product-container__rt ul li a:link, .product-container__rt ul li a:active, .product-container__rt ul li a:focus, .product-container__rt ul li a:visited {
  display: inline-block;
  width: 100%;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  color: #53C1CC;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #53C1CC;
}
.product-container__rt ul li a:link:hover, .product-container__rt ul li a:active:hover, .product-container__rt ul li a:focus:hover, .product-container__rt ul li a:visited:hover {
  color: #404040;
  border-bottom: 0.1rem solid #404040;
}
.product-container__rt ul li::before {
  content: "";
  position: absolute;
  left: inherit;
  right: 0;
  top: inherit;
  bottom: -0.5rem;
  height: 1.1rem;
  width: 1.1rem;
  background-color: #53C1CC;
  border-radius: 50%;
}
.product-container__rt ul li:hover::before {
  background-color: #404040;
}

/*# sourceMappingURL=app.css.map*/