<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --icon-artboard: '\e91d';
  --icon-bookmark: '\e927';
  --icon-bubble: '\e91a';
  --icon-calendar-week: '\e91b';
  --icon-calendar: '\e91c';
  --icon-check-in-box: '\e92e';
  --icon-check: '\e906';
  --icon-checkbox-checked: '\e92d';
  --icon-checkbox: '\e92c';
  --icon-chevron-down: '\e90a';
  --icon-chevron-left: '\e910';
  --icon-chevron-double-left: '\e932';
  --icon-chevron-right: '\e911';
  --icon-chevron-double-right: '\e933';
  --icon-chevron-up: '\e912';
  --icon-clock: '\e91f';
  --icon-close: '\e905';
  --icon-coins: '\e914';
  --icon-credit-card: '\e934';
  --icon-dots: '\e928';
  --icon-download: '\e920';
  --icon-envelope: '\e938';
  --icon-error-outline: '\e902';
  --icon-error: '\e903';
  --icon-facebook: '\e917';
  --icon-files: '\e913';
  --icon-instagram: '\e935';
  --icon-info-outline: '\e93a';
  --icon-link: '\e925';
  --icon-linkedin: '\e916';
  --icon-marker-outline: '\e91e';
  --icon-marker: '\e907';
  --icon-menu-down: '\e90e';
  --icon-menu-up: '\e90f';
  --icon-menu: '\e90b';
  --icon-minus: '\e926';
  --icon-open-book: '\e922';
  --icon-pdf: '\e929';
  --icon-pedestal: '\e923';
  --icon-phone: '\e90d';
  --icon-play-circle: '\e931';
  --icon-play: '\e930';
  --icon-plus-box: '\e92f';
  --icon-plus: '\e921';
  --icon-quote-end: '\e904';
  --icon-quote-start: '\e901';
  --icon-radio-checked: '\e92b';
  --icon-radio: '\e92a';
  --icon-search: '\e908';
  --icon-share: '\e909';
  --icon-telegram: '\e936';
  --icon-twitter: '\e918';
  --icon-user-area: '\e924';
  --icon-user: '\e915';
  --icon-warning-outline: '\e900';
  --icon-warning: '\e90c';
  --icon-whatsapp: '\e937';
  --icon-youtube: '\e919';
  --icon-open-in-new: '\e939';
}

@font-face {
  font-family: 'avenue';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/AvenueMono-Regular.woff2") format("woff2"), url("../assets/fonts/AvenueMono-Regular.woff") format("woff");
}

@font-face {
  font-family: 'MenaGrotesk-Medium';
  src: url("../assets/fonts/MenaGrotesk-Medium.woff2") format("woff2"), url("../assets/fonts/MenaGrotesk-Medium.woff") format("woff");
}

@font-face {
  font-family: 'MenaGrotesk-Regular';
  src: url("../assets/fonts/MenaGrotesk-Regular.woff2") format("woff2"), url("../assets/fonts/MenaGrotesk-Regular.woff") format("woff");
}

@font-face {
  font-family: 'font-icon';
  src: url("../assets/fonts/thecoreschool_com-font-icon.woff2") format("woff2"), url("../assets/fonts/thecoreschool_com-font-icon.woff") format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

#the-core-body {
  font-family: 'avenue', monospace;
  background: #000;
  /* colors */
}

#the-core-body .container {
  padding: 0 1em;
}

#the-core-body .bg-black {
  background-color: #000;
}

#the-core-body .header-block {
  position: initial;
  padding: .5em 0;
}

#the-core-body .header-block .nav-title {
  text-transform: uppercase;
  font-size: 1.3em;
}

#the-core-body .header-block .link-contact {
  position: relative;
  padding-right: 3em;
}

#the-core-body .header-block .link-contact:before {
  content: "";
  position: absolute;
  right: 1em;
  background-image: url("../assets/img/biblioteca_responde.svg");
  background-size: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
}

@media (min-width: 960px) {
  #the-core-body .header-block {
    position: relative;
  }
  #the-core-body .header-block .link-contact {
    position: absolute;
    top: 15px;
    right: 5px;
  }
}

#the-core-body img.img-banner {
  width: 420px;
  max-width: 80%;
}

@media screen and (max-width: 930px) {
  #the-core-body img.img-banner {
    margin-top: 4em;
  }
}

