body {
  font-family: 'Acherus Grotesque';
  color: #797d80;
  position: relative;
  text-align: center;
  overflow-x: hidden;
}

.recoleta-font {
  font-family: 'Aleo', serif;
}

.shinthink-font {
  font-family: 'Square Peg',cursive;
  font-weight: 600;
}

.celeste-color-text {
  color: #00a3d1;
}

.celeste-color-bg {
  background-color: #00a3d1;
}

.amarillo-color-text {
  color: #fccd00;
}

.amarillo-color-bg {
  background-color: #fcd107;
}

.rosa-color-text {
  color: #f3c7da;
}

.rosa-color-bg {
  background-color: #f3c7da;
}

.salmon-color-text {
  color: #f19c7e;
}
 
.salmon-color-bg {
  background: #f6b9a4;
}

.naranja-color-text {
  color: #eb8a21;
}

.naranja-color-bg {
  background-color: #eb8a21;
}

a.btn-bg-rosa {
  background-color: #f3c7da;
  border-color: #f3c7da;
}

a.btn-bg-rosa:hover, a.btn-bg-rosa:focus {
  background-color: #c18da3;
  border-color: #c18da3;
}

.navbar-brand {
  max-width: 200px;
  transition: 200ms;
}

.nav-link {
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 0.5rem 0.8rem!important;
  font-weight: 600;
}

.header-secciones {
  min-height: 320px;
  padding: 1em;
  background: center center / cover no-repeat;
  position: relative;
}

@media (min-width: 768px) {
  .header-secciones {
    min-height: 400px;
    padding: 1em;
    background: center center / cover no-repeat;
    position: relative;
  }
}

@media (min-width: 1400px) {
  .header-secciones {
    min-height: 620px;
    padding: 1em;
    background: center center / cover no-repeat;
    position: relative;
  }
}

.header-caption {
  display: none;
}

.text-caption {
  color: #FFFFFF;
  font-size: 1.75em;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.35);
  letter-spacing: inherit;
  font-weight: 300;
  line-height: 1;
  display: block;
}

@media (min-width: 768px) {
  .text-caption {
    color: #FFFFFF;
    font-size: 2.5em;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.35);
    letter-spacing: 1px;
    /*font-weight: 300;*/
    line-height: 1;
    display: block;
  }
}

@media (min-width: 768px) {
  .header-caption {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 80%;
    left: 50%;
    display: block;
    z-index: 15;
  }
}

.header-message {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.65em 0.5em 0.5em 0.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  min-width: 280px;
  text-align: center;
  font-size: 1.65em;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.1);
  border-radius: 4px;
  max-width: 90%;
  z-index: 5;
}

@media (min-width: 768px) {
  .header-message {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5em 0.5em 0.4em 0.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    min-width: 380px;
    text-align: center;
    font-size: 1.9em;
    line-height: 1em;
    font-weight: 300;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
    max-width: 90%;
    z-index: 15;
  }
}

.contact-float-left {
  display: none!important;
}

@media (min-width: 768px) {
  .contact-float-left {
    position: fixed;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.5);
    padding: 0.25em 0.25em 0.25em 0.55em;
    border-radius: 0 0.5em 0.5em 0;
    transition: 350ms;
    z-index: 800;
    display: flex!important;
  }
}

.contact-float-left a:link, .contact-float-left a:visited, .contact-float-left a:active {
  color: #4f4f4f;
  font-size: 1.45em;
  text-decoration: none;
  padding: 0.25em 0.4em;
  line-height: 1;
}

.contact-float-left:hover {
  left: -5px;
  box-shadow: 2px 5px 11px rgba(0,0,0,0.3);
  background-color: #ffffff;
}

.contact-float-left a:hover, .contact-float-left a:focus {
  color: #00a3d1;
}

footer {
  background-color: #616160;
  padding: 2.5em 0.25em 3.5em 0.25em;
}

.logo-footer img {
  max-width: 185px;
}

@media (min-width: 768px) {
  .logo-footer img {
    max-width: 155px;
  }
}

.copyrights p {
  font-size: 0.8em;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 0px;
}

.links-footer a:link, .links-footer a:visited, .links-footer a:active {
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: 300;
  text-decoration: none;
  padding: 0.25em;
}

.links-footer a:hover {
  color: #cbcbcb;
}

.links-footer a i {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 3px;
}

.bloque-section {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .bloque-section {
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
    z-index: 1;
  }
}

.rosa-color-bg-light {
  background-color: #fff8ed !important;
}

#proposito-section p {
  color: #FFF;
  font-size: 1.05em;
}

.proposito-col-text {
  padding: 1.5em 2em;
  min-height: auto;
  position: relative!important;
}

