@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/* 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;
}

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: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7490196078);
}

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;
  padding-top: 3.6rem;
  padding-bottom: 4.4rem;
  padding-right: 2.5rem;
  padding-left: 0;
}
@media (height <= 800px) {
  .mdl-homepage--home {
    padding-top: 1.6rem;
    overflow-y: auto;
  }
}
@media (width <= 1199.98px) {
  .mdl-homepage--home {
    padding: 15rem 0 3rem 0;
  }
}
@media (width <= 767.98px) {
  .mdl-homepage--home {
    padding: 3rem 0 3rem 0;
  }
}
.mdl-homepage--home .container {
  background-color: transparent;
  max-width: 100%;
  margin: 0;
}
@media (width >= 1199.98px) {
  .mdl-homepage--home .container {
    height: calc(100vh - 267px);
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    padding-bottom: 5rem;
  }
}
@media (width <= 1199.98px) {
  .mdl-homepage--home .container {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 767.98px) and (max-height: 950px) {
  .mdl-homepage--home .container {
    flex-flow: row nowrap;
  }
}
@media (width <= 767.98px) {
  .mdl-homepage--home .container {
    padding-top: 0;
    max-width: 100%;
  }
}
.mdl-homepage__tit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4.2rem;
  width: 100%;
}
@media (height <= 950px) {
  .mdl-homepage__tit {
    width: 60rem;
  }
}
@media (width <= 767.98px) {
  .mdl-homepage__tit {
    margin-bottom: 2.7rem;
    padding-right: 10%;
  }
}
.mdl-homepage__tit img {
  width: 100%;
}
.mdl-homepage__logo {
  padding-top: 2.8rem;
}
@media (height <= 800px) {
  .mdl-homepage__logo {
    padding-top: 0.8rem;
  }
}
@media (width <= 767.98px) {
  .mdl-homepage__logo {
    padding-top: 0;
    margin-right: -3rem;
  }
}
@media (width <= 767.98px) {
  .mdl-homepage__logo--dk {
    display: none;
  }
}
.mdl-homepage__logo--mob {
  display: none;
}
@media (width <= 767.98px) {
  .mdl-homepage__logo--mob {
    display: block;
  }
}
.mdl-homepage__logo img {
  max-width: 86.1rem;
}
@media (width <= 821px) {
  .mdl-homepage__logo img {
    max-width: 40.1rem;
  }
}
@media (height <= 800px) {
  .mdl-homepage__logo img {
    max-width: 66.1rem;
  }
}
@media (width <= 767.98px) {
  .mdl-homepage__logo img {
    margin-top: 3rem;
    max-width: 26.1rem;
  }
}
.mdl-homepage.video .container__bx {
  flex-wrap: nowrap;
}
.mdl-homepage.primary h1, .mdl-homepage.primary h2, .mdl-homepage.primary h3, .mdl-homepage.primary h4, .mdl-homepage.primary h5, .mdl-homepage.primary h6 {
  color: #FCBE0E;
}
.mdl-homepage.primary h1.unit-tit, .mdl-homepage.primary h2.unit-tit, .mdl-homepage.primary h3.unit-tit, .mdl-homepage.primary h4.unit-tit, .mdl-homepage.primary h5.unit-tit, .mdl-homepage.primary h6.unit-tit {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #235E57;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
.mdl-homepage.primary h1 a, .mdl-homepage.primary h2 a, .mdl-homepage.primary h3 a, .mdl-homepage.primary h4 a, .mdl-homepage.primary h5 a, .mdl-homepage.primary h6 a {
  color: #FCBE0E;
}
.mdl-homepage.secondary h1 {
  color: #235E57;
}
.mdl-homepage.secondary h1 a {
  color: #235E57;
}
.mdl-homepage.secondary h2, .mdl-homepage.secondary h3, .mdl-homepage.secondary h4, .mdl-homepage.secondary h5, .mdl-homepage.secondary h6 {
  color: #FCBE0E;
}
.mdl-homepage.secondary h2 a, .mdl-homepage.secondary h3 a, .mdl-homepage.secondary h4 a, .mdl-homepage.secondary h5 a, .mdl-homepage.secondary h6 a {
  color: #FCBE0E;
}
.mdl-homepage--poll h2 {
  line-height: 3rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.mdl-homepage--poll h3 {
  padding-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.mdl-homepage--contact {
  padding: 2rem 2.5rem;
}
@media (width <= 991.98px) {
  .mdl-homepage--contact {
    padding: 3rem 2.5rem;
  }
}

.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: #235E57;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

h2 {
  color: #235E57;
  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;
  }
}

.h2 {
  color: #235E57;
  font-weight: 700;
}

.basic {
  color: #FCBE0E !important;
}

.mt-2 {
  margin-top: 2rem;
}

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

strong {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #235E57;
}

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: #235E57;
  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-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
}
.responsive-video.youtube iframe {
  aspect-ratio: 16/9;
}
.responsive-video.vimeo iframe {
  aspect-ratio: 4/3;
}
.responsive-video iframe {
  width: 100%;
}

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

.subtitle_profile {
  color: #235E57;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.subtitle_profile span {
  opacity: 0.3;
}

.children_profile {
  color: #235E57;
  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;
}

.js-feedback {
  margin-top: 2rem;
}

td, th {
  padding: 1rem;
}

.number_test {
  color: #235E57;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  left: 0.3rem;
  top: 0;
  font-weight: 700;
}

.disabled-option {
  text-decoration: line-through;
  pointer-events: none;
  opacity: 0.8;
}

.btn {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.7rem 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2rem;
  font-weight: 500;
}
.btn.btn-basic {
  background-color: #FCBE0E;
  border: 0.1rem solid #FCBE0E;
}
.btn.btn-basic:hover {
  color: #FCBE0E;
  background-color: #fff;
}
.btn.btn-primary {
  background-color: #FCBE0E;
  border: 0.1rem solid #FCBE0E;
}
.btn.btn-primary:hover {
  color: #FCBE0E;
  background-color: #fff;
}
.btn.btn-secondary {
  background-color: #235E57;
  border: 0.1rem solid #235E57;
}
.btn.btn-secondary:hover {
  color: #235E57;
  background-color: #fff;
}
.btn.btn-full {
  width: 100%;
  max-width: 100%;
}
.btn.btn-md {
  width: 100%;
  max-width: 28.4rem;
}
.btn.btn-sm {
  width: 100%;
  max-width: 15rem;
}
.btn.btn-icon {
  height: 3.8rem;
}
.btn.btn-icon img {
  max-width: 2.4rem;
  margin-right: 0.7rem;
}

.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: #235E57;
  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-bottom: 0.2rem solid #fff;
}

table th,
table td {
  padding: 0.8rem;
  text-align: left;
  background-color: #F9F9F9;
  padding-left: 2rem;
  align-content: center;
  border: 0.1rem solid white;
}
@media (width <= 767.98px) {
  table th,
  table td {
    padding: 0;
  }
}

table th {
  font-weight: 600;
  background-color: #235E57;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
}

@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-bottom: 1rem;
  }
  table td::before {
    content: attr(data-label);
    float: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
    background-color: #235E57;
    padding: 1rem;
    color: #fff;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
table.poll-table th {
  text-align: center;
  padding: 0 0.5rem;
  line-height: 4rem;
}
@media screen and (max-width: 600px) {
  table.poll-table tr {
    display: flex;
    flex-flow: row wrap;
  }
}
table.poll-table td {
  font-weight: 600;
  color: #696969;
  padding: 0.9rem;
}
@media screen and (max-width: 600px) {
  table.poll-table td:nth-child(1) {
    width: 100%;
    padding: 0.9rem;
    text-align: left;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  table.poll-table td:nth-child(1)::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  table.poll-table td {
    padding: 0;
    padding-bottom: 3rem;
    flex-grow: 1;
    text-align: center;
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  table.poll-table td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
  }
}
table.poll-table .c-radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: -1rem;
}
@media screen and (max-width: 600px) {
  table.poll-table .c-radio {
    margin-bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2rem;
    width: 2rem;
  }
}
table.poll-table .c-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
table.poll-table .c-radio input:checked ~ .check:after {
  display: block;
}
table.poll-table .c-radio .check {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #D9D9D9;
  border-radius: 50%;
}
table.poll-table .c-radio .check:after {
  content: "";
  position: absolute;
  display: none;
}
table.poll-table .c-radio .check:after {
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FCBE0E;
  transform: translate(-50%, -50%);
}

.table-responsive h2 {
  font-weight: 700;
  padding-top: 2rem;
}

.grid-module-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
@media (max-width: 767.98px) {
  .grid-module-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-module-container a:hover hr {
  background-color: #235E57;
}

.grid-module-item {
  text-align: center;
  align-items: center;
}
.grid-module-item img {
  max-width: 500px;
  width: 100%;
}
.grid-module-item hr {
  height: 6px;
  border-radius: 5px;
  background-color: #D4D4D4;
  border-color: #D4D4D4;
  border: 0 solid;
  width: 50%;
  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-container--test {
  margin-bottom: 4rem;
}
.grid-unity-container--test:last-child {
  margin-bottom: 0;
}
.grid-unity-container--test .grid-unity-item__cn {
  padding: 0;
  position: relative;
}
.grid-unity-container--test .grid-unity-item__cn--pb {
  padding: 0 0 28px 0;
}
.grid-unity-container--test .grid-unity-item__cn h2 {
  text-transform: none;
  margin: 0;
}

.grid-unity-item {
  text-align: left;
  background-color: #F9F9F9;
  color: #696969;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2rem;
  flex-flow: column;
  padding: 3rem 3rem 3rem 12rem;
  position: relative;
  height: 100%;
  align-items: flex-start;
}
.grid-unity-item--simple .grid-unity-item__cn {
  padding: 0;
}
.grid-unity-item--simple .grid-unity-item__cn strong {
  color: #696969;
}
.grid-unity-item.secondary h2 {
  color: #235E57;
}
.grid-unity-item.secondary span {
  background-color: #235E57;
}
.grid-unity-item h2 {
  color: #FCBE0E;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 0.8rem;
  display: block;
  width: 100%;
}
.grid-unity-item span {
  background-color: #FCBE0E;
  color: #fff;
  font-size: 8rem;
  font-weight: 800;
  width: 8rem;
  margin-right: 0;
  text-align: center;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.grid-unity-item p {
  margin: 0;
}
.grid-unity-item.disabled {
  color: #696969;
  background-color: #F9F9F9;
  pointer-events: none;
}
.grid-unity-item.disabled span {
  background-color: #C3C3C6;
}
.grid-unity-item__img {
  max-width: 10rem;
  padding-bottom: 33%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left: 0;
  padding-bottom: 0;
  top: 0;
}
.grid-unity-item__img--bg {
  background-size: contain;
  background-color: #235E57;
}
.grid-unity-item__cn {
  padding: 2.3rem 4.6rem 2.4rem 2.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}
.grid-unity-item__cn p {
  margin: 0;
}
.grid-unity-item__cn h2 {
  color: #235E57;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
.grid-unity-item__cn a {
  color: #235E57;
  font-weight: 500;
}
.grid-unity-item__cn strong {
  font-weight: 600;
}

.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: #235E57;
  text-align: center;
  padding: 2rem;
  color: #fff;
  font-size: 2rem;
  height: 100%;
}
.grid-themes-item--test {
  color: #235E57;
  background-color: #F9F9F9;
}
.grid-themes-item img {
  height: 4em;
}

.modal-iframe .fancybox__content {
  width: 40rem;
  height: 30rem;
}
.modal-iframe .fancybox__content.teacher-popup {
  width: 50%;
  height: 60%;
  padding: 2.5rem;
}
.modal-iframe .fancybox__content.teacher-popup h3 {
  color: rgba(0, 0, 0, 0.7490196078);
  font-size: 3rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.modal-iframe .fancybox__content.teacher-popup h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7490196078);
}
.modal-iframe .fancybox__content.teacher-popup .teacher-popup-sc {
  overflow-y: auto;
}

.test-item {
  padding-bottom: 2rem;
}
.test-item.primary .number_test {
  color: #FCBE0E;
}
.test-item.primary .answer input[type=radio]:checked {
  border: 0.2rem solid #FCBE0E;
}
.test-item.primary .answer input[type=radio]:checked:before {
  background: #FCBE0E;
}
.test-item.secondary .number_test {
  color: #235E57;
}
.test-item.secondary .answer input[type=radio]:checked {
  border: 0.2rem solid #235E57;
}
.test-item.secondary .answer input[type=radio]:checked:before {
  background: #235E57;
}

.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 #235E57;
}
.answer input[type=radio]:checked:before {
  background: #235E57;
}
.answer p {
  margin-top: 0;
  margin-bottom: 0;
}

.question {
  padding-left: 3rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.question img {
  clear: both;
}

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

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

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

.form__bx {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.form__bx p {
  display: block;
  width: 100%;
}
.form h1 {
  margin-bottom: 3rem;
}
.form .btn {
  margin-top: 2rem;
}

.form-group {
  position: relative;
  display: flex;
  flex-flow: column;
}
.form-group div {
  position: relative;
}
.form-group__its {
  display: inline-flex;
  flex-flow: wrap;
}
.form-group__its--list {
  display: flex;
  flex-flow: column;
}
.form-group__its--list .form-opt {
  margin-bottom: 2.1rem;
}
.form-group--inline {
  display: inline-flex;
  flex-flow: row;
  gap: 2rem;
}
.form-group--col3 {
  width: calc(33.3334% - 1.1rem);
}
@media (max-width: 767.98px) {
  .form-group--col3 {
    width: 100%;
  }
}
.form-group--col4 {
  width: calc(66.66667% - 0.8rem);
}
@media (max-width: 767.98px) {
  .form-group--col4 {
    width: 100%;
  }
}
.form-group--col2 {
  width: calc(50% - 0.8rem);
}
@media (max-width: 767.98px) {
  .form-group--col2 {
    width: 100%;
  }
}
.form-group--col12 {
  width: 100%;
}

.form-control,
.form-select,
textarea {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: left;
  border: 0;
  color: rgba(0, 0, 0, 0.7490196078);
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  background-color: #D9D9D9;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: rgba(0, 0, 0, 0.7490196078);
  font-family: "Poppins", sans-serif;
  opacity: 1;
}
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: rgba(0, 0, 0, 0.7490196078);
  font-family: "Poppins", sans-serif;
  opacity: 1;
}

.form-label {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: block;
  color: rgba(0, 0, 0, 0.7490196078);
}
.form-label i {
  font-style: normal;
  color: #235E57;
}

.form-opt {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 2.3rem;
  margin-bottom: 1rem;
}
.form-opt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-opt input:checked ~ .checkmark:after {
  display: block;
}
.form-opt .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.form-opt .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-opt .checkmark:after {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #235E57;
}
.form-opt--check {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.form-opt--check .checkmark {
  border-radius: 0.5rem;
}
.form-opt--check .checkmark:after {
  top: 0rem;
  left: 0rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0;
  background: transparent;
}
.form-opt--check input:checked ~ .checkmark:after {
  background-image: url("../imgs/check.png");
  background-size: 2rem;
}

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

textarea {
  resize: none;
}

.field-icon {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0rem;
  background-image: url("../imgs/eye.png");
  width: 2rem;
  height: 3.8rem;
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.field-icon--on {
  background-image: url("../imgs/eye-slash.png");
}

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

.register-form .btn {
  width: 100%;
  max-width: 28.4rem;
}
.register-form-passbx {
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.alert.alert-danger, .alert.alert-warning {
  background: rgba(35, 94, 87, 0.2);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #235E57;
}
.alert.alert-danger ul, .alert.alert-warning ul {
  padding: 0 !important;
  list-style: none;
}
.alert.alert-danger ul li, .alert.alert-warning ul li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.alert.alert-danger ul li::before, .alert.alert-warning ul li::before {
  display: none;
}

.form-env {
  background-color: #F9F9F9;
  padding: 2rem;
}

.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%;
}

.responsive-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
}

.responsive-video.youtube iframe {
  aspect-ratio: 16/9;
}

.responsive-video.vimeo iframe {
  aspect-ratio: 16/9;
}

.responsive-video iframe {
  width: 100%;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.breadcrumbs--back {
  width: 3.3rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}
.breadcrumbs h1 {
  line-height: 3.8rem;
  margin-right: 2rem;
  margin-bottom: 0;
}
.breadcrumbs__it {
  display: flex;
  align-items: center;
}
.breadcrumbs__sub {
  margin-top: 20px;
  width: 100%;
  color: #FCBE0E;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.8rem;
}
.breadcrumbs__sub span {
  color: #FCBE0E;
}
.breadcrumbs__sub span:nth-child(1)::before {
  display: none;
}
.breadcrumbs__sub span:last-child {
  color: #FCBE0E;
}
.breadcrumbs__sub span::before {
  content: "·";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.breadcrumbs__sub.primary span:last-child {
  color: #FCBE0E;
}
.breadcrumbs__sub.secondary span:last-child {
  color: #FCBE0E;
}

.header {
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
  background-color: #fff;
  overflow: hidden;
}
.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;
}
@media (width <= 767.98px) {
  .header__topbar {
    padding: 2rem;
  }
}
.header__topbar p {
  display: inline;
}
@media (max-width: 767.98px) {
  .header__topbar p {
    display: none;
  }
}
.header__topbar span {
  background-color: #235E57;
  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: #235E57;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.header__links a:hover {
  color: #235E57;
}
.header__links a em {
  font-style: normal;
  display: inline-block;
  padding-right: 1rem;
}
.header__links .las {
  font-size: 2.4rem;
}
.header__links .las.la-user {
  margin-right: 1rem;
}
.header__navbar {
  width: 100%;
  height: 16.2rem;
  margin: 0 auto;
  padding: 2.5rem 3rem 2.5rem 0;
  background-color: #C4C4C7;
  background-image: url(../imgs/header-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media (width <= 767.98px) {
  .header__navbar {
    height: 19rem;
    padding: 2rem 2rem 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
    background-position: top center;
    justify-content: center;
  }
}
.header__navbar .brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (width <= 767.98px) {
  .header__navbar .brand {
    padding-right: 9rem;
  }
}
.header__navbar .brand a {
  margin: 0;
}
.header__navbar .brand--des {
  flex-flow: row nowrap;
}
@media (width <= 767.98px) {
  .header__navbar .brand--des {
    display: none;
  }
}
.header__navbar .brand--mob {
  display: none;
}
.header__navbar .brand--mob img {
  max-width: 20rem;
}
@media (width <= 767.98px) {
  .header__navbar .brand--mob {
    display: block;
  }
}
.header__navbar .logo {
  width: 100%;
  max-width: 49.1rem;
  height: auto;
}
@media (width <= 1399.98px) {
  .header__navbar .logo {
    max-width: 40rem;
  }
}
.header__navbar .sublogo {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: left;
  background-color: #FCBE0E;
  border-radius: 0 2rem 2rem 0;
  padding: 1rem 1rem 1rem 0;
  max-width: 20rem;
  position: relative;
  margin-top: 1rem;
}
@media (width <= 767.98px) {
  .header__navbar .sublogo {
    font-size: 1.8rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.header__navbar .sublogo::after {
  content: "";
  width: 10000px;
  background-color: #FCBE0E;
  top: 0;
  left: auto;
  right: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.header__navbar .menu {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
@media (max-width: 1199.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 a {
  color: #fff;
  margin-left: 2rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__navbar a {
    margin-left: 0;
    margin-top: 2rem;
    color: rgba(0, 0, 0, 0.7490196078);
  }
}
.header__navbar a.selected {
  color: #FCBE0E;
}
.header__navbar a.selected::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #FCBE0E;
  border-radius: 1rem;
  margin-top: 0.5rem;
  position: absolute;
  left: 0;
}
.header__navbar a:hover {
  color: #FCBE0E;
}
.header__org {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  position: absolute;
  right: 3rem;
  top: 3rem;
}
@media (width <= 767.98px) {
  .header__org {
    flex-flow: column;
    align-items: flex-start;
    right: 2rem;
    top: 2rem;
  }
}
.header__org--out {
  top: 50%;
  transform: translateY(-50%);
}
@media (width <= 767.98px) {
  .header__org--out {
    right: 2rem;
    top: 2rem;
    transform: none;
  }
}
.header__org p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-align: left;
}
@media (width <= 767.98px) {
  .header__org p {
    margin-bottom: 1rem;
  }
}
.header__org img:nth-child(2) {
  max-width: 9rem;
  margin-left: 3rem;
}
@media (width <= 767.98px) {
  .header__org img:nth-child(2) {
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
}
.header__org img:nth-child(3) {
  max-width: 7.7rem;
  margin-left: 3rem;
}
@media (width <= 767.98px) {
  .header__org img:nth-child(3) {
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
}
.header__menu {
  background-color: #235E57;
  padding: 3.1rem 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: none;
}
@media (width <= 1199.98px) {
  .header__menu {
    display: flex;
  }
}
.header__menu p {
  margin: 0;
}
.header.primary .header__navbar .sublogo {
  background-color: #FCBE0E;
}
.header.primary .header__navbar .sublogo::after {
  background-color: #FCBE0E;
}
.header.primary .header__navbar a.selected {
  color: #FCBE0E;
}
.header.primary .header__navbar a::after {
  background-color: #FCBE0E;
}
.header.primary .header__navbar a:hover {
  color: #FCBE0E;
}
.header.primary .header__menu p {
  color: #FCBE0E;
}
.header.primary .m-hamb .menu a.selected {
  color: #FCBE0E;
}
@media (width <= 767.98px) {
  .header.primary .m-hamb .menu a.selected {
    color: #235E57;
  }
}
.header.secondary .header__navbar .sublogo {
  background-color: #235E57;
}
.header.secondary .header__navbar .sublogo::after {
  background-color: #235E57;
}
.header.secondary .m-hamb .menu a.selected {
  color: #235E57;
}
@media (width <= 767.98px) {
  .header.secondary .m-hamb .menu a.selected {
    color: #FCBE0E;
  }
}

.m-hamb {
  background-color: #235E57;
  color: #fff;
  padding: 0 2rem 1.5rem;
  display: none;
}
@media (width <= 1199.98px) {
  .m-hamb.js-active {
    display: flex;
  }
}
.m-hamb .menu {
  display: flex;
  flex-flow: column;
}
.m-hamb .menu a {
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.m-hamb .menu a.selected {
  font-weight: 600;
}

.m-toggle {
  display: none;
  width: 2.6rem;
  height: 2.2rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9;
  padding: 0;
  align-self: flex-end;
  margin-left: 2rem;
}
@media (max-width: 1199.98px) {
  .m-toggle {
    display: block;
  }
}
.m-toggle span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  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: 0;
}
.m-toggle span:nth-child(2) {
  top: 0.8rem;
  right: 0;
  left: auto;
}
.m-toggle span:nth-child(3) {
  top: 0.8rem;
  max-width: 80%;
  right: 0;
  left: auto;
}
.m-toggle span:nth-child(4) {
  top: 1.6rem;
}
.m-toggle.js-active span:nth-child(1) {
  top: 1rem;
  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%;
}

.edition--dk img {
  max-width: 7rem;
  margin-left: 2.7rem;
}
.edition--mob {
  width: 100%;
  text-align: right;
}
.edition--mob img {
  max-width: 4.6rem;
}
@media (width >= 767.98px) {
  .edition--mob {
    display: none;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #235E57;
  border-top: 0.1rem solid rgba(0, 50, 109, 0.2);
}
@media (max-width: 767.98px) {
  .footer {
    display: block;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.1rem 2.5rem;
  }
}
.footer--home {
  flex-flow: row wrap;
  padding: 2rem 5rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
@media (height <= 800px) {
  .footer--home {
    padding: 1rem 5rem;
    z-index: 900;
  }
}
@media (width <= 767.98px) {
  .footer--home {
    padding: 2rem;
  }
}
.footer--home img {
  width: 100%;
}
.footer .footer__cl p {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  width: 100%;
}
.footer .footer__cl--lf {
  width: 60%;
  display: flex;
  flex-flow: row;
  text-align: left;
  padding-right: 5rem;
}
@media (width <= 767.98px) {
  .footer .footer__cl--lf {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.footer .footer__cl--rg {
  width: 40%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  text-align: left;
  max-width: 58.1rem;
}
@media (width <= 767.98px) {
  .footer .footer__cl--rg {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
}
.footer .footer__cl--rg img {
  max-width: 58.1rem;
}
@media (width <= 575.98px) {
  .footer .footer__cl--rg img {
    max-width: 31.5rem;
  }
}
.footer .footer__cl--full {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media (height <= 800px) {
  .footer .footer__cl--full {
    margin-top: 0;
  }
}
.footer .footer__cl--full span {
  margin-right: 1rem;
  margin-left: 1rem;
}
.footer .footer__it {
  display: flex;
  flex-flow: column;
}
.footer .footer__it--org {
  margin-right: 7rem;
}
@media (width <= 991.98px) {
  .footer .footer__it--org {
    margin-right: 5rem;
  }
}
@media (width <= 767.98px) {
  .footer .footer__it--org {
    margin-right: 2rem;
    width: 50%;
  }
}
.footer .footer__it--orgfl {
  display: flex;
  flex-flow: row nowrap;
}
.footer .footer__it--orgfl img:nth-child(1) {
  width: 125px;
  margin-right: 39px;
}
.footer .footer__it--orgfl img:nth-child(2) {
  width: 110px;
  margin-right: 39px;
}
@media (width <= 767.98px) {
  .footer .footer__it--colab {
    width: 70%;
  }
}
.footer .footer__it--colab img {
  max-width: 14.4rem;
}
.footer.footer--in {
  border-top: 0.1rem solid rgba(0, 50, 109, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
}
@media (max-width: 767.98px) {
  .footer.footer--in {
    font-size: 1.2rem;
    margin: 0;
  }
}
.footer.footer--in span {
  margin-right: 1rem;
  margin-left: 1rem;
}
.footer a {
  color: #235E57;
}
.footer a:hover {
  color: #235E57;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .footer a {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0;
  }
}
.footer span {
  margin-right: 2rem;
  margin-left: 2rem;
}
@media (max-width: 767.98px) {
  .footer span {
    display: none;
  }
}
.footer p {
  display: inline;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer p {
    display: block;
    font-size: 1.2rem;
    margin: 0;
  }
}

.footerlogo {
  width: 10.67rem;
  height: 4.5rem;
}
@media (max-width: 767.98px) {
  .footerlogo {
    width: 8rem;
    height: auto;
  }
}

.home-logo-forma {
  max-width: 11.6rem;
  width: 100%;
}
@media (width <= 767.98px) {
  .home-logo-forma {
    max-width: 8.8rem;
    margin-top: -2rem;
    margin-right: -2rem;
  }
}

.home-background {
  background-image: url("../imgs/bk-pc.jpg");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7490196078);
  background-size: cover;
}
@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-login-form {
  display: flex;
  gap: 2rem;
  margin-left: 10rem;
}
@media screen and (min-width: 767.98px) and (max-height: 950px) {
  .home-login-form {
    padding-top: 10rem;
  }
}
@media (width <= 767.98px) {
  .home-login-form {
    flex-flow: column;
    gap: 0.6rem;
  }
}
@media (width <= 1199.98px) {
  .home-login-form {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-login-form__it {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4rem 5rem 2rem 4rem;
  max-width: 36.8rem;
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media (width <= 1199.98px) {
  .home-login-form__it {
    max-width: 46.8rem;
  }
}
@media (width <= 767.98px) {
  .home-login-form__it {
    max-width: 100%;
    padding: 2rem 2rem 2rem 2rem;
    margin-bottom: 4rem;
  }
}
@media (width >= 767.98px) {
  .home-login-form__it {
    height: 30rem;
  }
}
.home-login-form__it h1, .home-login-form__it h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  margin-bottom: 2rem;
  color: #235E57;
}
.home-login-form__it button {
  margin: 1.6rem 0rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-login-form__it button {
    margin: 0.8rem 0;
  }
}
.home-login-form__it input {
  background-color: #fff;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #235E57;
  font-weight: 400;
  width: 100%;
  border: 0;
  padding: 0.4rem 2rem;
  font-family: "Poppins", sans-serif;
  border-radius: 0.5rem;
  height: 3.8rem;
}
.home-login-form__it input::-moz-placeholder {
  color: #235E57;
}
.home-login-form__it input::placeholder {
  color: #235E57;
}
.home-login-form__it input:focus-visible {
  outline-offset: 0rem;
  outline: 0;
}
.home-login-form__it input:focus::-moz-placeholder {
  color: transparent;
}
.home-login-form__it input:focus::placeholder {
  color: transparent;
}
@media (max-width: 767.98px) {
  .home-login-form__it input {
    margin: 0.6rem 0;
  }
}
.home-login-form__it .field-icon {
  background-image: url("../imgs/eye.png");
}
.home-login-form__it .field-icon--on {
  background-image: url("../imgs/eye-slash.png");
}
.home-login-form__it .btn {
  margin: 0 0 2rem;
}
@media (width <= 767.98px) {
  .home-login-form__it .btn {
    margin: 0 0 0;
  }
}
.home-login-form__it .sm {
  text-align: right;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
}
.home-login-form__it .label {
  width: 100%;
  max-width: 27.6rem;
  height: 38px;
  border-radius: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #fff;
  padding: 0.8rem 3rem;
  margin-bottom: 1.2rem;
}
.home-login-form__it--info p {
  padding-left: 3rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #235E57;
}
.home-login-form__it--info p:last-child {
  margin: 0;
}
.home-login-form__it--info .btn {
  margin-top: 2rem;
}
.home-login-form__it--info .btn.btn-reg span {
  padding-left: 3rem;
  background-image: url("../imgs/icons/pencil-square.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2.4rem auto;
}
.home-login-form__it--info .btn.btn-reg:hover span {
  background-image: url("../imgs/icons/pencil-square-on.png") !important;
}
.home-login-form__it--info .btn.btn-info span {
  padding-left: 3rem;
  background-image: url("../imgs/icons/document-text.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2.4rem auto;
}
.home-login-form__it--info .btn.btn-info:hover span {
  background-image: url("../imgs/icons/document-text-on.png");
}

.btn-edition {
  font-weight: 600;
  padding-left: 3.3rem;
  background-image: url("../imgs/icons/edition.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2.4rem auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (width <= 767.98px) {
  .btn-edition {
    margin-bottom: 0;
  }
}

.hidden-fields {
  padding-left: 3.2rem;
  margin-bottom: 2rem;
}

.mdl-tpv {
  padding: 4.5rem 0 9.5rem;
}
.mdl-tpv--fb h1 {
  margin-bottom: 2.3rem;
}
.mdl-tpv--fb p {
  margin-bottom: 2.7rem;
}
.mdl-tpv--fb h1, .mdl-tpv--fb p {
  text-align: center;
}
.mdl-tpv--fb .btn {
  margin: 0 auto;
}
.mdl-tpv__bx {
  margin-bottom: 4rem;
  position: relative;
}
.mdl-tpv__bx:last-child {
  margin: 0;
}
.mdl-tpv__bx.disabled {
  opacity: 0.25;
}
.mdl-tpv__bx p {
  color: #00326D;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  margin-bottom: 2rem;
}
.mdl-tpv__bx p .form-opt .checkmark {
  top: 0.7rem;
}
.mdl-tpv__indent {
  padding-left: 6rem;
}

.check-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  margin: 0 auto 1rem;
}
.check-container .circle {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  border: 0.25rem solid #235E57;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: drawCircle 1s ease-in-out forwards;
}
.check-container .checkmark {
  position: absolute;
  width: 40px;
  height: 20px;
  border-left: 0.25rem solid #235E57;
  border-bottom: 0.25rem solid #235E57;
  transform-origin: bottom left;
  opacity: 0;
  animation: drawCheck 0.5s ease-in-out forwards;
  animation-delay: 1s;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%) rotate(-45deg);
  left: 64%;
}

/* Animación para el círculo */
@keyframes drawCircle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Animación para el tick */
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  50% {
    stroke-dashoffset: 50;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
/* La X */
.cross {
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: 50%;
  top: 3.5rem;
}

/* Las líneas de la X */
.line1, .line2 {
  position: absolute;
  width: 0.24rem;
  height: 5rem;
  background-color: #235E57;
  opacity: 0;
  animation: drawLine 0.5s ease-in-out forwards;
  animation-delay: 1s;
}

/* Rotación de las líneas para formar la X */
.line1 {
  transform: rotate(45deg);
}

.line2 {
  transform: rotate(-45deg);
}

/* Animación para el círculo */
@keyframes drawCircle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Animación para las líneas de la X */
@keyframes drawLine {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 40px;
    opacity: 1;
  }
}
.mdl-welcome {
  padding: 2rem 2.5rem;
  flex: 1;
}
@media (width <= 767.98px) {
  .mdl-welcome {
    padding: 2rem;
  }
}
.mdl-welcome .container {
  background-color: transparent;
  max-width: 90%;
}
@media (width <= 767.98px) {
  .mdl-welcome .container {
    padding-top: 0;
    max-width: 100%;
  }
}
.mdl-welcome .container__bx {
  flex-flow: row wrap;
  gap: 1.6rem;
  justify-content: center;
  max-width: 58.4rem;
  box-sizing: content-box;
  margin: 0 auto;
}
.mdl-welcome__it {
  width: 100%;
  max-width: 28.4rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.mdl-welcome__it.disabled::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 50, 109, 0.8);
  top: 0;
  left: 0;
  position: absolute;
}
.mdl-welcome__it-img {
  height: 13.8rem;
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mdl-welcome__it-tit {
  width: 100%;
  height: 8.4rem;
  background: #60C6F2;
  padding: 1rem 2rem;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}
.mdl-welcome__it-txt {
  font-size: 1.8;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: left;
  color: #235E57;
}
.mdl-welcome__it-cn {
  border: 2px solid rgba(96, 198, 242, 0.2);
  border-top: 0;
  padding: 1.4rem 2rem 3rem;
  border-radius: 0 0 1rem 1rem;
}
.mdl-welcome .btn {
  width: 100%;
  z-index: 9;
  position: relative;
}

.mdl-course-item {
  background: #F9F9F9;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
  padding: 2rem 2rem 2rem 2.8rem;
  color: #235E57;
  justify-content: space-between;
  flex-flow: row wrap;
}
.mdl-course-item h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #60C6F2;
}
.mdl-course-item video {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  margin-top: 2rem;
}
.mdl-course-item__img {
  margin-right: 2rem;
}
.mdl-course-item__img img {
  max-width: 6rem;
}
.mdl-course-item__cn {
  display: flex;
  align-items: center;
  max-width: 80%;
}
@media (width <= 991.98px) {
  .mdl-course-item__cn {
    max-width: 100%;
  }
}
@media (width <= 991.98px) {
  .mdl-course-item .btn {
    margin: 0 auto;
    margin-top: 1rem;
  }
}
.mdl-course-item__txt h2 {
  color: #235E57 !important;
}

