/*
Theme Name: Sonopro 24
Author: Wise Creative Agency
Author URI: https://wisecreativeagency.com
Description: SonoPro Barcelona 2024 theme
Version: 1.0
Text Domain: wise
*/
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 113px;
  /* height of sticky header */
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
  background-color: #F4F4F4;
  color: #232323;
  overflow-x: hidden;
}
.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  html {
    scroll-padding-top: 80px;
    /* height of sticky header */
  }
  body {
    font-size: 16px;
  }
}
/***********************************************
******************   COLORS   ******************
***********************************************/
/***********************************************
*******************   FONTS   ******************
***********************************************/
h1,
h2,
.like_h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Mono', monospace;
  line-height: 1em;
  font-weight: 500;
  color: #ff0e86;
}
h1 {
  font-size: 55px;
}
h2,
.like_h2 {
  font-size: 40px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
p,
ul li,
ol li {
  color: #232323;
  line-height: 1.4em;
}
a {
  color: #ff0e86;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
blockquote {
  margin: 40px 0;
  padding: 30px 30px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 8px solid #ff0e86;
}
blockquote cite {
  color: #A7A7A7;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 20px;
}
@media only screen and (max-width: 780px) {
  h1 {
    font-size: 37px;
  }
  h2,
  .like_h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
}
/***********************************************
******************   COLUMNS   *****************
***********************************************/
#main {
  width: 100%;
  margin: 0 auto;
}
#main.narrow .site_width {
  width: 1080px;
  margin: 111px auto 60px auto;
}
.site_width {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  #main.narrow .site_width {
    width: calc(100% - 40px);
  }
  .site_width {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 780px) {
  #main {
    width: 100%;
    margin: 0 auto;
  }
  #main.narrow .site_width {
    width: calc(100% - 40px);
    margin: 130px auto 60px auto;
  }
  #main > p,
  #main > h2,
  #main .like_h2,
  #main > h3,
  #main > h4,
  #main > h5,
  #main > h6,
  #main > ul,
  #main > ol,
  #main > blockquote {
    margin: 1.5em auto 0.5em auto;
  }
  .site_width {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
/***********************************************
******************   HEADER   ******************
***********************************************/
.sonopro_header {
  background-color: #F4F4F4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 39;
  border-bottom: 1px solid #ccc;
  font-family: 'IBM Plex Mono', monospace;
  height: 92px;
}
.sonopro_header .top {
  background: #454545;
  padding: 1px 0;
  line-height: 1em;
}
.sonopro_header .top ul {
  text-align: right;
  padding: 0;
  margin: 0;
}
.sonopro_header .top ul li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.sonopro_header .top ul li.menu-item-has-children > a {
  display: flex;
  gap: 10px;
}
.sonopro_header .top ul li.menu-item-has-children > a:after {
  border-right: 1.5px solid #F4F4F4;
  border-bottom: 1.5px solid #F4F4F4;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -moz-transform: rotate(45deg) translate(-50%, 0);
  -o-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  display: flex;
  align-self: center;
  margin-top: 3px;
}
.sonopro_header .top ul li a {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #F4F4F4;
  cursor: pointer;
}
.sonopro_header .top ul li.cta a {
  color: #ff0e86;
  padding: 4px 10px;
}
.sonopro_header .top ul li ul.sub-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 24px;
  left: 0;
  width: 250px;
  text-align: left;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.sonopro_header .top ul li ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 11px 20px;
  line-height: 1.1em;
}
.sonopro_header .top ul li ul.sub-menu li a {
  color: #232323;
}
.sonopro_header .top ul li ul.sub-menu li:last-child a {
  background-color: transparent;
  color: initial;
  padding: initial;
}
.sonopro_header .top ul li ul.sub-menu li:hover {
  background-color: #ff0e86;
}
.sonopro_header .top ul li ul.sub-menu li:hover a {
  color: #F4F4F4;
  opacity: 1;
}
.sonopro_header .top ul li:hover .sub-menu {
  display: block;
}
.sonopro_header .bottom .site_width {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.sonopro_header .bottom .site_width .logo {
  display: inline-block;
  width: 245px;
  margin: 18px 0 0px 0;
  line-height: 1em;
  display: block;
}
.sonopro_header .bottom .site_width .logo img {
  width: 100%;
  height: auto;
}
.sonopro_header .bottom .site_width .menu_cursos {
  display: flex;
  align-self: center;
}
.sonopro_header .bottom .site_width .menu_cursos ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  padding: 31px 0;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.cta a {
  color: #ff0e86;
  padding: 4px 10px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li a {
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  display: flex;
  flex-direction: row;
  gap: 10px;
  opacity: 0.8;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.menu-item-has-children > a:after {
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -moz-transform: rotate(45deg) translate(-50%, 0);
  -o-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  display: flex;
  align-self: center;
  margin-top: 3px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu {
  background-color: #d1d1d1;
  position: absolute;
  width: 100%;
  padding: 0 100px;
  flex-wrap: wrap;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  max-height: 0px;
  overflow: hidden;
  left: 0;
  right: inherit;
  position: fixed;
  top: 92px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li {
  margin: 0;
  padding: 0 35px;
  text-align: left;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li.column_header > a {
  font-weight: bold;
  color: #373737;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 26px;
  line-height: 1em;
  min-height: 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li.column_header > a:after {
  display: none;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li.ver_todos_cursos {
  width: 100%!important;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li.ver_todos_cursos a {
  font-size: 20px;
  margin-left: 264px;
  left: 50%;
  position: relative;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li ul.sub-menu {
  display: block;
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
  text-align: left;
  max-height: 900px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li ul.sub-menu li {
  width: auto;
  display: block;
  padding: 9px 0;
  position: relative;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li ul.sub-menu li a {
  display: inline-block;
  opacity: 0.8;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li ul.sub-menu li:before {
  content: "";
  width: 30px;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li ul.sub-menu li:hover:before {
  border-color: #ff0e86;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li ul.sub-menu li.pink a {
  color: #ff0e86;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li > ul.sub-menu li ul.sub-menu li.pink a:hover {
  background-color: #ff0e86;
  color: #fff;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.cursos > ul.sub-menu {
  flex-direction: row;
  gap: 90px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.cursos > ul.sub-menu li:first-child {
  width: 670px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.cursos > ul.sub-menu li:first-child ul {
  columns: 2;
  column-gap: 30px;
  display: inline-block;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.cursos > ul.sub-menu li:first-child ul li {
  width: auto;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.cursos > ul.sub-menu li {
  width: 243px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.cursos > ul.sub-menu li:after {
  content: "";
  flex-grow: 9999;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.somos_diferentes > ul.sub-menu li {
  width: 200px;
  left: 50%;
  margin-left: 76px;
  padding: 0;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.somos_diferentes > ul.sub-menu li:before {
  content: "";
  width: 30px;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.somos_diferentes > ul.sub-menu li:hover:before {
  border-color: #ff0e86;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.la_escuela > ul.sub-menu li {
  width: 200px;
  left: 50%;
  margin-left: 194px;
  padding: 0;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.la_escuela > ul.sub-menu li:before {
  content: "";
  width: 30px;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.la_escuela > ul.sub-menu li:hover:before {
  border-color: #ff0e86;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li:hover > ul.sub-menu {
  max-height: 900px;
  padding: 40px 100px;
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.four-cols > ul.sub-menu li {
  max-width: calc(33.333% - 70px);
}
.sonopro_header .bottom .site_width .menu_cursos ul > li.four-cols > ul.sub-menu li ul.sub-menu li {
  max-width: none;
  width: 100%;
}
.sonopro_header #burger {
  display: none;
  position: absolute;
  vertical-align: middle;
  width: 35px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 999;
  top: 18px;
  right: 23px;
}
.sonopro_header #burger span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 0px;
  width: 100%;
  background: #ff0e86;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sonopro_header #burger span:nth-child(1) {
  top: 0px;
}
.sonopro_header #burger span:nth-child(2) {
  top: 12px;
}
.sonopro_header #burger span:nth-child(3) {
  top: 24px;
}
.sonopro_header #burger.open {
  width: 35px;
}
.sonopro_header #burger.open span {
  background-color: #F4F4F4;
}
.sonopro_header #burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.sonopro_header #burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sonopro_header #burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}
.sonopro_header .closet_menu {
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -150vh;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  font-family: 'IBM Plex Mono', monospace;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sonopro_header .closet_menu .positioner {
  width: calc(100% - 60px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
.sonopro_header .closet_menu .positioner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sonopro_header .closet_menu .positioner ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sonopro_header .closet_menu .positioner ul li a {
  color: #F4F4F4;
  text-transform: uppercase;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 0;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children ul {
  max-height: 0;
  overflow: hidden;
  padding-left: 15px;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children ul li {
  border: none;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children ul li a {
  text-transform: none;
  font-weight: bold;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children ul li.menu-item-has-children::after {
  content: "";
  display: none;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children ul li ul {
  margin-top: 15px;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children ul li ul li {
  padding: 10px 0;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children ul li ul li a {
  font-weight: 100;
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children:hover::after,
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children:focus::after {
  content: "-";
}
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children:hover ul,
.sonopro_header .closet_menu .positioner ul li.menu-item-has-children:focus ul {
  max-height: 999px;
}
@media only screen and (max-width: 1150px) {
  .sonopro_header {
    height: 60px;
  }
  .sonopro_header .top {
    display: none;
  }
  .sonopro_header .bottom .site_width .logo {
    width: 145px;
    margin-top: 13px;
  }
  .sonopro_header .bottom .site_width .menu_cursos {
    display: none;
  }
  .sonopro_header #burger {
    display: inline-block;
  }
  .sonopro_header .closet_menu.open {
    top: 0;
  }
}
/***********************************************
******************   FOOTER   ******************
***********************************************/
footer {
  padding: 90px 0 20px 0;
  background-color: rgba(210, 210, 210, 0.92);
}
footer .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
footer .columns .column {
  width: calc(33.33% - 35px);
}
footer .columns .column.one {
  width: calc(38.33% - 35px);
}
footer .columns .column.one p {
  font-size: 19px;
  font-weight: 600;
}
footer .columns .column.one a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .columns .column.one br {
  display: none;
}
footer .columns .column.two {
  width: calc(36.33% - 35px);
}
footer .columns .column.two form .wpcf7-acceptance .wpcf7-list-item label.selected:after {
  top: 9px;
}
footer .columns .column.three {
  width: calc(25% - 35px);
}
footer .columns .column .footer_title {
  text-transform: uppercase;
  color: #626262;
  font-size: 32px!important;
  margin-bottom: 0;
  font-weight: 600;
}
footer .columns .column p {
  font-size: 24px;
  color: #626262;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 400;
}
footer .columns .column p a {
  color: #F4F4F4;
}
footer .columns .column form .wpcf7-acceptance {
  margin: -10px 0 -10px 0;
}
footer .columns .column input[type="submit"] {
  width: 100%;
}
footer .social_networks {
  display: flex;
  flex-direction: row;
  margin: 35px 0 15px 0;
  align-items: center;
  justify-content: flex-start;
}
footer .social_networks a {
  margin: 2px;
}
footer .social_networks a img {
  width: 42px;
  height: 42px;
}
footer #menu-footer-menu-col-3 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
footer #menu-footer-menu-col-3 li a {
  color: #626262;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 19px;
  line-height: 1em;
}
.legal_menu {
  margin-top: 40px;
}
.legal_menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.legal_menu ul li a {
  color: #232323;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.4;
}
.legal_menu ul li a:hover {
  opacity: 1;
}
.whatsapp_tab {
  font-size: 24px;
  color: #fff;
  background-color: #25D366;
  position: fixed;
  cursor: pointer;
  height: 40px;
  right: -40px;
  padding: 0 12px 10px 12px;
  bottom: 60px;
  z-index: 29;
  transform: rotate(270deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.whatsapp_tab a {
  color: #fff;
  text-decoration: none;
}
.whatsapp_tab:hover {
  height: 55px;
  bottom: 53px;
}
.whatsapp_tab.mobile {
  display: none;
}
@media only screen and (max-width: 780px) {
  footer {
    padding: 60px 0 10px 0;
  }
  footer .columns {
    flex-direction: column;
  }
  footer .columns .column {
    width: 100%;
    margin-right: 0;
  }
  footer .columns .column.one {
    width: 100%;
  }
  footer .columns .column.two {
    width: 100%;
  }
  footer .columns .column.three {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  footer .columns .column h2,
  footer .columns .column .like_h2 {
    font-size: 35px;
  }
  footer .columns .column p {
    font-size: 18px;
  }
  footer .columns .column form .wpcf7-acceptance {
    margin: 0;
  }
  footer .social_networks {
    margin: 50px 0 30px 0;
  }
  .legal_menu ul {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .whatsapp_tab.mobile {
    display: block;
    background-color: transparent;
    top: 13px;
    right: 63px;
    transform: none;
  }
  .whatsapp_tab.mobile a {
    display: inline-block;
    width: 32px;
  }
  .whatsapp_tab.mobile a svg {
    width: 100%;
    height: auto;
  }
  .whatsapp_tab.desktop {
    display: none;
  }
}
/***********************************************
*******************   FORMS   ******************
***********************************************/
input {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
form {
  width: 100%;
}
form br {
  display: none;
}
form label {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
form input,
form textarea,
form select {
  width: calc(100% - 26px);
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 13px 12px;
  margin: 8px 0;
  font-size: 16px;
  height: auto!important;
  min-height: 1px!important;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #232323;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #232323;
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #232323;
}
form input:focus,
form textarea:focus,
form select:focus {
  background-color: #ffffff;
  border-color: #232323;
  border-radius: 0;
  outline: none;
}
form input[type="checkbox"] {
  min-height: 15px;
  display: inline-block;
  width: auto;
  margin: 0!important;
  vertical-align: middle;
}
form select {
  width: 100%;
}
form .select2-container--default .select2-selection--single {
  border: 1px solid #232323;
  border-radius: 0;
  padding: 6px 3px;
  height: 42px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}
form .wpcf7-checkbox .wpcf7-list-item,
form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
  margin: 3px 0;
}
form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
form .wpcf7-checkbox .wpcf7-list-item label,
form .wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  margin: 0;
  font-weight: 300;
}
form .wpcf7-checkbox .wpcf7-list-item label span,
form .wpcf7-acceptance .wpcf7-list-item label span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
form .wpcf7-checkbox .wpcf7-list-item label:before,
form .wpcf7-acceptance .wpcf7-list-item label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #232323;
  width: 1px;
  height: 1px;
  padding: 10px 10px;
  line-height: 0px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
form .wpcf7-checkbox .wpcf7-list-item label.selected:before,
form .wpcf7-acceptance .wpcf7-list-item label.selected:before {
  padding: 10px 10px;
  background-color: #F0F0FF;
}
form .wpcf7-checkbox .wpcf7-list-item label.selected:after,
form .wpcf7-acceptance .wpcf7-list-item label.selected:after {
  content: "";
  border: solid #ff0e86;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px 3px 2px 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 7.5px;
  top: 4px;
}
form .wpcf7-acceptance {
  display: block;
  margin-top: -20px;
}
form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  width: 100%;
  margin: 3px 0;
}
form .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}
form .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  margin: 0;
  font-weight: 300;
}
form .wpcf7-radio .wpcf7-list-item label span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
form .wpcf7-radio .wpcf7-list-item label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #232323;
  width: 1px;
  height: 1px;
  padding: 10px 10px;
  line-height: 0px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
form .wpcf7-radio .wpcf7-list-item label.selected:before {
  padding: 10px 10px;
  background-color: #F0F0FF;
}
form .wpcf7-radio .wpcf7-list-item label.selected:after {
  content: "";
  background-color: #232323;
  width: 1px;
  height: 1px;
  padding: 6px 6px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.cta_button,
input[type="submit"],
button[type="submit"],
.wp-block-button__link {
  background-color: #ff0e86;
  color: #F4F4F4;
  font-size: 20px;
  line-height: 1.3em;
  padding: 12px 20px 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.cta_button.outline,
input[type="submit"].outline,
button[type="submit"].outline,
.wp-block-button__link.outline {
  color: #ff0e86;
  background-color: transparent;
  border: 1.5px solid #ff0e86;
}
.cta_button.outline:hover,
input[type="submit"].outline:hover,
button[type="submit"].outline:hover,
.wp-block-button__link.outline:hover {
  color: #F4F4F4;
}
.cta_button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.wp-block-button__link:hover {
  transform: scale(1.04);
  background-color: #ff0e86;
  color: #F4F4F4;
  opacity: 1;
}
.cta_button:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
.wp-block-button__link:focus {
  background-color: #ff0e86;
}
.cta_button.disabled,
input[type="submit"].disabled,
button[type="submit"].disabled,
.wp-block-button__link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cta_button.small,
input[type="submit"].small,
button[type="submit"].small,
.wp-block-button__link.small {
  font-size: 13px;
  padding: 8px 15px 10px 15px;
}
.cta_huge {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cta_huge a {
  padding: 16px 40px 20px 40px;
  box-sizing: border-box;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 39px;
  line-height: 1.3em;
  text-align: center;
  background-color: #ff0e86;
  color: #F4F4F4;
  width: auto;
  display: inline-block;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.cta_huge:hover a {
  transform: scale(1.04);
  opacity: 1;
}
.post-password-form {
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 460px;
  padding: 20px 40px 10px 40px;
}
.wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 5px 0;
  background-color: #46b450;
  color: #F4F4F4;
  padding: 5px 10px;
  line-height: 1.3em;
}
/* Hide the default CF7 spinner */
.wpcf7-spinner {
  display: none !important;
}
/* Style for the overlay during form submission */
.cf7-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* Grey overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
/* Spinner style */
.cf7-spinner {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #ff0e86;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide the overlay by default */
.cf7-overlay-hidden {
  display: none;
}
/* Disable pointer events on the form when overlay is visible */
.cf7-form-disabled {
  pointer-events: none;
  opacity: 0.5;
  /* Grey out the form */
}
@media only screen and (max-width: 780px) {
  .cta_button,
  input[type="submit"],
  button[type="submit"],
  .woocommerce div.product form.cart .button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 17px;
  }
  .cta_huge a {
    font-size: 28px;
    width: 100%;
  }
}
/***********************************************
******************   COMMON   ******************
***********************************************/
.width_one_column {
  width: 1080px;
  margin: 0 auto;
}
.arrow {
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-transform: rotate(45deg) translate(calc(-50% - 4px), 0);
  -moz-transform: rotate(45deg) translate(calc(-50% - 4px), 0);
  -o-transform: rotate(45deg) translate(calc(-50% - 4px), 0);
  -ms-transform: rotate(45deg) translate(calc(-50% - 4px), 0);
  transform: rotate(45deg) translate(calc(-50% - 4px), 0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.arrow.up {
  -webkit-transform: rotate(-135deg) translate(-50%, 0);
  -moz-transform: rotate(-135deg) translate(-50%, 0);
  -o-transform: rotate(-135deg) translate(-50%, 0);
  -ms-transform: rotate(-135deg) translate(-50%, 0);
  transform: rotate(-135deg) translate(-50%, 0);
}
.two_columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.two_columns p:first-child {
  margin-top: 0;
}
.three_columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.three_columns p:first-child {
  margin-top: 0;
}
.filters {
  width: 942px;
  margin: 0 auto;
  text-align: center;
}
.filters .mobile_trigger {
  display: none;
}
.filters .filter_option {
  color: #232323;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0;
  text-decoration: none;
  margin: 0 20px 8px 20px;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.filters .filter_option.active {
  font-weight: bold;
  border-color: #ff0e86;
}
.filters .filter_option:hover {
  opacity: 1;
  border-color: #ff0e86;
}
.articles {
  margin: 0 auto;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.article {
  flex: 1 0 calc(calc(100% / 2) - 20px);
  max-width: calc(calc(100% / 2) - 20px);
  text-decoration: none;
  padding: 0;
  margin: 0 30px 30px 0;
  position: relative;
  background-color: rgba(210, 210, 210, 0.92);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-box-shadow: 0px -16px 19px 6px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -16px 9px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -16px 13px 6px rgba(0, 0, 0, 0.03);
}
.article .image {
  width: 100%;
  height: 0;
  padding-top: 65%;
  position: relative;
  background-color: #626262;
}
.article .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.article .text {
  width: calc(100% - 30px);
  padding: 15px;
  text-align: left;
  color: #232323;
}
.article .text .artile_title {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.article .text .article_excerpt {
  opacity: 0.6;
}
.article .text .article_excerpt p {
  line-height: 1.4em;
  font-size: 15px;
  color: #232323;
}
.article .text .keep_reading {
  color: #ff0e86;
}
.article:hover {
  opacity: 1;
  background-color: #F4F4F4;
}
.article:nth-child(2n + 2) {
  margin-right: 0;
}
.pagination {
  width: 100%;
  text-align: center;
  margin: 60px 0 60px 0;
  padding-bottom: 10px;
}
.pagination .page-numbers {
  font-size: 18px;
  color: #232323;
  font-weight: 400;
  margin: 0 14px;
  text-decoration: none;
}
.pagination .page-numbers.current {
  color: #F4F4F4;
  background-color: #ff0e86;
  padding: 4px 10px 7px 10px;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  color: #ff0e86;
}
.youtube_wrap {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.youtube_wrap iframe,
.youtube_wrap object,
.youtube_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grecaptcha-badge {
  display: none!important;
}
@media only screen and (max-width: 780px) {
  .width_one_column {
    width: calc(100% - 40px);
  }
  .two_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .two_columns p:first-child {
    margin-top: initial;
  }
  .three_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .three_columns p:first-child {
    margin-top: initial;
  }
  .filters {
    width: 100%;
  }
  .filters .filter_options {
    display: flex;
    flex-direction: column;
  }
  .filters .filter_options .filter_option {
    padding: 3px 0;
    margin: 0 20px 8px 20px;
  }
  .articles {
    margin-top: 0;
  }
  .article {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
/***********************************************
******************   BLOCKS   ******************
***********************************************/
.block {
  padding: 40px 0;
  background-color: #F4F4F4;
  width: 1080px;
  margin: 0 auto;
}
.block p,
.block ul,
.block ol,
.block li {
  color: #626262;
}
.block p {
  margin: 10px 0;
}
.block:first-child {
  margin-top: 92px;
}
.block .text_before {
  margin-bottom: 50px;
}
.block .text_before h2,
.block .text_before .like_h2 {
  margin: 0 0 30px 0;
}
.block .text_before p {
  line-height: 1.5em;
  font-weight: 400;
}
.block.text .bigger_paragraph {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 24px;
}
.block.text ul {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px 30px 30px 60px;
}
.block.text ul li {
  color: #232323;
  list-style: none;
  position: relative;
  padding: 3px 0;
}
.block.text ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ff0e86;
  position: absolute;
  left: -20px;
  top: 8px;
}
.block.text .wpcf7-acceptance {
  margin-top: 0;
}
.block.home-hero {
  width: 100%;
  height: 65vh;
  margin-left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: end;
  padding: 0;
  overflow: hidden;
}
.block.home-hero .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.block.home-hero .bg_image .swiper {
  width: 100%;
  height: 65vh;
}
.block.home-hero .bg_image .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block.home-hero .bg_image .swiper .swiper-wrapper .swiper-slide .overlay {
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.block.home-hero .quick_menu {
  position: relative;
  z-index: 9;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block.home-hero .quick_menu h1 {
  color: #F4F4F4;
}
.block.home-hero .quick_menu .cursos_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto 30px auto;
}
.block.home-hero .quick_menu .cursos_list .curso {
  width: 180px;
  text-align: center;
}
.block.home-hero .quick_menu .cursos_list .curso a .curso_icono {
  line-height: 1em;
}
.block.home-hero .quick_menu .cursos_list .curso a .curso_icono svg {
  width: 75px;
  height: auto;
  fill: #F4F4F4;
}
.block.home-hero .quick_menu .cursos_list .curso a .curso_title {
  font-family: 'IBM Plex Mono', monospace;
  color: #F4F4F4;
  line-height: 1.3em;
}
.block.home-hero .quick_menu .cursos_list .curso a:hover {
  opacity: 1;
  color: #ff0e86;
}
.block.home-hero .quick_menu .cursos_list .curso a:hover .curso_icono svg {
  fill: #ff0e86;
}
.block.home-hero .quick_menu .cursos_list .curso a:hover .curso_title {
  color: #ff0e86;
}
.block.page-header {
  padding: 0;
  width: 100vw;
  height: 65vh;
  margin-left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: end;
}
.block.page-header .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.block.page-header .bg_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block.page-header .overlay {
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.block.page-header .overlay h1 {
  color: #F4F4F4;
  z-index: 9;
  width: 1080px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.block.page-header.height_low {
  height: 35vh;
}
.block.selected-cursos .cursos_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.block.selected-cursos .cursos_grid.four_cols .curso {
  flex: 1 1 calc(25% - 10px);
  /* Adjust width to account for gap */
}
.block.selected-cursos .cursos_grid .curso {
  flex: 1 1 calc(33.33% - 10px);
  /* Adjust width to account for gap */
  min-width: 0;
  /* Allow columns to shrink */
  max-width: calc(100% / 3);
  /* Limit max width to one-third of the container */
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.block.selected-cursos .cursos_grid .curso .image {
  aspect-ratio: 5/3;
  position: relative;
}
.block.selected-cursos .cursos_grid .curso .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.block.selected-cursos .cursos_grid .curso .curso_info {
  background-color: #fff;
  border-left: 2px solid #ff0e86;
  padding: 20px 20px;
  box-sizing: border-box;
  font-family: 'IBM Plex Mono', monospace;
  color: #232323;
  font-weight: 600;
  line-height: 1.3em;
  min-height: 84px;
}
.block.collapsible-content .bigger_paragraph {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  color: #ff0e86;
  margin: 0 0 30px 0;
}
.block.collapsible-content .acordion section {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.block.collapsible-content .acordion section h2,
.block.collapsible-content .acordion section .like_h2,
.block.collapsible-content .acordion section h3,
.block.collapsible-content .acordion section h4,
.block.collapsible-content .acordion section h5 {
  background-color: transparent;
  border: none;
  position: relative;
  color: #232323;
  padding-right: 50px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.block.collapsible-content .acordion section h2:after,
.block.collapsible-content .acordion section .like_h2:after,
.block.collapsible-content .acordion section h3:after,
.block.collapsible-content .acordion section h4:after,
.block.collapsible-content .acordion section h5:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  background: #232323;
  color: #F4F4F4;
  border-radius: 50%;
  padding: 1px 8px 4px 8px;
}
.block.collapsible-content .acordion section .expandable {
  background-color: rgba(0, 0, 0, 0.05);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0 30px 0 30px;
}
.block.collapsible-content .acordion section .expandable .cols {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.block.collapsible-content .acordion section .expandable .cols .col.left {
  width: 55%;
}
.block.collapsible-content .acordion section .expandable .cols .col.right {
  width: 45%;
}
.block.collapsible-content .acordion section .expandable ul li {
  color: #626262;
  list-style: none;
  position: relative;
}
.block.collapsible-content .acordion section .expandable ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ff0e86;
  position: absolute;
  left: -20px;
  top: 8px;
}
.block.collapsible-content .acordion section.expanded {
  margin-bottom: 30px;
}
.block.collapsible-content .acordion section.expanded h2,
.block.collapsible-content .acordion section.expanded .like_h2,
.block.collapsible-content .acordion section.expanded h3,
.block.collapsible-content .acordion section.expanded h4,
.block.collapsible-content .acordion section.expanded h5 {
  color: #232323;
}
.block.collapsible-content .acordion section.expanded h2:after,
.block.collapsible-content .acordion section.expanded .like_h2:after,
.block.collapsible-content .acordion section.expanded h3:after,
.block.collapsible-content .acordion section.expanded h4:after,
.block.collapsible-content .acordion section.expanded h5:after {
  content: "-";
}
.block.collapsible-content .acordion section.expanded .expandable {
  max-height: 1999px;
  padding: 10px 30px 30px 30px;
}
.block.collapsible-content .acordion section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.block.collapsible-content.bg_white section h2,
.block.collapsible-content.bg_white section .like_h2,
.block.collapsible-content.bg_white section h3,
.block.collapsible-content.bg_white section h4,
.block.collapsible-content.bg_white section h5 {
  color: #626262;
}
.block.collapsible-content.bg_white section[expanded] h2,
.block.collapsible-content.bg_white section[expanded] .like_h2,
.block.collapsible-content.bg_white section[expanded] h3,
.block.collapsible-content.bg_white section[expanded] h4,
.block.collapsible-content.bg_white section[expanded] h5 {
  color: #ff0e86;
}
.block.header-curso-2 {
  width: 100%;
  position: relative;
  padding: clamp(50px, 4vw, 60px) 0 clamp(50px, 10vw, 60px) 0;
}
.block.header-curso-2 .bg_image {
  z-index: 1;
}
.block.header-curso-2 .bg_image .bg_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block.header-curso-2 .bg_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block.header-curso-2 .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.block.header-curso-2 .columns .left {
  width: 680px;
  margin-right: 60px;
  z-index: 6;
}
.block.header-curso-2 .columns .left .curso_main_info {
  display: flex;
  flex-direction: column;
}
.block.header-curso-2 .columns .left .curso_main_info h1 {
  font-size: 20px;
}
.block.header-curso-2 .columns .left .curso_main_info .titulo {
  font-size: 44px;
  font-weight: bold;
  line-height: 0.9em;
  margin-bottom: 20px;
  color: #F4F4F4;
}
.block.header-curso-2 .columns .left .curso_main_info .subtitulo {
  font-size: 24px;
  color: #F4F4F4;
}
.block.header-curso-2 .columns .left .curso_main_info .razones {
  font-size: 18px;
  font-weight: 100;
}
.block.header-curso-2 .columns .left .curso_main_info .razones ul {
  list-style: none;
  padding-left: 20px;
}
.block.header-curso-2 .columns .left .curso_main_info .razones ul li {
  color: #F4F4F4;
}
.block.header-curso-2 .columns .left .curso_main_info .social_proof {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
}
.block.header-curso-2 .columns .left .curso_main_info .social_proof .students .students_list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}
.block.header-curso-2 .columns .left .curso_main_info .social_proof .students .students_list .single_student {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  margin-left: -8px;
  border: 2px solid #fff;
  overflow: hidden;
}
.block.header-curso-2 .columns .left .curso_main_info .social_proof .students .students_list .single_student:first-child {
  margin-left: 0;
}
.block.header-curso-2 .columns .left .curso_main_info .social_proof .students .students_list .single_student img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block.header-curso-2 .columns .left .curso_main_info .social_proof .social_proof_text {
  font-size: 15px;
  font-weight: bold;
  margin-left: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #F4F4F4;
}
.block.header-curso-2 .columns .right {
  z-index: 6;
}
.block.header-curso-2 .columns .right .more_info_form {
  width: 290px;
  margin-left: 30px;
}
.block.header-curso-2 .columns .right .more_info_form .solitia_infor {
  font-family: 'IBM Plex Mono', monospace;
  color: #ff0e86;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.block.header-curso-2 .columns .right .more_info_form form {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 25px;
  width: calc(100% - 50px);
  position: relative;
}
.block.header-curso-2 .columns .right .more_info_form form p {
  margin: 0;
}
.block.header-curso-2 .columns .right .more_info_form form input,
.block.header-curso-2 .columns .right .more_info_form form textarea {
  background-color: transparent;
  border-bottom: 1px solid #232323;
  margin-top: 0;
  padding: 13px 7px;
  width: calc(100% - 14px);
  font-size: 14px;
}
.block.header-curso-2 .columns .right .more_info_form form input:focus,
.block.header-curso-2 .columns .right .more_info_form form textarea:focus {
  border-color: #ff0e86;
  background-color: rgba(255, 255, 255, 0.6);
}
.block.header-curso-2 .columns .right .more_info_form form textarea {
  max-height: 99px;
}
.block.header-curso-2 .columns .right .more_info_form form .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  line-height: 1em;
  margin: 20px 0 10px 0;
  align-items: center;
}
.block.header-curso-2 .columns .right .more_info_form form input[type="submit"] {
  background-color: #ff0e86;
  border: none;
  width: 100%;
}
.block.fifty-fifty .columns {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}
.block.fifty-fifty .columns .column {
  position: relative;
}
.block.fifty-fifty .columns .column.images,
.block.fifty-fifty .columns .column.alumnos {
  width: 45%;
  overflow: hidden;
  height: 440px;
  align-self: center;
}
.block.fifty-fifty .columns .column.images img,
.block.fifty-fifty .columns .column.alumnos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.fifty-fifty .columns .column.images .swiper,
.block.fifty-fifty .columns .column.alumnos .swiper {
  width: 100%;
  height: 100%;
}
.block.fifty-fifty .columns .column.images .swiper .swiper-slide,
.block.fifty-fifty .columns .column.alumnos .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.fifty-fifty .columns .column.images .swiper .swiper_navigation,
.block.fifty-fifty .columns .column.alumnos .swiper .swiper_navigation {
  position: absolute;
  z-index: 29;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
}
.block.fifty-fifty .columns .column.images .swiper .swiper_navigation .slider_button,
.block.fifty-fifty .columns .column.alumnos .swiper .swiper_navigation .slider_button {
  background-color: #ff0e86;
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}
.block.fifty-fifty .columns .column.images .swiper .swiper_navigation .slider_button .triangle_arrow,
.block.fifty-fifty .columns .column.alumnos .swiper .swiper_navigation .slider_button .triangle_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block.fifty-fifty .columns .column.images .swiper .swiper_navigation .slider_button:hover,
.block.fifty-fifty .columns .column.alumnos .swiper .swiper_navigation .slider_button:hover {
  opacity: 1;
}
.block.fifty-fifty .columns .column.images .swiper .swiper_navigation .slider_button.button-prev,
.block.fifty-fifty .columns .column.alumnos .swiper .swiper_navigation .slider_button.button-prev {
  transform: rotate(180deg);
}
.block.fifty-fifty .columns .column.text {
  width: calc(55% - 55px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.block.fifty-fifty .columns .column.text h2,
.block.fifty-fifty .columns .column.text .like_h2 {
  margin-bottom: 20px;
}
.block.fifty-fifty .columns .column.text h2:first-of-type,
.block.fifty-fifty .columns .column.text .like_h2:first-of-type {
  margin-top: 0;
}
.block.fifty-fifty .columns .column.text h3:first-of-type {
  margin-top: 0;
}
.block.fifty-fifty .columns .column.text p:first-of-type {
  margin-top: 0;
}
.block.fifty-fifty.image_right .columns {
  flex-direction: row-reverse;
}
.block.fifty-fifty.fifty-fifty-alumnos .column.images,
.block.fifty-fifty.fifty-fifty-alumnos .column.alumnos {
  height: auto;
}
.block.fifty-fifty.fifty-fifty-alumnos .column.images .slide_wrapper .student_photo,
.block.fifty-fifty.fifty-fifty-alumnos .column.alumnos .slide_wrapper .student_photo {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.block.fifty-fifty.fifty-fifty-alumnos .column.images .slide_wrapper .student_photo img,
.block.fifty-fifty.fifty-fifty-alumnos .column.alumnos .slide_wrapper .student_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.fifty-fifty.fifty-fifty-alumnos .column.images .slide_wrapper .student_info,
.block.fifty-fifty.fifty-fifty-alumnos .column.alumnos .slide_wrapper .student_info {
  background-color: #fff;
  padding: 13px 13px 20px 13px;
  border-left: 3px solid #ff0e86;
  text-align: left;
  color: #232323;
  font-family: 'IBM Plex Mono', monospace;
}
.block.fifty-fifty.fifty-fifty-alumnos .column.images .slide_wrapper .student_info .student_name,
.block.fifty-fifty.fifty-fifty-alumnos .column.alumnos .slide_wrapper .student_info .student_name {
  font-weight: bold;
  font-size: 19px;
}
.block.fifty-fifty.fifty-fifty-alumnos .column.images .slide_wrapper .student_info .student_bio p,
.block.fifty-fifty.fifty-fifty-alumnos .column.alumnos .slide_wrapper .student_info .student_bio p {
  margin: 0;
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 5px;
}
.block.seventy-thirty .columns {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}
.block.seventy-thirty .columns .column {
  position: relative;
}
.block.seventy-thirty .columns .column.images,
.block.seventy-thirty .columns .column.alumnos {
  width: 35%;
  overflow: hidden;
  height: 440px;
  align-self: center;
}
.block.seventy-thirty .columns .column.images img,
.block.seventy-thirty .columns .column.alumnos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.seventy-thirty .columns .column.images .swiper,
.block.seventy-thirty .columns .column.alumnos .swiper {
  width: 100%;
  height: 100%;
}
.block.seventy-thirty .columns .column.images .swiper .swiper-slide,
.block.seventy-thirty .columns .column.alumnos .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.seventy-thirty .columns .column.images .swiper .swiper_navigation,
.block.seventy-thirty .columns .column.alumnos .swiper .swiper_navigation {
  position: absolute;
  z-index: 29;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
}
.block.seventy-thirty .columns .column.images .swiper .swiper_navigation .slider_button,
.block.seventy-thirty .columns .column.alumnos .swiper .swiper_navigation .slider_button {
  background-color: #ff0e86;
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}
.block.seventy-thirty .columns .column.images .swiper .swiper_navigation .slider_button .triangle_arrow,
.block.seventy-thirty .columns .column.alumnos .swiper .swiper_navigation .slider_button .triangle_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block.seventy-thirty .columns .column.images .swiper .swiper_navigation .slider_button:hover,
.block.seventy-thirty .columns .column.alumnos .swiper .swiper_navigation .slider_button:hover {
  opacity: 1;
}
.block.seventy-thirty .columns .column.images .swiper .swiper_navigation .slider_button.button-prev,
.block.seventy-thirty .columns .column.alumnos .swiper .swiper_navigation .slider_button.button-prev {
  transform: rotate(180deg);
}
.block.seventy-thirty .columns .column.text {
  width: calc(65% - 55px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.block.seventy-thirty .columns .column.text h2,
.block.seventy-thirty .columns .column.text .like_h2 {
  margin-bottom: 20px;
}
.block.seventy-thirty .columns .column.text h2:first-of-type,
.block.seventy-thirty .columns .column.text .like_h2:first-of-type {
  margin-top: 0;
}
.block.seventy-thirty .columns .column.text h3:first-of-type {
  margin-top: 0;
}
.block.seventy-thirty .columns .column.text p:first-of-type {
  margin-top: 0;
}
.block.seventy-thirty.image_right .columns {
  flex-direction: row-reverse;
}
.block.gallery-carousel {
  width: auto;
  overflow: hidden;
}
.block.gallery-carousel .cta_huge {
  margin-top: 40px;
}
.block.gallery-carousel .cta_huge a {
  width: auto;
}
.block.all-blog-articles {
  padding: 0;
  margin-top: 30px;
}
.block.map {
  width: 100%;
  padding: 0;
}
.block.map .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.block.map .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 500px;
  border-radius: 8px;
  text-align: center;
}
.block.map .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.block.map .close:hover,
.block.map .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.block.promo-banner {
  width: 100%;
  padding: 70px 0;
}
.block.promo-banner a {
  display: flex;
  flex-direction: column-reverse;
}
.block.promo-banner a .banner_image {
  width: 100%;
  aspect-ratio: 16/4;
  position: relative;
}
.block.promo-banner a .banner_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block.promo-banner a .banner_text {
  padding: 20px;
  background-color: #ff0e86;
  font-family: 'IBM Plex Mono', monospace;
  color: #F4F4F4;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.block.bio-profesor .social_links {
  background-color: #fff;
  padding: 20px 30px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.swiper_navigation {
  position: absolute;
  z-index: 29;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
}
.swiper_navigation .slider_button {
  background-color: #ff0e86;
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}
.swiper_navigation .slider_button .triangle_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper_navigation .slider_button:hover {
  opacity: 1;
}
.swiper_navigation .slider_button.button-prev {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1150px) {
  .block {
    width: calc(100% - 40px);
  }
  .block:first-child {
    margin-top: 60px;
  }
  .block.home-hero .quick_menu h1 {
    font-size: 45px;
  }
  .block.home-hero .quick_menu .cursos_list {
    width: calc(100% - 40px);
  }
  .block.home-hero .quick_menu .cursos_list .curso a .curso_title {
    font-size: 15px;
  }
  .block.page-header .overlay h1 {
    width: calc(100% - 40px);
    font-size: 45px;
  }
}
@media only screen and (max-width: 780px) {
  .block {
    width: calc(100% - 40px);
    padding: 25px 0;
  }
  .block:first-child {
    margin-top: 60px;
  }
  .block.text .site_width {
    width: 100%;
  }
  .block.home-hero {
    height: auto;
    min-height: calc(100vh - 110px);
    position: relative;
  }
  .block.home-hero .bg_image .swiper {
    height: calc(100vh - 110px);
  }
  .block.home-hero .bg_image .swiper .swiper_navigation {
    width: 60px;
    left: 20px;
    top: 20px;
    transform: none;
  }
  .block.home-hero .bg_image .swiper .swiper_navigation .slider_button {
    height: 25px;
    width: 25px;
    opacity: 1;
  }
  .block.home-hero .bg_image .swiper .swiper_navigation .slider_button .triangle_arrow {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7.5px solid #F4F4F4;
  }
  .block.home-hero .quick_menu {
    width: 100%;
    height: 70vh;
  }
  .block.home-hero .quick_menu h1 {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
  .block.home-hero .quick_menu .cursos_list {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .block.home-hero .quick_menu .cursos_list .curso {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 0;
  }
  .block.home-hero .quick_menu .cursos_list .curso a {
    display: flex;
    flex-direction: row;
    gap: 7px;
  }
  .block.home-hero .quick_menu .cursos_list .curso a .curso_icono svg {
    width: 28px;
  }
  .block.home-hero .quick_menu .cursos_list .curso a .curso_title {
    margin-top: 5px;
  }
  .block.page-header {
    height: 65vh;
  }
  .block.page-header .overlay h1 {
    width: calc(100% - 40px);
    bottom: 10px;
  }
  .block.all-blog-articles {
    margin-top: 0px;
  }
  .block.all-blog-articles .site_width {
    width: 100%;
  }
  .block.selected-cursos .cursos_grid {
    display: block;
  }
  .block.selected-cursos .cursos_grid.four_cols .curso {
    flex: 1 1 100%;
  }
  .block.selected-cursos .cursos_grid .curso {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .block.selected-cursos .cursos_grid .curso:last-child {
    margin-bottom: 0;
  }
  .block.collapsible-content .acordion section .expandable .cols {
    flex-direction: column;
    gap: 10px;
  }
  .block.collapsible-content .acordion section .expandable .cols .col.left {
    width: 100%;
  }
  .block.collapsible-content .acordion section .expandable .cols .col.right {
    width: 100%;
  }
  .block.collapsible-content .acordion section .expandable .cols .col.right ul {
    padding-left: 25px;
  }
  .block.header-curso-2 {
    padding: clamp(50px, 4vw, 150px) 0 clamp(120px, 10vw, 190px) 0;
    margin-bottom: clamp(-20px, -3vw, -110px);
  }
  .block.header-curso-2 .columns {
    flex-direction: column;
    gap: 50px;
  }
  .block.header-curso-2 .columns .left {
    width: 100%;
    margin-right: 0;
  }
  .block.header-curso-2 .columns .left .curso_main_info .razones ul {
    padding-left: 13px;
  }
  .block.header-curso-2 .columns .left .curso_main_info .social_proof .social_proof_text {
    margin-left: 0;
    margin-top: 5px;
  }
  .block.header-curso-2 .columns .right {
    height: 350px;
    width: 100%;
  }
  .block.header-curso-2 .columns .right .more_info_form {
    width: 100%;
    margin-left: 0;
  }
  .block.header-curso-2 .columns .right .more_info_form .solitia_infor {
    width: 100%;
  }
  .block.header-curso-2 .columns .right .more_info_form .solitia_infor form {
    width: 100%;
  }
  .block.header-curso-2 .columns .right.scrolled .more_info_form {
    position: fixed;
    z-index: 6;
    background: #ff0e86;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px 20px;
    max-height: 56px;
    overflow: hidden;
    transform: none;
    top: initial;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin: 0;
    box-sizing: border-box;
    padding-top: 0;
  }
  .block.header-curso-2 .columns .right.scrolled .more_info_form .solitia_infor {
    background: #ff0e86;
    width: calc(100% + 60px);
    margin-left: -30px;
    color: white;
    text-align: center;
    padding: 18px 0;
  }
  .block.header-curso-2 .columns .right.scrolled .more_info_form .solitia_infor:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    right: 25px;
    top: 23px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .block.header-curso-2 .columns .right.scrolled.show .more_info_form {
    max-height: 999px;
  }
  .block.header-curso-2 .columns .right.scrolled.show .more_info_form form {
    background-color: #F4F4F4;
  }
  .block.header-curso-2 .columns .right.scrolled.show .more_info_form .solitia_infor:after {
    transform: rotate(180deg);
  }
  .block.fifty-fifty .columns {
    flex-direction: column;
    gap: 30px;
  }
  .block.fifty-fifty .columns .column {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .block.fifty-fifty .columns .column.alumnos {
    width: 100%;
  }
  .block.fifty-fifty .columns .column.images {
    height: 115vw;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .block.fifty-fifty .columns .column.text {
    padding: 0;
    width: 100%;
  }
  .block.fifty-fifty.image_right .columns {
    flex-direction: column;
  }
  .block.fifty-fifty-alumnos .column.images,
  .block.fifty-fifty-alumnos .column.alumnos {
    width: 100%;
  }
  .block.seventy-thirty .columns {
    flex-direction: column;
    gap: 30px;
  }
  .block.seventy-thirty .columns .column {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .block.seventy-thirty .columns .column.alumnos {
    width: 100%;
  }
  .block.seventy-thirty .columns .column.images {
    height: 115vw;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .block.seventy-thirty .columns .column.text {
    padding: 0;
    width: 100%;
  }
  .block.seventy-thirty.image_right .columns {
    flex-direction: column;
  }
  .block.promo-banner a .banner_image {
    width: 100%;
    aspect-ratio: 16/7;
  }
  .block.promo-banner a .banner_text {
    padding: 10px;
    font-size: 18px;
  }
  .block.bio-profesor .social_links {
    padding: 20px 25px;
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
}
body .block.header-curso {
  position: relative;
  height: 36vw;
}
body .block.header-curso .columns .left {
  width: 610px;
}
body .block.header-curso .columns .left h1 {
  display: none;
}
body .block.header-curso .columns .left .play_button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  background-color: #ff0e86;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: calc(50% - 10vw);
  transform: translate(-50%, -50%) scale(0.9);
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body .block.header-curso .columns .left .play_button .play_triangle {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 52px solid #F4F4F4;
  display: inline-block;
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 19px);
}
body .block.header-curso .columns .left .play_button:hover {
  transform: translate(-50%, -50%) scale(1);
}
body .block.header-curso .columns .left .pause_button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  background-color: #ff0e86;
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 30px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
}
body .block.header-curso .columns .left .pause_button .pause_bars {
  width: 8px;
  height: 50px;
  border-left: 17px solid #F4F4F4;
  border-right: 17px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .block.header-curso .columns .left .presentation_video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
body .block.header-curso .columns .right {
  position: absolute;
  top: 50%;
  transform: translate(0, -54%);
  left: calc(50% + 10vw);
  opacity: 1;
}
body .block.header-curso .columns .right .more_info_form {
  background-color: #F4F4F4;
  padding: 30px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body .block.header-curso .columns .right .more_info_form form {
  padding: 0;
  width: 100%;
}
body .block.header-curso .columns.video_playing .right .more_info_form {
  opacity: 0;
}
@media only screen and (max-width: 780px) {
  body .block.header-curso {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -20px;
  }
  body .block.header-curso .columns {
    flex-direction: column;
  }
  body .block.header-curso .columns .left {
    width: 100%;
    position: relative;
  }
  body .block.header-curso .columns .left h1 {
    display: none;
  }
  body .block.header-curso .columns .left .play_button {
    width: 100px;
    height: 100px;
    top: initial;
    left: 50%;
    bottom: initial;
    top: 50%;
  }
  body .block.header-curso .columns .left .play_button .play_triangle {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 26px solid #F4F4F4;
    top: calc(50% - 14px);
    left: calc(50% - 9px);
  }
  body .block.header-curso .columns .left .pause_button {
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 0px;
  }
  body .block.header-curso .columns .left .pause_button .pause_bars {
    width: 5px;
    height: 31px;
    border-left: 11px solid #fff;
    border-right: 11px solid #fff;
  }
  body .block.header-curso .columns .left .presentation_video {
    position: relative;
    top: initial;
    left: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    transform: none;
  }
  body .block.header-curso .columns .left .presentation_video .video_container video {
    height: 390px!important;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  body .block.header-curso .columns .right {
    position: fixed;
    z-index: 6;
    background: #ff0e86;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    max-height: 56px;
    overflow: hidden;
    transform: none;
    top: initial;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  body .block.header-curso .columns .right .more_info_form {
    margin: 0;
    box-sizing: border-box;
    padding-top: 0;
  }
  body .block.header-curso .columns .right .more_info_form .solitia_infor {
    background: #ff0e86;
    width: calc(100% + 60px);
    margin-left: -30px;
    color: white;
    text-align: center;
    padding: 18px 0;
  }
  body .block.header-curso .columns .right .more_info_form .solitia_infor:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    right: 25px;
    top: 23px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  body .block.header-curso .columns .right.show {
    max-height: 999px;
  }
  body .block.header-curso .columns .right.show .more_info_form .solitia_infor:after {
    transform: rotate(180deg);
  }
  body .block.header-curso .columns.video_playing .left .presentation_video .video_container video {
    height: 590px!important;
  }
  body .block.header-curso .columns.video_playing .right .more_info_form {
    opacity: 1;
  }
}
/***********************************************
*******************   SINGLE CURSO   *******************
***********************************************/
.single-curso .after_header {
  background-color: #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}
.single-curso .after_header .columns {
  display: flex;
  flex-direction: row;
}
.single-curso .after_header .columns .column.sticky {
  width: 250px;
  align-self: flex-start;
  /* Ensures it doesn't stretch */
  padding-right: 35px;
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 135px;
}
.single-curso .after_header .columns .column.sticky .toc {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-curso .after_header .columns .column.sticky .toc .toc_trigger {
  display: none;
}
.single-curso .after_header .columns .column.sticky .toc li {
  font-size: 15px;
  padding: 6px 0 6px 14px;
  border-left: 4px solid transparent;
}
.single-curso .after_header .columns .column.sticky .toc li a {
  color: #232323;
}
.single-curso .after_header .columns .column.sticky .toc li.active {
  border-color: #ff0e86;
}
.single-curso .after_header .columns .column.sticky .more_info_form input {
  margin: 2px 0;
}
.single-curso .after_header .columns .column.sticky .more_info_form .wpcf7-acceptance {
  margin: 0 0 10px 0;
  display: block;
}
.single-curso .after_header .columns .column.sticky .more_info_form form .wpcf7-acceptance .wpcf7-list-item label.selected:after {
  top: 5px;
}
.single-curso .after_header .columns .column.sticky .more_info_form textarea {
  height: 80px!important;
  margin: 2px 0;
}
.single-curso .after_header .columns .column.content {
  border-left: 1px solid #ccc;
  padding-left: 35px;
}
.single-curso .after_header .columns .column.content .block {
  width: auto;
}
.single-curso .after_header .columns .column.content .block:first-child {
  margin-top: initial;
  padding-top: 0;
}
.single-curso .after_header .columns .column.content .block .site_width {
  width: 760px;
}
.single-curso .after_header .columns .column.content .block .text_before {
  width: 760px;
}
.single-curso .after_header .columns .column.content .block .cta_button {
  display: block;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
  max-width: 480px;
}
.single-curso .after_header .columns .column.content .block .cta_button.no_bottom_margin {
  margin-bottom: 0;
}
.single-curso .after_header .columns .column.content .block.selected-cursos .cursos_grid {
  width: 760px;
}
@media only screen and (max-width: 1150px) {
  .single-curso .after_header .columns {
    flex-direction: column;
    width: 100%;
  }
  .single-curso .after_header .columns .column.sticky {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .single-curso .after_header .columns .column.sticky .toc {
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-top: -10px;
    background: #fff;
  }
  .single-curso .after_header .columns .column.sticky .toc .toc_trigger {
    display: inline-block;
    width: 100%;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    position: relative;
  }
  .single-curso .after_header .columns .column.sticky .toc .toc_trigger:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1.5px solid #232323;
    border-right: 1.5px solid #232323;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .single-curso .after_header .columns .column.sticky .toc li {
    max-height: 0;
    overflow: hidden;
    border-left: none;
    list-style: none;
    padding: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .single-curso .after_header .columns .column.sticky .toc.expand .toc_trigger {
    margin-bottom: 10px;
  }
  .single-curso .after_header .columns .column.sticky .toc.expand .toc_trigger:after {
    transform: rotate(225deg);
  }
  .single-curso .after_header .columns .column.sticky .toc.expand li {
    max-height: 40px;
    padding: 5px 0;
  }
  .single-curso .after_header .columns .column.sticky .more_info_form {
    display: none;
  }
  .single-curso .after_header .columns .column.content {
    border-left: none;
    padding-left: 0;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .single-curso .after_header .columns .column.content .block .site_width {
    width: 100%;
  }
  .single-curso .after_header .columns .column.content .block .text_before {
    width: 100%;
  }
  .single-curso .after_header .columns .column.content .block.selected-cursos .cursos_grid {
    width: 100%;
  }
}
.postid-13941 h2,
.postid-13941 .like_h2 {
  font-size: 29px;
  line-height: 1.2em;
}
.postid-13941 p,
.postid-13941 ul,
.postid-13941 ol,
.postid-13941 li {
  font-size: 16px;
}
.postid-13941 .toc {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ff0e86;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  top: 92px;
  z-index: 10;
  padding: 12px 0;
}
.postid-13941 .toc .toc_trigger,
.postid-13941 .toc .toc_current_active,
.postid-13941 .toc .toc_expand_btn {
  display: none;
}
.postid-13941 .toc .toc_items {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.postid-13941 .toc .toc_items li {
  font-size: 15px;
  padding: 6px 0 6px 14px;
  padding: 6px 10px;
  transition: 0.25s ease-in-out;
}
.postid-13941 .toc .toc_items li a {
  color: #F4F4F4;
}
.postid-13941 .toc .toc_items li.active {
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.3);
}
.postid-13941 .toc .toc_items li.more_info_form {
  background-color: #F4F4F4;
}
.postid-13941 .toc .toc_items li.more_info_form a {
  color: #232323;
}
.postid-13941 .curso_content .block:first-child {
  margin-top: 60px;
}
.postid-13941 .block.collapsible-content .acordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.postid-13941 .block.collapsible-content .acordion section {
  margin-bottom: 0;
  background-color: #E8E8E8;
  border: 1px solid #dbdbdb;
  padding: 12px 10px;
  padding: 22px;
}
.postid-13941 .block.collapsible-content .acordion section h2,
.postid-13941 .block.collapsible-content .acordion section .like_h2,
.postid-13941 .block.collapsible-content .acordion section h3,
.postid-13941 .block.collapsible-content .acordion section h4,
.postid-13941 .block.collapsible-content .acordion section h5 {
  background-color: transparent;
  border: none;
  position: relative;
  color: #232323;
  padding-left: 20px;
  margin: 0;
  font-size: 22px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.postid-13941 .block.collapsible-content .acordion section h2:after,
.postid-13941 .block.collapsible-content .acordion section .like_h2:after,
.postid-13941 .block.collapsible-content .acordion section h3:after,
.postid-13941 .block.collapsible-content .acordion section h4:after,
.postid-13941 .block.collapsible-content .acordion section h5:after {
  display: none;
}
.postid-13941 .block.collapsible-content .acordion section h2:before,
.postid-13941 .block.collapsible-content .acordion section .like_h2:before,
.postid-13941 .block.collapsible-content .acordion section h3:before,
.postid-13941 .block.collapsible-content .acordion section h4:before,
.postid-13941 .block.collapsible-content .acordion section h5:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #232323;
  position: absolute;
  left: 0;
  top: 3px;
}
.postid-13941 .block.collapsible-content .acordion section .expandable {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0 30px 0 30px;
}
.postid-13941 .block.collapsible-content .acordion section .expandable .cols {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.postid-13941 .block.collapsible-content .acordion section .expandable .cols .col.left {
  width: 55%;
}
.postid-13941 .block.collapsible-content .acordion section .expandable .cols .col.right {
  width: 45%;
}
.postid-13941 .block.collapsible-content .acordion section .expandable ul li {
  color: #626262;
  list-style: none;
  position: relative;
}
.postid-13941 .block.collapsible-content .acordion section .expandable ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ff0e86;
  position: absolute;
  left: -20px;
  top: 8px;
}
.postid-13941 .block.collapsible-content .acordion section.expanded {
  margin-bottom: 0;
}
.postid-13941 .block.collapsible-content .acordion section.expanded h2,
.postid-13941 .block.collapsible-content .acordion section.expanded .like_h2,
.postid-13941 .block.collapsible-content .acordion section.expanded h3,
.postid-13941 .block.collapsible-content .acordion section.expanded h4,
.postid-13941 .block.collapsible-content .acordion section.expanded h5 {
  color: #232323;
}
.postid-13941 .block.collapsible-content .acordion section.expanded h2:before,
.postid-13941 .block.collapsible-content .acordion section.expanded .like_h2:before,
.postid-13941 .block.collapsible-content .acordion section.expanded h3:before,
.postid-13941 .block.collapsible-content .acordion section.expanded h4:before,
.postid-13941 .block.collapsible-content .acordion section.expanded h5:before {
  transform: rotate(90deg);
}
.postid-13941 .block.collapsible-content .acordion section.expanded .expandable {
  max-height: 1999px;
  padding: 10px 30px 30px 30px;
}
.postid-13941 .block.collapsible-content .acordion section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.postid-13941 .block.collapsible-content .acordion.two_col {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: row;
}
.postid-13941 .block.collapsible-content .acordion.two_col .accordion-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.postid-13941 .block.collapsible-content .acordion.two_col:not(.js-initialized) {
  flex-direction: column;
}
.postid-13941 .block.collapsible-content .acordion.two_col:not(.js-initialized) section {
  margin-bottom: 20px;
}
.postid-13941 .block.collapsible-content .acordion.two_col section {
  margin-bottom: 0;
  box-sizing: border-box;
}
.postid-13941 .block.collapsible-content .acordion.two_col section h2,
.postid-13941 .block.collapsible-content .acordion.two_col section .like_h2,
.postid-13941 .block.collapsible-content .acordion.two_col section h3,
.postid-13941 .block.collapsible-content .acordion.two_col section h4,
.postid-13941 .block.collapsible-content .acordion.two_col section h5 {
  font-size: 18px;
}
.postid-13941 .block.collapsible-content .acordion.style_clean .acordion_section {
  background: transparent;
  border: none;
  padding: 10px 0;
}
.postid-13941 .block.text-with-background {
  width: auto;
  margin: 40px 0;
  padding: 40px 0 70px 0;
  position: relative;
}
.postid-13941 .block.text-with-background .background_pack {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.postid-13941 .block.text-with-background .background_pack .background_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.postid-13941 .block.text-with-background .background_pack .background_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.postid-13941 .block.text-with-background .site_width {
  position: relative;
  z-index: 3;
}
.postid-13941 .block.text-with-background .site_width .text_container {
  opacity: 0.7;
}
.postid-13941 .block.text-with-background .cta_huge {
  margin-top: 40px;
}
.postid-13941 .block.alumnos-grid {
  overflow: hidden;
}
.postid-13941 .block.alumnos-grid .desktop-only {
  display: block;
}
.postid-13941 .block.alumnos-grid .mobile-only {
  display: none;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid .alumno {
  background-color: #E8E8E8;
  border: 1px solid #dbdbdb;
  padding: 20px;
  box-sizing: border-box;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid .alumno .alumno_info {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid .alumno .alumno_info .alumno_name {
  font-size: 22px;
  font-weight: 600;
  color: #ff0e86;
  font-family: 'IBM Plex Mono', monospace;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid .alumno .alumno_info .image {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  overflow: hidden;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid .alumno .alumno_info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid .alumno .alumno_review {
  font-size: 14px;
  line-height: 1.5em;
  opacity: 0.7;
}
.postid-13941 .block.alumnos-grid .alumnos_grid_grid .alumno .alumno_review p {
  font-size: 14px;
  line-height: 1.5em;
  opacity: 0.7;
}
@media only screen and (max-width: 780px) {
  .postid-13941 h2,
  .postid-13941 .like_h2 {
    font-size: 22px;
  }
  .postid-13941 .toc {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ff0e86;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 60px;
    z-index: 10;
    padding: 10px 20px 12px 20px;
    overflow: hidden;
    max-height: 48px;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    margin-top: 20px!important;
  }
  .postid-13941 .toc.expanded {
    max-height: 500px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: block;
  }
  .postid-13941 .toc.expanded .toc_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .postid-13941 .toc.expanded .toc_items li {
    background-color: transparent;
  }
  .postid-13941 .toc.expanded .toc_expand_btn .toc_expand_icon {
    transform: rotate(45deg);
  }
  .postid-13941 .toc .toc_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .postid-13941 .toc .toc_current_active {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #F4F4F4;
    flex-grow: 1;
  }
  .postid-13941 .toc .toc_expand_btn {
    background: none;
    border: none;
    color: #F4F4F4;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
  }
  .postid-13941 .toc .toc_expand_btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .postid-13941 .toc .toc_expand_btn .toc_expand_icon {
    transition: transform 0.3s ease-in-out;
  }
  .postid-13941 .toc .toc_expand_btn .toc_expand_icon:before {
    content: "+";
    font-weight: bold;
  }
  .postid-13941 .toc .toc_items {
    display: none;
    width: 100%;
  }
  .postid-13941 .toc .toc_items.show {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .postid-13941 .toc li {
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
  }
  .postid-13941 .toc li:last-child {
    border-bottom: none;
  }
  .postid-13941 .toc li a {
    color: #F4F4F4;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    transition: all 0.2s ease;
  }
  .postid-13941 .toc li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .postid-13941 .toc li.active a {
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 4px solid #F4F4F4;
    padding-left: 16px;
  }
  .postid-13941 .toc li.more_info_form {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    margin-top: 10px;
  }
  .postid-13941 .toc li.more_info_form a {
    background-color: #F4F4F4;
    color: #232323;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    margin: 10px 20px 0 20px;
    padding: 12px 20px;
  }
  .postid-13941 .toc li.more_info_form a:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
  }
  .postid-13941 .toc.expanded .toc_items li {
    display: block !important;
  }
  .postid-13941 .block .text_before {
    margin-bottom: 30px;
  }
  .postid-13941 .block.collapsible-content {
    width: 100%;
  }
  .postid-13941 .block.collapsible-content .acordion section {
    padding: 19px;
  }
  .postid-13941 .block.collapsible-content .acordion section h2,
  .postid-13941 .block.collapsible-content .acordion section .like_h2,
  .postid-13941 .block.collapsible-content .acordion section h3,
  .postid-13941 .block.collapsible-content .acordion section h4,
  .postid-13941 .block.collapsible-content .acordion section h5 {
    font-size: 15px!important;
    padding-right: 0;
  }
  .postid-13941 .block.collapsible-content .acordion section .expandable .cols {
    flex-direction: column;
    gap: 10px;
  }
  .postid-13941 .block.collapsible-content .acordion section .expandable .cols .col.left {
    width: 100%;
  }
  .postid-13941 .block.collapsible-content .acordion section .expandable .cols .col.right {
    width: 100%;
  }
  .postid-13941 .block.collapsible-content .acordion.two_col {
    flex-direction: column;
  }
  .postid-13941 .block.collapsible-content .acordion.two_col .accordion-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .postid-13941 .block.collapsible-content .acordion.style_clean {
    gap: 20px;
  }
  .postid-13941 .block.collapsible-content .acordion.style_clean .accordion-column {
    gap: 20px;
  }
  .postid-13941 .block.collapsible-content .acordion.style_clean .acordion_section {
    padding: 0;
  }
  .postid-13941 .block.alumnos-grid .desktop-only {
    display: none;
  }
  .postid-13941 .block.alumnos-grid .mobile-only {
    display: block;
    overflow: hidden;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider {
    width: 100%;
    overflow: hidden;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper {
    width: 100%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide {
    height: auto;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide .alumno {
    background-color: #E8E8E8;
    border: 1px solid #dbdbdb;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide .alumno .alumno_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide .alumno .alumno_info .alumno_name {
    font-size: 20px;
    font-weight: 600;
    color: #ff0e86;
    font-family: 'IBM Plex Mono', monospace;
    margin-bottom: 15px;
    order: 2;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide .alumno .alumno_info .image {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    overflow: hidden;
    order: 1;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide .alumno .alumno_info .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide .alumno .alumno_review {
    font-size: 14px;
    line-height: 1.5em;
    opacity: 0.7;
    text-align: left;
    flex-grow: 1;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-slide .alumno .alumno_review p {
    font-size: 14px;
    line-height: 1.5em;
    opacity: 0.7;
    margin: 0;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper_navigation .slider_button {
    background-color: #ff0e86;
    opacity: 0.8;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper_navigation .slider_button:hover {
    opacity: 1;
  }
  .postid-13941 .block.alumnos-grid .alumnos-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
/***********************************************
*******************   SINGLE POST   *******************
***********************************************/
.single-post #main {
  width: 800px;
  margin: 110px auto 60px auto;
}
.single-post #main h1 {
  margin-top: 0;
  font-size: 49px;
}
.single-post #main h2,
.single-post #main .like_h2 {
  margin: 60px 0 30px 0;
  font-size: 34px;
}
.single-post #main h3 {
  margin: 40px 0 30px 0;
  font-size: 25px;
}
.single-post #main .featured_image {
  width: 100%;
  height: 0;
  padding-top: 55%;
  position: relative;
}
.single-post #main .featured_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.single-post #main .wp-block-yoast-seo-table-of-contents {
  border: 1px solid #ccc;
  background-color: white;
  padding: 30px 40px;
  margin: 35px 0;
}
.single-post #main .wp-block-yoast-seo-table-of-contents ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
}
.single-post #main .wp-block-yoast-seo-table-of-contents ul li {
  line-height: 1.1em;
}
.single-post #main .wp-block-yoast-seo-table-of-contents ul li ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 35px;
  margin-top: 7px;
}
.single-post #main .wp-block-yoast-seo-table-of-contents ul li ul li a {
  font-size: 16px;
}
.single-post #main .author-card {
  margin: 40px 0;
  background-color: white;
  padding: 30px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.single-post #main .author-card .author-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.single-post #main .author-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post #main .author-card .author-info {
  width: calc(100% - 136px);
}
.single-post #main .author-card .author-info .author-name {
  margin: 0 0 13px 0;
  font-size: 30px;
  font-weight: 600;
  color: #ff0e86;
  font-family: 'IBM Plex Mono', monospace;
}
.single-post #main .author-card .author-info .author-bio {
  font-size: 16px;
  line-height: 1.5em;
  opacity: 0.7;
}
.single-post #main .author-card .author-info .author-social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
.single-post #main .author-card .author-info .author-social a {
  font-size: 16px;
}
.single-post #main .related_posts {
  margin-top: 70px;
}
.single-post #main .related_posts .cursos_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.single-post #main .related_posts .cursos_grid.four_cols .curso {
  flex: 1 1 calc(25% - 10px);
  /* Adjust width to account for gap */
}
.single-post #main .related_posts .cursos_grid .curso {
  flex: 1 1 calc(33.33% - 10px);
  /* Adjust width to account for gap */
  min-width: 0;
  /* Allow columns to shrink */
  max-width: calc(100% / 3);
  /* Limit max width to one-third of the container */
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.single-post #main .related_posts .cursos_grid .curso .image {
  aspect-ratio: 5/3;
  position: relative;
}
.single-post #main .related_posts .cursos_grid .curso .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.single-post #main .related_posts .cursos_grid .curso .curso_info {
  background-color: #fff;
  border-left: 2px solid #ff0e86;
  padding: 20px 20px;
  box-sizing: border-box;
  font-family: 'IBM Plex Mono', monospace;
  color: #232323;
  font-weight: 600;
  line-height: 1.3em;
  min-height: 84px;
}
@media only screen and (max-width: 780px) {
  .single-post #main {
    width: calc(100% - 40px);
    margin: 50px auto 60px auto;
  }
  .single-post #main h1 {
    font-size: 30px;
  }
  .single-post #main h2,
  .single-post #main .like_h2 {
    margin: 40px 0 20px 0;
  }
  .single-post #main h3 {
    margin: 30px 0 15px 0;
  }
  .single-post #main .wp-block-yoast-seo-table-of-contents {
    padding: 20px 30px;
  }
  .single-post #main .author-card {
    margin: 40px 0;
    padding: 25px;
    flex-direction: column;
    gap: 10px;
  }
  .single-post #main .author-card .author-avatar {
    width: 136px;
    height: 136px;
    margin: 0 auto;
  }
  .single-post #main .author-card .author-info {
    width: 100%;
  }
  .single-post #main .author-card .author-info .author-name {
    text-align: center;
    font-size: 24px;
  }
  .single-post #main .author-card .author-info .author-bio {
    font-size: 14px;
    line-height: 1.4em;
  }
  .single-post #main .author-card .author-info .author-social a {
    font-size: 14px;
  }
  .single-post #main .related_posts .cursos_grid {
    display: block;
  }
  .single-post #main .related_posts .cursos_grid.four_cols .curso {
    flex: 1 1 100%;
  }
  .single-post #main .related_posts .cursos_grid .curso {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .single-post #main .related_posts .cursos_grid .curso:last-child {
    margin-bottom: 0;
  }
}
/***********************************************
*******************   PLUGIN CUAL ES TUC URSO   *******************
***********************************************/
#quiz_box_plugin {
  margin-top: 130px;
  margin-bottom: 0;
  background-color: rgba(35, 35, 35, 0.92);
  border: none;
}
#quiz_box_plugin .inner_box {
  background-color: transparent;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_item h1 {
  display: none;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_item h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 40px;
  color: #ff0e86;
  padding: 0;
  margin: 0;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_box_answers {
  flex-direction: column;
  margin-bottom: 50px;
  margin-left: 50px;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_box_answers .quiz_item_answer {
  width: 100%;
  font-weight: 400;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_box_answers .quiz_item_answer input[type="radio"] {
  -webkit-appearance: auto;
  transform: scale(1.5);
  margin-left: -30px;
  margin-right: 14px;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_final_slide .result_item {
  background-color: rgba(210, 210, 210, 0.92);
  width: 87%;
  border: none;
  padding: 60px;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_final_slide .result_item h4 {
  margin-bottom: 40px;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_final_slide .result_item h4 .curso {
  font-weight: bold;
  line-height: 1.7em;
  text-transform: uppercase;
}
#quiz_box_plugin .inner_box .quiz_box_slides .quiz_final_slide .result_item p {
  color: #232323;
  font-weight: 400;
}
#quiz_box_plugin .inner_box .quiz_box_btns {
  position: relative;
  bottom: initial;
  margin-top: 40px;
}
#quiz_box_plugin .inner_box .quiz_box_btns .quiz_main_btn {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 40px;
  font-weight: 400;
  background-color: #ff0e86;
  width: auto;
  padding: 20px 0;
}
#quiz_box_plugin .inner_box .quiz_box_btns .quiz_main_btn:hover {
  background-color: #ff0e86;
  transform: scale(1.05);
}
@media only screen and (max-width: 780px) {
  #quiz_box_plugin .inner_box {
    width: calc(100% - 40px);
    padding: 0;
  }
  #quiz_box_plugin .inner_box .quiz_box_slides .quiz_item h3 {
    font-size: 30px;
  }
  #quiz_box_plugin .inner_box .quiz_box_slides .quiz_final_slide .result_item {
    padding: 40px;
    width: calc(100% - 80px);
    margin: 0;
  }
  #quiz_box_plugin .inner_box .quiz_box_btns {
    margin-top: 30px;
  }
  #quiz_box_plugin .inner_box .quiz_box_btns .quiz_main_btn {
    font-size: 30px;
  }
}
/***********************************************
*******************   PLANTILLA PAGINA SOLO MAS INFO   *******************
***********************************************/
.page-template-template-solo-mas-info .sonopro_header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
}
.page-template-template-solo-mas-info #main .site_width {
  margin: 50px auto 60px auto;
}
/***********************************************
******************   PASSWORD PROTECTED PAGES   ******************
***********************************************/
.pmpro {
  width: calc(100% - 40px);
  max-width: 550px;
  box-sizing: border-box;
  margin: 160px auto 0 auto;
}
.pmpro label {
  font-weight: bold!important;
}
.pmpro input {
  width: 100%;
  border-radius: 0!important;
}
.pmpro input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  margin-right: 4px !important;
  margin-top: -2px !important;
  display: inline-block;
}
.pmpro .selected input[type="checkbox"] {
  position: relative;
}
.pmpro .selected input[type="checkbox"]:after {
  content: "";
  width: 13px;
  height: 6px;
  border-left: 2px solid #ff0e86;
  border-bottom: 2px solid #ff0e86;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}
.pmpro .pmpro_card_content {
  padding: 30px 35px 15px 35px;
}
.pmpro .pmpro_section #loginform .login-remember {
  margin: 0;
}
.pmpro .pmpro_section #loginform .login-submit {
  margin-top: 5px;
}
.pmpro .pmpro_section #loginform .login-submit .button {
  background-color: #ff0e86;
  color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  border: none;
  width: 100%;
  border-radius: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.pmpro .pmpro_section #loginform .login-submit .button:hover {
  background-color: #ff0e86;
  color: #F4F4F4;
  transform: scale(1.05);
}
.pmpro .pmpro_form_field-password-toggle button {
  color: #626262;
  font-size: 11px;
  font-weight: 400;
}
.pmpro .pmpro_form_field-password-toggle button .pmpro_icon.pmpro_icon-eye {
  display: none;
}
.pmpro .pmpro_btn {
  background-color: #ff0e86;
  color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  border: none;
  width: 100%;
  border-radius: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.pmpro .pmpro_btn:hover {
  background-color: #ff0e86;
  color: #F4F4F4;
  transform: scale(1.05);
}
.pmpro .pmpro_form_submit {
  flex-direction: column;
}
.pmpro .pmpro_form_submit #pmpro_submit_span {
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .pmpro {
    margin: 100px auto 0 auto;
  }
  .pmpro .pmpro_card_content {
    padding: 20px 25px 15px 25px;
  }
}