@media (min-width: 768px) {
  .proposito-col-text {
    padding: 1.5em 4.2em;
    min-height: 400px;
    position: relative!important;
  }
}

.proposito-col-bg {
  background: url("../../assets/img/proposito.jpg") center center / cover no-repeat;
  height: 360px;
  position: relative;
}

@media (min-width: 768px) {
  .proposito-col-bg {
    background: url("../../assets/img/proposito.jpg") center center / cover no-repeat;
    height: auto;
  }
}

svg {
  color: #FFFFFF;
}

.proposito-col-text:after {
  display: none;
}

@media (min-width: 768px) {
  .proposito-col-text:after {
    position: absolute!important;
    color: #FFFFFF;
    top: 50%;
    right: -50px;
    z-index: 300;
    height: 90%;
    width: 100px;
    background: url("../../assets/img/elementos/nuestro-proposito.png") center center / contain no-repeat;
    content: '';
    transform: translateY(-50%);
    display: block;
  }
}

.logo-separador img {
  max-width: 220px;
}

.video-container {
  border-radius: 40px;
  overflow: hidden;
}

.video-container .play-button {
  position: absolute;
  z-index: 200;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  background-color: rgba(255,255,255,0.6);
  border-radius: 50%;
  color: #797d80;
  font-size: 1.9em;
  transition: 250ms;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transform-origin: center center;
  transform-style: preserve-3d;
  cursor: pointer;
}

@media (min-width: 768px) {
  .video-container .play-button {
    position: absolute;
    z-index: 200;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    color: #797d80;
    font-size: 2.2em;
    transition: 250ms;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transform-origin: center center;
    transform-style: preserve-3d;
    cursor: pointer;
  }
}

.video-container .play-button:hover {
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  color: #00a3d1;
  transform-origin: center center;
}

.video-section {
  background: url("../../assets/img/bg-separador-rosa-blanco.jpg") no-repeat center -10px / cover;
  padding-top: 2em;
}

.newsletter-section img {
  max-width: 90px;
}

.newsletter-section h3 {
  font-family: 'recoletaregular_demo';
  font-size: 1.65em;
  font-weight: 600;
}

.news-form input {
  min-width: 100%;
  text-align: center;
  background-color: #fff8ed;
  border: none;
  padding: 1em 0.5em;
  border-radius: 20px;
  font-size: 0.9em;
  outline: none;
}

@media (min-width: 768px) {
  .news-form input {
    min-width: 670px;
    text-align: center;
    background-color: #fff8ed;
    border: none;
    padding: 1em 0.5em;
    border-radius: 20px;
    font-size: 0.9em;
    outline: none;
  }
}

.news-form .btn {
  color: #FFF;
  padding: 0.35em 2.5em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
}

.btn.rosa-color-bg:hover {
  background-color: #daa6bc;
}

.instagram-section h3 {
  font-family: 'Square Peg';
  font-size: 3.2em;
  font-weight: 600;
}

.instagram-section h3 span {
  font-size: 0.55em;
  font-weight: 600;
  margin-left: 5px;
  color: #de8500;
}

.first-bloque {
  padding-top: 6em !important;
}

.logo-separador {
  text-align: center;
}

.escuelas-descripcion p {
  line-height: 1.45;
  font-weight: initial;
}

.escuelas-detalle h2 {
  font-size: 3.15em;
}

body {
  text-align: left;
}

.astericos-list {
  padding: 15px;
  list-style: none;
}

.astericos-list li::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../../assets/img/elementos/asterisco.png") center center / cover;
  margin-right: 10px;
  vertical-align: text-top;
}

.ues-list li::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../../assets/img/elementos/u-invertida.png") center center / cover;
  margin-right: 10px;
  vertical-align: text-top;
}

.astericos-list li, .ues-list li {
  margin-bottom: 20px;
  text-indent: -40px;
  padding-left: 20px;
}

.link-pie h4 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
}

.link-pie h4 img {
  max-width: 39px;
  margin-right: 14px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .link-pie h4 img {
    max-width: 70px;
    margin-right: 14px;
    vertical-align: middle;
  }
}

.navbar.navbar-scrolled {
  box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
  transition: 200ms;
}

.navbar.navbar-scrolled .navbar-brand {
  max-width: 160px;
  transition: 200ms;
}

.navbar {
  box-shadow: none;
  transition: 200ms;
  transform-origin: top;
}

.separador-peque {
  width: 50px;
  height: 7px;
  display: block;
  margin-bottom: 20px;
  border-radius: 23px;
  line-height: 0px;
}

.qs-bloque h2 {
  font-size: 3em;
}

.qs-detalles-02 {
  text-align: end;
}

.qs-detalles-02 img {
  max-width: 199px;
  height: auto;
}

.cursos-group .card-title, .recursos-group .card-title {
  font-family: 'Aleo', serif;
  font-weight: 600;
  font-size: 1.35em;
}

