/* oleg - reset - start */
html {
  scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6, ul, figure, p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}

select, input[type=text], input[type=submit], input[type=number], input[type=phone], input[type=email], input[type=password],
input[type=mail], input[type=tel], textarea {
  outline: none;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

div, section, main, aside, header, footer, p, h1, h2, h3, h4, h5, h6, form, input, ul, li, td, aside, a, nav {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

/* oleg - reset - end */
/* oleg - classes - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
.u-displaynone {
  display: none !important;
}

.u-displayblock {
  display: block !important;
}

.u-no-up-tablet {
  display: block !important;
}
@media (min-width: 751px) {
  .u-no-up-tablet {
    display: none !important;
  }
}

.u-no-up-tabletwide {
  display: block !important;
}
@media (min-width: 1023px) {
  .u-no-up-tabletwide {
    display: none !important;
  }
}

.u-no-up-desktop {
  display: block !important;
}
@media (min-width: 1247px) {
  .u-no-up-desktop {
    display: none !important;
  }
}

.u-no-up-desktopwide {
  display: block !important;
}
@media (min-width: 1439px) {
  .u-no-up-desktopwide {
    display: none !important;
  }
}

.u-no-down-tablet {
  display: none !important;
}
@media (min-width: 751px) {
  .u-no-down-tablet {
    display: block !important;
  }
}

.u-no-down-tabletwide {
  display: none !important;
}
@media (min-width: 1023px) {
  .u-no-down-tabletwide {
    display: block !important;
  }
}

.u-no-down-desktop {
  display: none !important;
}
@media (min-width: 1247px) {
  .u-no-down-desktop {
    display: block !important;
  }
}

.u-no-down-desktopwide {
  display: none !important;
}
@media (min-width: 1439px) {
  .u-no-down-desktopwide {
    display: block !important;
  }
}

/* oleg - classes - end */
/* oleg - colors - start */
/* oleg - colors - end */
/* oleg - extends - start */
/* oleg - extends - end */
/* oleg - b-variables - start */
@font-face {
  font-family: "gabarito";
  src: url("../fonts/gabarito.ttf");
  font-display: swap;
}
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
  font-display: swap;
}
p, a, ul, li, button {
  font-family: "raleway";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "raleway";
}

.u-c-main {
  color: #F05A28;
}

.u-bg-main {
  background: #F05A28;
}

.u-c-second {
  color: #BE1E2D;
}

.u-bg-second {
  background: #BE1E2D;
}

.u-c-third {
  color: #1D4872;
}

.u-bg-third {
  background: #1D4872;
}

/* oleg - b-variables - end */
/* MIDGARD - l-wrapper--standard - start */
.l-wrapper--standard {
  display: grid;
  grid-template-columns: 1fr 95% 1fr;
}
@media (min-width: 389px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 90% 1fr;
  }
}
@media (min-width: 479px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 85% 1fr;
  }
}
@media (min-width: 559px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 80% 1fr;
  }
}
@media (min-width: 639px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 75% 1fr;
  }
}
@media (min-width: 751px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 710px 1fr;
  }
}
@media (min-width: 1023px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 900px 1fr;
  }
}
@media (min-width: 1247px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
@media (min-width: 1439px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1300px 1fr;
  }
}
@media (min-width: 1799px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1500px 1fr;
  }
}
.l-wrapper--standard__content {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 389px) {
  .l-wrapper--standard__content {
    width: 90%;
  }
}
@media (min-width: 479px) {
  .l-wrapper--standard__content {
    width: 85%;
  }
}
@media (min-width: 559px) {
  .l-wrapper--standard__content {
    width: 80%;
  }
}
@media (min-width: 639px) {
  .l-wrapper--standard__content {
    width: 75%;
  }
}
@media (min-width: 751px) {
  .l-wrapper--standard__content {
    width: 710px;
  }
}
@media (min-width: 1023px) {
  .l-wrapper--standard__content {
    width: 900px;
  }
}
@media (min-width: 1247px) {
  .l-wrapper--standard__content {
    width: 1100px;
  }
}
@media (min-width: 1439px) {
  .l-wrapper--standard__content {
    width: 1300px;
  }
}
@media (min-width: 1799px) {
  .l-wrapper--standard__content {
    width: 1500px;
  }
}

