@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: 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;
}


.course-information p {
  color: #292929;
  margin: 0.5rem 0.5rem;
  line-height: 1.5rem;
}

.course-information h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.course-information h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.course-information h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  color: #ba6907;
}

.course-information li{
  color: #292929;
  margin: 0.3rem 0rem;
  line-height: 1.5rem;
}

.course-information strong{
  color: #292929;
}

.sharethis-inline-share-buttons {
  margin: 1rem 0;
}

.course-information .teacher {
  margin: 1rem 0.5rem 0 0.5rem;
  padding: 0 0.5rem;
  border: 1px solid #c6d5cd;
  box-shadow: 0rem 0.2rem 0.2rem #c6d5cd
}

.course-information .teacher h2 {
  margin-bottom: 0.5rem;
}

.course-information .teacher-title {
  display: flex;
  align-items: center;
  margin: 1rem 0 0.3rem 0;
}


.course-information .teacher-minibio {
  margin: 1rem 0;
}

.course-information .teacher-title img{
  width: 6rem;
  height:6rem;
  object-fit:cover;
  border-radius: 50%;
}

.course-information .teacher-title  h3{
  padding-left: 1rem;
  margin-bottom: 1rem;
}


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

}

.course-information .call-to-action {
  max-width: 100%;
  margin: 2rem auto;
  padding: 1.5rem 0;
  background: #fcd4a4;
  text-align: center;
}

.course-information .call-to-action a {
  text-decoration: none;
  line-height: 2.5rem;
  font-size: 1.4rem;
  background:  #55E09B;
  color: #381648;
  border-radius: 0.5rem;
  margin: 0.5rem auto;
  margin-top: 1.5rem;
  padding: 0.5rem 3.5rem;
  border:0;
  transition: background 0.2s;
  box-shadow: 0.1rem 0.1rem 0.1rem #0d5b40;
}


.course-information .call-to-action a:hover {
  background:  #3ab17c ;
}

@media screen and (min-width: 680px) {
  .course-information .call-to-action {
    max-width: 60%;
  }
}


.course-information .full-description {
  margin: 1rem 0;
  padding: 0.5rem;
}

.course-information .full-description .teachers-names {
  padding-left: 1.5rem;

  margin-top: -1.2rem;
}

.course-information .full-description .teachers-names p, .teachers-names strong{
  font-size: 0.9rem;
  color: #ba6907;
}

.course-information .full-description .teachers-names strong{
  font-size: 0.9rem;
  color: #854b05;
}

.course-information .testimonials {
  margin: 0.5rem 0;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.course-information .testimonial {
  margin: 0rem auto;
  margin-bottom: 1rem ;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #ba6907;
  border-bottom: 1px solid #ba6907;
  border-radius: 25%;
}

.course-information .testimonial-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-information .testimonial-title strong{
  color: #0d5b40;
}

.course-information .testimonial-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem ;
}

.course-information .testimonial-title img{
  width: 8rem;
  height:8rem;
  object-fit:cover;
  border-radius: 50%;
}

.course-information .testimonial p{
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 0;
  width: 80%
}

.course-information .testimonial-title i{
  width: 8rem;
  height: 8rem;
  font-size: 6rem;
  color: #a6a6a6;
  border-radius: 50%;
  text-align: center;
}

.course-information .testimonial-media img{
  max-width: 100%;
}

.course-information .testimonial-media i{
  font-size: 2rem;
  color: #55E09B;
}

@media screen and (min-width: 680px) {
  .course-information .testimonial {
    margin-bottom: 1rem ;
    width: 45%;
  }


}

.course-information .platform-access {
  background: #78dea9;
  margin: 2.5rem 0;
  text-align: center;
  padding: 0.5rem 0;
  width: 100%;
}
.course-information .platform-access h4{
  color: #381648;
  font-size: 1.8rem;
  margin-bottom:1rem;
}
.course-information .platform-access p{
  color: #4e1f65;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
}
.course-information .platform-access strong{
  color: #4e1f65;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.course-information .platform-access-list{
  width: 90%;
  text-align: left;
  margin: 0 auto;
  margin-top: 1rem;
}