.button-group span {
  background-color: #f3c7da;
  color: #FFFFFF;
  padding: 0.35em 0.95em;
  margin-right: 5px;
  border-radius: 8px;
  font-size: 0.85em;
  font-weight: 600;
}

.button-group span:last-of-type {
  margin-right: 0px;
}

.btn-interesa {
  font-size: 0.8em;
  font-weight: 600;
  margin-right: 0px;
  margin-left: auto;
  border: none;
  text-transform: uppercase;
  float: right;
  border-radius: 12px;
}

.cursos-group .card-body {
  padding: 1.25rem 1.35rem;
  min-height: 260px;
}

h6.card-subtitle {
  text-transform: uppercase;
  font-size: 0.9em;
}

.bajada-section {
  font-size: 1.25em;
  font-weight: 600;
}

.links-group .btn {
  font-size: 0.80em;
  margin-left: 10px;
  padding: .275rem 1.65rem;
  text-transform: uppercase;
  font-weight: 600;
}

.links-group {
  text-align: right;
  margin-top: 25px;
}

.recursos-group, .cursos-group {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .recursos-group, .cursos-group {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 992px) {
  .recursos-group {
    padding-left: 12em;
    padding-right: 12em;
  }
}

@media (min-width: 992px) {
  .cursos-group {
    padding-left: 10em;
    padding-right: 10em;
  }
}

.recursos-group p {
  font-size: 0.9em;
}

.bajada-especial {
  font-size: 2.8em;
  line-height: 0.8;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .bajada-especial {
    font-size: 3.2em;
    margin: 0px;
    line-height: 1;
  }
}

.testimonio-block {
  position: relative;
  margin-top: 130px;
  /*background-color: #ffffff;*/
}

@media (min-width: 768px) {
  .testimonio-block {
    position: relative;
    margin-top: 340px;
    /*background-color: #ffffff;*/
  }
}

.testimonio-speech {
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0px;
  display: inline;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: all 500ms ease-in-out;
}

@media (min-width: 768px) {
  .testimonio-speech {
    text-align: center;
    font-size: 1.05em;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.5rem;
  }
}

.testimonio-speech .fas.fa-quote-left {
  font-size: 2em;
  margin-right: 10px;
  padding-bottom: 15px;
  display: flex;
}

.fas.fa-quote-left, .fas.fa-quote-right {
  font-size: 2em;
  opacity: 0;
  transition: all 180ms ease-in-out;
}

.fas.fa-quote-right {
  transition: all 750ms ease-in-out;
}

.testimonio-person {
  font-size: 0.85em;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  transition: all 850ms ease-in-out;
}

.contacto-left img {
  display: inline-block;
  max-width: 45%;
  height: auto;
}

.img-flor-contact {
  max-width: 190px!important;
}

.contact-right a:link, .contact-right a:visited, .contact-right a:active {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #797d80;
  font-weight: 600;
}

.contact-right h1 {
  font-size: 4em;
  line-height: 1em;
}

.contact-right .lead {
  font-weight: 800;
}

.contact-right a i {
  font-size: 1.55em;
  vertical-align: middle;
  width: 32px;
  text-align: center;
  margin-right: 5px;
}

.row-gx-5 {
  --bs-gutter-x: 50px;
}

#bg-organic-salmon {
  width: 100%;
  top: 40px;
  position: absolute;
  background: url("../../assets/img/bg/organic-salmon.png") top right 37px / 156% no-repeat;
  display: block;
  left: 0;
  min-height: 750px;
  /*background-size: calc(100vw - 50%) 100%;*/
  z-index: 0;
}

@media (min-width: 768px) {
  #bg-organic-salmon {
    width: 50%;
    top: 120px;
    position: absolute;
    background: url("../../assets/img/bg/organic-salmon.png") top right / contain;
    display: block;
    left: 0;
    min-height: 460px;
    background-size: calc(100vw - 50%) 100%;
  }
}

.contacto-left {
  z-index: 15;
}

.signature-text {
  text-align: left;
  font-size: 4em;
  padding-left: 220px;
}

.lead {
  font-weight: inherit;
}

.header-shing h1 {
  font-size: 3.6em;
}

.input-amarillo-light {
  background-color: rgba(252,205,0,0.45);
  border-radius: 15px;
  padding: .45em 1.25em;
  color: #FFFFFF;
  border: none;
}

.convocatoria-form {
  max-width: 325px;
}

.input-amarillo-light::placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}

.bubble-rosa {
  margin-left: 40px;
  margin-bottom: 15px;
}

.list-bullet-naranja, .list-bullet-celeste, .ues-list {
  list-style: none;
}