#the-core-body .search-form .form-control-search {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  border: 2px solid #fff;
  color: #fff;
  outline: none;
  padding: .75em 2em .75em .75em;
  font-family: 'MenaGrotesk-Medium';
}

#the-core-body .search-form .form-control-search:hover, #the-core-body .search-form .form-control-search:focus, #the-core-body .search-form .form-control-search:active {
  border-color: #BB6EFC;
}

#the-core-body .search-form .form-control-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#the-core-body .search-icon {
  opacity: .75;
  float: right;
  margin-right: 1em;
  margin-top: -3em;
}

#the-core-body .search-icon:before {
  font-family: 'font-icon' !important;
  content: var(--icon-search);
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
}

#the-core-body .search-icon:hover:before, #the-core-body .search-icon:focus:before, #the-core-body .search-icon:active:before {
  color: #BB6EFC;
}

@media screen and (max-width: 920px) {
  #the-core-body {
    *padding-top: 8em !important;
  }
}

#the-core-body a {
  color: #000;
  text-decoration: none;
}

#the-core-body a .active, #the-core-body a:hover, #the-core-body a:focus {
  text-decoration: underline;
}

#the-core-body .component_title {
  text-transform: uppercase;
  padding-bottom: .5rem;
  border-bottom: 2px solid currentColor;
  margin-bottom: 1.5rem;
}

#the-core-body .page-section {
  padding: 2rem 0 2rem;
  padding-bottom: 1em;
}

#the-core-body .page-section .container {
  padding-bottom: 3em;
}

#the-core-body .page-section .container {
  padding-bottom: 0em;
}

#the-core-body .page-section.presentation {
  background-color: #000;
}

#the-core-body .page-section.presentation * {
  color: #fff;
}

#the-core-body .page-section.presentation .component_title {
  padding-bottom: 0em;
  border-bottom: none;
}

#the-core-body .page-section.resources {
  padding-top: 2rem !important;
}

#the-core-body .page-section.resources .container {
  padding-bottom: 0 !important;
}

@media (min-width: 960px) {
  #the-core-body .page-section.resources .container {
    padding-left: 6%;
    padding-right: 6%;
  }
}

#the-core-body .component_text {
  font-family: 'MenaGrotesk-Regular';
}

#the-core-body .bg-gradient-color--red-orange {
  background: -webkit-gradient(linear, left top, right top, from(#FF0633), to(#D1D68F));
  background: linear-gradient(90deg, #FF0633 0%, #D1D68F 100%);
}

#the-core-body .bg-gradient-color--green-pink {
  background: -webkit-gradient(linear, left top, right top, from(#37FFE7), to(#BB6EFC));
  background: linear-gradient(90deg, #37FFE7 0%, #BB6EFC 100%);
}

#the-core-body .bg-gradiente-color--pink-orange {
  background: -webkit-gradient(linear, left top, right top, from(#FF00D9), to(#FA8055));
  background: linear-gradient(90deg, #FF00D9 0%, #FA8055 100%);
}

/* start navbar */
@media screen and (max-width: 768px) {
  #the-core-body .navbar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #the-core-body .navbar &gt; .container-fluid {
    padding-left: 0 !important;
  }
}

#the-core-body .divider--bg-gradient {
  height: 8px;
  width: 100%;
}

#the-core-body nav {
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

#the-core-body nav img.full-logo {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#the-core-body nav.scrolled {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

#the-core-body nav.scrolled img.full-logo {
  display: none;
}

#the-core-body nav.scrolled img.small-logo {
  display: block;
}

#the-core-body nav.scrolled ul.navbar-nav li a {
  padding: .2rem 1rem !important;
}

#the-core-body nav.scrolled .container {
  padding-bottom: 0 !important;
}

#the-core-body nav:not(.scrolled) img.small-logo {
  display: none;
}

#the-core-body nav:not(.scrolled) img.full-logo {
  display: block;
}

#the-core-body nav:not(.scrolled) img.full-logo.reduced-logo {
  height: 60px;
}

@media screen and (max-width: 920px) {
  #the-core-body nav ul.navbar-nav li a {
    padding: .2rem 1rem !important;
  }
}

#the-core-body .navbar-dark a {
  color: #fff !important;
  text-decoration: none;
}

#the-core-body .navbar-dark .navbar-nav {
  justify-content: flex-end;
}

#the-core-body .navbar-dark ul.course-list {
  background-color: #000;
  color: #fff;
  border-color: #fa8056;
  border-radius: 0;
  border-width: 2px;
}

