h1 {
  font-size: 3vw !important;
  font-weight: 400 !important;
  line-height: 110%;
  font-family: "Nunito", sans-serif;
  padding: 0 !important;
  margin: 0 !important;
  letter-spacing: 2px;
}

h2 {
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 110%;
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
}

h3 {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 111%;
  font-family: campaign, sans-serif;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h4 {
  font-weight: 800 !important;
  font-size: 26px !important;
  font-family: campaign, sans-serif;
  line-height: 111%;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h5 {
  font-weight: normal !important;
  font-size: 22px !important;
  font-family: "Nunito", sans-serif;
  line-height: 110%;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h6 {
  font-weight: normal !important;
  font-size: 18px !important;
  font-family: "Nunito", sans-serif;
  line-height: 111%;
  padding: 0;
  margin: 0;
}

p {
  font-weight: 400 !important;
  font-size: 15px !important;
  font-family: "Nunito", sans-serif;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.tag__line {
  font-size: 13px !important;
  font-family: "Nunito", sans-serif;
  line-height: 24px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.underlined {
  text-decoration: underline;
}

.text-white {
  color: white !important;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 38px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 26px !important;
  }
  h5 {
    font-size: 20px !important;
  }
}
.btn-primary {
  padding: 0.4em 2em;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #000000, #000000, #882a23, #882a23);
  text-decoration: none;
}
.btn-primary:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-course {
  padding: 0.4em 1em;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #000000, #000000, #882a23, #882a23);
  text-decoration: none;
}
.btn-course:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-secondary {
  padding: 0.5em 2em;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #882a23, #882a23, #000000, #000000);
  text-decoration: none;
}
.btn-secondary:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-tag {
  padding: 0.1em 1em;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #fff, #fff, #000000, #000000);
  text-decoration: none;
  border: 2px solid #000000;
}
.btn-tag:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #fff;
  color: #fff;
}

.btn-primary:focus {
  outline: none;
}

.btn-link {
  color: #000000;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}
.btn-link:hover {
  color: #882a23;
}

.btn-link-red {
  color: #882a23;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
}
.btn-link-red:hover {
  color: #000000;
}

.btn-submit {
  padding: 0.4em 3.5em;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #000000, #000000, #882a23, #882a23);
  text-decoration: none;
}
.btn-submit:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#openButton {
  background-color: transparent;
  border: 0;
  padding: 3px;
}

#closeButton {
  background-color: transparent;
  border: 0;
  padding: 3px;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .btn__white {
    margin: auto;
  }
}
html,
body {
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif !important;
  position: relative;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding-inline-start: 0 !important;
  list-style: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.modal-video-close-btn {
  cursor: pointer;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pt-1 {
  padding-top: 0.5em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-5 {
  padding-bottom: 5em;
}

.mt-1 {
  margin: 1em;
}

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

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.m-4 {
  margin: 4em;
}

.d-none {
  display: none !important;
}

a {
  text-decoration: none;
  color: #000000;
}

.main {
  padding-top: 5em;
}

.pb-4 {
  padding-bottom: 4em;
}

.bold-underlined {
  text-decoration: underline;
  font-weight: 700 !important;
  font-style: italic;
}

.m-auto {
  margin: auto !important;
}

.scrollUp {
  top: -67px !important;
}

.text-center {
  text-align: center !important;
}

.open {
  top: 0 !important;
}

.hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.red-dot svg {
  vertical-align: middle;
}

.bold {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.slick-dots li button:before {
  font-size: 40px !important;
  color: #882a23 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

@media (max-width: 1060px) {
  .hidden {
    display: block !important;
  }
  .main {
    padding-top: 2em;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: 0.3s;
  z-index: 999;
  background-color: #fff;
}
.header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
}
.header .navigation .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline-start: 0;
  list-style-type: none;
  list-style: none;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.header .navigation .menu li {
  padding: 0 1em;
}
.header .navigation .menu li a {
  text-decoration: none;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
.header .navigation .main-logo svg {
  padding: 2px;
}
.header .sub-navigation {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
}
.header .sub-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  list-style-type: none;
  list-style: none;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.header .sub-navigation .menu li {
  text-decoration: none;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header-mob {
  display: none;
}

@media (max-width: 1060px) {
  .header {
    display: none;
  }
  .header-mob {
    z-index: 999;
    display: block;
    position: fixed;
    width: 100%;
    background-color: #f4f4f4;
  }
  .header-mob .header-mob-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 2em;
  }
  .header-mob .mob-navigation {
    position: fixed;
    top: -2000px;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.4s ease-out;
  }
  .header-mob .mob-navigation .logo-mob-dark {
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .header-mob .mob-navigation .close-button {
    color: white;
    position: absolute;
    top: 4px;
    right: 15px;
    font-family: campaign, sans-serif;
    padding: 10px;
    font-size: 20px;
  }
  .header-mob .mob-navigation .close-button button {
    font-weight: 200;
  }
  .header-mob .mob-navigation .mob-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10em;
  }
  .header-mob .mob-navigation .mob-menu ul {
    padding: 0;
    margin: 0;
  }
  .header-mob .mob-navigation .mob-menu ul li {
    line-height: 60px;
    text-align: center;
  }
  .header-mob .mob-navigation .mob-menu ul li a {
    color: #cfc9bc;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
  }
  .header-mob .mob-navigation hr {
    color: #fff;
    max-width: 300px;
    margin: auto;
    margin-top: 2em;
  }
  .header-mob .mob-navigation .mob-tel {
    margin-top: 3em;
    text-align: center;
  }
  .header-mob .mob-navigation .mob-tel a {
    color: #fff;
  }
  .header-mob .mob-navigation .mob-tel span svg {
    vertical-align: middle;
  }
}
.footer {
  background-color: #000000;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer .footer-wrapper {
  font-family: "Nunito", sans-serif !important;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 6em;
  padding-bottom: 6em;
}
.footer .footer-wrapper .footer-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-wrapper .footer-container .footer-logo {
  width: 50%;
}
.footer .footer-wrapper .footer-container .footer-logo .footer-logo-wrapper {
  max-width: 350px;
}
.footer .footer-wrapper .footer-container .footer-logo .footer-logo-wrapper svg {
  width: 100%;
  height: auto;
}
.footer .footer-wrapper .footer-container .footer-content {
  width: 25%;
  padding-right: 1em;
}
.footer .footer-wrapper .footer-container .footer-content p {
  font-weight: 400;
  font-family: "Nunito", sans-serif !important;
  font-weight: 300 !important;
  max-width: 200px;
}
.footer .footer-wrapper .footer-container .footer-content .social {
  padding-top: 3.2em;
}
.footer .footer-wrapper .footer-container .footer-content .social svg {
  padding-right: 1em;
  width: 28px;
}
.footer .footer-wrapper .footer-links {
  width: 25%;
  font-family: "Nunito", sans-serif !important;
  font-weight: 300;
}
.footer .footer-wrapper .footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-wrapper .footer-links a:hover {
  text-decoration: underline !important;
}
.footer .footer-wrapper .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-wrapper .footer-links ul li {
  padding-bottom: 1em;
}
.footer .footer-wrapper .footer-links ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-wrapper .footer-links ul li a:hover {
  text-decoration: underline !important;
}
.footer .footer-wrapper .footer-links ul li span {
  vertical-align: middle;
  padding-right: 0.5em;
}
.footer .footer-wrapper .footer-links ul li span svg {
  vertical-align: middle;
}
.footer .footer-wrapper .footer-links .privacy-policy {
  padding-top: 1.5em;
}

@media (max-width: 968px) {
  .footer .footer-wrapper {
    font-family: "Nunito", sans-serif !important;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .footer .footer-wrapper .footer-container {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer .footer-wrapper .footer-container .footer-logo {
    width: auto;
  }
  .footer .footer-wrapper .footer-container .footer-logo svg {
    width: 60%;
  }
  .footer .footer-wrapper .footer-container .footer-content {
    width: auto;
    padding-right: 1em;
    padding-top: 1.2em;
  }
  .footer .footer-wrapper .footer-container .footer-content p {
    font-weight: 400;
    font-family: "Nunito", sans-serif !important;
    font-weight: 300 !important;
  }
  .footer .footer-wrapper .footer-container .footer-content .social {
    padding-top: 3em;
    text-align: center;
  }
  .footer .footer-wrapper .footer-container .footer-content .social svg {
    padding-right: 0.8em;
  }
  .footer .footer-wrapper .footer-links {
    padding-top: 1em;
    width: auto;
    font-family: "Nunito", sans-serif !important;
    font-weight: 300;
    text-align: center;
  }
  .footer .footer-wrapper .footer-links a {
    color: #fff;
    text-decoration: none;
  }
  .footer .footer-wrapper .footer-links a:hover {
    text-decoration: underline !important;
  }
  .footer .footer-wrapper .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 2em;
  }
  .footer .footer-wrapper .footer-links ul li {
    padding-bottom: 1em;
  }
  .footer .footer-wrapper .footer-links ul li a {
    color: #fff;
    text-decoration: none;
  }
  .footer .footer-wrapper .footer-links ul li a:hover {
    text-decoration: underline !important;
  }
  .footer .footer-wrapper .footer-links .privacy-policy {
    padding-top: 3em !important;
  }
}
.aside {
  width: 15%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-right: 1px solid #000000;
  z-index: 1;
}
.aside .aside__logo {
  text-align: center;
  position: absolute;
  top: 50vh;
  left: 10%;
  right: 11%;
}
.aside .aside__logo svg {
  width: 100%;
}

.white svg {
  fill: #fff !important;
}

@media (max-width: 1024px) {
  .aside {
    display: none;
  }
}
/*CONTACT*/
.contact__wrapper {
  display: flex;
  align-items: flex-start;
  background-color: #f4f4f4;
}
.contact__wrapper .contact__content {
  width: 50%;
}
.contact__wrapper .contact__content .contact__title {
  padding-left: 10%;
  padding-top: 4em;
}
.contact__wrapper .contact__content .contact__title h5 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
}
.contact__wrapper .contact__content .contact__title .contact__text {
  max-width: 400px;
}
.contact__wrapper .contact__content .call-to-action {
  padding-top: 4em;
}
.contact__wrapper .contact__form {
  width: 50%;
}
.contact__wrapper .contact__form .contact__form__wrapper {
  padding: 5em 2em;
  max-width: 400px;
  margin: auto;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control {
  padding-top: 1em;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control .col {
  width: 100%;
  padding-bottom: 1.2em;
  position: relative;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control label {
  display: block;
  padding-bottom: 1em;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control input {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0;
  height: 35px;
  font-family: "Nunito", sans-serif;
  color: #000000 !important;
  font-weight: 400;
  border-bottom: 1px solid #000000;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control input:focus-visible {
  outline: none;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control ::placeholder {
  color: #404040 !important;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0;
  height: 35px;
  font-family: "Nunito", sans-serif;
  color: #000000 !important;
  font-weight: 400;
  border-bottom: 1px solid #000000;
  height: 100px;
  font-size: 16px;
}
.contact__wrapper .contact__form .contact__form__wrapper .form-control textarea:focus-visible {
  outline: none;
}
.contact__wrapper .contact__form .contact__form__wrapper .btn {
  margin-top: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  /*CONTACT*/
  .contact__wrapper {
    display: block;
  }
  .contact__wrapper .contact__content {
    width: auto;
  }
  .contact__wrapper .contact__content .contact__title {
    padding: 2em;
  }
  .contact__wrapper .contact__content .contact__tel {
    text-align: center;
  }
  .contact__wrapper .contact__form {
    width: auto;
  }
}
.course__list {
  width: 33.33%;
  background-color: #fff;
  border-radius: 2em 0 0 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}
.course__list .course__list__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.course__list .course__list__wrapper .course__list__image {
  width: 50%;
  height: inherit;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em 0 0 2em;
}
.course__list .course__list__wrapper .course__list__content {
  width: 50%;
}
.course__list .course__list__wrapper .course__list__content .course__list__content__wrapper {
  padding: 1.5em 1em;
  font-size: 19px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.course__list .course__list__wrapper .course__list__content .course__list__content__wrapper .course__list__date {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  font-size: 16px;
  font-weight: 700;
}
.course__list .course__list__wrapper .course__list__content .course__list__content__wrapper .course__list__tag {
  background-color: #fff;
  padding: 0.2em 0.5em;
  border: 2px solid #000000;
  border-radius: 3em;
  font-size: 14px;
  text-align: center;
  width: 110px;
  margin-top: 1em;
  font-family: "Nunito", sans-serif;
}

@media (max-width: 1200px) {
  .course__list .course__list__wrapper {
    flex-wrap: wrap;
  }
  .course__list .course__list__wrapper .course__list__image {
    width: 30%;
  }
  .course__list .course__list__wrapper .course__list__content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .course__list {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .course__list {
    margin-bottom: 2em;
    width: auto;
  }
  .course__list .course__list__wrapper .course__list__image {
    width: 40%;
    min-height: 300px;
  }
  .course__list .course__list__wrapper .course__list__content {
    width: 60%;
  }
}
@media (max-width: 468px) {
  .course__list .course__list__wrapper .course__list__image {
    width: 35%;
    min-height: 300px;
  }
  .course__list .course__list__wrapper .course__list__content {
    width: 65%;
  }
  .course__list .course__list__wrapper .course__list__content .course__list__content__wrapper {
    max-width: 200px;
  }
}
.home {
  padding-top: 2.6em;
}
.home .home__hero {
  display: flex;
  align-items: center;
  background-color: #e0ddda;
  border-bottom: 0.7px solid #aba8a4;
}
.home .home__hero .home__hero__image {
  min-height: 300px;
  height: 25vh;
  width: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 3em 0;
}
.home .home__hero .home__hero__text {
  width: 35%;
}
.home .home__hero .home__hero__text .home__hero__text__wraper p {
  padding: 1em 2em 0 4em;
}
.home .home__hero .home__hero__text .home__hero__text__wraper .home__hero__title {
  margin-left: -26%;
  padding-bottom: 1em;
}
.home .home__hero .home__hero__text .home__hero__text__wraper p {
  max-width: 400px;
}
.home .home__courses {
  background-color: #e0ddda;
  padding-bottom: 3em;
}
.home .home__courses .home__courses__title {
  max-width: 1400px;
  margin: auto;
  padding: 2.5em 0.5em 0 2em;
}
.home .home__courses .home__courses__title h5 {
  font-size: 26px !important;
}
.home .home__courses .courses__wrapper {
  display: flex;
  max-width: 1400px;
  margin: auto;
  padding: 2.5em 0.5em 0em 2em;
}
.home .home__courses .courses__slider {
  display: none !important;
}
.home .home__programs {
  display: flex;
  align-items: flex-start;
  background-color: #938f8c;
  color: #fff;
}
.home .home__programs .home__programs__image {
  width: 53%;
}
.home .home__programs .home__programs__image .home__programs__image__wrapper {
  margin: auto;
  position: relative;
  max-width: 450px;
  padding: 20% 12% 15% 15%;
}
.home .home__programs .home__programs__image .home__programs__image__wrapper .home__programs__image__title {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
}
.home .home__programs .home__programs__image .home__programs__image__wrapper .home__programs__image__title div {
  font-size: 50px;
  margin-left: -17%;
}
.home .home__programs .home__programs__image .home__programs__image__wrapper .home__programs__image__title div:nth-child(2) {
  margin-right: -60%;
  text-align: right;
}
.home .home__programs .home__programs__text {
  width: 47%;
  border-left: 0.7px solid #fff;
}
.home .home__programs .home__programs__text .home__programs__text__wrapper {
  padding: 10%;
  border-bottom: 0.7px solid #fff;
}
.home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro {
  display: flex;
}
.home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro .home__programs__intro__title {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  width: 50%;
}
.home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro .home__programs__intro__text {
  width: 50%;
  line-height: 120%;
  font-weight: 300;
}
.home .home__programs ul li {
  padding: 1.2em 10%;
  border-bottom: 0.7px solid #fff;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.home .home__programs ul li span {
  color: #882a23;
  padding-right: 1em;
}
.home .home__programs__details {
  background-color: #938f8c;
  color: #fff;
  padding: 3em 2em 3em 2em;
}
.home .home__programs__details .home__programs__details__container {
  max-width: 1200px;
  margin: auto;
}
.home .home__programs__details .home__programs__details__container .home__programs__details__title {
  display: flex;
  border-bottom: 0.7px solid #fff;
  padding-bottom: 0.8em;
}
.home .home__programs__details .home__programs__details__container .home__programs__details__title .home__programs__details__item {
  width: 25%;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}
.home .home__programs__details .home__programs__details__container .home__programs__details__content {
  display: flex;
}
.home .home__programs__details .home__programs__details__container .home__programs__details__content .home__programs__details__item {
  width: 25%;
  line-height: 130%;
  padding-top: 0.8em;
  font-weight: 300 !important;
}
.home .home__programs__details .home__programs__details__container .home__programs__details__content .home__programs__details__item h6 {
  font-family: "Raleway", sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding-bottom: 0.5em;
}
.home .home__programs__details__mobile {
  background-color: #938f8c;
  color: #fff;
  display: none;
  padding-top: 3em;
}
.home .home__programs__details__mobile .accordion .mobile__programs__item .mobile__programs__header {
  border-top: 0.7px solid #fff;
  border-bottom: 0.7px solid #fff;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
.home .home__programs__details__mobile .accordion .mobile__programs__item .mobile__programs__header .red {
  color: #882a23 !important;
  padding-right: 20px;
}
.home .home__programs__details__mobile .accordion .mobile__programs__item .mobile__programs__text {
  display: none;
  padding: 1em 2em;
}
.home .home__programs__details__mobile .accordion .mobile__programs__item .mobile__programs__text h6 {
  font-family: "Raleway", sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding-bottom: 0.5em;
}
.home .home__about__us {
  display: flex;
  background-color: #f4f4f4;
  padding-bottom: 5em;
}
.home .home__about__us .home__about__us__content {
  width: 76%;
}
.home .home__about__us .home__about__us__content .home__about__us__intro {
  padding: 6em 15% 6em 10%;
}
.home .home__about__us .home__about__us__content .home__about__us__intro h4 {
  font-weight: 500 !important;
  font-family: "Raleway", sans-serif !important;
}
.home .home__about__us .home__about__us__content .home__about__us__intro p {
  max-width: 400px;
}
.home .home__about__us .home__about__us__content .home__about__us__list {
  display: flex;
}
.home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item__image {
  width: 33.33%;
}
.home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item__image img {
  width: 85%;
}
.home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item {
  width: 33.33%;
}
.home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item ul li {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 190%;
}
.home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item ul li span {
  color: #882a23;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  padding-right: 20px;
}
.home .home__about__us .home__about__us__cover {
  width: 24%;
  position: relative;
}
.home .home__about__us .home__about__us__cover .home__about__us__image {
  height: 55vh;
  max-height: 500px;
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 0 3em;
}
.home .home__about__us .home__about__us__cover .home__about__us__title {
  position: absolute;
  top: 25%;
  margin-left: -120px;
  text-align: right;
}
.home .home__clients {
  padding: 5em 1em;
}
.home .home__clients .home__clients__title {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
  padding-bottom: 1em;
}
.home .home__clients .home__clients__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: auto;
}
.home .home__clients .home__clients__logos .home__clients__item {
  padding: 0.8em;
}

@media (max-width: 1200px) {
  .home .home__programs .home__programs__image .home__programs__image__wrapper .home__programs__image__title div {
    font-size: 3.8vw;
    margin-left: -15%;
  }
}
@media (max-width: 1060px) {
  .home {
    padding-top: 2em;
  }
  .home .home__hero {
    display: block;
  }
  .home .home__hero .home__hero__image {
    width: auto;
  }
  .home .home__hero .home__hero__text {
    width: auto;
  }
  .home .home__hero .home__hero__text .home__hero__text__wraper {
    padding-bottom: 3em;
  }
  .home .home__hero .home__hero__text .home__hero__text__wraper .home__hero__title {
    margin-left: auto;
    max-width: 280px;
    padding-top: 1em;
  }
  .home .home__hero .home__hero__text .home__hero__text__wraper .home__hero__title .text-white {
    color: #000000 !important;
  }
  .home .home__hero .home__hero__text .home__hero__text__wraper p {
    padding: 1em 2em 0 2em;
  }
  .home .home__courses .courses__wrapper {
    flex-wrap: wrap;
  }
  .home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro {
    display: block;
  }
  .home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro .home__programs__intro__title {
    width: auto;
  }
  .home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro .home__programs__intro__text {
    width: auto;
  }
  .home .home__programs__details {
    display: none;
  }
  .home .home__programs__details__mobile {
    display: block !important;
  }
  .home .home__about__us {
    display: block;
  }
  .home .home__about__us .home__about__us__content {
    width: auto;
  }
  .home .home__about__us .home__about__us__content .home__about__us__list {
    padding-left: 10%;
  }
  .home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item__image {
    display: none;
  }
  .home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item {
    width: 50% !important;
  }
  .home .home__about__us .home__about__us__cover {
    width: auto;
    text-align: center;
    position: relative;
  }
  .home .home__about__us .home__about__us__cover .home__about__us__image {
    margin-top: 3em;
    margin-left: 20%;
    height: 50vh;
    min-height: 400px;
  }
  .home .home__about__us .home__about__us__cover .home__about__us__title {
    top: 30%;
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .home .home__courses .courses__wrapper {
    display: none !important;
  }
  .home .home__courses .courses__slider {
    display: block !important;
    margin-left: 2em;
    padding-top: 2em;
  }
  .home .home__programs {
    display: block;
  }
  .home .home__programs .home__programs__image {
    width: auto;
  }
  .home .home__programs .home__programs__image .home__programs__image__wrapper {
    margin: auto;
    max-width: 300px;
    padding: 5em 2em;
  }
  .home .home__programs .home__programs__image .home__programs__image__wrapper .home__programs__image__title div {
    font-size: 35px;
    margin-left: -15%;
  }
  .home .home__programs .home__programs__image .home__programs__image__wrapper .home__programs__image__title div:nth-child(2) {
    margin-right: -40%;
    text-align: right;
  }
  .home .home__programs .home__programs__text {
    width: auto;
    border-left: 0;
  }
  .home .home__programs .home__programs__text .home__programs__text__wrapper {
    padding: 0 2em;
    border-bottom: 0;
  }
  .home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro {
    display: block;
  }
  .home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro .home__programs__intro__title {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    width: auto;
  }
  .home .home__programs .home__programs__text .home__programs__text__wrapper .home__programs__text__intro .home__programs__intro__text {
    width: auto;
    line-height: 120%;
    font-weight: 300;
    padding-left: 2em;
  }
  .home .home__programs ul {
    display: none;
  }
  .home .home__about__us .home__about__us__content .home__about__us__intro {
    padding: 6em 15% 3em 10%;
  }
  .home .home__about__us .home__about__us__content .home__about__us__list {
    display: block;
  }
  .home .home__about__us .home__about__us__content .home__about__us__list .home__about__us__item {
    width: auto !important;
  }
  .home .home__clients {
    padding: 5em 1em;
  }
  .home .home__clients .home__clients__logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .home .home__clients .home__clients__logos .home__clients__item {
    padding: 0.8em;
    width: 20%;
  }
}
.about {
  /*ABOUT TEAM*/
}
.about .about__hero {
  width: 85%;
  display: flex;
  height: 95vh;
  margin-left: 15%;
  min-height: 700px;
}
.about .about__hero .about__hero__text {
  width: 45%;
  padding-top: 15%;
  padding-left: 7%;
  padding-right: 7%;
}
.about .about__hero .about__hero__text .about__hero__tittle {
  padding-bottom: 4em;
}
.about .about__hero .about__hero__vector {
  width: 55%;
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
}
.about .about__hero .about__hero__vector .colored-circle {
  position: absolute;
  bottom: 0;
  left: inherit;
  right: 0;
  clip-path: circle(100% at 100% 100%);
  width: 80vh;
  height: 80vh;
  background: rgb(137, 232, 114);
  background: linear-gradient(180deg, rgb(137, 232, 114) 31%, rgb(255, 232, 0) 78%);
  background-size: cover;
  background-attachment: fixed;
}
.about .about__hero .about__hero__vector .white-circle {
  position: absolute;
  bottom: 0;
  left: inherit;
  right: 0;
  clip-path: circle(100% at 100% 100%);
  width: 60vh;
  height: 60vh;
  background: #fff;
  background-size: cover;
  background-attachment: fixed;
}
.about .about__hero .about__hero__image {
  display: none;
}
.about .about__team {
  display: flex;
  background-color: white;
  position: relative;
  border-top: 1px solid #000000;
  z-index: 99;
  flex-wrap: nowrap;
}
.about .about__team .about__team__aside {
  width: 15%;
  border-right: 1px solid #000000;
  background: rgb(83, 184, 223);
  background: linear-gradient(176deg, rgb(83, 184, 223) 0%, rgb(247, 106, 218) 100%);
}
.about .about__team .about__team__container {
  flex: 85%;
}
.about .about__team .about__team__container .about__team__member {
  display: flex;
  align-items: center;
  padding-bottom: 6%;
  padding-left: 6%;
  padding-right: 6%;
  flex-wrap: nowrap;
}
.about .about__team .about__team__container .about__team__member:first-child {
  padding-top: 6%;
}
.about .about__team .about__team__container .about__team__member .about__member__image {
  width: 20%;
}
.about .about__team .about__team__container .about__team__member .about__member__image .picture {
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: gray;
  height: 110px;
  width: 110px;
  padding: 10px;
  text-align: center;
  background-image: url(http://localhost:8888/edicut-website/assets/images/about/Alejandro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about__team .about__team__container .about__team__member .team__member {
  flex: 40%;
  padding: 10px;
}
.about .about__team .about__team__container .about__team__member .team__member .team__member_position {
  padding-top: 1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #e0ddda;
}
.about .about__team .about__team__container .about__team__member .team__member .team__member_activities {
  font-size: 14px;
  color: #e0ddda;
}
.about .about__team .about__team__container .about__team__member .about__member__info {
  flex: 40%;
  padding: 10px;
}

@media (max-width: 1600px) {
  .about .about__hero .about__hero__vector .colored-circle {
    left: 0;
    bottom: -100px;
    width: 730px;
    height: 730px;
  }
  .about .about__hero .about__hero__vector .white-circle {
    left: 200px;
    bottom: -100px;
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 1120px) {
  .about .about__team .about__team__container .about__team__member {
    flex-wrap: wrap !important;
  }
  .about .about__team .about__team__container .about__team__member .about__member__image {
    width: 25%;
  }
  .about .about__team .about__team__container .about__team__member .about__member__image .picture {
    width: 100px;
    height: 100px;
  }
  .about .about__team .about__team__container .about__team__member .about__member__info {
    padding-top: 20px !important;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .about {
    /*ABOUT HERO*/
  }
  .about .about__hero {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .about .about__hero {
    display: block;
    height: auto;
    min-height: inherit;
  }
  .about .about__hero .about__hero__text {
    width: 60%;
  }
  .about .about__hero .about__hero__vector {
    display: none;
  }
  .about .about__hero .about__hero__image {
    padding-top: 5em;
    display: block;
  }
}
@media (max-width: 768px) {
  .about {
    /*ABOUT TEAM*/
  }
  .about .about__team .about__team__aside {
    display: none;
  }
}
@media (max-width: 576px) {
  .about {
    /*ABOUT TEAM*/
  }
  .about .about__hero .about__hero__text {
    width: auto;
    padding-top: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .about .about__team .about__team__container .about__team__member {
    flex-wrap: wrap !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .about .about__team .about__team__container .about__team__member .about__member__image {
    width: 100%;
  }
  .about .about__team .about__team__container .about__team__member .team__member {
    flex: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.courses {
  min-height: 80vh;
  background-color: #cfc9bc;
  padding-bottom: 5em;
}
.courses .courses__container {
  max-width: 1400px;
  margin: auto;
  padding: 0 0.5em 0 2em;
}
.courses .courses__wrapper {
  display: flex;
}

.course .course__hero__even {
  display: flex;
  align-items: center;
}
.course .course__hero__even .course__hero__image {
  width: 50%;
  height: 90vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  position: relative;
  border-radius: 0 0 5em 0;
}
.course .course__hero__even .course__hero__image .course__hero__iso {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.course .course__hero__even .course__hero__image .course__hero__tag {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course .course__hero__even .course__hero__text {
  width: 50%;
}
.course .course__hero__even .course__hero__text .course__hero__text__wrapper {
  text-align: center;
  padding: 2em;
  max-width: 500px;
  margin: auto;
}
.course .course__hero__odd {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.course .course__hero__odd .course__hero__image {
  width: 50%;
  height: 90vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  position: relative;
  border-radius: 0 0 0 5em;
}
.course .course__hero__odd .course__hero__image .course__hero__iso {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.course .course__hero__odd .course__hero__image .course__hero__tag {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course .course__hero__odd .course__hero__text {
  width: 50%;
}
.course .course__hero__odd .course__hero__text .course__hero__text__wrapper {
  text-align: center;
  padding: 2em;
  max-width: 500px;
  margin: auto;
}
.course .course__speakers .course__speakers__title {
  text-align: center;
  padding: 2em 0;
}
.course .course__speakers .course__speakers__wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.course .course__speakers .course__speakers__wrapper .course__speakers__item__column {
  width: 33.33%;
}
.course .course__speakers .course__speakers__wrapper .course__speakers__item__column .course__speakers__item .course__speakers__item__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  height: 60vh;
}
.course .course__speakers .course__speakers__wrapper .course__speakers__item__column .course__speakers__item .course__speakers__item__text {
  text-align: center;
  padding: 2em;
  max-width: 300px;
  margin: auto;
}
.course .course__content {
  padding: 5em 0;
  background-color: #e0ddda;
}
.course .course__content .course__content__title {
  text-align: center;
}
.course .course__content .course__content__wrapper {
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  flex-wrap: wrap;
}
.course .course__content .course__content__wrapper .course__content__item__column {
  width: 33.33%;
}
.course .course__content .course__content__wrapper .course__content__item__column .course__content__item {
  padding: 3em;
}
.course .course__content .course__content__wrapper .course__content__item__column .course__content__item .course__content__item__content {
  display: flex;
}
.course .course__content .course__content__wrapper .course__content__item__column .course__content__item .course__content__item__content .content__number {
  font-size: 30px;
  color: #882a23;
  margin-right: 15px;
}
.course .course__content .course__content__wrapper .course__content__item__column .course__content__item .course__content__item__content .course__content__item__text {
  padding-top: 0.5em;
}
.course .course__content .course__content__wrapper .course__content__item__column .course__content__item .course__content__item__content .course__content__item__text h5 {
  color: #882a23;
  padding-bottom: 0.5em;
  font-family: "Raleway", sans-serif !important;
}
.course .course__content .course__content__links {
  padding: 2em 2em 2em 2em;
  text-align: center;
}
.course .course__discounts {
  background-color: #404040;
  padding: 2em 0em;
}
.course .course__discounts .course__discounts__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .course__discounts .course__discounts__wrapper .course__discounts__item {
  padding: 0.7em 1.5em;
  border: 2px solid #fff;
  border-radius: 5em;
  margin: 0 1.5em;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.course .course__info {
  display: flex;
  align-items: top;
  background-color: #e0ddda;
  width: 100%;
}
.course .course__info .course__info__text__col {
  width: 35%;
}
.course .course__info .course__info__text__col .course__info__text {
  padding: 15%;
  max-width: 300px;
}
.course .course__info .course__info__text__col .course__info__text .red-dot {
  color: #882a23;
}
.course .course__info .course__info__iamge__col {
  width: 65%;
}
.course .course__info .course__info__iamge__col .course__info__image {
  width: 100%;
  height: 50vh;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5em 0 0 0;
}
.course .course__info .course__info__iamge__col .course__info__links {
  background-color: #fff;
  padding: 3.2em 0 2em 0;
}
.course .course__info .course__info__iamge__col .course__info__links .course__info__links__wrapper {
  display: flex;
  justify-content: space-around;
}
.course .course__info .course__info__iamge__col .course__info__links .course__info__links__wrapper .course__info__links__item {
  text-align: center;
}

@media (max-width: 1200px) {
  .course .course__info .course__info__iamge__col .course__info__links {
    background-color: #fff;
    padding: 2.5em 0 2.5em 0;
  }
  .course .course__info .course__info__iamge__col .course__info__links .course__info__links__wrapper {
    display: block;
  }
  .course .course__info .course__info__iamge__col .course__info__links .course__info__links__wrapper .course__info__links__item {
    padding-bottom: 1em;
  }
  .course .course__info .course__info__iamge__col .course__info__links .course__info__links__wrapper .course__info__links__item h5 {
    margin-bottom: 2em;
  }
}
@media (max-width: 992px) {
  .courses__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .course .course__hero__even {
    display: block;
  }
  .course .course__hero__even .course__hero__image {
    width: auto;
    height: 30vh;
    min-height: 400px;
  }
  .course .course__hero__even .course__hero__text {
    width: auto;
  }
  .course .course__hero__even .course__hero__text .course__hero__text__wrapper {
    text-align: center;
    padding: 4em 2em;
    max-width: 500px;
  }
  .course .course__hero__odd {
    display: block;
  }
  .course .course__hero__odd .course__hero__image {
    width: auto;
    height: 30vh;
    min-height: 400px;
  }
  .course .course__hero__odd .course__hero__text {
    width: auto;
  }
  .course .course__hero__odd .course__hero__text .course__hero__text__wrapper {
    text-align: center;
    padding: 4em 2em;
    max-width: 500px;
  }
  .course .course__info {
    display: block;
  }
  .course .course__info .course__info__text__col {
    width: auto;
  }
  .course .course__info .course__info__text__col .course__info__text {
    padding: 3em 2em 4em 2em;
    max-width: 300px;
  }
  .course .course__info .course__info__iamge__col {
    width: auto;
  }
  .course .course__info .course__info__iamge__col .course__info__image {
    width: 100%;
    height: 30vh;
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .courses .courses__wrapper {
    display: block;
    height: 100%;
  }
  .course .course__speakers .course__speakers__wrapper {
    display: block;
  }
  .course .course__speakers .course__speakers__wrapper .course__speakers__item__column {
    width: auto;
  }
  .course .course__speakers .course__speakers__wrapper .course__speakers__item__column .course__speakers__item {
    padding: 0 2em;
    max-width: 400px;
    margin: auto;
  }
  .course .course__speakers .course__speakers__wrapper .course__speakers__item__column .course__speakers__item:nth-child(even) {
    background-color: #f4f4f4;
  }
  .course .course__speakers .course__speakers__wrapper .course__speakers__item__column .course__speakers__item .course__speakers__item__image {
    min-height: 380px;
    height: 350px;
  }
  .course .course__speakers .course__speakers__wrapper .course__speakers__item__column .course__speakers__item .course__speakers__item__text {
    text-align: center;
    padding: 2em;
    max-width: 300px;
    margin: auto;
  }
  .course .course__content {
    padding: 5em 0;
  }
  .course .course__content .course__content__title {
    text-align: center;
  }
  .course .course__content .course__content__wrapper {
    display: block;
  }
  .course .course__content .course__content__wrapper .course__content__item__column {
    width: auto;
  }
  .course .course__content .course__content__wrapper .course__content__item__column .course__content__item {
    padding: 2em;
  }
  .course .course__discounts {
    padding: 1em 2em;
  }
  .course .course__discounts .course__discounts__wrapper {
    display: block;
  }
  .course .course__discounts .course__discounts__wrapper .course__discounts__item {
    margin: 1em 0;
  }
}
.default {
  margin-left: 15%;
  margin-right: 15%;
  padding: 3.5em;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

@media (max-width: 768px) {
  .default {
    margin-left: 0;
    margin-right: 0;
    padding: 2em;
    border-right: 0;
    border-left: 0;
  }
}

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