.list-bullet-naranja li:before {
  content: "\2022";
  color: #fccd00;
  font-weight: bold;
  display: inline-block;
  width: 0.75em;
  margin-left: -1em;
  font-size: 2em;
  line-height: 0;
  vertical-align: sub;
}

.list-bullet-celeste li:before {
  content: "\2022";
  color: #00a3d1;
  font-weight: bold;
  display: inline-block;
  width: 0.75em;
  margin-left: -.75em;
  font-size: 2.5em;
  line-height: 0;
  vertical-align: sub;
}

@media (min-width: 768px) {
  .list-bullet-celeste li:before {
    content: "\2022";
    color: #00a3d1;
    font-weight: bold;
    display: inline-block;
    width: 0.75em;
    margin-left: -1em;
    font-size: 2.5em;
    line-height: 0;
    vertical-align: sub;
  }
}

.bubble-naranja {
  filter: brightness(128%) hue-rotate(26deg) saturate(171%);
}

.ues-list li {
  line-height: 1.565;
}

.celeste-svg {
  fill: #00a3d1;
}

#manito.celeste-svg {
  width: 116px;
  margin-left: 20px;
  height: auto;
}

.bloque-section.testimonio-bg {
  background: url("../../assets/img/elementos/separador-celeste.png") bottom 15px left -45px / 271px no-repeat, url("../../assets/img/bg/testimonios-bg-colors.jpg") center top 130px / 900px auto no-repeat, url("../../assets/img/bg/bg-blanco.jpg") bottom center / 100% 250px repeat-x;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .bloque-section.testimonio-bg {
    background: url("../../assets/img/elementos/separador-celeste.png") bottom 20px left -45px no-repeat, url("../../assets/img/bg/testimonios-bg-colors.jpg") center top 60px no-repeat;
    padding-bottom: 2em;
  }
}

.header-testimonios {
  height: 120px;
}

.reloj-testimonios {
  top: -70px;
  left: -30px;
  max-width: 90px;
  transform: rotate(-20deg);
}

@media (min-width: 768px) {
  .reloj-testimonios {
    top: 0px;
    left: -90px;
    max-width: 190px;
    transform: rotate(-20deg);
  }
}

.bubble-testimonios {
  right: -170px;
  top: 200px;
}

.corazon-testimonios {
  max-width: 60px;
  height: auto;
  right: 0;
  top: 10px;
  fill: #eb8a21;
}

@media (min-width: 768px) {
  .corazon-testimonios {
    max-width: 90px;
    height: auto;
    right: 0;
    top: 170px;
    fill: #eb8a21;
  }
}

#p-asesoramiento {
  padding-left: 40px;
  position: relative;
}

@media (min-width: 768px) {
  #p-asesoramiento {
    padding-left: 55px;
    position: relative;
  }
}

#p-asesoramiento:before {
  width: 15px;
  height: 100%;
  display: block;
  content: '';
  background-color: #00a3d1;
  position: absolute;
  top: 0;
  left: 0px;
  background: url("../../assets/img/elementos/mancha-rosa.png") center center / 100% 100% no-repeat;
}

@media (min-width: 768px) {
  #p-asesoramiento:before {
    width: 25px;
    height: 100%;
    display: block;
    content: '';
    background-color: #00a3d1;
    position: absolute;
    top: 0;
    left: 0px;
    background: url("../../assets/img/elementos/mancha-rosa.png") center center / 100% 100% no-repeat;
  }
}

.font-size-125 {
  font-size: 1.15em;
}

.font-size-145 {
  font-size: 1.35em;
}

#p-intervencion {
  padding-left: 80px;
}

@media (min-width: 768px) {
  #p-intervencion {
    padding-left: 130px;
  }
}

#bg-para-escuela-01 {
  background: url("../../assets/img/elementos/onda-blanca.png") top 80px right 0 / 90px no-repeat, url("../../assets/img/bg/para-escuela-bg-01.jpg") bottom center / 530px no-repeat, #f6b9a4;
  padding-bottom: 90px;
}

.owl-carousel.owl-loaded {
    margin-left: -15px!important;
    width: calc(100% + 30px);
    overflow-x: hidden;
}

@media (min-width: 768px) {
  #bg-para-escuela-01 {
    background: url("../../assets/img/elementos/onda-blanca.png") top right 10% / 150px no-repeat, url("../../assets/img/bg/para-escuela-bg-01.jpg") bottom center / auto no-repeat, #f6b9a4;
    padding-bottom: 210px;
  }

  owl-carousel.owl-loaded {
      margin-left: 0;
      width: 100%;
  }
}

#bg-para-escuela-02 {
  background: url("../../assets/img/elementos/brujula.png") top right 15px / 100px no-repeat, url("../../assets/img/bg/para-escuela-bg-02.jpg") center top / auto no-repeat, #ffffff;
  padding-bottom: 20px;
  padding-top: 110px;
}