#the-core-body .navbar-dark ul.course-list a {
  color: #fff !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#the-core-body .navbar-dark ul.course-list a:hover {
  background-color: unset;
  color: #000;
  text-decoration: underline;
}

#the-core-body .navbar-dark .navbar-toggler {
  border: none;
  color: #fff;
}

#the-core-body .navbar-dark .navbar-toggler .site-header__menu-trigger:before {
  font-family: 'font-icon' !important;
  content: var(--icon-menu);
  font-size: 1em;
}

/* end navbar */
/* start header banner */
#the-core-body .core-banner {
  background-image: url("https://images.unsplash.com/photo-1508179522353-11ba468c4a1c?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;ixlib=rb-1.2.1");
  background-position: center;
  background-size: cover;
}

/* end header banner*/
/* start video frame*/
#the-core-body .video-section {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 2em 0;
}

#the-core-body .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end video frame */
/* resources section */
#the-core-body .resources .resources-row {
  flex-wrap: wrap;
}

#the-core-body .resources .card {
  border: none;
}

#the-core-body .resources .card .card-img-block {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#the-core-body .resources .card .component-img-card {
  height: 70px;
  position: absolute;
  top: 1.5em;
}

#the-core-body .resources .card .card-body p {
  font-size: 1em;
  margin-top: 1em;
}

#the-core-body .resources .card .card-title {
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  padding-bottom: .5em;
  margin-bottom: .5em;
  position: relative;
  padding-right: 1em;
}

#the-core-body .resources .card li {
  line-height: 1.4em;
}

#the-core-body .resources .card a {
  font-family: 'MenaGrotesk-Regular';
}

#the-core-body .resources .card .gp-icon--open:before {
  font-family: 'font-icon' !important;
  content: var(--icon-open-in-new);
  font-size: .85em;
  position: absolute;
  right: 0;
}

#the-core-body #resourcemodal .modal-dialog {
  max-width: 95% !important;
  height: 95%;
  width: 1600px;
}

#the-core-body #resourcemodal .modal-dialog .modal-title a {
  position: relative;
  padding-right: 1.5em;
}

#the-core-body #resourcemodal .modal-dialog .modal-title a:before {
  font-family: 'font-icon' !important;
  content: var(--icon-open-in-new);
  font-size: .85em;
  position: absolute;
  right: 0;
  top: 2px;
}

#the-core-body #resourcemodal .modal-dialog .modal-content {
  height: 90%;
}

#the-core-body #resourcemodal .modal-dialog.full-modal-screen {
  max-width: 100% !important;
  height: 100%;
  width: 100%;
  margin: 0;
}

#the-core-body #resourcemodal .modal-dialog.full-modal-screen .modal-content {
  height: 100%;
}

#the-core-body .site-footer__middle-region ul {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#the-core-body .site-footer__middle-region ul a {
  color: #fff !important;
}

#the-core-body .site-footer__middle-region .site-footer__legal-nav li {
  padding: 1em 3em 1em 0;
}

#the-core-body .site-footer__middle-region .menu-social ul {
  justify-content: end;
}

#the-core-body .site-footer__middle-region .menu-social ul li {
  padding: 1em .5em;
}

@media screen and (max-width: 1200px) {
  #the-core-body .site-footer__middle-region .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #the-core-body .site-footer__middle-region .col-12 ul {
    justify-content: center;
  }
  #the-core-body .site-footer__middle-region .col-12 ul li {
    padding: .7em 1em;
  }
}

#the-core-body .site-footer__copyright {
  font-weight: 400;
}

#the-core-body .carousel-news .card {
  border-radius: 9px;
  overflow: hidden;
}

#the-core-body .carousel-news .card .card-img-block {
  height: 120px;
}

#the-core-body .carousel-news .card .card-body {
  background: #000;
  width: 100%;
  padding: 1em !important;
}

@media screen and (min-width: 1200px) {
  #the-core-body .carousel-news .card .card-body {
    min-height: 250px;
  }
}

@media screen and (min-width: 989px) and (max-width: 1200px) {
  #the-core-body .carousel-news .card .card-body {
    height: 360px;
  }
}

#the-core-body .carousel-news .card .card-body * {
  color: #fff;
}

#the-core-body .carousel-news .card .card-body p {
  font-family: 'MenaGrotesk-Medium';
  font-size: .9em;
}

#the-core-body .accordion .accordion-item {
  margin: .5em 0;
  border: none;
}

