body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.btn {
  border-radius: 5em;
  display: inline-block;
  margin: 0.5em 0 0 0;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
}
.btn-cta {
  background: #00b19a;
  color: white;
  font-weight: 600;
}
.btn-cta:hover {
  background: #ff6500;
  color: white;
}
.btn-outline {
  border: 1px solid #00b19a;
}
.btn-outline:hover {
  border: 1px solid #333336;
}

.header {
  text-transform: uppercase;
}
.header .navbar {
  padding: 1em 0;
}
.header .navbar-brand {
  display: inline-block;
}
.header .navbar-brand img {
  position: absolute;
  top: 1em;
  width: 120px;
  z-index: 9;
}
@media (min-width: 768px) {
  .header .navbar-brand img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .header .navbar-brand img {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-brand img {
    width: 200px;
  }
}
.header .navbar-toggler {
  border: 0;
  padding: 0;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .nav-link {
  color: #333336;
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .header .nav-link {
    font-size: 1.3em;
    padding: 0.3em 1em !important;
  }
}
.header .nav-link:hover {
  color: black;
  outline: 2px solid rgba(51, 51, 54, 0.4);
  border-radius: 1em;
}
.header .btn-search {
  display: inline-block;
  margin-left: auto;
}
@media (min-width: 576px) {
  .header .btn-search {
    margin-left: 0;
  }
}
.header .btn-search img {
  height: auto;
  margin-right: 1.5em;
  width: 30px;
}
@media (min-width: 576px) {
  .header .btn-search img {
    margin-left: 1.5em;
  }
}
.header .btn-contact {
  display: none;
}
@media (min-width: 768px) {
  .header .btn-contact {
    display: inline-block;
    margin-left: 0;
    margin-right: 1em;
  }
}
.header #menu-mobile .offcanvas-header {
  justify-content: end;
}
.header #menu-mobile .offcanvas-body {
  font-size: 1.5em;
  padding: 1em 2em;
}
.header #menu-mobile .btn {
  display: block;
}
.header .navbar-collapse .navbar-nav .nav-item {
  display: none;
}
.header .navbar-collapse .navbar-nav .nav-item.item-cursos {
  display: inline-block;
}
.header .navbar-collapse .navbar-nav .nav-item.item-sedes {
  display: inline-block;
}
@media (min-width: 992px) {
  .header .navbar-collapse .navbar-nav .nav-item.item-noticias {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .header .navbar-collapse .navbar-nav .nav-item.item-talleres {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .header .navbar-collapse .navbar-nav .nav-item.item-nosotros {
    display: inline-block;
  }
}
.header .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  padding: 0 0.5em;
}
@media (min-width: 576px) {
  .header .navbar-expand-sm .navbar-toggler {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
.header .navbar-nav img {
  height: auto;
  margin: 0 0.5em 0 0;
  width: 20px;
}

.hero {
  background: linear-gradient(0deg, rgba(255, 101, 0, 0.2) 5%, rgb(255, 255, 255) 100%);
  padding: 2em 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hero {
    text-align: left;
    padding: 3em 0;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: 2em 0 3em;
  }
}
@media (min-width: 768px) {
  .hero figure {
    margin: 0;
  }
}
.hero__title {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 3.5em;
  }
}
.hero__extra {
  background: rgba(0, 177, 154, 0.15);
  border-radius: 0.5em;
  color: #00b19a;
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0 0.5em;
  padding: 0.5em 1em;
}
.hero__description {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .hero__description {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero__description {
    font-size: 1.4em;
  }
}
.hero .carousel-indicators {
  margin-top: 1em;
  position: static;
}
.hero .carousel-indicators button {
  background: #ff6500;
  border-radius: 50%;
  height: auto;
  width: 18px;
}

section + section {
  margin: 2em 0;
}
@media (min-width: 992px) {
  section + section {
    margin: 4em 0;
  }
}

.features {
  /*padding: 3em 0;*/
  text-align: center;
}
@media (min-width: 768px) {
  .features {
    text-align: left;
  }
}
.features__text {
  border-bottom: 1px solid rgba(51, 51, 54, 0.2);
  margin: 0;
  padding: 0 0 1em 0;
  text-transform: uppercase;
}
.features__title {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0.5em 0;
}
@media (min-width: 992px) {
  .features__title {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .features__title {
    font-size: 2.5em;
  }
}
.features__title p {
  margin: 0;
}
@media (min-width: 1200px) {
  .features--top {
    padding: 0 0 3em 0;
  }
}
.features__post {
  border-radius: 1em;
  padding: 1em 2em;
  margin-top: 0.5em;
}
@media (min-width: 576px) {
  .features__post {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .features__post {
    padding: 2em;
  }
}
@media (min-width: 992px) {
  .features__post {
    height: 100%;
  }
}
.features__post__title {
  font-weight: 400;
}
@media (min-width: 768px) {
  .features__post__title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .features__post__title {
    font-size: 1.5em;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .features__post__title {
    font-size: 2em;
  }
}
.features__post p {
  margin: 0;
}
.features .post--1 {
  background: rgba(33, 150, 243, 0.2);
}
.features .post--2 {
  background: rgba(233, 30, 99, 0.15);
}
.features .post--3 {
  background: rgba(63, 81, 181, 0.2);
}
.features .post--4 {
  background: rgba(0, 150, 136, 0.2);
}
.features img {
  margin: 0 0 1em 0;
}
@media (min-width: 576px) {
  .features img {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .features img {
    margin: 0 0 1em 0;
  }
}

.category__section {
  /*padding: 3em 0;*/
  text-align: center;
}
.category__section__title {
  font-weight: 700;
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .category__section__title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .category__section__title {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .category__section__title {
    margin: 0.7em 0;
    font-size: 2.5em;
  }
}
.category__section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category__section ul li {
  display: inline-block;
  margin: 0.2em 0.3em;
}
@media (min-width: 992px) {
  .category__section ul li {
    margin: 0.5em;
  }
}
.category__section ul a {
  background: #00b19a;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.5em 1em 0.5em 0.5em;
}
.category__section ul a span {
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 0.6em;
  width: 30px;
}
@media (min-width: 992px) {
  .category__section ul a span {
    height: 52px;
    line-height: 52px;
    width: 52px;
  }
}
.category__section ul a span img {
  padding: 0.5em;
}
.category__section__extra {
  background: rgba(0, 177, 154, 0.1);
  border-radius: 0.5em;
  color: #00b19a;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 500;
  padding: 0.5em 1em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .category__section__extra {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .category__section__extra {
    font-size: 1em;
  }
}
.category__section .btn {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .category__section .btn {
    font-size: 1em;
  }
}
.category__section .btn-cat-a {
  background: #dff6f5;
}
.category__section .btn-cat-a:hover {
  background: #8be2de;
}
.category__section .btn-cat-b {
  background: #f1ecda;
}
.category__section .btn-cat-b:hover {
  background: #dfc154;
}
.category__section .btn-cat-c {
  background: rgba(30, 194, 142, 0.2);
}
.category__section .btn-cat-c:hover {
  background: rgba(30, 194, 142, 0.8);
}
.category__section .btn-cat-d {
  background: #daf1e8;
}
.category__section .btn-cat-d:hover {
  background: #6496e5;
}
.category__section .btn-cat-e {
  background: #f1e0da;
}
.category__section .btn-cat-e:hover {
  background: #dc8e72;
}
.category__section .btn-cat-f {
  background: #e2dcf3;
}
.category__section .btn-cat-f:hover {
  background: #8362e1;
}
.category__section .btn-cat-g {
  background: #dae3f1;
}
.category__section .btn-cat-g:hover {
  background: #6496e5;
}
.category__section .btn-cat-h {
  background: #e7f1da;
}
.category__section .btn-cat-h:hover {
  background: #a8e856;
}

.courses {
  padding: 2em 0;
  background: #f9f6f4;
  background: linear-gradient(0deg, rgba(0, 177, 154, 0.2) 5%, rgb(255, 255, 255) 100%);
}
@media (min-width: 1200px) {
  .courses {
    padding: 2em 0 4em;
  }
}
.courses .section__header {
  padding: 2em 0;
  text-align: center;
}
.courses__header {
  text-align: center;
}
.courses__title {
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .courses__title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .courses__title {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .courses__title {
    margin: 0.7em 0;
    font-size: 2.5em;
  }
}
.courses__extra {
  background: rgba(0, 177, 154, 0.1);
  border-radius: 0.5em;
  color: #00b19a;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 500;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .courses__extra {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .courses__extra {
    font-size: 1em;
  }
}
.courses .course {
  background: white;
  padding: 16px;
  border-radius: 1em;
  margin: 1.5em 0 0 0;
  height: 100%;
}
.courses .course__cat {
  margin: 0.5em 0 1em 0;
  text-decoration: none;
  padding: 0.5em 1em;
  background: rgba(255, 101, 0, 0.2);
  color: #ff6500;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 0.5em;
}
.courses .course__name {
  font-weight: 500;
  font-size: 1.7em;
  margin: 0.7em 0;
}
.courses .course img {
  border-radius: 1em;
  margin-bottom: 1em;
}

.about {
  /*padding: 3em 0 0 0;*/
  text-align: center;
}
@media (min-width: 992px) {
  .about {
    text-align: left;
  }
}
.about__title {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .about__title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .about__title {
    font-size: 2em;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .about__title {
    font-size: 2.5em;
  }
}
.about__extra {
  background: rgba(4, 166, 151, 0.1);
  border-radius: 0.5em;
  color: #04a697;
  font-size: 0.8em;
  font-weight: 500;
  margin: 1em auto;
  padding: 0.5em 1em;
  text-transform: uppercase;
  width: 166px;
}
@media (min-width: 992px) {
  .about__extra {
    margin: 1em 0;
  }
}
@media (min-width: 1200px) {
  .about__extra {
    width: 208px;
  }
}
.about__extra p {
  margin: 0;
}
@media (min-width: 1200px) {
  .about__extra {
    font-size: 1em;
  }
}
.about__description {
  text-align: left;
}
.about figure {
  margin: 0;
  position: relative;
}
.about figure::after {
  background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 35%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.partners {
  background: rgba(51, 51, 54, 0.15);
  border-bottom: 2px solid #ff6500;
  margin-bottom: 0;
  padding: 2em 0;
  text-align: center;
}
@media (min-width: 768px) {
  .partners {
    text-align: left;
  }
}
.partners__text {
  border-bottom: 1px solid rgba(51, 51, 54, 0.2);
  margin: 0;
  padding: 0 0 1em 0;
  text-transform: uppercase;
}
.partners__title {
  margin: 0.5em 0;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .partners__title {
    margin: 0.5em 0 0 0;
  }
}
@media (min-width: 1200px) {
  .partners__title {
    font-size: 2em;
  }
}

.footer {
  background: #1e1e1e;
  color: white;
  padding: 2em 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 4em 0;
  }
}
.footer__title {
  color: white;
  margin: 1.2em 0 0 0;
}
@media (min-width: 992px) {
  .footer__title {
    margin: 0 0 1em 0;
  }
}
.footer__description {
  font-size: 0.9em;
  font-weight: 300;
}
@media (min-width: 992px) {
  .footer__description {
    padding-right: 1em;
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer a {
  color: #00b19a;
  display: block;
  padding: 0.3em 0;
  text-decoration: none;
}
.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  margin: 2em 0 0 0;
  padding: 1em 0 0 0;
  text-align: center;
}
.footer__copyright strong {
  color: white;
}

.page .first-section {
  background: linear-gradient(180deg, rgba(255, 101, 0, 0.1) 50%, rgb(255, 255, 255) 100%);
  padding: 4em 0 2em 0;
}
@media (min-width: 1200px) {
  .page .first-section {
    padding: 6em 0 1em 0;
  }
}
.page .first-section figure {
  margin: 1em 0 0 0;
}
.page__title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .page__title {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .page__title {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .page__title {
    font-size: 3.5em;
  }
}
.page__extra {
  background: rgba(0, 177, 154, 0.1);
  border-radius: 0.5em;
  color: #00b19a;
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0 em;
  padding: 0.5em 1em;
}
.page.faq {
  padding-bottom: 0;
}
.page.page-contact li {
  padding: 1em;
  background: rgba(0, 177, 154, 0.1);
}
.page.page-contact .data {
  display: flex;
  align-items: center;
}
.page.page-contact .data div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  margin: 0 1em 0 0;
  padding: 1em;
}
.page.page-contact .data div img {
  width: 100%;
}
.page.page-contact .data p {
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
}
.page.page-contact .data p span {
  font-size: 0.7em;
  display: block;
  font-weight: 300;
}
.page .page__sede iframe {
  border-radius: 0.5em;
}
.page .page__sede li {
  padding: 0;
}
@media (min-width: 1200px) {
  .page .page__sede li {
    padding: 0.5em 1em;
  }
}
.page .page__sede__subtitle {
  color: #333336;
  font-size: 0.8em;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .page .page__sede__subtitle {
    margin: 1em 0 0.5em 0;
  }
}
.page .page__sede .card {
  padding: 0.5em;
  margin: 0.5em 0 1em;
}
.page .page__sede .data {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .page .page__sede .data {
    padding: 0.3em;
  }
}
.page .page__sede .data__title {
  font-weight: 700;
  padding: 0 0.5em;
}
.page .page__sede .data div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  margin: 0 1em 0 0;
  padding: 0.7em;
}
.page .page__sede .data div img {
  width: 100%;
}
.page .page__sede .data p {
  margin: 0;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .page .page__sede .data p {
    font-size: 1.2em;
  }
}
.page .page__sede .data p span {
  font-size: 0.7em;
  display: block;
  font-weight: 300;
}

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