@media (min-width: 768px) {
  #bg-para-escuela-02 {
    background: url("../../assets/img/elementos/brujula.png") top right 10% / 120px no-repeat, url("../../assets/img/bg/para-escuela-bg-02.jpg") center top / auto no-repeat, #ffffff;
    padding-bottom: 20px;
    padding-top: 110px;
  }
}

#h2-intervencion {
  padding-bottom: 15px;
  padding-top: 15px;
  background: url("../../assets/img/elementos/border-brush.png") center left / 225px no-repeat;
  padding-left: 32px;
  transform-origin: left;
}

#bloque-cursos {
  background: url("../../assets/img/elementos/asteristo-rosa.png") top 495px left -30px no-repeat, url("../../assets/img/elementos/brujula.png") top -2px right -31px / 90px no-repeat, url("../../assets/img/elementos/bubble-amarillo.png") top 670px right -100px no-repeat, #f6b9a4;
}

section#bloque-cursos .container {
    overflow-x: hidden;
}

@media (min-width: 768px) {
  #bloque-cursos {
    background: url("../../assets/img/elementos/asteristo-rosa.png") top 25px left 10px no-repeat, url("../../assets/img/elementos/brujula.png") top 10px right 5% / 140px no-repeat, url("../../assets/img/elementos/bubble-amarillo.png") top 450px right -100px no-repeat, #f6b9a4;
  }
}

#section-recursos {
  background: url("../../assets/img/elementos/brujula.png") top -30px left -33px / 100px no-repeat, url("../../assets/img/elementos/rasgunio-celeste.png") top 210px right -110px / 250px no-repeat, url("../../assets/img/elementos/manito-amarilla.png") bottom 460px right -35px / 90px no-repeat, url("../../assets/img/elementos/onda-celeste.png") bottom -30px left -40px / 160px no-repeat, rgb(255, 248, 237);
  padding-top: 4em;
}

@media (min-width: 768px) {
  #section-recursos {
    background: url("../../assets/img/elementos/brujula.png") top 20px left 5% / 150px no-repeat, url("../../assets/img/elementos/rasgunio-celeste.png") top 190px right 10% / 250px no-repeat, url("../../assets/img/elementos/manito-amarilla.png") bottom 180px right -35px / 150px no-repeat, url("../../assets/img/elementos/onda-celeste.png") bottom 50px left -40px / 200px no-repeat, rgb(255, 248, 237);
    padding-top: 4em;
  }
}

#section-contacto {
  padding-bottom: 90px;
  background: url("../../assets/img/elementos/brujula.png") bottom 10px left 35px / 150px no-repeat;
}

@media (min-width: 768px) {
  #section-contacto {
    padding-bottom: 150px;
    background: url("../../assets/img/elementos/brujula.png") bottom 40px left 5% / 150px no-repeat;
    padding-top: 12em!important;
  }
}

#section-qs {
  background: url("../../assets/img/elementos/brujula.png") top 25px right -18px / 120px no-repeat, url("../../assets/img/elementos/separador-celeste.png") bottom 20px right -125px / 360px no-repeat, url("../../assets/img/elementos/manito-naranja.png") right 10% bottom 180px / 80px no-repeat, #f3c7da;
}

@media (min-width: 768px) {
  #section-qs {
    background: url("../../assets/img/elementos/brujula.png") top 25px right 15% / 120px no-repeat, url("../../assets/img/elementos/separador-celeste.png") bottom 20px right -35px / 360px no-repeat, url("../../assets/img/elementos/manito-naranja.png") right 10% bottom 180px / 80px no-repeat, #f3c7da;
  }
}

.shape-white {
  background: url("../../assets/img/bg/organic-white.png") center right / auto 100% no-repeat;
  padding: 135px 60px 135px 90px;
  margin-top: -50px;
}

@media (min-width: 768px) {
  .shape-white {
    background: url("../../assets/img/bg/organic-white.png") center right / auto 100% no-repeat;
    padding: 135px 60px 135px 120px;
    margin-top: -50px;
  }
}

@media (min-width: 1400px) {
  .shape-white {
    background: url("../../assets/img/bg/organic-white.png") center right / 100% 100% no-repeat;
    padding: 135px 60px 135px 120px;
    margin-top: -50px;
  }
}

#section-interioridad {
  background: rgb(255, 248, 237);
  padding-bottom: 8em;
}

@media (min-width: 768px) {
  #section-interioridad {
    background: url("../../assets/img/elementos/separador-amarillo.png") right bottom 31px / 350px no-repeat, rgb(255, 248, 237);
    padding-bottom: 8em;
  }
}

#section-aprendizaje {
  background: #f6b9a4;
  padding-top: 80px;
}

