/* ---------------------
1. COLOR PATTERNS
----------------------*/
/* ---------------------
2. FONTS
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap");
/* font-family: 'Open Sans', sans-serif; */
@font-face {
  font-family: "BonVivant";
  src: url("../fonts/bon-vivant-serif.woff2") format("wofft2"), url("../fonts/bon-vivant-serif.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ---------------------
3. GENERAL
----------------------*/
* {
  padding: 0; }

html {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  max-width: 1280px;
  margin: 0 auto !important;
  float: none !important; }

html, body {
  font-size: 16px;
  font-weight: 400;
  background: #FFFFFF !important;
  font-family: 'Open Sans', sans-serif;
  margin: auto; }

h1, h2 {
  font-family: 'BonVivant', sans-serif; }

/* -----------------------------
4.Header 
-------------------------------*/
.head_lenguages {
  z-index: 30;
  background: #C49276;
  color: #FFFFFF;
  position: relative; }
  .head_lenguages > p {
    font-size: .8rem;
    font-size: 300; }
  .head_lenguages .flags {
    position: absolute;
    right: 15px; }
    .head_lenguages .flags > a > img {
      width: 22px !important;
      height: auto !important;
      margin-left: 10px; }

.main__nav .main__logo {
  z-index: 30;
  max-width: 20%; }
.main__nav .main__nav__menu {
  padding: 0;
  list-style: none;
  margin: 0 0 0 50px; }
  .main__nav .main__nav__menu > li {
    margin-left: 25px; }
  .main__nav .main__nav__menu > li > a {
    text-decoration: none;
    color: #AC6548;
    font-size: .9rem; }
.main__nav .mobile__button__container {
  z-index: 20;
  position: relative;
  height: 30px;
  background: #FFF5EF; }
  .main__nav .mobile__button__container .hamburguer-menu {
    border: none;
    height: 30px;
    width: 30px;
    background: transparent;
    outline: none !important;
    padding: 0; }
    .main__nav .mobile__button__container .hamburguer-menu:focus {
      box-shadow: none; }
    .main__nav .mobile__button__container .hamburguer-menu .line1, .main__nav .mobile__button__container .hamburguer-menu .line2, .main__nav .mobile__button__container .hamburguer-menu .line3 {
      width: 100%;
      height: 1px;
      border-radius: 50px;
      background: #AC6548;
      margin: 5px 0px;
      transition: all ease-in-out .3s; }
  .main__nav .mobile__button__container .change .line1 {
    transform: rotate(-45deg) translate(-5px, 5px); }
  .main__nav .mobile__button__container .change .line2 {
    opacity: 0; }
  .main__nav .mobile__button__container .change .line3 {
    transform: rotate(45deg) translate(-4px, -4px); }
  .main__nav .mobile__button__container .mobile__nav__menu {
    padding: 0 0 15px 0;
    position: absolute;
    top: 0;
    
    transform: scale(1, 0) translateY(-100%) ;
    background: #FFF5EF;
    list-style: none;
    transition: all ease-in-out .3s; }
    .main__nav .mobile__button__container .mobile__nav__menu > li {
      margin: 8px 0; }
    .main__nav .mobile__button__container .mobile__nav__menu > li > a {
      text-decoration: none;
      color: #AC6548;
      font-size: .9rem; }
  .main__nav .mobile__button__container .mobile__nav__menu.active {
    opacity: 1;
    top: 30px;
    
    transform: scale(1, 1) translateY(0) ; }

/* ---------------------------
5. Home 
-----------------------------*/
.main__hero {
  padding: 80px 0 80px 0; }
  .main__hero .inner__hero > img {
    max-width: 40%;
    margin-bottom: 50px; }
  .main__hero .inner__hero > p {
    color: #FFFFFF;
    display: block;
    width: 35%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px; }

.swiper {
  width: 100%; }

.swiper-slide {
  position: relative; }
  .swiper-slide > .slide__image {
    width: 100%;
    height: 550px; }
  .swiper-slide > h1.slider__title {
    position: absolute;
    color: #FFFFFF;
    font-size: 3.5rem;
    text-shadow: 1px 1px 8px #2b2b2b;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%); }
    .swiper-slide > h1.slider__title .capitalize__title {
      font-size: 6rem; }
  .swiper-slide > a.slider__button {
    position: absolute;
    bottom: 20%;
    right: 50%;
    transform: translate(50%);
    color: #ffffff;
    background: rgba(92, 92, 92, 0.5);
    font-size: 15px;
    border: 1px solid #ffffff;
    padding: 3px 60px;
    cursor: pointer;
    text-decoration: none;
    transition: all ease-in-out .2s; }
    .swiper-slide > a.slider__button:hover {
      background: #C49276; }
  .swiper-slide .soul__chart {
    margin-left: 80px; }
  

.swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  background: #FFFFFF !important;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background: #AC6548 !important; }

.home_slider_custom_nav {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 7rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer; }
  .home_slider_custom_nav > i {
    font-size: 2.5rem; }

.home__main__content > h2 {
  color: #AC6548;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

.home__welcome {
  padding: 3rem 0;
  background: #FCEDDB; }
  .home__welcome > h2 {
    font-size: 3rem;
    color: #AC6548;
    padding: 0;
    margin: 0;
    text-align: center; }

.home__schedule__button {
  font-size: .9rem !important;
  color: #ffffff;
  background: #C49276;
  font-size: 15px;
  border: 1px solid #ffffff;
  padding: 8px 30px;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out .2s; }
  .home__schedule__button:hover {
    background: #FCEDDB;
    color: #AC6548; }

/* ------------------------------
6. Susana
---------------------------------*/
.section__banner {
  width: 100%;
  height: 400px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative !important; }
  .section__banner .banner__content {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%); }
    .section__banner .banner__content > h1 {
      color: #FFFFFF;
      font-size: 3rem;
      text-shadow: 1px 1px 8px #2b2b2b; }
      .section__banner .banner__content > h1 .capitalize__section__title {
        font-size: 5rem; }
    .section__banner .banner__content > p {
      color: #ffffff;
      background: rgba(0, 0, 0, 0.1);
      padding: 1rem; }
    .section__banner .banner__content .soul__chart {
      margin-left: 80px; }
      .section__banner .banner__content .soul__chart-sv {
        margin-left: 135px; }
    

.susana__bio > h2 {
  color: #C49276; }
.susana__bio > p {
  font-size: .9rem; }

.susana__gallery__wrap {
  background: #8ab899;
  padding: 70px 0; }
  .susana__gallery__wrap .gallery__title {
    color: #ffffff;
    margin: 0 0 40px 0; }
    .susana__gallery__wrap .gallery__title > h2 {
      font-size: 3rem; }
  .susana__gallery__wrap .susana_gallery {
    display: grid;
    grid-template-rows: repeat(9, 5vw);
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem; }
    .susana__gallery__wrap .susana_gallery .gallery__item {
      background-position: center !important;
      background-size: cover !important;
      background-repeat: no-repeat !important; }
      .susana__gallery__wrap .susana_gallery .gallery__item--1 {
        grid-row: 1 / span 4;
        grid-column: 1 / span 2;
        order: 1; }
      .susana__gallery__wrap .susana_gallery .gallery__item--2 {
        grid-row: 1 / span 2;
        grid-column: 3 / span 1;
        order: 2; }
      .susana__gallery__wrap .susana_gallery .gallery__item--3 {
        grid-row: 5 / span 2;
        grid-column: 1 / span 1;
        order: 3; }
      .susana__gallery__wrap .susana_gallery .gallery__item--4 {
        grid-row: 5 / span 2;
        grid-column: 2 / span 1;
        order: 4; }
      .susana__gallery__wrap .susana_gallery .gallery__item--5 {
        grid-row: 3 / span 4;
        grid-column: 3 / span 1;
        order: 5; }
      .susana__gallery__wrap .susana_gallery .gallery__item--6 {
        grid-row: 7 / span 3;
        grid-column: 1 / span 1;
        order: 6; }
      .susana__gallery__wrap .susana_gallery .gallery__item--7 {
        grid-row: 7 / span 3;
        grid-column: 2 / span 2;
        order: 7; }

/* -------------------------------
7. Courses
---------------------------------*/
.courses_mind_body_soul {
  width: 100%;
  height: 280px !important;
  position: relative !important; }
  .courses_mind_body_soul .banner__content {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%); }
    .courses_mind_body_soul .banner__content > h1 {
      color: #C49276;
      font-size: 2.5rem; }
      .courses_mind_body_soul .banner__content > h1 .capitalize__section__title {
        font-size: 5rem; }
    .courses_mind_body_soul .banner__content > p {
      color: #000000; }
    .courses_mind_body_soul .banner__content .soul__chart {
      margin-left: 80px; }
    

.course__banner {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 480px; }
  .course__banner--child {
    background-position: top -40px center !important; }
  .course__banner--spirit {
    background-position: top -40px center !important; }
  .course__banner--goddess {
    background-position: top -40px center !important; }
  .course__banner--erradicating {
    background-position: top -40px center !important; }
  .course__banner--chakra {
    background-position: top -40px center !important; }
  .course__banner--hire {
    background-position: top -40px center !important; }
  .course__banner .course__text {
    position: absolute;
    text-align: center; }
    .course__banner .course__text > a {
      display: block;
      padding: 5px 20px;
      background: #AC6548;
      color: #ffffff;
      width: 180px;
      text-align: center;
      text-decoration: none; }
    .course__banner .course__text > h2 {
      font-size: 2.8rem;
      line-height: 2.8rem; }
      .course__banner .course__text > h2 > span.first__letter {
        font-size: 4.5rem !important; }
    .course__banner .course__text > p {
      font-size: .8rem; }
    .course__banner .course__text--child {
      color: #ffffff;
      left: 50%;
      top: 50%;
      text-shadow: 1px 1px 7px #B16E53;
      transform: translateY(-50%);
      width: 400px; }
      .course__banner .course__text--child > p {
        color: #ffffff;
        text-shadow: none; }
    .course__banner .course__text--spirit {
      color: #ffffff;
      right: 50%;
      top: 50%;
      text-shadow: 1px 1px 7px #B16E53;
      transform: translateY(-50%);
      width: 450px; }
      .course__banner .course__text--spirit > p {
        color: #ffffff;
        width: 50%;
        text-shadow: none; }
    .course__banner .course__text--goddess {
      color: #ffffff;
      right: 50%;
      top: 50%;
      text-shadow: 1px 1px 7px #B16E53;
      transform: translate(50%, -50%);
      width: 450px; }
      .course__banner .course__text--goddess > p {
        color: #ffffff;
        width: 80%;
        text-shadow: none; }
    .course__banner .course__text--erradicating {
      color: #AC6548;
      left: 40%;
      top: 50%;
      transform: translateY(-50%);
      width: 450px; }
      .course__banner .course__text--erradicating > p {
        color: #AC6548;
        width: 90%;
        text-shadow: none;
        margin-left: 100px; }
    .course__banner .course__text--chakra {
      color: #ffffff;
      right: 50%;
      top: 50%;
      transform: translate(50%, -50%);
      /* width: 450px; */
      text-shadow: 1px 1px 7px #B16E53; }
      .course__banner .course__text--chakra > p {
        color: #ffffff;
        width: 90%;
        text-shadow: none; }
    .course__banner .course__text--speaker {
      color: #AC6548;
      right: 30%;
      top: 20%; }
      .course__banner .course__text--speaker > p {
        color: #AC6548;
        text-shadow: none; }

/* -------------------------------
8. Testimonials
---------------------------------*/
.testimonials__container {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 50px 55px; }

.testimonials__titles {
  color: #AC6548; }

.testimonials__text {
  padding: 50px !important; }
  .testimonials__text > p {
    font-size: .9rem; }

/* -------------------------------
9. Workshop
---------------------------------*/
.workshop__container {
  margin-top: 80px !important; }

.workshop__post__image {
  height: 250px;
  margin: 10px 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.workshop__post__title {
  color: #AC6548;
  font-size: 1.6rem;
  margin-top: 20px; }

.post__excerpt {
  font-size: .7rem; }

/* ------------------------------
10.Schedule
---------------------------------*/
.contact__contain__main > h2 {
  color: #C49276; }

.contact__contain > h2 {
  color: #C49276;
  font-size: 1.8rem; }

.datos__contacto > p {
  font-size: .9rem;
  display: flex; }
.datos__contacto > i {
  color: #C49276;
  display: block;
  width: 2rem;
  font-size: 1.3rem; }

.contact__form .form__control {
  border: 1px solid #C49276;
  padding: 4px 10px;
  margin-bottom: 10px; }
  .contact__form .form__control::placeholder {
    font-size: .8rem; }
.contact__form .submit {
  font-size: .9rem;
  background-color: #C49276;
  color: #ffffff;
  transition: all ease-in-out .3s; }
  .contact__form .submit:hover {
    background: #AC6548; }

/* WP Forms */
div.wpforms-container-full input[type=date],div.wpforms-container-full input[type=datetime],div.wpforms-container-full input[type=datetime-local],div.wpforms-container-full input[type=email],div.wpforms-container-full input[type=month],div.wpforms-container-full input[type=number],div.wpforms-container-full input[type=password],div.wpforms-container-full input[type=range],div.wpforms-container-full input[type=search],div.wpforms-container-full input[type=tel],div.wpforms-container-full input[type=text],div.wpforms-container-full input[type=time],div.wpforms-container-full input[type=url],div.wpforms-container-full input[type=week],div.wpforms-container-full select,div.wpforms-container-full textarea {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: transparent !important;
  border: none !important;
  padding: 5px !important;
  font-size: .8rem !important;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s
}
.wpforms-container .wpforms-field {
  padding: 2px !important;
  position: relative;
  
}

div.wpforms-container-full input, div.wpforms-container-full select {
  height: auto !important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  font-size: .8rem;
  display: block;
  width: 100%;
  border-radius: 0px !important;
  background-color: #C49276 !important;
  color: #ffffff;
  transition: all ease-in-out .3s; }
  .contact__form .submit:hover {
    background: #AC6548 !important;
    display: block;
    width: 100%;
    font-size: .8rem;
}

/* ------------------------
11. Courses Detail
---------------------------*/
.skills {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important; }
  .skills > h2 {
    font-size: 2.4rem;
    color: #ffffff;
    padding: 8px 0 0 0;
    margin: 0 !important;
    display: block; }

.skills__icon > img {
  max-width: 60px; }
.skills__icon > p {
  margin: 0;
  font-size: .9rem;
  display: flex;
  align-items: center;
  height: 30px; }

.course__intro {
  position: relative;
  padding: 30px 0 100px 0;
  overflow: hidden; }
  .course__intro > img.wm {
    position: absolute !important;
    overflow: hidden !important; }
    .course__intro > img.wm--inner {
      max-width: 450px;
      left: -200px;
      bottom: -200px; }
    .course__intro > img.wm--innerspirit {
      max-width: 300px;
      right: -100px;
      bottom: -100px; }
    .course__intro > img.wm--goddess {
      max-width: 300px;
      right: -100px;
      bottom: -100px; }
    .course__intro > img.wm--erradicating {
      max-width: 330px;
      left: -100px;
      bottom: -100px; }
    .course__intro > img.wm--chakra {
      max-width: 330px;
      left: 0;
      bottom: -75px; }
    .course__intro > img.wm--hire {
      max-width: 330px;
      right: -80px;
      bottom: -75px; }

.course__middle__banner {
  height: 400px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .course__middle__banner > h2 {
    color: #ffffff;
    text-shadow: 1px 1px 8px #2b2b2b;
    font-size: 3rem;
    margin: 0 !important;
    padding: 0 !important; }

.courses__buy > h2 {
  color: #ffffff;
  font-size: 2.4rem; }
.courses__buy > a {
  display: block;
  background: #000000;
  width: 180px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 0;
  font-size: 1.5rem;
  transition: color ease-in-out .2s; }
  .courses__buy > a:hover {
    color: #AC6548; }

/* -------------------------------
FOOTER
--------------------------------*/
footer {
  padding: 55px 0; }
  footer > p {
    font-size: .5rem;
    color: #C49276;
    padding: 0 !important;
    margin: 0 !important; }

/* ------------------------------
Media Querys
-------------------------------*/
/* Tablet */
@media (max-width: 992px) {
  /* Nav */
  .main__nav {
    z-index: 30; }
    .main__nav .main__logo {
      z-index: 30;
      max-width: 40%; }

  /* Slider */
  .swiper-slide > h1.slider__title {
    position: absolute;
    top: 20%;
    transform: translate(50%, -20%); }
  .swiper-slide > a.slider__button {
    position: absolute;
    bottom: 40%;
    right: 50%;
    transform: translate(50%);
    color: #ffffff;
    background: rgba(92, 92, 92, 0.5);
    font-size: 15px;
    border: 1px solid #ffffff;
    padding: 3px 60px;
    cursor: pointer;
    text-decoration: none;
    transition: all ease-in-out .2s; }
    .swiper-slide > a.slider__button:hover {
      background: #C49276; }
  .swiper-slide .soul__chart {
    margin-left: 80px; }
  

  .main__hero {
    padding: 35px 0 80px 0; }
    .main__hero .inner__hero > img {
      max-width: 40%; }
    .main__hero .inner__hero > p {
      width: 40%; }

  .home_slider_custom_nav {
    top: 80%;
    transform: translateX(-50%);
    left: 50%;
    width: 15%;
    padding: 0 0;
    display: flex;
    justify-content: space-around; }
    .home_slider_custom_nav > i {
      font-size: 2rem; }

  /* -----------------
  SUSANA
  --------------------*/
  .susana__gallery__wrap .susana_gallery {
    display: grid;
    grid-template-rows: repeat(13, 10vw);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem; }
    .susana__gallery__wrap .susana_gallery .gallery__item {
      background-position: center !important;
      background-size: cover !important;
      background-repeat: no-repeat !important; }
      .susana__gallery__wrap .susana_gallery .gallery__item--1 {
        grid-row: 1 / span 2;
        grid-column: 1 / span 1;
        order: 1; }
      .susana__gallery__wrap .susana_gallery .gallery__item--2 {
        grid-row: 1 / span 2;
        grid-column: 2 / span 1;
        order: 2; }
      .susana__gallery__wrap .susana_gallery .gallery__item--3 {
        grid-row: 3 / span 3;
        grid-column: 1 / span 2;
        order: 3; }
      .susana__gallery__wrap .susana_gallery .gallery__item--4 {
        grid-row: 6 / span 2;
        grid-column: 1 / span 1;
        order: 4; }
      .susana__gallery__wrap .susana_gallery .gallery__item--5 {
        grid-row: 6 / span 2;
        grid-column: 2 / span 1;
        order: 5; }
      .susana__gallery__wrap .susana_gallery .gallery__item--6 {
        grid-row: 8 / span 2;
        grid-column: 1 / span 2;
        order: 6;
        background-position: bottom !important; }
      .susana__gallery__wrap .susana_gallery .gallery__item--7 {
        grid-row: 10 / span 4;
        grid-column: 1 / span 2;
        order: 7;
        background-position: left !important; }

  /* -----------------
  TESTIMONIALS
  --------------------*/
  .testimonials__text {
    padding: 10px !important; }

  /* ------------------
  Courses
   --------------------*/
  .course__intro > img.wm--inner {
    bottom: -300px; }

  .course__banner--child {
    background-position: top left !important; }
  .course__banner--spirit {
    background-position: top center !important; }
  .course__banner--goddess {
    background-position: top center !important; }
  .course__banner--erradicating {
    background-position: top right !important; }
  .course__banner--chakra {
    background-position: top center !important; }
  .course__banner--hire {
    background-position: top center !important; }
  .course__banner .course__text--child {
    transform: translate(-50%, -50%); }
    .course__banner .course__text--child > p {
      text-shadow: none; }
  .course__banner .course__text--spirit {
    right: 50%;
    top: 50%;
    text-shadow: 1px 1px 7px #B16E53;
    transform: translate(50%, -50%);
    width: 450px; }
    .course__banner .course__text--chakra {
      color: #ffffff;
      right: 50%;
      top: 45%;
      transform: translate(50%, -50%);
      /* width: 450px; */
      text-shadow: 1px 1px 7px #B16E53; }
      
    .course__banner .course__text--spirit > p {
      color: #ffffff;
      width: 50%;
      text-shadow: none; }
  .course__banner .course__text--erradicating {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media (max-width: 768px) {
  /* General */
  html, body {
    font-size: 16px !important; }

  /* Nav */
  .main__nav .main__logo {
    max-width: 70%; }

  .main__nav .mobile__button__container .mobile__nav__menu > li > a {
    font-size: 1.1rem; }

  .main__hero {
    padding: 35px 0 80px 0; }
    .main__hero .inner__hero > img {
      max-width: 80%; }
    .main__hero .inner__hero > p {
      width: 80%; }

  /* ---------------
  SUSANA
  -----------------*/
  .susana__gallery__wrap .susana_gallery {
    display: grid;
    grid-template-rows: repeat(14, 25vw);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.3rem; }
    .susana__gallery__wrap .susana_gallery .gallery__item {
      background-position: center !important;
      background-size: cover !important;
      background-repeat: no-repeat !important; }
      .susana__gallery__wrap .susana_gallery .gallery__item--1 {
        grid-row: 1 / span 2;
        grid-column: 1 / span 1;
        order: 1; }
      .susana__gallery__wrap .susana_gallery .gallery__item--2 {
        grid-row: 3 / span 2;
        grid-column: 1 / span 1;
        order: 2; }
      .susana__gallery__wrap .susana_gallery .gallery__item--3 {
        grid-row: 5 / span 2;
        grid-column: 1 / span 1;
        order: 3; }
      .susana__gallery__wrap .susana_gallery .gallery__item--4 {
        grid-row: 7 / span 2;
        grid-column: 1 / span 1;
        order: 4; }
      .susana__gallery__wrap .susana_gallery .gallery__item--5 {
        grid-row: 9 / span 2;
        grid-column: 1 / span 1;
        order: 5; }
      .susana__gallery__wrap .susana_gallery .gallery__item--6 {
        grid-row: 11 / span 2;
        grid-column: 1 / span 1;
        order: 6;
        background-position: bottom !important; }
      .susana__gallery__wrap .susana_gallery .gallery__item--7 {
        grid-row: 13 / span 2;
        grid-column: 1 / span 1;
        order: 7;
        background-position: left !important; }

  /* ------------
  COURSES
  --------------*/
  .skills__icon > img {
    max-width: 80px; }

  .course__banner {
    overflow: hidden; }
    .course__banner--child {
      background-position: top  left -200px !important; }
    .course__banner--spirit {
      background-position: top right -180px !important; }
    .course__banner--goddess {
      background-position: top  center !important; }
    .course__banner--erradicating {
      background-position: top  left -50px !important; }
    .course__banner--chakra {
      background-position: top  center !important; }
    .course__banner--hire {
      background-position: top  left -220px !important; }
    .course__banner .course__text--child > p {
      color: #ffffff;
      text-shadow: 1px 1px 7px #B16E53;
      width: 250px; }
    .course__banner .course__text--spirit > p {
      color: #ffffff;
      text-shadow: 1px 1px 7px #B16E53;
      width: 70%; }
    .course__banner .course__text--erradicating > p {
      color: #ffffff;
      width: 50%;
      margin-left: 0px; }
    .course__banner .course__text--speaker {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .course__banner .course__text--speaker > p {
        color: #ffffff;
        text-shadow: none;
        width: 300px; } 
    .course__banner .course__text > h2 {
          font-size: 2.3rem;
          /* line-height: 2.8rem;  */}

   /* Slider  */
   .swiper-slide > a.slider__button{
    padding: 8px 41px;
    font-size: 1.2rem;
   }
   .home_slider_custom_nav {
    width: 50%;
   }
   .swiper-slide > h1.slider__title {
    font-size: 2.5rem;
   }
   .swiper-slide > h1.slider__title .capitalize__title {
    font-size: 4rem;
   }
   .home__text > p {
    font-size: 1rem;
   }
   .home__main__content > h2 {  
    font-size: 1.8rem;
   }
   /* Bloques secciones */
   .home__main__content > h2 {
    font-size: 1.8rem;
   }
   .home__main__content > h2.wp-block-heading {
    font-size: 2.4rem;
   }
   /* Cusrsos */
   .courses_mind_body_soul {
    height: 380px !important;
}

}

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