#the-core-body .accordion .accordion-item * {
  border-radius: 0;
}

#the-core-body .accordion .accordion-item h4 {
  text-transform: uppercase;
  display: inline-block;
}

#the-core-body .accordion .accordion-item .accordion-header {
  margin-bottom: 0em;
}

#the-core-body .accordion .accordion-item button.accordion-button {
  color: #FFF !important;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  box-shadow: none;
}

#the-core-body .accordion .accordion-item button.accordion-button:hover {
  text-decoration: underline;
}

#the-core-body .accordion .accordion-item button.accordion-button::after {
  background-image: url("../assets/img/desplegable.svg");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
}

#the-core-body .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
  background-image: url("../assets/img/desplegable_alt.svg");
  background-size: 1.4rem;
}

#the-core-body .accordion .accordion-item .accordion-body {
  background-color: #FFF;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) {
  margin-bottom: 0;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  width: 100%;
  position: relative;
  padding: .5em 0;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li:not(:last-child) {
  border-bottom: 1px solid #000;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li .accordion-li-title {
  font-size: 1.5em;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li .text-description {
  font-family: 'MenaGrotesk-Medium';
  margin-bottom: 0;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li a {
  width: 100%;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li a:hover {
  text-decoration: none;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li a:hover h4 {
  margin-bottom: calc(0.5rem - 2px);
  border-bottom: 2px solid black;
}

#the-core-body .accordion .accordion-item .accordion-body ul:not(.sub-list) &gt; li a &gt; div {
  padding-right: 2.2em;
}

#the-core-body .accordion .accordion-item .accordion-body .ico-open-in-new {
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  /*&amp;:after {
                    content: '';
                    background-image: url('../assets/img/enlace_directo.svg');
                    background-size: 1.75rem;
                    width: 1.75rem; height: 1.75rem;
                    background-repeat: no-repeat;
                    display: inline-block;
                    margin-left: 0.5em;
                }*/
}

#the-core-body .accordion .accordion-item .accordion-body .ico-open-in-new img {
  width: 28px;
  height: auto;
}

#the-core-body .accordion .list-group-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  font-size: inherit;
  max-width: 100%;
  overflow: visible;
  position: relative;
  border: none;
  padding: 0;
}

#the-core-body .accordion #collapseSeven .nav-pills.cine-pills .nav-link {
  background-color: #474747;
  color: #FFF;
}

#the-core-body .accordion #collapseSeven .nav-pills .nav-link {
  background-color: #000;
  color: #FFF;
  border: 1px solid #FFF;
}

@media screen and (min-width: 980px) {
  #the-core-body .accordion #collapseSeven .nav-pills .nav-link {
    text-align: left;
  }
}

#the-core-body .accordion #collapseSeven .nav-pills .nav-link.active {
  background-color: #FFF;
  color: #000;
}

#the-core-body .accordion #collapseSeven .accordion-body &gt; h1, #the-core-body .accordion #collapseSeven .accordion-body &gt; h2, #the-core-body .accordion #collapseSeven .accordion-body &gt; h3, #the-core-body .accordion #collapseSeven .accordion-body &gt; h4 {
  background-color: #00ffff;
  color: #000000;
  display: initial;
}

#the-core-body .accordion #collapseSeven .accordion-body hr {
  color: #000;
  opacity: 1;
}

/* news v2 */
#the-core-body .news-section .list-group-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  font-size: inherit;
  max-width: 100%;
  overflow: visible;
  position: relative;
  border: none;
  padding: .5em 0;
}

#the-core-body .news-section .list-group-item:first-child {
  padding-top: 0;
}

#the-core-body .news-section .list-group-item:last-child {
  padding-bottom: 0;
}

#the-core-body .news-section .list-group-item .new-imgbg {
  margin-right: 1.5em;
  width: 150px;
  min-width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#the-core-body .news-section .list-group-item .text {
  font-family: 'MenaGrotesk-Medium';
  margin-bottom: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 920px) {
  #the-core-body .news-section .list-group-item {
    flex-wrap: wrap;
  }
  #the-core-body .news-section .list-group-item:not(:first-child) {
    margin-top: 1em;
  }
  #the-core-body .news-section .list-group-item .new-imgbg, #the-core-body .news-section .list-group-item .text {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 1em;
  }
  #the-core-body .news-section .list-group-item .new-imgbg {
    height: 200px;
  }
}
</pre></body></html>