@media (min-width: 768px) {
  #section-aprendizaje {
    background: url("../../assets/img/elementos/manito-celeste.png") bottom 80px left 20px / 100px no-repeat, #f6b9a4;
    padding-top: 80px;
  }
}

#section-pq {
  padding-bottom: 15em;
}

#section-de-mi {
  padding-top: 0px;
  margin-top: -10em;
}

#heading-de-mi {
  background: url("../../assets/img/bg/organic-rosa.png") right center / auto 100% no-repeat;
  height: 220px;
}

@media (min-width: 768px) {
  #heading-de-mi {
    background: url("../../assets/img/bg/organic-rosa.png") right center / auto 100% no-repeat;
    height: auto;
  }
}

#heading-de-mi h1 {
  font-size: 3.5em;
  color: #FFFFFF;
  margin: 0px;
  margin-top: -45px;
}

.text-de-mi h5 {
  font-size: 1.15em;
  line-height: 1.3;
}

.text-de-mi p {
  font-size: .8em;
  line-height: 1.7;
  margin-top: 40px;
}

.text-de-mi {
  background: url("../../assets/img/elementos/asterico-naranja.png") right -50px bottom 100px / 100px no-repeat;
}

@media (min-width: 768px) {
  .text-de-mi {
    background: url("../../assets/img/elementos/onda-amarilla.png") left center / 186px no-repeat, url("../../assets/img/elementos/asterico-naranja.png") right 6% bottom 100px / 100px no-repeat;
  }
}

.img-de-mi img {
  max-height: 390px;
  border-radius: 90px 40px 80px 120px;
}

.img-de-mi {
  text-align: center;
}

#row-heading-de-mi {
  background: url("../../assets/img/elementos/separador-salmon.png") right bottom / 310px no-repeat;
}

@media (min-width: 768px) {
  #row-heading-de-mi {
    background: url("../../assets/img/elementos/separador-salmon.png") right bottom / 310px no-repeat, url("../../assets/img/elementos/corazon-celeste.png") bottom 45px left 30% / 80px no-repeat;
  }
}

@media (min-width: 1400px) {
  #row-heading-de-mi {
    background: url("../../assets/img/elementos/separador-salmon.png") right bottom / 310px no-repeat, url("../../assets/img/elementos/corazon-celeste.png") bottom 45px left 35% / 80px no-repeat;
  }
}

.shinthink-font.foot-de-mi {
  font-size: 2.3em;
  line-height: 1;
}

.shinthink-font.foot-de-mi a:link, .shinthink-font.foot-de-mi a:visited {
  color: #00a3d1;
  text-decoration: none;
  font-size: 1.15em;
  vertical-align: text-top;
  padding-left: 3px;
}

#heading-aprendizaje {
  background: url("../../assets/img/bg/organic-white-reflect.png") right center / auto 100% no-repeat;
  min-height: 330px;
}

#container-aprendizaje {
}

#programa-section {
  background: url("../../assets/img/elementos/brujula.png") bottom 10px right -9px / 100px no-repeat, url("../../assets/img/elementos/corazon-salmon.png") top 0px center / 90px no-repeat, url("../../assets/img/bg/bg-formacion.jpg") top center / 100% auto no-repeat, url("../../assets/img/bg/bg-formacion-bottom.jpg") bottom center / 100% auto no-repeat;
  padding-top: 6em;
  padding-bottom: 6em;
}

@media (min-width: 768px) {
  #programa-section {
    background: url("../../assets/img/elementos/brujula.png") top 80px right 12% / 100px no-repeat, url("../../assets/img/elementos/corazon-salmon.png") top 10px center / 90px no-repeat, url("../../assets/img/bg/bg-formacion.jpg") top center / 100% auto no-repeat, url("../../assets/img/bg/bg-formacion-bottom.jpg") bottom center / 100% auto no-repeat;
    padding-top: 7em;
    padding-bottom: 9em;
  }
}

#formacion-section {
  padding-bottom: 2em;
}

.formacion-intro p {
  font-size: 1.05rem;
  text-shadow: 1px 1px 2px #0000003d;
}

#programa-rosa-section {
  background: rgb(243, 199, 218);
}

@media (min-width: 768px) {
  #programa-rosa-section {
    background: url("../../assets/img/elementos/manito-naranja.png") left 5% top / 100px no-repeat, rgb(243, 199, 218);
  }
}

#herramientas-section {
  background: url("../../assets/img/elementos/separador-amarillo.png") top 9px left -57px / 260px no-repeat, url("../../assets/img/bg/organic-white.png") bottom -89px left / 290% no-repeat, rgb(255, 248, 237);
  padding-top: 70px;
}

