/* reset - start */
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] {
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

input[type=number] {
  outline: none;
}

input[type=email] {
  outline: none;
}

textarea {
  outline: none;
}

/* reset - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
/* wrapper - standard - start */
.l-wrapper--standard {
  display: grid;
  grid-template-columns: 1fr 95% 1fr;
}
@media (min-width: 400px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 90% 1fr;
  }
}
@media (min-width: 480px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 85% 1fr;
  }
}
@media (min-width: 560px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 80% 1fr;
  }
}
@media (min-width: 640px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 75% 1fr;
  }
}
@media (min-width: 768px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 710px 1fr;
  }
}
@media (min-width: 1024px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 900px 1fr;
  }
}
@media (min-width: 1248px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
@media (min-width: 1440px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1300px 1fr;
  }
}
.l-wrapper--standard__content {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 400px) {
  .l-wrapper--standard__content {
    width: 90%;
  }
}
@media (min-width: 480px) {
  .l-wrapper--standard__content {
    width: 85%;
  }
}
@media (min-width: 560px) {
  .l-wrapper--standard__content {
    width: 80%;
  }
}
@media (min-width: 640px) {
  .l-wrapper--standard__content {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .l-wrapper--standard__content {
    width: 710px;
  }
}
@media (min-width: 1024px) {
  .l-wrapper--standard__content {
    width: 900px;
  }
}
@media (min-width: 1248px) {
  .l-wrapper--standard__content {
    width: 1100px;
  }
}
@media (min-width: 1440px) {
  .l-wrapper--standard__content {
    width: 1300px;
  }
}

/* wrapper - standard - end */
/* wrapper - standard 4 cetran - start */
.l-dm--home {
  grid-template-areas: "band band band" "main main main" ". call ." "aulas aulas aulas" ". objetivos ." "parceiros parceiros parceiros" ". noticias ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--aulas {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". aulas ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--modalidades {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". modalidade ." "similares similares similares" "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--materia {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". materia ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--obrigado {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". call ." "aulas aulas aulas" "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--agendamentos {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". agendamento ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--valores {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". valores ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--blog {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". blog ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--sobre {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". sobre ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--professores {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". professores ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--contato {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." "contato contato contato" "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--coreografias {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". coreografias ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--coreografia {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". coreografia ." "news news news" "contact contact contact" "footer footer footer";
}

.l-dm--agendamentos {
  grid-template-areas: "band band band" "main main main" ". breadcrumb ." ". title ." ". agendamento ." "news news news" "contact contact contact" "footer footer footer";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* wrapper - standard 4 cetran - start */
/* general - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.dm-section-title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .dm-section-title {
    font-size: 33px;
  }
}
@media (min-width: 1248px) {
  .dm-section-title {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

.dm-section-subtitle {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 560px) {
  .dm-section-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .dm-section-subtitle {
    font-size: 16px;
    line-height: 1.75;
  }
}

.dm-section--after-under {
  width: 150px;
  margin: 10px auto 0px auto;
}
@media (min-width: 560px) {
  .dm-section--after-under {
    margin: 20px auto 0px auto;
  }
}

.dm-section--underline-first {
  width: 20%;
  height: 2px;
  float: left;
}

.dm-section--underline-second {
  height: 2px;
  width: 74%;
  float: right;
}

.dm-button-01 {
  width: 150px;
  font-size: 14px;
  padding: 12px 0;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1024px) {
  .dm-button-01 {
    width: 300px;
    font-size: 14px;
    padding: 15px 0;
  }
}

.dm-general-form {
  margin: 0 auto;
  width: 800px;
}
.dm-general-form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dm-general-form p {
  width: 48%;
  margin: 0 1% 13px 1%;
}
.dm-general-form label {
  display: none;
}
.dm-general-form input {
  width: 90%;
  padding: 15px 5%;
  border: 1px solid #DBDDDE;
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form input:-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form input::-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form input:-ms-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form input::-webkit-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form textarea {
  padding: 15px 3%;
  border: 1px solid #DBDDDE;
  width: 198%;
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form textarea:-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form textarea::-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form textarea:-ms-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form textarea::-webkit-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-general-form input[type=submit] {
  background: #F05A28;
  color: white;
  text-transform: uppercase;
  font-family: "raleway";
  font-size: 15px;
  width: 30%;
  margin: 0 40%;
  border: none;
}

.dm-modal-form {
  margin: 0 auto;
  width: 800px;
}
.dm-modal-form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dm-modal-form input {
  padding: 15px 2.5%;
  border: 1px solid #DBDDDE;
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
  margin-bottom: 15px;
}
.dm-modal-form input:-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form input::-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form input:-ms-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form input::-webkit-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form textarea {
  padding: 15px 3%;
  border: 1px solid #DBDDDE;
  width: 198%;
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
  margin-bottom: 15px;
}
.dm-modal-form textarea:-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form textarea::-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form textarea:-ms-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form textarea::-webkit-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.dm-modal-form input[type=submit] {
  background: #F05A28;
  color: white;
  text-transform: uppercase;
  font-family: "raleway";
  font-size: 15px;
  width: 250px !important;
  margin: 0 0 50px 35% !important;
  border: none;
  transition: 0.75s;
  cursor: pointer;
}
.dm-modal-form input[type=submit]:hover {
  background: #BE1E2D;
}
.dm-modal-form__half {
  width: 43%;
}
.dm-modal-form__full {
  width: 90%;
}

/* general - end */
/* home - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-call {
  padding: 50px 0;
}

.m-aulas {
  padding: 50px 0;
}
.m-aulas__card {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 560px) {
  .m-aulas__card {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .m-aulas__card {
    justify-content: flex-start;
  }
}
.m-aulas__content {
  width: 230px;
  /* height: 230px; */
  margin: 0 0 20px 0;
  position: relative;
}
@media (min-width: 480px) {
  .m-aulas__content {
    width: 255px;
  /* height: 255px; */
  }
}
@media (min-width: 768px) {
  .m-aulas__content {
    width: 30%;
  /* height: 213px; */
    margin: 0 1.5% 20px 1.5%;
  }
}
@media (min-width: 1024px) {
  .m-aulas__content {
      /* height: 270px; */
  }
}
@media (min-width: 1248px) {
  .m-aulas__content {
    width: 18%;
      /* height: 198px; */
    margin: 0 1% 0px 1%;
  }
}
@media (min-width: 1248px) {
  .m-aulas__content {
      /* height: 234px; */
  }
}
.m-aulas__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.m-aulas--is-mask {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.m-aulas--is-mask:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: 1s;
}

.m-objetivos {
  padding: 50px 0;
}
.m-objetivos__card {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.m-objetivos__content {
  width: 100%;
}
@media (min-width: 480px) {
  .m-objetivos__content {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .m-objetivos__content {
    width: 70%;
  }
}
@media (min-width: 1248px) {
  .m-objetivos__content {
    width: 30%;
    margin: 0 1.5% 0px 1.5%;
  }
}
.m-objetivos__content h5 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .m-objetivos__content h5 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1248px) {
  .m-objetivos__content h5 {
    margin-bottom: 17px;
  }
}
.m-objetivos__content p {
  line-height: 1.6;
  text-align: center;
  font-size: 15px;
}
.m-objetivos__content a::after {
  content: ",";
}
.m-objetivos__content a:last-child::after {
  content: "";
}

.m-parceiros {
  padding: 50px 0;
}
.m-parceiros__content {
  margin-top: 20px;
}
.m-parceiros__content ul {
  width: 90%;
  margin: 30px auto 0 auto;
}
@media (min-width: 560px) {
  .m-parceiros__content ul {
    margin: 40px auto 0 auto;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .m-parceiros__content ul {
    margin: 60px auto 0 auto;
    width: 70%;
  }
}
.m-parceiros__content ul li {
  width: 27%;
  margin: 10px 2.5%;
  display: inline-block;
}
@media (min-width: 1024px) {
  .m-parceiros__content ul li {
    width: 19.5%;
  }
}
.m-parceiros__content ul li img {
  width: 100%;
  float: left;
}

.m-noticias {
  padding: 50px 0;
}

.m-news {
  padding: 50px 0;
  background-image: url("../images/assets/newsletter-dafne-macruz.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.m-contact {
  padding: 50px 0;
}

.m-footer {
  padding: 50px 0;
}

.m-home-blog {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.m-home-blog__height {
  max-height: 40px;
  overflow: hidden;
}
.m-home-blog__card {
  width: 90%;
  margin: 0 0 20px 0;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .m-home-blog__card {
    width: 47%;
  }
}
@media (min-width: 1248px) {
  .m-home-blog__card {
    width: 42%;
    padding: 20px 0;
  }
}
@media (min-width: 1440px) {
  .m-home-blog__card {
    width: 40%;
    padding: 25px 0;
  }
}
.m-home-blog__card:hover {
  transition: 0.5s;
  background-color: #F0F1F1;
}
.m-home-blog__image {
  margin: 0 0 15px 0;
  width: 210px;
  height: 118px;
}
@media (min-width: 400px) {
  .m-home-blog__image {
    width: 250px;
    height: 140px;
  }
}
@media (min-width: 400px) {
  .m-home-blog__image {
    width: 270px;
    height: 152px;
  }
}
@media (min-width: 560px) {
  .m-home-blog__image {
    width: 290px;
    height: 163px;
  }
}
@media (min-width: 768px) {
  .m-home-blog__image {
    width: 350px;
    height: 197px;
  }
}
@media (min-width: 1024px) {
  .m-home-blog__image {
    width: 90%;
    height: 200px;
  }
}
@media (min-width: 1248px) {
  .m-home-blog__image {
    height: 218px;
  }
}
@media (min-width: 1440px) {
  .m-home-blog__image {
    height: 243px;
  }
}
.m-home-blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-home-blog__content {
  text-align: center;
  width: 80%;
  line-height: 1.35;
}
.m-home-blog__content h6 {
  margin: 0 0 10px 0;
  font-size: 15px;
}
.m-home-blog__content p {
  font-size: 14.5px;
}

.m-banner {
  display: none;
}
@media (min-width: 768px) {
  .m-banner {
    display: block;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
  }
  .m-banner__icon {
    font-size: 30px;
  }
}

.active {
  background: #F05A28 !important;
}

.bullet {
  cursor: pointer;
  /* home - end */
}
.bullet:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* header - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

@media (min-width: 768px) {
  .m-main {
    height: 100vh;
  }
}

.m-band {
  position: relative;
  padding: 12px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .m-band {
    justify-content: space-between;
  }
}
.m-band--is-sticky {
  z-index: 100;
  position: sticky;
  top: 0;
}
.m-band ul li {
  display: inline;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-band ul li {
    font-size: 15px;
  }
}
.m-band--is-left {
  display: none;
}
@media (min-width: 768px) {
  .m-band--is-left {
    display: flex;
    align-items: center;
  }
}
.m-band--is-left li {
  margin-right: 20px;
}
.m-band--is-right li::after {
  content: "|";
  color: white;
  margin: 0 10px;
}
.m-band--is-right li:last-child::after {
  content: "";
  margin: 0;
}

.icon-dafne {
  font-size: 22px;
}

header {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  position: relative;
}

.m-header {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-header img {
  width: 70px;
}
@media (min-width: 480px) {
  .m-header img {
    width: 90px;
  }
}
.m-header nav {
  display: none;
}
@media (min-width: 1248px) {
  .m-header nav {
    display: block;
  }
}
.m-header nav ul li {
  display: inline;
  letter-spacing: 1px;
  margin: 0 0 0 25px;
  position: relative;
  font-size: 14px;
}
.m-header nav ul li::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 10%;
  background: none;
  transition: all 600ms ease;
}
.m-header nav ul li:hover::after {
  width: 80%;
  background: #F05A28;
}
.m-header nav ul li a {
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1248px) {
  .m-header__menu-mobile {
    display: none;
  }
}
.m-header__nav-mobile {
  margin: 25px 0 0 0;
}
.m-header__nav-mobile li {
  padding: 15px 0;
  border-bottom: 1px solid #f37f58;
}
.m-header__nav-mobile li:last-child {
  border-bottom: none;
}
.m-header__nav-mobile li a {
  color: white;
  display: block;
  padding: 0 0 0 15px;
}

/* header - end */
/* breadcrumb - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
.m-breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.m-breadcrumb ul {
  border-top: 1px solid #DBDDDE;
  padding: 20px 0 0 100px;
}
.m-breadcrumb ul li {
  display: inline;
  font-size: 14.5px;
}
.m-breadcrumb ul li::after {
  content: "|";
  margin: 0 20px;
  color: #C6C7C9;
}
.m-breadcrumb ul li:last-child::after {
  content: "";
  margin: 0;
  color: #C6C7C9;
}
.m-breadcrumb ul li a {
  font-size: 14.5px;
}

/* breadcrumb - end */
/* modalidade - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-title {
  padding: 35px 0;
}

.m-modalidade {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  grid-template-areas: "aulaimage" "aulacontent" "aulafrm";
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .m-modalidade {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-areas: "aulaimage aulafrm " "aulacontent aulacontent";
  }
}
@media (min-width: 1024px) {
  .m-modalidade {
    grid-template-columns: 1fr 2.5fr;
    grid-column-gap: 50px;
    grid-template-areas: "aulaimage aulacontent" "aulafrm aulacontent";
  }
}
.m-modalidade__image {
  grid-area: aulaimage;
}
.m-modalidade__image img {
  width: 100%;
}
.m-modalidade__form {
  grid-area: aulafrm;
  padding: 30px 30px;
}
.m-modalidade__form p, .m-modalidade__form span {
  font-size: 14.5px;
  line-height: 1.5;
  font-family: "raleway";
}
.m-modalidade__form form {
  margin: 25px 0 0 0;
}
.m-modalidade__form form textarea {
  border: none;
  background: white;
  width: 90%;
  padding: 10px 5%;
  margin: 0 0 10px 0;
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form textarea:-moz-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form textarea::-moz-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form textarea:-ms-input-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form textarea::-webkit-input-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form input[type=text] {
  border: none;
  background: white;
  width: 90%;
  padding: 10px 5%;
  margin: 0 0 10px 0;
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form input[type=text]:-moz-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form input[type=text]::-moz-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form input[type=text]:-ms-input-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form input[type=text]::-webkit-input-placeholder {
  font-family: "raleway";
  color: #6C6D70;
  font-size: 14px;
}
.m-modalidade__form form button {
  width: 100%;
  font-family: "raleway";
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 0;
}
.m-modalidade__form form button:hover {
  background: #BE1E2D;
  transition: 1s;
}
.m-modalidade__label {
  font-family: "raleway";
  font-size: 14px;
  color: #4C4C4E;
  line-height: 1.5;
  margin: 0 0 15px 0 !important;
  position: relative;
  float: left;
}
.m-modalidade__label a {
  color: #4C4C4E;
}
.m-modalidade__label a:hover {
  text-decoration: underline;
}
.m-modalidade__check {
  width: auto !important;
  margin: 7px 0 20px 0px !important;
}
.m-modalidade__content {
  grid-area: aulacontent;
}
.m-modalidade__content p {
  line-height: 1.5;
  margin: 22px 0 0 0;
  font-size: 15px;
}
.m-modalidade__content form a {
  margin: 0 0 0 7px !important;
}
.m-modalidade__content table {
  border-collapse: collapse;
  font-size: 15px;
  color: #4C4C4E;
  font-family: "raleway";
  width: 500px;
  margin: 5px 0 40px 0;
}
.m-modalidade__content table td {
  border: 1px solid #E5E6E7;
  padding: 10px;
}
.m-modalidade__button {
  background: #F05A28;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 20px;
  transition: 0.75s;
}
.m-modalidade__button:hover {
  background: #BE1E2D;
}
.m-modalidade__description p {
  line-height: 1.5;
  color: #57585A;
  margin: 0 0 12px 0;
  font-size: 15px;
}

.m-modalidade__horario p {
  line-height: 1.5;
  margin: 0 0 0 0;
  font-size: 15px;
  color: #57585A;
}

.m-similares {
  padding-top: 60px;
}

/* modalidade - end */
/* m-blog - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .m-blog {
    justify-content: space-between;
    margin: 30px 0 0 0;
  }
}
.m-blog__materia {
  width: 75%;
}
.m-blog__aside {
  width: 21%;
}
.m-blog__aside h6 {
  color: #F05A28;
  font-size: 18px;
  margin: 0 0 20px 0;
  text-align: center;
}
.m-blog__card {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #DBDDDE;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 50px 0;
}
.m-blog__image {
  margin: 0 0 0 30px;
  width: 300px;
  height: 169px;
}
.m-blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-blog__content {
  margin: 0 0 0 50px;
  width: 60%;
}
.m-blog__content h2 {
  margin: 0 0 20px 0;
}
.m-blog__content p {
  font-size: 14.5px;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.m-blog__pagination p, .m-blog__pagination a {
  font-size: 14px;
}
.m-blog__pagination--is-now {
  margin: 0 15px;
}

/* m-blog - start */
/* m-materias - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-materias {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  /* m-materias - end */
}
@media (min-width: 1024px) {
  .m-materias {
    justify-content: space-between;
    margin: 30px 0 50px 0;
  }
}
.m-materias p {
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #4C4C4E !important;
}
.m-materias__content {
  width: 75%;
}
.m-materias__content--image {
  width: 70%;
  margin: 0 15% 30px 15%;
}
.m-materias__aside {
  width: 19%;
}
.m-materias__aside p {
  color: white !important;
}
.m-materias__aside h6 {
  color: #F05A28;
  font-size: 18px;
  margin: 0 0 30px 0;
  text-align: center;
}
.m-materias__aside--content {
  width: 100% !important;
  margin: 0 !important;
}
.m-materias__aside--box {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
}
.m-materias__blog-content {
  margin: 30px 0 0 0;
}
.m-materias__blog-content h2, .m-materias__blog-content h3 {
  color: #F05A28 !important;
  font-size: 15px !important;
  margin-bottom: 15px !important;
}
.m-materias__blog-content h2 span, .m-materias__blog-content h2 strong, .m-materias__blog-content h3 span, .m-materias__blog-content h3 strong {
  color: #F05A28 !important;
  font-size: 15px !important;
  margin-bottom: 15px !important;
}
.m-materias__blog-content p {
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #4C4C4E !important;
}
.m-materias__blog-content p span {
  color: #4C4C4E !important;
}
.m-materias__blog-content a {
  color: #F05A28;
}
.m-materias__blog-content a:hover {
  text-decoration: underline;
}

/* newsletter - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-news__form {
  width: 280px;
  margin: 37px auto 15px auto;
}
@media (min-width: 480px) {
  .m-news__form {
    width: 350px;
    margin: 37px auto 15px auto;
  }
}
@media (min-width: 1024px) {
  .m-news__form {
    width: 500px;
    margin: 50px auto 25px auto;
  }
}
.m-news__form__terms {
  margin: 20px 0 0 0;
}
.m-news__form__terms label {
  font-family: "raleway";
  font-size: 14.5px;
  line-height: 1.5;
  color: white;
}
.m-news__form__terms a {
  font-weight: bold;
  color: white;
  font-size: 14.5px;
}
.m-news__form__terms a:hover {
  text-decoration: underline;
}
.m-news__form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.m-news__form__the-form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.m-news__form__input {
  width: 70%;
  padding: 13px 5%;
  background: white;
  margin: 0 auto;
  border: none;
  font-family: "raleway";
  color: #626466;
  font-size: 14px;
}
.m-news__form__input:-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 14px;
}
.m-news__form__input::-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 14px;
}
.m-news__form__input:-ms-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 14px;
}
.m-news__form__input::-webkit-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .m-news__form__input {
    padding: 20px 5%;
    font-family: "raleway";
    color: #626466;
    font-size: 15px;
    margin: 0;
  }
  .m-news__form__input:-moz-placeholder {
    font-family: "raleway";
    color: #626466;
    font-size: 15px;
  }
  .m-news__form__input::-moz-placeholder {
    font-family: "raleway";
    color: #626466;
    font-size: 15px;
  }
  .m-news__form__input:-ms-input-placeholder {
    font-family: "raleway";
    color: #626466;
    font-size: 15px;
  }
  .m-news__form__input::-webkit-input-placeholder {
    font-family: "raleway";
    color: #626466;
    font-size: 15px;
  }
}
.m-news__form__button {
  width: 200px;
  font-size: 14px;
  padding: 10px 0;
  margin: 12px auto 0 auto;
  text-transform: uppercase;
}
.m-news__form__button:hover {
  background-color: #BE1E2D;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .m-news__form__button {
    width: 30%;
    font-size: 15px;
    margin: 0;
  }
}

.error-container {
  position: absolute;
  margin: -15px 0 0 0;
  padding: 10px 20px 0 20px;
  background: white;
  font-family: "raleway";
  color: red;
  font-size: 15px;
}

.generic-errors-container {
  background: white;
  padding: 20px;
  margin: 25px 0 0 0;
  font-family: "raleway";
  color: red;
  font-size: 15px;
}

/* newsletter - end */
/* m-contact - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
.m-contact__content {
  width: 250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .m-contact__content {
    width: 700px;
  }
}
.m-contact__card {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 0 25px 0;
}
.m-contact__card:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .m-contact__card {
    width: 30%;
    margin: 0;
  }
}
.m-contact__card a {
  font-size: 15px;
  text-align: center;
  float: left;
}
.m-contact__card span {
  font-size: 30px;
  margin: 0 0 10px 0;
}

/* m-contact - end */
/* footer - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-footer {
  background: #f05a28;
  background: linear-gradient(180deg, #f05a28 0%, #be1e2d 100%);
}
.m-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.m-footer__sitemap {
  display: none;
}
@media (min-width: 1248px) {
  .m-footer__sitemap {
    display: block;
  }
}
.m-footer__sitemap ul li {
  display: inline;
}
.m-footer__sitemap ul li::after {
  content: "|";
  margin: 0 20px;
  color: #BE1E2D;
}
.m-footer__sitemap ul li:last-child::after {
  content: "";
  margin: 0;
}
.m-footer__sitemap ul li a {
  font-size: 14px;
  color: white;
}
.m-footer__social {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .m-footer__social {
    margin: 40px 0;
  }
}
.m-footer__social ul li {
  display: inline;
  margin: 0 15px;
}
@media (min-width: 1024px) {
  .m-footer__social ul li {
    margin: 0 25px;
  }
}
.m-footer__social ul a {
  font-size: 20px;
}
.m-footer__rights {
  font-size: 13px;
  color: white;
  display: none;
}
@media (min-width: 1024px) {
  .m-footer__rights {
    display: block;
  }
}

/* footer - end */
/* sobre - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-sobre {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1248px) {
  .m-sobre {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.m-sobre__card {
  margin: 0 0 20px 0;
  width: 300px;
}
.m-sobre__card:last-child {
  margin: 0;
}
@media (min-width: 480px) {
  .m-sobre__card {
    width: 400px;
  }
}
@media (min-width: 1248px) {
  .m-sobre__card {
    width: 48%;
    margin: 0;
  }
}
.m-sobre__card p {
  line-height: 1.5;
  margin: 0 0 10px 0;
  color: #57585A;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 1248px) {
  .m-sobre__card p {
    text-align: left;
  }
}
.m-sobre__banner {
  background: #F05A28;
  height: 300px;
  position: relative;
}
@media (min-width: 1248px) {
  .m-sobre__banner {
    height: 380px;
  }
}
.m-sobre__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sobre - end */
/* aula - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
.m-aula__title {
  margin: 0 0 50px 0;
}
.m-aula__content {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  justify-content: space-around;
}
@media (min-width: 1024px) {
  .m-aula__content {
    justify-content: flex-start;
  }
}
.m-aula__card {
  width: 125px;
  height: 125px;
  position: relative;
  margin: 0 0 20px 0;
}
@media (min-width: 400px) {
  .m-aula__card {
    width: 145px;
    height: 145px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 480px) {
  .m-aula__card {
    width: 130px;
    height: 130px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 640px) {
  .m-aula__card {
    width: 140px;
    height: 140px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .m-aula__card {
    width: 150px;
    height: 150px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1024px) {
  .m-aula__card {
    width: 18%;
    height: 162px;
    margin: 0 1% 25px 1%;
  }
}
@media (min-width: 1248px) {
  .m-aula__card {
    width: 13.66%;
    margin: 0 1.5% 20px 1.5%;
    height: 150px;
  }
}
@media (min-width: 1440px) {
  .m-aula__card {
    width: 13.66%;
    margin: 0 1.5% 20px 1.5%;
    height: 178px;
  }
}
.m-aula__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-aula__card--is-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.m-aula__card--is-mask:hover {
  background: rgba(190, 63, 21, 0.85);
  transition: 1s;
}
.m-aula__card--is-mask h3 {
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.7;
}

/* aula - end */
/* contato - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-contato__map {
  height: 300px;
  margin: 0 0 50px 0;
  position: relative;
}
.m-contato__map iframe {
  width: 100%;
  height: 100%;
}
.m-contato__card {
  display: none;
}
@media (min-width: 1024px) {
  .m-contato__card {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m-contato__card div {
    flex-grow: 1;
    width: 90%;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
  }
  .m-contato__card div p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 0 30px;
  }
  .m-contato__card div span {
    font-size: 25px;
    margin: 0 0 0 40px;
  }
}
.m-contato__form form {
  width: 300px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .m-contato__form form {
    width: 700px;
  }
}
.m-contato__form form input {
  padding: 15px 3%;
  border: 1px solid #E5E6E7;
  width: 90%;
  margin: 0 0 20px 0;
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form input:-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form input::-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form input:-ms-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form input::-webkit-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .m-contato__form form input {
    width: 42%;
  }
}
.m-contato__form form textarea {
  padding: 15px 3%;
  border: 1px solid #E5E6E7;
  width: 94%;
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form textarea:-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form textarea::-moz-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form textarea:-ms-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form textarea::-webkit-input-placeholder {
  font-family: "raleway";
  color: #626466;
  font-size: 15px;
}
.m-contato__form form p {
  margin: 15px 0 0 0;
  font-size: 14px;
  width: 100%;
}
.m-contato__form form div {
  width: 100%;
}
.m-contato__form form span {
  font-family: "raleway";
  font-size: 14px;
}
.m-contato__form form input[type=submit] {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  color: white;
  margin: 20px 0 0 0;
  cursor: pointer;
  transform: 0.75s;
}
.m-contato__form form input[type=submit]:hover {
  background: #BE1E2D;
}

/* contato - end */
/* professores - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-professores__content {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  justify-content: space-around;
}
@media (min-width: 1024px) {
  .m-professores__content {
    justify-content: flex-start;
  }
}
.m-professores__content h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 7px 0 0 0;
}
.m-professores__content p {
  text-align: center;
}
.m-professores__card {
  cursor: pointer;
  width: 125px;
  position: relative;
  margin: 0 0 20px 0;
}
@media (min-width: 400px) {
  .m-professores__card {
    width: 145px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 480px) {
  .m-professores__card {
    width: 130px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 640px) {
  .m-professores__card {
    width: 140px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .m-professores__card {
    width: 150px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1024px) {
  .m-professores__card {
    width: 18%;
    margin: 0 1% 25px 1%;
  }
}
@media (min-width: 1248px) {
  .m-professores__card {
    width: 13.66%;
    margin: 0 1.5% 20px 1.5%;
  }
}
@media (min-width: 1440px) {
  .m-professores__card {
    width: 13.66%;
    margin: 0 1.5% 30px 1.5%;
  }
}
.m-professores__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-professores__card img div {
  height: 125px;
  margin: 0 0 10px 0;
}
@media (min-width: 400px) {
  .m-professores__card img div {
    height: 145px;
  }
}
@media (min-width: 480px) {
  .m-professores__card img div {
    height: 130px;
  }
}
@media (min-width: 640px) {
  .m-professores__card img div {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .m-professores__card img div {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .m-professores__card img div {
    height: 162px;
  }
}
.m-professores__card h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
.m-professores__card p a {
  font-size: 14px;
  text-transform: capitalize;
}
.m-professores__link::after {
  content: ",";
}
.m-professores__link:last-child::after {
  content: "";
}

.professor-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}
.professor-detail__card {
  width: 1000px;
  display: flex;
  position: relative;
}
.professor-detail__card img {
  width: 200px;
  height: 200px;
  margin: 0 30px 0 0;
}
.professor-detail__card span {
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
}
.professor-detail__content {
  flex-grow: 1;
}
.professor-detail__content h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.professor-detail__content h4 {
  margin: 0 0 30px 0;
  font-weight: normal;
}
.professor-detail__content a {
  font-size: 17px;
}
.professor-detail__content--is-link::after {
  content: ",";
  margin-right: 2px;
}
.professor-detail__content--is-link:last-child::after {
  content: "";
}
.professor-detail__curriculo p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 12px 0;
  color: white;
}

/* professores - end */
/* coreografias - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.m-coreografias__title {
  margin: 0 0 50px 0;
}
.m-coreografias__content {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  justify-content: space-around;
}
@media (min-width: 1024px) {
  .m-coreografias__content {
    justify-content: flex-start;
  }
}
.m-coreografias__card {
  width: 125px;
  height: 125px;
  position: relative;
  margin: 0 0 20px 0;
}
@media (min-width: 400px) {
  .m-coreografias__card {
    width: 145px;
    height: 145px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 480px) {
  .m-coreografias__card {
    width: 130px;
    height: 130px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 640px) {
  .m-coreografias__card {
    width: 140px;
    height: 140px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .m-coreografias__card {
    width: 150px;
    height: 150px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1024px) {
  .m-coreografias__card {
    width: 18%;
    height: 162px;
    margin: 0 1% 25px 1%;
  }
}
@media (min-width: 1248px) {
  .m-coreografias__card {
    width: 13.66%;
    margin: 0 1.5% 20px 1.5%;
    height: 150px;
  }
}
@media (min-width: 1440px) {
  .m-coreografias__card {
    width: 13.66%;
    margin: 0 1.5% 20px 1.5%;
    height: 178px;
  }
}
.m-coreografias__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-coreografias__card--is-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.m-coreografias__card--is-mask:hover {
  background: rgba(190, 63, 21, 0.85);
  transition: 1s;
}
.m-coreografias__card--is-mask h3 {
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.7;
}

/* coreografias - end */
/* valores - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

/* valores - end */
.m-valores p {
  line-height: 1.5;
  margin: 0 0 10px 0;
  color: #57585A;
  font-size: 15px;
  text-align: center;
}
.m-valores__content {
  margin: 50px 0;
}
.m-valores__grade {
  margin: 50px 0;
  width: 100%;
  height: 500px;
}

/* pagination - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.dm-m-blog-bread--li {
  display: inline;
  margin: 0 15px;
}

.dm-m-blog-bread--ul {
  margin-bottom: 50px !important;
}

/* pagination - end */
/* berlim - start */
.p-berlim {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-berlim__show {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-berlim__show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-berlim__numbers {
  position: absolute;
}
.p-berlim__txt {
  position: relative;
}
.p-berlim__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-berlim__arrows span {
  cursor: pointer;
}
.p-berlim__dots {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.p-berlim__dot {
  cursor: pointer;
  display: inline-block;
}

/* berlim - end */
/* animations - start */
/* p-fadein-01 */
@keyframes p-fadein-01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-fadein-01 {
  animation-name: p-fadein-01;
  animation-duration: 1s;
}

/* p-fadeout-01 */
@keyframes p-fadeout-01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-fadeout-01 {
  animation-name: p-fadeout-01;
  animation-duration: 1s;
  opacity: 0;
}

/* updown50 */  
@keyframes updown50 {
  0% {
    top: -50px;
    position: relative;
  }
  100% {
    top: 0px;
  }
}
.updown50 {
  animation-name: updown50;
  animation-duration: 2s;
  position: relative;
  top: 0px;
}

/* downup50 */  
@keyframes downup50 {
  0% {
    bottom: -50px;
  }
  100% {
    bottom: 0px;
  }
}
.downup50 {
  animation-name: downup50;
  animation-duration: 2s;
  position: relative;
  bottom: 0px;
}

/* topbottom */
@keyframes topbottom {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}
/* animations - end */  
/* whats - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
.p-whats-01 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  z-index: 500;
  background: linear-gradient(#2C963C, #25B33B);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 15px -3px #000000;
  box-shadow: 3px 3px 15px -3px #000000;
}
@media (min-width: 768px) {
  .p-whats-01 {
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
  }
}
.p-whats-01 a {
  color: white;
  font-size: 20px;
  margin: 3px 1px 0 0;
}
@media (min-width: 768px) {
  .p-whats-01 a {
    font-size: 30px;
    margin: 3px 2px 0 0;
  }
}

.p-whats-02 {
  position: fixed;
  right: 0;
  bottom: 70px;
  background: linear-gradient(#2C963C, #25B33B);
  border-radius: 15px 0 0 15px;
  z-index: 1000;
}
.p-whats-02 a {
  font-size: 27px;
  float: left;
  padding: 17px 15px 14px 25px;
}

/* whats - end */
.p-left-right {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 998;
}
.p-left-right--is-show {
  display: block;
}
.p-left-right__content {
  position: fixed;
  transition: 1s;
  z-index: 999;
  width: 100%;
  height: 100vh;
}
.p-left-right__content--is-show {
  top: 0 !important;
  -webkit-animation-name: leftright;
  animation-name: leftright;
}

/* berlim variables - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.p-berlim img {
  position: absolute;
}
.p-berlim__numbers {
  color: white;
  background: black;
  font-size: 15px;
  padding: 10px;
  top: 0;
  left: 0;
}
.p-berlim__txt {
  color: white;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  top: 50%;
}
.p-berlim__txt h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .p-berlim__txt h2 {
    font-size: 70px;
    margin: 0 0 20px 0;
  }
}
.p-berlim__txt h2::after {
  width: 150px;
  content: "";
  background: #BE1E2D;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-berlim__txt h2::after {
    width: 200px;
    height: 10px;
  }
}
.p-berlim__txt p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-berlim__txt p {
    font-size: 30px;
  }
}
.p-berlim__arrows {
  width: 97%;
  margin: 0 1.5%;
  font-size: 25px;
  color: #D0D2D4;
}
@media (min-width: 768px) {
  .p-berlim__arrows {
    font-size: 50px;
  }
}
.p-berlim__arrows span {
  transition: 0.6s ease;
}
.p-berlim__arrows span:hover {
  color: #BE1E2D;
}
.p-berlim__dots {
  bottom: 10px;
}
.p-berlim__dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #D0D2D4;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}
@media (min-width: 768px) {
  .p-berlim__dot {
    height: 15px;
    width: 15px;
  }
}
.p-berlim__dot:hover {
  background-color: #BE1E2D;
}
.p-berlim__active {
  background-color: #BE1E2D;
}

/* berlim variables - end */
/* p-left-right variables - start */
/* utilities - start */
.u-bg-white {
  background: white;
}

.u-c-white {
  color: white;
}

.u-c-gray-01 {
  color: #FCFCFC;
}

.u-bg-gray-01 {
  background-color: #FCFCFC;
}

.u-c-gray-02 {
  color: #FAFAFA;
}

.u-bg-gray-02 {
  background-color: #FAFAFA;
}

.u-c-gray-03 {
  color: #F7F7F7;
}

.u-bg-gray-03 {
  background-color: #F7F7F7;
}

.u-c-gray-04 {
  color: #F5F5F5;
}

.u-bg-gray-04 {
  background-color: #F5F5F5;
}

.u-c-gray-05 {
  color: #F0F1F1;
}

.u-bg-gray-05 {
  background-color: #F0F1F1;
}

.u-c-gray-06 {
  color: #F0F0F0;
}

.u-bg-gray-06 {
  background-color: #F0F0F0;
}

.u-c-gray-07 {
  color: #EDEDED;
}

.u-bg-gray-07 {
  background-color: #EDEDED;
}

.u-c-gray-08 {
  color: #EBEBEB;
}

.u-bg-gray-08 {
  background-color: #EBEBEB;
}

.u-c-gray-09 {
  color: #E8E8E8;
}

.u-bg-gray-09 {
  background-color: #E8E8E8;
}

.u-c-gray-10 {
  color: #E5E6E7;
}

.u-bg-gray-10 {
  background-color: #E5E6E7;
}

.u-c-gray-15 {
  color: #DBDDDE;
}

.u-bg-gray-15 {
  background-color: #DBDDDE;
}

.u-c-gray-20 {
  color: #D0D2D4;
}

.u-bg-gray-20 {
  background-color: #D0D2D4;
}

.u-c-gray-25 {
  color: #C6C7C9;
}

.u-bg-gray-25 {
  background-color: #C6C7C9;
}

.u-c-gray-30 {
  color: #BBBDBF;
}

.u-bg-gray-30 {
  background-color: #BBBDBF;
}

.u-c-gray-35 {
  color: #B1B3B5;
}

.u-bg-gray-35 {
  background-color: #B1B3B5;
}

.u-c-gray-40 {
  color: #A6A9AB;
}

.u-bg-gray-40 {
  background-color: #A6A9AB;
}

.u-c-gray-45 {
  color: #9C9EA1;
}

.u-bg-gray-45 {
  background-color: #9C9EA1;
}

.u-c-gray-50 {
  color: #929497;
}

.u-bg-gray-50 {
  background-color: #929497;
}

.u-c-gray-55 {
  color: #898B8E;
}

.u-bg-gray-55 {
  background-color: #898B8E;
}

.u-c-gray-60 {
  color: #808184;
}

.u-bg-gray-60 {
  background-color: #808184;
}

.u-c-gray-65 {
  color: #76787A;
}

.u-bg-gray-65 {
  background-color: #76787A;
}

.u-c-gray-70 {
  color: #6C6D70;
}

.u-bg-gray-70 {
  background-color: #6C6D70;
}

.u-c-gray-75 {
  color: #626466;
}

.u-bg-gray-75 {
  background-color: #626466;
}

.u-c-gray-80 {
  color: #57585A;
}

.u-bg-gray-80 {
  background-color: #57585A;
}

.u-c-gray-85 {
  color: #4C4C4E;
}

.u-bg-gray-85 {
  background-color: #4C4C4E;
}

.u-c-gray-90 {
  color: #3F3F41;
}

.u-bg-gray-90 {
  background-color: #3F3F41;
}

.u-c-gray-95 {
  color: #3F3F41;
}

.u-bg-gray-95 {
  background-color: #3F3F41;
}

.u-underline--hover:hover {
  text-decoration: underline;
}

.u-bold--hover:hover {
  font-weight: bold;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-img-full-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-clear {
  clear: both;
}

.u-underline:hover {
  text-decoration: underline;
}

/* utilities - end */
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway.ttf");
}
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;
}

.p-left-right {
  background: rgba(0, 0, 0, 0.75);
}
.p-left-right__content {
  background: #F05A28;
  width: 300px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-left-right__content ul {
  width: 80%;
}
.p-left-right__content ul li {
  border-bottom: 1px solid #BE1E2D;
  padding: 20px 0 10px 0;
}
.p-left-right__content ul li a {
  padding: 0 0 0 20px;
  color: white;
}
.p-left-right__content--is-show {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* leftright */
@keyframes leftright {
  0% {
    left: -300px;
  }
  100% {
    left: 0px;
  }
}
/* p-left-right variables - end */