.l-XX-home {
  grid-template-areas: "header header header" ". main ." "footer footer footer" "copy copy copy";
}

.l-header {
  grid-area: header;
}

.l-main {
  grid-area: main;
}

.l-footer {
  grid-area: footer;
}

.l-copy {
  grid-area: copy;
}

/* MIDGARD - l-wrapper--standard - end */
/* oleg - mixins - start */
/* oleg - mixins - end */
.dm-section--after-under {
  margin-bottom: 40px;
}
@media (min-width: 751px) {
  .dm-section--after-under {
    margin-bottom: 55px;
  }
}
@media (min-width: 1247px) {
  .dm-section--after-under {
    margin-bottom: 65px;
  }
}
@media (min-width: 1439px) {
  .dm-section--after-under {
    margin-bottom: 80px;
  }
}

.m-aulas__card {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-aulas__content {
  width: 45%;
  aspect-ratio: 1/1 !important;
}
@media (min-width: 1247px) {
  .m-aulas__content {
    width: 20%;
    margin: 0;
  }
}

.m-aulas--is-mask h4 {
  width: 80%;
  font-size: 13px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid white;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 751px) {
  .m-aulas--is-mask h4 {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 14px;
  }
}
@media (min-width: 1247px) {
  .m-aulas--is-mask h4 {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 15px;
  }
}
@media (min-width: 1439px) {
  .m-aulas--is-mask h4 {
    font-size: 16px;
  }
}

.m-aulas--is-mask p {
  width: 80%;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
}
@media (min-width: 751px) {
  .m-aulas--is-mask p {
    font-size: 14px;
  }
}
@media (min-width: 1247px) {
  .m-aulas--is-mask p {
    font-size: 15px;
  }
}

.m-objetivos__card {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-objetivos__content {
  margin: 0 0 50px 0;
}
@media (min-width: 751px) {
  .m-objetivos__content {
    margin: 0 0 20px 0;
    width: 31%;
  }
}

.m-blog__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1247px) {
  .m-blog__card {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-blog__materia {
  width: 100%;
}
@media (min-width: 751px) {
  .m-blog__materia {
    width: 70%;
  }
}
@media (min-width: 1247px) {
  .m-blog__materia {
    width: 75%;
  }
}
.m-blog__image {
  width: 80%;
  max-width: 300px;
  margin: 0 0 20px 0;
}
.m-blog__content {
  width: 80%;
  max-width: 300px;
  margin: 0 0 0px 0;
}
@media (min-width: 1247px) {
  .m-blog__content {
    max-width: none;
    width: calc(100% - 350px);
  }
}
.m-blog__content h2 {
  font-size: 17px;
  line-height: 1.35;
}
@media (min-width: 751px) {
  .m-blog__content h2 {
    font-size: 19px;
  }
}
@media (min-width: 1247px) {
  .m-blog__content h2 {
    font-size: 22px;
  }
}
.m-blog__aside {
  width: 100%;
}
@media (min-width: 751px) {
  .m-blog__aside {
    width: 25%;
  }
}
@media (min-width: 1247px) {
  .m-blog__aside {
    width: 20%;
  }
}

.m-materias {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-materias {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-materias__content {
  width: 90%;
}
@media (min-width: 751px) {
  .m-materias__content {
    width: calc(100% - 175px);
  }
}
@media (min-width: 1247px) {
  .m-materias__content {
    width: calc(100% - 250px);
  }
}
.m-materias__aside {
  width: 90%;
  max-width: 250px;
  margin-top: 30px;
}
@media (min-width: 751px) {
  .m-materias__aside {
    max-width: none;
    margin-top: 0px;
    width: 150px;
  }
}
@media (min-width: 1247px) {
  .m-materias__aside {
    width: 200px;
  }
}