@media (min-width: 768px) {
  #herramientas-section {
    background: url("../../assets/img/elementos/separador-amarillo.png") top 4em left -24px / 180px no-repeat, url("../../assets/img/bg/organic-white.png") bottom -15% left / 66% no-repeat, rgb(255, 248, 237);
    padding-top: 4em;
  }
}

.escuelas-detalle a:link, .escuelas-detalle a:visited, .escuelas-detalle a:active {
  font-family: 'Square Peg', cursive;
  font-size: 1.45em;
  text-decoration: none;
  color: #eb8a21;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .escuelas-detalle a:link, .escuelas-detalle a:visited, .escuelas-detalle a:active {
    font-family: 'Square Peg', cursive;
    font-size: 1.75em;
    text-decoration: none;
    color: #eb8a21;
    padding-left: 5px;
  }
}

#img-intervencion {
  background: url("../../assets/img/elementos/flecha-naranja.png") left top / contain no-repeat;
  position: absolute;
  width: 60px;
  height: 72px;
  top: -52px;
  left: 20px;
}

@media (min-width: 768px) {
  #img-intervencion {
    background: url("../../assets/img/elementos/flecha-naranja.png") left top / contain no-repeat;
    position: absolute;
    width: 120px;
    height: 112px;
    top: -94px;
    left: 20px;
  }
}

.video-container .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: url('../../assets/img/poster_vid_home.jpg') center center / cover;
  z-index: 15;
  border-radius: 40px;
}

.owl-carousel .item {
  min-height: 250px;
  background: center center / cover no-repeat;
  border-radius: 8px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 800;
  font-size: 4em;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
  line-height: 0;
  position: absolute;
  left: -35px;
}

.owl-carousel .owl-nav button.owl-next {
  line-height: 0;
  position: absolute;
  right: -35px;
}

.proposito-col-text h1 {
  font-size: 3em;
}

.asesoramiento-section {
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  .asesoramiento-section {
    padding-bottom: 0;
    padding-top: 2em;
  }
}

.intervencion-section {
  padding-top: 0em;
}

@media (min-width: 768px) {
  .intervencion-section {
    padding-top: 2em;
  }
}

.testimonios-slider {
  padding-top: 15px;
  padding-bottom: 65px;
}

@media (min-width: 768px) {
  .testimonios-slider {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.contact-right {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .contact-right {
    padding-top: 0px;
  }
}

.bubble-title, .bubble-text {
  position: absolute;
  top: 0;
  left: 0;
}

.bubble-text {
  opacity: 0;
  transition: all 500ms ease-in-out;
  z-index: 2;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  perspective: 1100px;
}

.bubble-box:hover .bubble-text {
  opacity: 1;
  transform: rotateY(0deg);
}

.bubble-title {
  z-index: 1;
  transition: all 500ms ease-in-out;
  opacity: 1;
}

.bubble-box:hover .bubble-title {
  transform: rotateY(180deg);
  opacity: 0;
}

.bubble-box:hover .bubble-bg {
  transform: rotateY(180deg);
}

.bubble-bg {
  transition: all 500ms ease-in-out;
  transform-style: preserve-3d;
}

.cora-proposito {
  position: absolute;
  right: 20px;
  bottom: -44px;
  max-width: 70px;
  z-index: 60;
}

@media (min-width: 768px) {
  .cora-proposito {
    position: absolute;
    right: 70px;
    bottom: -34px;
    max-width: 70px;
    z-index: 60;
  }
}

.claw-proposito {
  position: absolute;
  right: -50px;
  top: -44px;
  max-width: 200px;
  z-index: 60;
}

@media (min-width: 768px) {
  .claw-proposito {
    position: absolute;
    right: -50px;
    top: -44px;
    max-width: 260px;
    z-index: 60;
  }
}

#loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.95);
  z-index: 99999;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #f19c7e;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(241,156,126);
}

@media (min-width: 1400px) {
  .navbar {
    padding: .5rem 3em;
  }
}

.sparkles {
  margin-top: -40px;
  margin-left: -12px;
}

.text-caption strong {
  font-weight: 900;
}

.cursos-group > .col:hover {
  transform: scale(1.05);
  transition: all 300ms ease-in-out;
}

.cursos-group > .col:hover > .card:hover {
  box-shadow: 0 15px 10px 0 rgba(0,0,0,0.15);
}

.scroll-to-top:link, .scroll-to-top:visited, .scroll-to-top:active {
  position: fixed;
  bottom: -3px;
  z-index: 999999;
  display: none;
  padding: 0.19em 0.95em;
  background-color: rgba(255,255,255,0.8);
  color: #666;
  min-width: 110px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  box-shadow: 0 -3px 5px rgb(0 0 0 / 15%);
}

.corazon-testimonios svg {
  fill: #eb8a21;
  width: 90px;
  height: auto;
}

.shake-horizontal {
  -webkit-animation: shake-horizontal 1.2s cubic-bezier(.25,.46,.45,.94) both;
  animation: shake-horizontal 1.2s cubic-bezier(.25,.46,.45,.94) both;
}

@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes shake-bottom {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.shake-bottom {
  -webkit-animation: shake-bottom 1.2s cubic-bezier(.455,.03,.515,.955) both;
  animation: shake-bottom 1.2s cubic-bezier(.455,.03,.515,.955) both;
}

.bubble-box {
  max-width: 300px;
  perspective: 1000px;
  background-color: transparent;
}

.header-home {
  position: relative;
}

.bajada-home .bajada-section {
  font-size: 1.30rem;
}

.section-attention a.btn {
  border-radius: 20px;
  padding: .25rem 1.8rem;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: transparent;
  color: #f19c7e;
  transition: all 150ms ease-in-out;
  border: 2px solid #f19c7e;
}

.formacion-lead strong {
  font-size: 1.25em;
  display: block;
  font-weight: 900!important;
  line-height: 1;
  margin-bottom: 30px;
}

#carousel-home {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  height: 100%;
  bottom: 0;
}

.slider-header-home {
  padding: 0;
  position: relative;
}

#carousel-home .carousel-item {
  min-height: 540px;
  background: center center / cover no-repeat;
}