.mdl-calendar__info {
  background-color: #235E57;
  color: #fff;
  padding: 4rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (width <= 767.98px) {
  .mdl-calendar__info {
    padding: 3rem;
  }
}
.mdl-calendar__info p {
  max-width: 66.4rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
@media (width <= 767.98px) {
  .mdl-calendar__info p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.mdl-calendar__info p:last-child {
  margin-bottom: 0;
}
.mdl-calendar__date {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
  text-align: left;
}
@media (width <= 767.98px) {
  .mdl-calendar__date {
    flex-flow: column;
    font-size: 1.8rem;
    line-height: 2.4rem;
    gap: 3rem;
  }
}
.mdl-calendar__date-it {
  background-size: 4.8rem;
  background-repeat: no-repeat;
  background-position: top 0.4rem left;
  padding-left: 6.8rem;
}
@media (width <= 767.98px) {
  .mdl-calendar__date-it {
    background-size: 3rem;
    padding-left: 5rem;
  }
}
.mdl-calendar__date-it--start {
  background-image: url("../imgs/rocket-launch.png");
}
.mdl-calendar__date-it--end {
  background-image: url("../imgs/flag.png");
}
.mdl-calendar__it {
  background-color: #F9F9F9;
  margin-bottom: 0.6rem;
  padding: 2.6rem 2rem 2.8rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #696969;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: left;
}
@media (width <= 767.98px) {
  .mdl-calendar__it {
    flex-flow: column;
    gap: 3rem;
    align-items: flex-start;
  }
}
.mdl-calendar__it h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.mdl-calendar__it span, .mdl-calendar__it p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0;
}
.mdl-calendar__it span strong, .mdl-calendar__it p strong {
  font-weight: 700;
}
.mdl-calendar__it span {
  color: #235E57;
}
@media (width <= 575.98px) {
  .mdl-calendar__it .btn {
    width: 100%;
  }
}

.mdl-homepage.primary h1 {
  color: #FCBE0E;
  line-height: 3.8rem;
}
.mdl-homepage.primary .mdl-calendar__info p strong {
  color: #FCBE0E;
}
.mdl-homepage.primary .mdl-calendar__it h2 {
  color: #FCBE0E;
}
.mdl-homepage.secondary h1 {
  color: #235E57;
}
.mdl-homepage.secondary .mdl-calendar__info p strong {
  color: #235E57;
}
.mdl-homepage.secondary .mdl-calendar__it h2 {
  color: #235E57;
}

.course__intro {
  margin-bottom: 1rem;
}
.course__title {
  margin-bottom: 2.3rem;
}

.author__title {
  margin-bottom: 1.1rem;
}
.author__bt {
  position: absolute;
  left: 120px;
  bottom: 20px;
  display: flex;
  width: 100px;
  height: 25px;
  background-color: #235E57;
  font-size: 1.5rem;
  color: #fff !important;
  font-weight: bold !important;
  align-items: center;
  justify-content: center;
  border-radius: 999rem;
}

.unit-tit {
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 2rem;
}

.forum h2 {
  margin-bottom: 2.3rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #235E57;
}
.forum .btn {
  max-width: 24.4rem;
  margin-bottom: 2rem;
  width: 100%;
}

.thread {
  background: #F9F9F9;
  margin-bottom: 1rem;
}
.thread__tit, .thread__txt {
  padding: 2rem;
  position: relative;
}
.thread__tit p, .thread__txt p {
  font-size: 1.6rem;
  line-height: 2rem;
}
.thread__tit p:last-child, .thread__txt p:last-child {
  margin: 0;
}
.thread__tit {
  background: rgba(0, 50, 109, 0.2);
  min-height: 6.1rem;
  font-weight: 600;
  color: #696969;
  padding-right: 10rem;
}
@media (width <= 767.98px) {
  .thread__tit {
    padding-right: 2rem;
  }
}
.thread__tit h3 {
  color: #235E57;
}
.thread__tit p {
  margin: 0;
}
.thread__txt {
  color: #696969;
  min-height: 6.1rem;
}
.thread__num {
  position: absolute;
  top: 50%;
  right: 6rem;
  transform: translateY(-50%);
}
@media (width <= 767.98px) {
  .thread__num {
    position: relative;
    transform: none;
    right: auto;
    top: auto;
    text-align: right;
    margin-top: 1rem;
  }
}

.forum-active {
  padding-right: 8rem;
  position: relative;
  min-height: 6.6rem;
  display: flex;
  align-items: center;
  text-align: right;
  margin-right: 5.2rem;
}
@media (width <= 767.98px) {
  .forum-active {
    margin-right: 2rem;
    padding-right: 6rem;
  }
}
.forum-active p {
  margin: 0;
}
.forum-active img {
  max-width: 6.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (width <= 767.98px) {
  .forum-active img {
    max-width: 4rem;
  }
}

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