@font-face {
  font-family: Branding-SF-Black;
  src: url("/assets/fonts/Branding-SF-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: Branding-SF-SemiBold;
  src: url("/assets/fonts/Branding-SF-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Branding-SF-Light;
  src: url("/assets/fonts/Branding-SF-Light.ttf");
  font-display: swap;
}

:root {
  font-family: Branding-SF-SemiBold, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1rem;

}

h1, h2, h3, h4, h5, h6, strong {
  font-family: Branding-SF-Black, sans-serif;
  color: #6f2d91;
}

p, input, textarea, button, span, a {
  font-family: Branding-SF-SemiBold, sans-serif;
  color: #292929;
}

button, a {
  cursor: pointer;
}

html {
  font-size: calc(18px + 4 * ((100vw - 600px) / 800));
}

@media screen and (min-width: 600px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 600px) / 800));
  }
}

@media screen and (min-width: 801px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 801px) / 1000));
  }
}

@media screen and (min-width: 1001) {
  html {
    font-size: calc(14px + 4 * ((100vw - 1001px) / 1440));
  }
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.25rem;
}

.page-container {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main-container {
  width: 100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0 0 0;
}

.section-container {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: 0rem 0 0 0;
  padding: 0.4rem 0rem;
}

@media screen and (min-width: 680px) {
  .section-container {
    width: 90%;
  }

}

.navbar-container {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0rem 0.2rem 0.2rem #381648;
  z-index: 10;
  width: 100%;
  background-color: #6f2d91;
}

.navbar-container a {
  margin: 0 0.3rem;
  padding: 0.5rem 0.3rem;
  text-decoration: none;
  color: white;
  transition: background-color 0.2s color 0.2s;
}

.navbar-container a:hover {
  background-color: #953bc2;
}

.navbar-container i {
  text-align: center;
  width: 1.2rem;
}

.navbar-fixed-container {
  display:flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0.5rem 0 0 0;
}

.navbar-hideable-itens div{

}

.navbar-collapsible-container div {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-itens: center;
  overflow: hidden;
  max-width: 100%;
  margin: 0.5rem 0 0 0;

}

.navbar-collapsible-container a {
  border-top: 1px solid #f7941d;
  background-color: #642882;
}

.navbar-container .hide {
  max-height: 0px;
  pointer-events: none;
  transition: max-height 0.3s ease-in-out;
}

.navbar-container .show {
  max-height: 1800px;
  pointer-events: auto;
  transition: max-height 0.5s ease-in-out;
}

.navbar-container .active {
  color: #f7941d;
  background-color: #642882;
}

.navbar-container .hide-small {
  display:none;
  pointer-events: none;
}

.navbar-container .hide-large {
  display:block;
  pointer-events: auto;
}



@media screen and (min-width:680px) {
  .navbar-container .hide-large {
    display:none;
    pointer-events: none;
  }

  .navbar-container .hide-small {
    display:block;
    pointer-events: auto;
  }
}
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2.7rem;
  text-align: center;
}

.header-homepagelinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: -0.5rem;
  padding: 0.5rem 0 0.5rem 5%;
  background-color: white;
}

.header-homepagelinks a {
  font-size: 1rem;
  text-decoration: none;
  color: #0d5b40;
}

.header-homepagelinks span {
  margin: 0 0.1rem;
  font-size: 1rem;
}

.header-homepagelinks i {
  font-size: 0.5rem;
}

.header-homepagelinks .actual-page {
  color: black;
}

.header-image img {
  width: 100%;
  max-width: 1000px;
}

.header-title {
  margin-top: 1.5rem;
  padding: 0.8rem 0;
  border-top: 1px solid #fcd4a4;
  width: 80%;
  background-color: white;
}

.header-title h2 {
  color: #22855e;
}

.header-texts {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #fcd4a4;
  width: 80%;
  line-height: 1.4rem;
}

.header-texts p {
  font-style: italic;
  margin-bottom: 1rem;
}


.category-title {
  margin-bottom: 0rem;
  cursor: pointer;
  color: #4e1f65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.0rem;
  border-top: 1px solid #c6d5cd;
  border-bottom: 1px solid #c6d5cd;
}

.open {
  height: 4rem;
  width: 5rem;
  text-align: center;
}

.open:hover {
  background: #fcd4a4;
  height: 4rem;
  width: 5rem;
  text-align: center;
}

.category-title h2 {
  font-size: 1.5rem;
  padding: 0.2rem 1rem;
}

.category-title p {
  padding: 0.2rem 1.5rem;
  margin-top: -0.2rem;
}

.category-title div {
}

.category-title i {
  transition: transform 0.3s;
}

.category-title .active {
  transform: rotate(-180deg);
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 1.2rem;
}