.course-information .platform-access-list .fa-li{
  top: 0.6rem;
  left: -1.5rem;
}


.course-information .platform-access-list li{
  color: #4e1f65;
  font-size: 1.2rem;
  margin: 0 1rem;
  padding: 0.5rem;
}

@media screen and (min-width: 680px) {
  .course-information .platform-access-list{
    width: 50%;
    margin: 0 auto;
  }
}
.course-information .course-liveclasses {
  border: 1px solid #0d5b40;
  width: 90%;
  margin: 0.2rem auto;
  margin-bottom: 2rem;
}

.course-information .subcourses-liveclasses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course-information .subcourse-liveclasses {
  margin: 0.2rem auto;
  padding-right: 0.5rem;
}

.number_liveclasses{
  text-align: center;
}

.course-information .course-calendar {
  border: 1px solid #0d5b40;
  width: 90%;
  margin: 0.2rem auto;
  margin-bottom: 2rem;
}

.course-information .calendar-liveclasses {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.course-information .calendar-liveclasses-vacation, .calendar-liveclasses-classes {
  margin: 0.5rem 1rem;
}
.course-information .objectives {
  margin: 0.5rem 0;
  padding: 0.5rem;
}

.course-information .objectives-list {
  margin: 0.2rem auto;
  padding-right: 0.5rem;
}

.course-information .requirements {
  margin: 0.5rem 0;
  padding: 0.5rem;
}

.course-information .requirements-list {
  margin: 0.2rem auto;
  padding-right: 0.5rem;
}

.course-information .audience {
  margin: 0.5rem 0;
  padding: 0.5rem;
}

.course-information .audience-list {
  margin: 0.2rem auto;
  padding-right: 0.5rem;
}

.course-information .curriculum {
  margin: 0.5rem 0;
  padding: 0.5rem;
  width: 100%;
}

.course-information .subcourses-curriculum {
  display: flex;
  flex-wrap: wrap;
}

.teacher-course-description-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.teacher-course-description p{
  font-size: 0.9rem;
  margin-top: 0;
}

.icon{
  text-align: center;
  width: 20%;
  height: 2rem;
}

.course-information .subcourse-curriculum {
  margin: 1rem auto;
  width: 100%;
  background: #fff9f1;
  padding: 0.5rem 0.5rem 1rem 0rem;
  border-left: 4px solid #0d5b40;
  border-bottom: 1px solid #0d5b40;
  overflow: hidden;
}

.course-information .subcourse-curriculum h3{
  color: #ba6907;
  margin: 0rem;
  padding: 0;
}

@media screen and (min-width: 680px) {
  .course-information .subcourse-curriculum {
    max-width: 500px;
  }

}
.hide-curtain {
  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;
  }

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

  .show {
    display: block;
  }

  .show-inline {
    display: inline;
  }

  .hide {
    display: none;
  }

  i {
    transition: transform 0.3s;
  }

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

.tag {
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 1rem 0.5rem 0rem 0.5rem;
  padding: 0.1rem 0;
  color: white;
  border-radius: 0.4rem 0.4rem 0 0;
}

.soft-tag {
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
  margin: 0rem 0.5rem 0rem 0.5rem;
  padding: 0.1rem 0;
}

.promotion {
  background: #00801c;
}

.promotion-end-date{
  color: #00801c;
  background: #abffbd;
}

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

.course-start-date{
  color: #004ac2;
  background: #d5e2f7;
}

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

.course-normal-price{
  text-align: center;
  margin: 0.5rem auto;
  padding-top: 0.2rem;
}

.course-promotion-price {
  text-align: center;
  margin: 0.5rem auto;
  margin-bottom: 1.5rem;
  padding-top: 0.2rem;
}

.course-normal-price strong, .course-promotion-price strong{
  font-size: 1.5rem;
}

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

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


@media screen and (min-width: 680px) {
  .tag {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .soft-tag {
    max-width: 70%;
    margin: auto;
  }

  .course-information .course-buying {
    max-width: 50%;
    margin: 0 auto;
  }

}


#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;
  }
}


#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;
  }
}