.section-attention a.btn:hover {
  background-color: #f19c7e;
  color: #FFFFFF;
  transform: scale(1.08);
}

.recursos-group .card .card-header, .cursos-group .card .card-header {
  min-height: 210px;
  background: rgba(0,0,0,0.1) center center / cover no-repeat;
  border-bottom: none;
}

.button-group span:hover {
  background-color: #eba8c5;
}

.carousel-item-content {
  min-height: 370px;
}

#carousel-testimonios .carousel-item.active .fas.fa-quote-left, #carousel-testimonios .carousel-item.active .fas.fa-quote-right {
  opacity: 1;
}

#carousel-testimonios .carousel-item.active .testimonio-speech {
  opacity: 1;
}

#carousel-testimonios .carousel-item.active .testimonio-person {
  opacity: 1;
}

.carousel-control-prev, .carousel-control-next {
    display: none;
}

@media (min-width: 768px) {
  .carousel-control-prev {
    display: block;
    left: -100px;
    opacity: .35;
  }

  .carousel-control-next {
    display: block;
    right: -100px;
    opacity: .35;
  }
}

/* SECCIONES CURSOS DINAMICAS */
header.header-single {
  padding: 210px 40px 40px 40px;
  text-align: center;
}

.header-single .text-caption h1 {
  font-size: 1.75rem;
  font-weight: 900;
}

.header-single .text-caption h3 {
  font-size: 1.25rem;
}

.single-description p {
  text-align: center;
}

.single-description p b, .single-description p strong {
  color: #f6b9a4;  
}

.button-access {
  text-decoration: none;
  font-size: 1.5rem;
}

.button-access:hover, .button-access:focus {
  background-color: #f19c7e;
  color: white;
}

.header-single-sections {
  text-align: center;
}

.header-single-sections h4 {
  font-weight: 800;
  color: #f6b9a4;
}

.header-single-sections .small-separator {
  width: 50px;
  height: 4px;
  border-radius: 2rem;
  background-color: #f6b9a4;
  display: inline-block;
}

.owl-modulos .header-image {
  min-height: 220px;
  background: #EBEBEB center center / cover no-repeat;
  overflow: hidden;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.owl-modulos .description-text {
  padding: 1.5rem 1rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.owl-modulos .description-text .pre-heading {
  font-size: .85rem;
  color: white;
  display: block;
  margin-bottom: .5rem;
}

.owl-modulos .description-text .pre-heading .numbering {
  font-size: 1.25rem;
  font-weight: 900;
  display: inline-block;
  margin-right: .25rem;
}

.owl-modulos .description-text h4 {
  font-weight: 700;
  font-size: 1.1rem;
  color: #585858;
}

.owl-modulos .description-text p {
/*  margin-bottom: 0;*/
  font-size: .85rem;
  color: #585858;
}

.light-gray-bg {
  background-color: #E2E2E2;
}

.highlighted-squares {
  position: relative;
}

.owl-highlights .squares-hl {
  background-color: #FFFFFF;
  padding: 2rem 1rem;
  border-radius: .85rem;
  text-align: center;
}

.owl-highlights .squares-hl h4 {
  font-size: 2rem;
  font-weight: 900;
  color: #f6b9a4;
  margin-bottom: 0;
}

.owl-highlights .squares-hl p {
  font-size: 1.15rem;
  font-weight: 500;
  color: #585858;
  margin-top: 0;
  margin-bottom: 0;
}