.glider-slide {
  min-height: 150px;
  background: #fff9f1;
  border-top: 1px solid #fcd4a4;
  border-bottom: 1px solid #fcd4a4;
}
.glider-slide img {
  width: 100%;
}

.glider-contain .hide {
  max-height: 0px;
  pointer-events: none;
  transition: max-height 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out;
  transition: margin-bottom 0.3s ease-in-out;
}

.glider-contain .show {
  max-height: 10000px;
  pointer-events: auto;
  transition: max-height 0.3s ease-in-out;
  margin-top: 0.6rem;
  margin-bottom: 3.5rem;
}

.course-item {
  margin: 0rem 0.5rem;
  padding: 0.25rem;
}

.course-item a {
  text-decoration: none;
  color: #292929;
}

.course-item h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #381648;
  background: #94dcb6;
  height: 6rem;
  padding: 0.3rem;
}

.course-item h4 {
  margin-top: 0.5rem;
  text-align: center;
}

.course-item .course-info {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

.course-item .tag {
  font-size: 0.8rem;
  text-align: center;
  margin: 0.3rem 0.5rem 0 0.5rem;
  padding: 0.1rem 0;
  color: white;
  border-radius: 0.4rem 0.4rem 0 0;
}

.course-item .promotion {
  background: #00801c;
}

.course-item .promotion-end-date{
  color: #00801c;
  font-size: 0.8rem;
  background: #abffbd;
  text-align: center;
  margin: 0rem 0.5rem 0 0.5rem;
  padding: 0.1rem 0;
}


.course-item .is-soon{
  background: #004ac2;
}

.course-item .course-start-date{
  color: #004ac2;
  font-size: 0.8rem;
  background: #d5e2f7;
  text-align: center;
  margin: 0rem 0.5rem 0 0.5rem;
  padding: 0.1rem 0;
}

.course-item .is-sold-out {
  background: #c70500;
  border-radius: 0.4rem;
}

.course-item .course-normal-price, .course-promotion-price{
  text-align: center;
  margin-top: 0.3rem;
  padding-top: 0.2rem;
}

.course-item strong {
  font-size: 1rem;
  color: #292929;
}

.course-item .striked{
  text-decoration: line-through;
  color: #a6a6a6;
}

.course-item .striked strong{
  text-decoration: line-through;
  color: #a6a6a6;
}



@media screen and (min-width: 680px) {

}

#contacts-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#contacts-container .contacts-title {
  width: 80%;
  margin: 0 2rem 1rem;
}

#contacts-container .contacts-description {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: top;
}

#contacts-container .contact{
  border-left: 3px  solid #f7941d;
  border-bottom: 1px  solid #f7941d;
  background: #fff9f1;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  padding: 0.5rem;
  min-width: 320px;
  width: 28%;
}

#contacts-container .contact strong {
  color: #40946A;
  margin-top:0.5rem;
  padding-top:0.5rem;
}

#contacts-container .contact a {
  text-decoration: none;
  color: black;
  transition: color 0.2s;
}

#contacts-container .contact a:hover {
  color: #854b05;
}

#contacts-container .contact p {
  margin: 0.2rem 0 0.5rem 0;
  font-size: 0.9rem;
}

@media screen and (max-width: 460px) {
  #contacts-container .contact{
    width: 100%;
    margin: 0.5rem;
  }
}

.form {
  color: #6f2d91;
  border: 1px solid  #ba6907;
  border-radius: 0.8rem;
  padding: 1rem 1rem;
  margin: 1rem auto;
  width: 95%;
}

.form .form-element-radio {
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #ca9de1;
  border-radius: 0.3rem;
  background:  #e5cef0;
}

.form .radio-selector {
  display:flex;
  align-items: center;
  flex-direction: row;
  margin: 0.5rem;
}

.form .check-selector {
  display:flex;
  align-items: center;
  flex-direction: row;
  margin: 0.5rem;
}

.form h3{
  padding: 0 0.5rem;
  color: #40946A;
}

.form .form-tip strong{
  font-size: 0.8rem;
}

.form-tip {
  font-size: 0.8rem;
}


.form .form-element {
  vertical-align: middle;
  align-items: center;
  margin-top: 0.5rem;
  width: 100%;
  border: 1px solid #ca9de1;
  border-radius: 0.3rem;
  background:  #e5cef0;
}

.form i{
  vertical-align: middle;
  width: 2.2rem;
  min-width: 18px;
  font-size: 1.5rem;
  text-align: center;
}

.form input {
  flex: 1;
  width: calc(100% - 2.5rem);
  line-height: 1.2rem;
  min-width: 150px;
  height: 2rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: 0;
  background:#fdead2;
  padding:0 0.8rem;
  color: #381648;
}

.error {
  color: #c70500;
  font-size: 0.8rem;
  padding: 0rem 3rem;
  animation-name: alert-box;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.form label {
}

.form select {
  flex: 1;
  width: calc(100% - 2.5rem);
  line-height: 1.2rem;
  min-width: 150px;
  height: 2rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: 0;
  background:#fdead2;
  padding:0 0.8rem;
  color: #381648;
}


.form input[type="radio"] {
  cursor: pointer;
  margin: 0 0.5rem 0 0;
  height: 1rem;
  min-width: 15px;
}

.form input[type="checkbox"] {
  flex:1;
  cursor: pointer;
  height: 1.5rem;
  margin: 0 0.5rem 0 0;
  min-width: 15px;
}


.form button {
  width: 100%;
  height: 3.0rem;
  font-size: 1.4rem;
  background:  #55E09B;
  color: #381648;
  border-radius: 0.5rem;
  margin: 0.5rem 0 0;
  border:0;
  transition: background 0.2s;
}

.form button:hover {
  background:  #40946A;
}

.results {
  margin: 0.5rem auto;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
}

.results .results-title{
  flex:1;
  font-family: 'Branding-SF-Black';
  margin: 0.5rem 0.5rem;
}

.results .results-message{
  margin: 0.5rem 0.5rem;
  font-family: 'Branding-SF-SemiBold';
  font-size: 0.9rem;
}

.sending {
  background: #fdead2;
  color: #ba6907;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  border-left: 3px  solid #ba6907;
}

.sending span {
  color: #ba6907;
}


.erro {
  background: #ffaaa8;
  color: #c70500;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  animation-name: alert-box;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  border-left: 3px  solid #c70500;
}

.erro span {
  color: #c70500;
}

.ok {
  background:#abffbd;
  color: #00801c;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  animation-name: alert-box;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  border-left: 3px  solid #00801c;
}

.ok span {
  color: #00801c;
}

@keyframes alert-box {
  0% {opacity:0;}
  40% {opacity:0.4;}
  80% {opacity:0.8;}
  100% {opacity:1;}
}

.data-box {
  color: #6f2d91;
  border: 1px solid  #ba6907;
  border-radius: 0.8rem;
  padding: 1rem 1rem;
  margin: 1rem auto;
  width: 100%;
  overflow: hidden;
}

.data-box h3{
  padding: 0 0.5rem;
  color: #40946A;
}

.data-box h4{
  padding: 0 0.5rem;
  margin-bottom: 0rem;
  color: #ba6907;
}

.data-box button {
  width: 100%;
  height: 3.0rem;
  font-size: 1.4rem;
  background:  #55E09B;
  color: #381648;
  border-radius: 0.5rem;
  margin: 0.5rem 0 0;
  border:0;
  transition: background 0.2s;
}

.data-box button:hover {
  background:  #40946A;
}

.data-box p {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0 0.5rem;
  background:#fdead2;
  color: #381648;
  line-height: 1.8rem;
}




@media screen and (min-width: 680px) {
  .form {
    width: 70%;

    max-width: 600px;
  }

  .form h3{
    padding: 0 0.3rem;
  }

  .form .form-element {
    width: 100%;
  }

  .form i{
    font-size: 1.2rem;
    min-width: 1.2rem;
  }

  .form input {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }

  .form .form-element-radio {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
    padding: 0.5rem 0.5rem;
    width: 100%;
  }

  .form input[type='radio'] {
    margin: 0.5rem 0.5rem;
  }

  .data-box {
    padding: 1rem 1rem;
    margin: 1rem auto;
    width: 70%;
  }

}


#form-container {
  display:flex;
  width:100%;
  justify-content: center;
}

#form {
  color: #6f2d91;
  border: 1px solid  #ba6907;
  border-radius: 0.8rem;
  padding: 1rem 1rem;
  margin: 1rem 0rem;
  width: 60%;
  min-width: 500px;
  max-width: 600px;
}

#form h3{
  padding: 0 0.5rem;
  color: #40946A;
}

#form .form-element {
  display:flex;
  align-items: center;
  margin-top: 0.5rem;
  width: 100%;
  border: 1px solid #ca9de1;
  border-radius: 0.3rem;
  background:  #e5cef0;
}

#form i{
  width: 2.2rem;
  min-width: 18px;
  font-size: 1.5rem;
  text-align: center;
}

#form input, textarea{
  flex: 1;
  line-height: 1.2rem;
  height: 2rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: 0;
  background:#fdead2;
  padding:0 0.8rem;
  color: #381648;
}

#form textarea {
  height: 8rem;
  padding: 0.4rem 0.8rem;
}

#form .antispammessage{
  background: #f7f0fa;
  border-radius: 0.3rem;
  border: 1px solid #ca9de1;
  width: 100%;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#form .antispammessage strong {
  font-size: 0.9rem;
}

.antispammessage div {
  margin: 1rem;
  font-size: 0.9rem;
}

#form .antispammessage input {
  width: 2.5rem;
  background: #fcd4a4;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.9rem;
}


#form button {
  width: 100%;
  height: 3.0rem;
  font-size: 1.4rem;
  background:  #55E09B;
  color: #381648;
  border-radius: 0.5rem;
  margin: 0.5rem 0 0;
  border:0;
  transition: background 0.2s;
}

#form button:hover {
  background:  #40946A;
}

#form #results {
  margin-top: 0.5rem;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}

#form #results .results-title{
  flex:1;
  font-family: 'Branding-SF-Black';
  margin: 0.5rem 0.5rem;
}

#form #results .results-message{
  margin: 0.5rem 0.5rem;
  font-size: 0.9rem;
}

#form .sending {
  background: #fdead2;
  color: #ba6907;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  border-left: 3px  solid #ba6907;
}

#form .error {
  background: #ffaaa8;
  color: #c70500;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  animation-name: alert-box;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  border-left: 3px  solid #c70500;
}

#form .ok {
  background:#abffbd;
  color: #00801c;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  animation-name: alert-box;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  border-left: 3px  solid #00801c;
}

@keyframes alert-box {
  0% {opacity:0;}
  40% {opacity:0.4;}
  80% {opacity:0.8;}
  100% {opacity:1;}
}

@media screen and (max-width: 600px) {
  #form {
    padding: 0.8rem 0.3rem;
    margin: 0.8rem 0.8rem;
    min-width: 0;
    width: 100%;
  }

  #form h3{
    padding: 0 0.3rem;
  }

  #form .form-element {
    width: 100%;
  }

  #form i{
    font-size: 1.2rem;
    min-width: 1.2rem;
  }

  #form input, textarea{
    font-size: 0.9rem;
    line-height: 1.2rem;
    min-width: 150px;
  }

  #form .antispammessage{
    margin: 1rem 0 0 0;
    padding: 1rem 0.2rem 0.2rem 0;
  }

  #form .antispammessage strong {
    font-size: 0.8rem;
  }

  .antispammessage div {
    margin: 1rem;
    font-size: 0.8rem;
  }

  #form .antispammessage input {
    min-width: 2.2rem;
    width: 2.2rem;
    font-size: 0.8rem;
    padding: 0.3rem
  }
}

#footer-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #6f2d91;
  width: 100%;
  padding: 1rem 1rem;
  margin-top: 3rem;
  color: #fff;

}

#footer-container .footer-social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

#footer-container .footer-social-links a{
  display: inline;
  font-size: 1.2rem;
  margin: 0.5rem;

}

#footer-container .footer-legal-data {
  display: block;
  margin: 0.8rem;
  text-align: center;
}

#footer-container .footer-payment-methods {
  display: block;
  font-size: 1.1rem;
  margin: 0.5rem;
  text-align: center;
}

#footer-container img{
  max-width: 13rem;
}

#footer-container a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;

}

#footer-container .legal-data-item {
  padding: 0.5rem;

}

#footer-container p {
  display:inline;
  font-size: 1rem;
  font-family: Branding-SF-Light, sans-serif;
  color: #fff;
}


@media screen and (max-width: 600px) {
  #footer-container {
    display: block;
  }

  #footer-container .footer-social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  #footer-container .footer-social-links a{
    font-size: 1.2rem;
    margin: 0.5rem;
  }

  #footer-container .footer-legal-data {
    display: block;
    margin: 0.5rem;
  }

  #footer-container a {
    font-size: 1rem;
  }
  #footer-container p {
    display:block;
    font-size: 0.7rem;
  }


  #footer-container img{
    max-width:8rem;
  }
}

#cookie-container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  display: block;
  animation-name: alert-box;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  border: 1px solid  #55E09B;
}
#cookie-container .cookie-main {
  margin: 0;
  padding: 1rem 2rem;
  position: relative;
  top: 0px;
  width: 100%;
  text-align:center;
  background: #40946A;
}

#cookie-container .cookie-main:hover {
  background:  #55E09B;
}

#cookie-container .cookie-main p {
  line-height: 1.5rem;
  font-size: 0.8rem;
  text-align:center;
}

#cookie-container .cookie-main strong {
  color: #381648;
}

#cookie-container .cookie-main a {
  margin-left:0.5rem;
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
  color: #381648;
}

#cookie-container .cookie-button {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  margin-right:0.5rem;
  font-size: 0.8rem;
  cursor: pointer;
}

@keyframes alert-box {
  0% {opacity:0;}
  40% {opacity:0.4;}
  80% {opacity:0.8;}
  100% {opacity:1;}
}

@media screen and (max-width: 600px) {
  #cookie-container .cookie-main p {
    font-size: 0.7rem;
  }
}


