@charset "UTF-8";
/*!
Theme Name: Pymes en línea
Author: Agencia Rompecabeza Digital
Author URI: https://www.rompecabeza.cl
Description: Sitio Pymes en Línea, rediseño 2022.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------
# Abstracts
	- Variables
   	- Mixins
# Layouts
	- Banner
	- Catálogos
	- Formularios
	- Navigation
	- Footer
# Components
	- Accordion
	- Cards
	- Content
	- Filter
	- Modal
	- Slider
	- Steps
	- Tabs
# Pages
	- Home
	- Capacitaciones
	- Comunidad
	- Contacto
	- Próximo paso
	- Registro
--------------------------------------------------------------
*/
/*------------------------------------------------------------
# Bases
------------------------------------------------------------*/
/* Animations
--------------------------------------------- */
@-webkit-keyframes scaleup-and-shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  10% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  15% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  25% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  30% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes scaleup-and-shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  10% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  15% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  25% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  30% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes smooth-scale-and-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(15deg) scale(1);
            transform: rotate(15deg) scale(1);
  }
  60% {
    -webkit-transform: rotate(-120deg) scale(1.4);
            transform: rotate(-120deg) scale(1.4);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes smooth-scale-and-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(15deg) scale(1);
            transform: rotate(15deg) scale(1);
  }
  60% {
    -webkit-transform: rotate(-120deg) scale(1.4);
            transform: rotate(-120deg) scale(1.4);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes smooth-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes smooth-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes smooth-rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes smooth-rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes smooth-rotate-reverse-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes smooth-rotate-reverse-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes half-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  30% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes half-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  30% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*------------------------------------------------------------
# Layouts
------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-branding img, .site-branding .custom-logo {
  max-width: 160px;
  height: auto;
  width: 100%;
  padding-right: 1rem;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  text-align: left;
}
.main-navigation ul li:hover,
.main-navigation ul li.focus {
  background-color: #FB00510D;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  height: auto;
  background-color: transparent;
  left: 0;
  border-bottom: 0.5px solid rgba(115, 115, 115, 0.3);
}
.main-navigation li {
  position: relative;
  padding: 0;
}
.main-navigation li a {
  font-size: 1rem;
  color: #655F5F;
  white-space: nowrap;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  position: relative;
  font-weight: 700;
}
.main-navigation .menu-item-has-children > a::after {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' fill='%23FB0051'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}

.menu-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  max-width: 360px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: block;
  padding: 2rem 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(251, 0, 81, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(251, 0, 81, 0.15);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 100;
}
.main-navigation.toggled .menu-nav-container {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 100;
}
.menu-nav-container > ul > li a {
  padding: 0.5rem 1rem;
}
.menu-nav-container > ul > li > a {
  border-bottom: 0.5px solid rgba(115, 115, 115, 0.3);
}

/* Mobile menu. */
.menu-toggle {
  display: block;
  border: 0;
  background-color: transparent;
}
.menu-toggle.close {
  margin: 1rem 1rem 1rem auto;
}

.user-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user-buttons .dropdown a {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .menu-nav-container {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu-nav-container ul li a {
    border: none;
    padding: 0;
    margin: 0.25rem 0.75rem;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: inherit;
  }
  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul a {
    width: auto;
  }
  .main-navigation ul ul a:hover {
    color: #FB0051;
  }
  .main-navigation ul li:hover,
.main-navigation ul li.focus {
    background-color: transparent;
  }
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    background-color: #FFFFFF;
    left: auto;
  }
  .main-navigation li a {
    color: #000000;
  }
  .main-navigation > li {
    border-bottom: none;
  }
  .main-navigation a {
    text-align: center;
  }
  .main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    border-bottom: 2px solid #000000;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Banner
--------------------------------------------- */
.banner-top {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 0;
  position: relative;
}
.banner-top h1, .banner-top p {
  position: relative;
  z-index: 1;
}
.banner-top img {
  width: 100%;
}
.banner-top-caption {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 2rem;
}
.single .banner-top {
  overflow: hidden;
  min-height: auto;
}
.single .banner-top-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.single .banner-top-caption {
  position: relative;
}

.banner-home {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner-cursos {
  background-image: none;
  background-color: #f4b92f;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-evento {
  background-image: url(./img/Banners/SEL/banner-evento-bg.png);
  background-color: #004D73;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-evento .evento-fecha {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
.banner-evento .evento-fecha span.mes {
  display: block;
  text-transform: uppercase;
  font-size: 33.33333333%;
}
.banner-evento .evento-fecha + img {
  position: absolute;
  width: 100px;
  top: -4px;
  left: calc(50% - 55px);
}
.banner-evento .evento-detalle {
  background-color: #FFFFFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  min-height: 90px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner-evento .evento-detalle .fecha, .banner-evento .evento-detalle .evento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-evento .evento-detalle .fecha {
  position: absolute;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #16B5FF;
  border-radius: 50px 50px 0 50px;
  color: #FFFFFF;
  height: 100%;
  width: 90px;
}
.banner-evento .evento-detalle .fecha span {
  font-size: 3rem;
}
.banner-evento .evento-detalle .fecha .mes {
  display: block;
  font-size: 0.75rem;
}
.banner-evento .evento-detalle .evento {
  color: #004D73;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0.5rem 6rem;
}
.banner-evento .evento-detalle .evento span {
  display: block;
  font-weight: 400;
}
.banner-evento .small, .banner-evento small {
  font-size: 0.875rem;
}

.banner-proximo-paso {
  background-color: #FB0051;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100%;
}
.banner-proximo-paso p {
  font-size: 1.25rem;
  color: #FFFFFF;
}
.banner-proximo-paso .small, .banner-proximo-paso small {
  font-size: 0.875rem;
}

.banner-op img {
  width: 100%;
}

/* Footer
--------------------------------------------- */
#Footer {
  background-color: #004D73;
  position: relative;
}
#Footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#Footer li {
  position: relative;
  padding: 0;
  color: #FFFFFF;
  font-size: 1rem;
}
#Footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#Footer .footer-inner {
  padding: 1.5rem 0.75rem;
}
#Footer .menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
#Footer .menu-title.button::after {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' fill='%23FFFFFF'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
#Footer .menu-title:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#Footer .footer-column.logo, #Footer .footer-column.contacto, #Footer .footer-column.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  #Footer .footer-column.contacto, #Footer .footer-column.social {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#Footer .footer-column.contacto {
  text-align: center;
  border-top: 0.5px solid rgba(115, 115, 115, 0.5);
}
@media (min-width: 992px) {
  #Footer .footer-column.contacto {
    text-align: left;
    border-top: none;
  }
}

@media screen and (min-width: 992px) {
  #Footer ul {
    margin-top: 1rem;
  }
  #Footer ul a {
    font-size: 0.875rem;
  }
  #Footer li {
    font-size: 0.875rem;
  }
  #Footer .menu-title {
    width: 100%;
  }
  #Footer .menu-title.button::after {
    display: none;
  }
}
/* Aplicativos
--------------------------------------------- */
.aplicativos {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.aplicativos img {
  position: absolute;
  -webkit-transition: all 1s 0.25s ease-in-out;
  -o-transition: all 1s 0.25s ease-in-out;
  transition: all 1s 0.25s ease-in-out;
  z-index: -1;
}

article#acerca-de-pel .aplicativos img.cbubble {
  top: 30%;
  left: -120px;
  width: 40%;
}
article#acerca-de-pel .aplicativos img.circles-blue {
  bottom: -72px;
  right: -220px;
  width: 400px;
  height: 400px;
}
article#acerca-de-pel .aplicativos img.arrows-right {
  top: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 360px;
}
@media (min-width: 992px) {
  article#acerca-de-pel .aplicativos img.cbubble {
    top: 300px;
    left: -175px;
    width: 400px;
  }
  article#acerca-de-pel .aplicativos img.circles-blue {
    right: -220px;
    width: 450px;
    height: 450px;
  }
  article#acerca-de-pel .aplicativos img.arrows-right {
    top: -280px;
    width: 110%;
    right: 0;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
article#posibilidades .aplicativos img.circles-blue {
  top: calc(50% - 80px);
  left: -90px;
  width: 160px;
}
article#participacion .aplicativos img.cbubble {
  top: 30%;
  right: -150px;
  width: 40%;
}
@media (min-width: 992px) {
  article#participacion .aplicativos img.cbubble {
    top: 100px;
    width: 300px;
  }
}
article#iniciativas-destacadas .aplicativos img.double-circle-axis {
  bottom: -90px;
  left: -140px;
  width: 250px;
  opacity: 0.6;
}
article#acerca-de-epp .aplicativos img.epp-arrows-1 {
  top: -180px;
  left: -40px;
  width: 150px;
  opacity: 0.4;
}
article#beneficios-destacados .aplicativos img.epp-arrows-2 {
  top: 50px;
  right: -20px;
  width: 200px;
  opacity: 0.4;
}
@media (min-width: 992px) {
  article#beneficios-destacados .aplicativos img.epp-arrows-2 {
    top: -50px;
  }
}
article#partner .aplicativos img.epp-arrows-3 {
  top: -20px;
  left: -23px;
  width: 220px;
  opacity: 0.4;
}
@media (min-width: 992px) {
  article#partner .aplicativos img.epp-arrows-3 {
    top: -140px;
  }
}
.error-404 .aplicativos {
  padding: 6rem 0;
}
.error-404 .aplicativos img.circle-axis {
  top: 20px;
  left: -55px;
  width: 150px;
  height: 150px;
  animation: smooth-rotate-360 30s infinite reverse;
}
@media (min-width: 992px) {
  .error-404 .aplicativos img.circle-axis {
    top: 25%;
    left: -100px;
    width: 300px;
    height: 300px;
  }
}
.error-404 .aplicativos img.horizontal-dots {
  top: 18px;
  right: -114px;
  width: 214px;
  height: 40px;
}
@media (min-width: 992px) {
  .error-404 .aplicativos img.horizontal-dots {
    top: 20%;
    right: 20px;
    width: 254px;
    height: 48px;
  }
}
.error-404 .aplicativos img.double-circle {
  bottom: -16px;
  right: -64px;
  width: 150px;
  height: 150px;
}
@media (min-width: 992px) {
  .error-404 .aplicativos img.double-circle {
    bottom: -44px;
    width: 180px;
    height: 180px;
  }
}
.gracias .aplicativos {
  padding: 6rem 0;
}
.gracias .aplicativos img.circle-axis {
  top: 1rem;
  right: -88px;
  width: 156px;
  height: 156px;
  -webkit-animation: smooth-rotate-360 20s infinite linear;
          animation: smooth-rotate-360 20s infinite linear;
}
@media (min-width: 992px) {
  .gracias .aplicativos img.circle-axis {
    top: 10%;
    right: -100px;
    width: 300px;
    height: 300px;
  }
}
.gracias .aplicativos img.horizontal-dots {
  bottom: 32px;
  left: -80px;
  width: 214px;
  height: 40px;
}
@media (min-width: 992px) {
  .gracias .aplicativos img.horizontal-dots {
    bottom: 15%;
    left: 24px;
    width: 254px;
    height: 48px;
  }
}
#formulario-registro .aplicativos img.circle-axis {
  display: none;
}
@media (min-width: 992px) {
  #formulario-registro .aplicativos img.circle-axis {
    display: block;
    bottom: -180px;
    left: -16%;
    width: 300px;
    height: 300px;
    -webkit-animation: smooth-rotate-360 20s infinite linear;
            animation: smooth-rotate-360 20s infinite linear;
  }
}
@media (min-width: 1400px) {
  #formulario-registro .aplicativos img.circle-axis {
    left: -8%;
  }
}
#formularios-contacto .aplicativos img.circle-axis {
  display: none;
  width: 160px;
  height: 160px;
}
@media (min-width: 992px) {
  #formularios-contacto .aplicativos img.circle-axis {
    display: block;
    bottom: -40px;
    left: -40px;
    -webkit-animation: smooth-rotate-reverse-360 20s infinite linear;
            animation: smooth-rotate-reverse-360 20s infinite linear;
  }
}
#soporte .aplicativos img.circle-axis {
  width: 160px;
  height: 160px;
  top: -100px;
  right: -40px;
  -webkit-animation: smooth-rotate-reverse-360 10s infinite linear;
          animation: smooth-rotate-reverse-360 10s infinite linear;
}
@media (min-width: 992px) {
  #soporte .aplicativos img.circle-axis {
    top: -40px;
    right: -40px;
  }
}
.modal-pel.multi-step .aplicativos img {
  z-index: 0;
}
.modal-pel.multi-step .aplicativos img.circle-axis {
  top: -32px;
  left: -60px;
  width: 120px;
  height: 120px;
  -webkit-transform: rotate(200deg);
      -ms-transform: rotate(200deg);
          transform: rotate(200deg);
}
@media (min-width: 992px) {
  .modal-pel.multi-step .aplicativos img.circle-axis {
    left: -215px;
    width: 300px;
    height: 300px;
  }
}
.modal-pel.multi-step .aplicativos img.pointed-circle {
  bottom: -8px;
  right: -8px;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (min-width: 992px) {
  .modal-pel.multi-step .aplicativos img.pointed-circle {
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
  }
}
.modal-pel.multi-step .aplicativos img.pointed-circle-outline {
  bottom: 16px;
  right: 16px;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(108deg);
      -ms-transform: rotate(108deg);
          transform: rotate(108deg);
}
@media (min-width: 992px) {
  .modal-pel.multi-step .aplicativos img.pointed-circle-outline {
    width: 70px;
    height: 70px;
  }
}

/* Catálogo
--------------------------------------------- */
.grilla-catalogo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Forms
--------------------------------------------- */
input.profile, input.datepicker {
  padding-right: 3rem;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 24px 28px;
  background-position: right 1.25rem center;
}
input.profile {
  background-image: url("./img/icon-profile-darkblue.svg");
}
input.datepicker {
  background-image: url("./img/icon-calendar-lightblue.svg");
}

.upload-container {
  position: relative;
  background: #FFFFFF;
  outline: 1px dashed #000000;
  outline-offset: -10px;
  border-radius: 20px;
  min-height: 120px;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.upload-container:hover {
  background-color: rgba(29, 96, 204, 0.2);
}
.upload-container.is-dragover {
  background-color: rgba(250, 83, 137, 0.2);
}
.upload-container ol {
  text-align: left;
}

.upload-container input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/*------------------------------------------------------------
# Components
------------------------------------------------------------*/
/* Accordion
--------------------------------------------- */
.accordion-pel .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion-pel .accordion-button {
  font-weight: 700;
  font-size: 1rem;
}
.accordion-pel .accordion-button,
.accordion-pel .accordion-item {
  border-radius: 20px;
}
.accordion-pel .accordion-body {
  font-size: 0.875rem;
}

/* Cards
--------------------------------------------- */
.card-border-blue {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #004D73;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 auto;
  padding: 1.5rem;
}

.card-border-none {
  position: relative;
  background-color: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 auto;
  padding: 1.5rem;
}

.card-articulo {
  position: relative;
  margin: 0 auto;
  max-width: 380px;
}
.card-articulo img {
  position: relative;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-articulo .fecha, .card-articulo .autor {
  font-size: 0.875rem;
}

.card-curso,
.card-taller {
  position: relative;
  -webkit-box-shadow: 0px 16px 16px rgba(49, 32, 138, 0.2);
          box-shadow: 0px 16px 16px rgba(49, 32, 138, 0.2);
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.card-curso img,
.card-taller img {
  height: calc(100% - 45px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-curso figure,
.card-taller figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0;
  height: 225px;
  min-height: 225px;
}
.card-curso figure figcaption,
.card-taller figure figcaption {
  background-color: #655F5F;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.75rem;
}
.card-curso .curso-imagen,
.card-curso .taller-imagen,
.card-taller .curso-imagen,
.card-taller .taller-imagen {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-curso .curso-nivel,
.card-curso .taller-nivel,
.card-taller .curso-nivel,
.card-taller .taller-nivel {
  height: 25px;
  margin-bottom: 0.5rem;
}
.card-curso .curso-nombre,
.card-curso .taller-nombre,
.card-taller .curso-nombre,
.card-taller .taller-nombre {
  font-size: 1rem;
  min-height: 2.5rem;
  margin-bottom: 0;
}
.card-curso .curso-texto,
.card-curso .taller-texto,
.card-taller .curso-texto,
.card-taller .taller-texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 220px;
}
.card-curso .curso-descripcion,
.card-curso .taller-descripcion,
.card-taller .curso-descripcion,
.card-taller .taller-descripcion {
  font-size: 0.75rem;
  color: #655F5F;
  margin: 0.5rem 0;
}
.card-curso .nivel,
.card-taller .nivel {
  border-radius: 10px 10px 10px 0px;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.card-curso .nivel.nivel-1,
.card-taller .nivel.nivel-1 {
  background-color: #FB0051;
}
.card-curso .nivel.nivel-2,
.card-taller .nivel.nivel-2 {
  background-color: #004D73;
}
.card-curso .nivel.nivel-3,
.card-taller .nivel.nivel-3 {
  background-color: #16B5FF;
}

.card-evento {
  position: relative;
  background-color: #f8f9fa;
  background-image: url(./img/dots-bg-magenta-v.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 16px 16px rgba(49, 32, 138, 0.2);
          box-shadow: 0px 16px 16px rgba(49, 32, 138, 0.2);
  color: #004D73;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.card-evento::after {
  content: "";
  position: absolute;
  background-image: url(./img/evento-vivo.png);
  background-size: cover;
  top: 1rem;
  left: 1rem;
  width: 100px;
  height: 32px;
  z-index: 1;
}
@media (min-width: 992px) {
  .card-evento {
    background-image: url(./img/dots-bg-magenta-h.png);
    max-width: 100%;
  }
}
.card-evento .evento-imagen {
  position: relative;
  height: 140px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.card-evento .evento-imagen::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: url(./img/material-grafico/pointed-circle-lightblue.svg) center/cover no-repeat;
  height: 100%;
  width: 100%;
  -webkit-transform: rotateZ(90deg) scale(1.05);
      -ms-transform: rotate(90deg) scale(1.05);
          transform: rotateZ(90deg) scale(1.05);
}
.card-evento .evento-imagen img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50% 50% 50% 0%;
  z-index: 1;
}
@media (min-width: 992px) {
  .card-evento .evento-imagen {
    height: 220px;
    width: 220px;
  }
}
.card-evento .evento-nombre {
  color: #16B5FF;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card-evento .evento-profesor {
  color: #FB0051;
  font-size: 1.25rem;
}
.card-evento .evento-descripcion {
  font-size: 0.875rem;
  color: #655F5F;
}
.card-evento .evento-fecha {
  background-color: #b9e9ff;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.card-evento .evento-fecha .dia {
  font-weight: 700;
}
.card-evento .evento-texto {
  text-align: center;
}
.card-evento .evento-texto img {
  width: 160px;
}
@media (min-width: 992px) {
  .card-evento .evento-texto {
    text-align: right;
  }
}
.card-evento .countdown {
  text-align: center;
}
.card-evento .countdown-box {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  height: 40px;
  width: 40px;
  margin: auto;
  padding: 0;
}
.card-evento .countdown-box span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.card-beneficio {
  position: relative;
  border: none;
  -webkit-box-shadow: 0px 16px 16px rgba(49, 32, 138, 0.2);
          box-shadow: 0px 16px 16px rgba(49, 32, 138, 0.2);
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}
.card-beneficio img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-beneficio .beneficio-logo {
  height: 180px;
  min-height: 180px;
  margin-bottom: 0.5rem;
}
.card-beneficio .beneficio-nivel {
  height: 25px;
  margin-bottom: 0.5rem;
}
.card-beneficio .beneficio-nombre {
  color: #FB0051;
  height: 2.75rem;
  margin-bottom: 0rem;
}
.card-beneficio .beneficio-subtitulo {
  margin-bottom: 0rem;
}
.card-beneficio .beneficio-texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 8rem;
}
.card-beneficio .beneficio-descripcion {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}
.card-beneficio .descuento {
  color: #FB0051;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.card-beneficio .nivel {
  border-radius: 10px 10px 10px 0px;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.card-beneficio .nivel.nivel-1 {
  background-color: #FB0051;
}
.card-beneficio .nivel.nivel-2 {
  background-color: #004D73;
}
.card-beneficio .nivel.nivel-3 {
  background-color: #16B5FF;
}
.card-beneficio .tema {
  font-size: 0.75rem;
  height: 1rem;
}
.card-beneficio .btn {
  margin-top: 1rem;
}

.valoracion {
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
  margin-bottom: 0;
}
.valoracion .star {
  display: inline-block;
  vertical-align: middle;
}
.valoracion .star svg {
  display: block;
}
.card-beneficio .valoracion .star {
  height: 27px;
  width: 12px;
}
.valoracion span {
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: middle;
}

/* Filter
--------------------------------------------- */
.filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1400px) {
  .filter-box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.filter-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .filter-column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .filter-column.menu {
    width: 75%;
  }
  .filter-column.search {
    width: 25%;
  }
}

.filter-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.filter-menu .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  height: 100%;
  width: auto;
  color: #655F5F;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .filter-menu .filter-item:nth-child(1) {
    width: 25%;
  }
  .filter-menu .filter-item:nth-child(2) {
    width: 75%;
  }
}
.filter-menu .filter-item .filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.375rem 1rem;
}
.filter-menu .filter-item .filter-button, .filter-menu .filter-item .filter-title {
  height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  .filter-menu .filter-item .filter-button, .filter-menu .filter-item .filter-title {
    height: 80px;
    width: 100%;
  }
}
.filter-menu .filter-item .filter-button {
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 400;
  border-left: 1px solid #FFFFFF;
}
.filter-menu .filter-item .filter-button:nth-child(1) {
  background-color: #004d73;
}
.filter-menu .filter-item .filter-button:nth-child(2) {
  background-color: rgba(0, 77, 115, 0.8);
}
.filter-menu .filter-item .filter-button:nth-child(3) {
  background-color: rgba(0, 77, 115, 0.6);
}

.filter-content {
  position: relative;
  width: 100%;
}
.filter-content .filter-item:nth-child(1) {
  background-color: #004d73;
}
.filter-content .filter-item:nth-child(2) {
  background-color: rgba(0, 77, 115, 0.8);
}
.filter-content .filter-item:nth-child(3) {
  background-color: rgba(0, 77, 115, 0.6);
}
@media (min-width: 992px) {
  .filter-content {
    width: 75%;
  }
}

.filter-button-close {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

.busqueda-catalogo {
  border: none;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 50px;
  width: 50px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.busqueda-catalogo.open-mobile {
  width: 300px;
}
.busqueda-catalogo.open-mobile button {
  left: 0.5rem;
}
.busqueda-catalogo input, .busqueda-catalogo button {
  background-color: transparent;
  border: none;
  color: #004D73;
  font-size: 1rem;
  border-radius: 1rem;
}
.busqueda-catalogo input {
  padding-left: 50px;
  height: 40px;
  border-radius: 40px;
}
.busqueda-catalogo button {
  position: absolute;
  left: calc(50% - 1rem);
  height: 2rem;
  width: 2rem;
  padding: 0;
}
@media (min-width: 992px) {
  .busqueda-catalogo {
    background-color: #FFFFFF;
    border: 1px solid #004D73;
    border-radius: 40px;
    height: 50px;
    width: 100%;
    max-width: 75%;
  }
  .busqueda-catalogo button {
    border-radius: 40px;
  }
  .busqueda-catalogo button {
    left: 0.5rem;
  }
}

.filter-list {
  padding: 2rem 0;
}
.filter-list .btn-close {
  font-size: 0.75rem;
  opacity: 1;
}

/* Modal
--------------------------------------------- */
.modal-pel {
  overflow: hidden;
}
.modal-pel .modal-title {
  text-align: center;
  color: var(--bs-primary);
}
.modal-pel .modal-content {
  max-height: 90vh;
  overflow: hidden;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
}
.modal-pel .modal-body {
  overflow-y: auto;
}
.modal-pel .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1;
}
.modal-pel .btn-back {
  position: absolute;
  top: 2.5rem;
  left: 10%;
  z-index: 1;
}
.modal-pel.multi-step .modal-body {
  position: unset;
  z-index: 1;
}
.modal-pel.multi-step .btn-back {
  display: none;
}
@media (min-width: 992px) {
  .modal-pel.multi-step .btn-back {
    display: block;
  }
}

/* Steps
--------------------------------------------- */
.m-progress {
  position: relative;
  margin: 0 auto;
  width: 300px;
}
.m-progress-bar {
  min-height: 0.5rem;
  width: 100%;
}
.m-progress-bar-wrapper {
  height: 0.5rem;
}
.m-progress .sep {
  position: absolute;
  background-color: #FFFFFF;
  height: 100%;
  width: 0.5rem;
  z-index: 1;
}
.m-progress .sep-1 {
  left: 33.3333%;
}
.m-progress .sep-2 {
  left: 66.6667%;
}

/* Tabs
--------------------------------------------- */
#lista-catalogo .tablist-pel {
  background-color: rgba(0, 174, 181, 0.15);
}
#lista-eventos .tablist-pel {
  background-color: rgba(22, 181, 255, 0.15);
}
.tablist-pel .nav-item {
  position: relative;
  padding: 0.5rem;
}
#lista-catalogo .tablist-pel .nav-item, #lista-eventos .tablist-pel .nav-item {
  width: 100%;
}
.tablist-pel .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tablist-pel .nav-link {
  border-radius: 5px;
  border-width: 0 0 4px;
  border-style: solid;
  border-color: transparent;
  font-size: 1rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tablist-pel .nav-link:hover {
  border-color: transparent;
}
#lista-articulos .tablist-pel .nav-link:hover {
  color: #FB0051;
}
#lista-catalogo .tablist-pel .nav-link:hover {
  color: #00aeb5;
}
#lista-eventos .tablist-pel .nav-link:hover {
  color: #16B5FF;
}
.tablist-pel .nav-link.active {
  font-weight: 700;
  background-color: transparent;
  border-color: #FB0051;
}
#lista-articulos .tablist-pel .nav-link.active {
  border-color: #FB0051;
}
#lista-eventos .tablist-pel .nav-link.active {
  border-color: #16B5FF;
}
#lista-catalogo .tablist-pel .nav-link.active {
  border-color: #00aeb5;
}
#lista-catalogo .tablist-pel .nav-link.active::before {
  background-color: rgba(0, 174, 181, 0.15);
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#lista-eventos .tablist-pel .nav-link.active::before {
  background-color: rgba(22, 181, 255, 0.15);
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .tablist-pel .nav-link {
    font-size: 1.5rem;
  }
}

.tablist-pel-blue {
  background-color: #004D73;
  border-radius: 50px;
  overflow-x: auto;
  padding: 1rem 2rem;
  cursor: -webkit-grab;
  -webkit-user-drag: element;
}
.tablist-pel-blue .nav-link {
  color: #FFFFFF;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tablist-pel-blue .nav-link:hover {
  color: #FFFFFF;
}
.tablist-pel-blue .nav-link.active {
  background-color: transparent;
  border-color: #004D73;
  color: #FFFFFF;
  font-weight: 700;
}
.tablist-pel-blue .nav-link.active::after {
  width: 100%;
}
@media (min-width: 1200px) {
  .tablist-pel-blue .nav-link {
    font-size: 1.25rem;
  }
}

.tablist-pel-profile .nav-link {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  color: #16B5FF;
  text-align: left;
  width: 100%;
}
.tablist-pel-profile .nav-link.active {
  background-color: #16B5FF;
  color: #FFFFFF;
  border-color: #16B5FF;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.single-blog .entry-header {
  border-bottom: 2px solid #004D73;
  padding: 1rem 0;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry-meta .author {
  font-size: 1.5rem;
  font-weight: 700;
}
.entry-meta .position {
  font-size: 0.875rem;
}

li::marker {
  color: #FB0051;
}

main {
  margin: 0;
  overflow: hidden;
}

section, article {
  position: relative;
  padding: 2rem 0;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-block-quote {
  border-left: 0.5rem solid #004D73;
  padding-left: 0.5rem;
}

/* Scroll
--------------------------------------------- */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#page ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #3E78D5;
  border-radius: 5px;
}
#page ::-webkit-scrollbar-thumb {
  background: #FB0051;
  border: 2px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-track {
  background: #DADADA;
}
#page ::-webkit-scrollbar-track {
  border-radius: 5px;
  margin: 1.5rem 1rem;
  border: 3px solid transparent;
  background-clip: content-box;
}
.modal ::-webkit-scrollbar-track {
  margin: 0;
}

::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

/* Slider
--------------------------------------------- */
.flickity-custom-nav {
  display: none;
  margin-top: 1rem;
}
.flickity-enabled .flickity-custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.slide-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 1rem 1rem 2rem;
  width: 100%;
}
#casos-exito-slider .slide-page {
  grid-template-columns: 1fr;
  height: auto;
}

@media (min-width: 992px) {
  #lista-articulos .slide-page {
    grid-template-columns: repeat(3, 1fr);
  }
  #casos-exito-slider .slide-page {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(auto-fit, minmax(80px, 240px));
    grid-auto-flow: dense;
    gap: 1rem;
    height: 760px;
  }
}
@media (min-width: 992px) {
  #lista-catalogo .proximos-eventos-slider .slide-page, #lista-eventos .proximos-eventos-slider .slide-page {
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    place-items: center;
  }
}
@media (min-width: 1400px) {
  #lista-catalogo .slide-page, #lista-eventos .slide-page {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*------------------------------------------------------------
# Pages
------------------------------------------------------------*/
/* Home
--------------------------------------------- */
#hero {
  position: relative;
}
#hero h1 {
  font-family: "Work Sans", sans-serif;
}
#hero .container-lg {
  position: relative;
}
#hero .container-lg::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  height: 215px;
  width: 100px;
  background-color: transparent;
  background-image: url(./img/material-grafico/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}
@media (min-width: 992px) {
  #hero .container-lg::after {
    height: 90%;
    width: 15%;
  }
}
#hero #hero-cards-slider {
  position: relative;
}
#hero #hero-cards-slider .slide {
  margin-right: 1rem;
  margin-bottom: 2rem;
}
#hero #hero-cards-slider .slide .card-curso {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#hero #hero-cards-slider .slide .card-curso .curso-texto {
  min-height: 190px;
}
@media (min-width: 992px) {
  #hero #hero-cards-slider .slide {
    margin-right: -4rem;
  }
  #hero #hero-cards-slider .slide:not(.is-selected) {
    z-index: -1;
  }
  #hero #hero-cards-slider .slide:not(.is-selected) .card-curso {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  #hero #hero-cards-slider .slide.is-selected {
    z-index: 2;
  }
  #hero #hero-cards-slider .slide.is-selected + .slide {
    z-index: 1;
  }
}
#hero #hero-cards-slider .flickity-page-dots .dot:not(.is-selected) {
  background: #FFFFFF;
  opacity: 1;
}

#niveles #niveles-slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  #niveles #niveles-slider::after {
    content: "";
  }
}
#niveles .slide {
  position: relative;
  min-width: 300px;
  max-width: 330px;
  width: 33%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
#niveles .slide::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 992px) {
  #niveles .slide {
    margin-right: 0;
  }
}
#niveles .card-nivel {
  position: absolute;
  height: 100%;
  width: 100%;
}
#niveles .card-nivel .card-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
#niveles .card-nivel .card-inner.hover {
  border: 3px solid #FB0051;
  border-end-end-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#niveles .card-nivel .card-inner.hover:hover {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

#testimonios #testimonios-slider .testimonio {
  position: relative;
  max-width: 624px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem;
}
#testimonios #testimonios-slider .testimonio-foto {
  position: relative;
  height: 132px;
  width: 100%;
  max-width: 132px;
  border-radius: 50%;
  padding: 1rem;
}
#testimonios #testimonios-slider .testimonio-foto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(./img/material-grafico/double-circles-blue.png) 100%/cover no-repeat;
}
#testimonios #testimonios-slider .testimonio-foto img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonios #testimonios-slider .testimonio-texto h3 {
  color: #1D60CC;
}
#testimonios #testimonios-slider .testimonio::after {
  content: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 3.27983C22.1058 5.10196 20.1587 7.24294 20.1587 9.70282C21.8185 9.88503 23.1911 10.5304 24.2763 11.6388C25.3616 12.7473 25.9042 14.0304 25.9042 15.4881C25.9042 17.0369 25.3776 18.3427 24.3242 19.4056C23.2709 20.4686 21.9462 21 20.3502 21C18.5627 21 17.0146 20.3091 15.7059 18.9273C14.3972 17.5455 13.7429 15.8677 13.7429 13.8937C13.7429 7.97177 17.2221 3.34058 24.1806 0L26 3.27983ZM12.2571 3.27983C8.33101 5.10196 6.36797 7.24294 6.36797 9.70282C8.05972 9.88503 9.44821 10.5304 10.5335 11.6388C11.6188 12.7473 12.1614 14.0304 12.1614 15.4881C12.1614 17.0369 11.6267 18.3427 10.5574 19.4056C9.48811 20.4686 8.15548 21 6.55949 21C4.77198 21 3.23187 20.3091 1.93912 18.9273C0.646366 17.5455 0 15.8677 0 13.8937C0 7.97177 3.46325 3.34058 10.3898 0L12.2571 3.27983Z' fill='%231D60CC'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media (min-width: 992px) {
  #testimonios #testimonios-slider .testimonio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #testimonios #testimonios-slider .testimonio-texto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/* Capacitaciones
--------------------------------------------- */
.descripcion-curso .habilidades,
.descripcion-taller .habilidades,
.descripcion-evento .habilidades {
  position: relative;
}
.descripcion-curso .habilidades img,
.descripcion-taller .habilidades img,
.descripcion-evento .habilidades img {
  position: absolute;
  height: auto;
  opacity: 0.5;
}
.descripcion-curso .habilidades img:nth-of-type(1),
.descripcion-taller .habilidades img:nth-of-type(1),
.descripcion-evento .habilidades img:nth-of-type(1) {
  width: 14%;
  top: 1rem;
  left: 1rem;
  display: none;
}
@media (min-width: 992px) {
  .descripcion-curso .habilidades img:nth-of-type(1),
.descripcion-taller .habilidades img:nth-of-type(1),
.descripcion-evento .habilidades img:nth-of-type(1) {
    display: block;
  }
}
.descripcion-curso .habilidades img:nth-of-type(2),
.descripcion-taller .habilidades img:nth-of-type(2),
.descripcion-evento .habilidades img:nth-of-type(2) {
  width: 20%;
  top: 1rem;
  right: 1rem;
}

.descripcion-curso h2 {
  color: #f4b92f;
}

.descripcion-taller h2 {
  color: #00aeb5;
}

.descripcion-evento h2 {
  color: #16B5FF;
}

.descripcion-beneficio h2 {
  color: #FB0051;
}

.descripcion-curso,
.descripcion-taller,
.descripcion-evento,
.descripcion-beneficio {
  position: relative;
  font-size: 1rem;
}
.descripcion-curso h2,
.descripcion-taller h2,
.descripcion-evento h2,
.descripcion-beneficio h2 {
  font-size: 1.125rem;
}
.descripcion-curso h2:not(:first-child),
.descripcion-taller h2:not(:first-child),
.descripcion-evento h2:not(:first-child),
.descripcion-beneficio h2:not(:first-child) {
  margin-top: 2rem;
}
.descripcion-curso p,
.descripcion-taller p,
.descripcion-evento p,
.descripcion-beneficio p {
  text-align: justify;
}
@media (min-width: 992px) {
  .descripcion-curso,
.descripcion-taller,
.descripcion-evento,
.descripcion-beneficio {
    font-size: 1.125rem;
  }
  .descripcion-curso h2,
.descripcion-taller h2,
.descripcion-evento h2,
.descripcion-beneficio h2 {
    font-size: 1.5rem;
  }
}

.ficha-curso,
.ficha-taller,
.ficha-beneficio {
  background-color: #FFFFFF;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8.34624px 41.7312px rgba(49, 32, 138, 0.2);
          box-shadow: 0px 8.34624px 41.7312px rgba(49, 32, 138, 0.2);
  max-width: 380px;
  width: 100%;
  padding: 2rem;
  margin: 0 auto 2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ficha-curso .ficha-foto img,
.ficha-taller .ficha-foto img,
.ficha-beneficio .ficha-foto img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ficha-curso .ficha-tabla,
.ficha-taller .ficha-tabla,
.ficha-beneficio .ficha-tabla {
  font-size: 0.875rem;
  padding: 1rem 0;
}
.ficha-curso .ficha-tabla table,
.ficha-taller .ficha-tabla table,
.ficha-beneficio .ficha-tabla table {
  width: 100%;
}
.ficha-curso .ficha-tabla table th,
.ficha-taller .ficha-tabla table th,
.ficha-beneficio .ficha-tabla table th {
  font-weight: 400;
  text-align: start;
}
.ficha-curso .ficha-tabla table td,
.ficha-taller .ficha-tabla table td,
.ficha-beneficio .ficha-tabla table td {
  font-weight: 700;
  text-align: end;
}
.ficha-curso .ficha-tabla table th, .ficha-curso .ficha-tabla table td,
.ficha-taller .ficha-tabla table th,
.ficha-taller .ficha-tabla table td,
.ficha-beneficio .ficha-tabla table th,
.ficha-beneficio .ficha-tabla table td {
  vertical-align: top;
}
.ficha-curso .ficha-tabla .valoracion,
.ficha-taller .ficha-tabla .valoracion,
.ficha-beneficio .ficha-tabla .valoracion {
  margin: 0;
}
.ficha-curso .ficha-boton,
.ficha-taller .ficha-boton,
.ficha-beneficio .ficha-boton {
  text-align: center;
}

.ficha-curso .ficha-foto img,
.ficha-taller .ficha-foto img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ficha-beneficio .ficha-foto img {
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ficha-evento {
  background-color: #B9E9FF;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8.34624px 41.7312px rgba(49, 32, 138, 0.2);
          box-shadow: 0px 8.34624px 41.7312px rgba(49, 32, 138, 0.2);
  max-width: 100%;
  width: 380px;
  padding: 2rem;
  margin: 0 auto 2rem;
}
.ficha-evento .ficha-tabla {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
.ficha-evento .ficha-tabla table {
  color: #004D73;
  width: 100%;
}
.ficha-evento .ficha-tabla table th {
  position: relative;
  font-weight: 400;
  text-align: start;
}
.ficha-evento .ficha-tabla table th.fecha, .ficha-evento .ficha-tabla table th.hora, .ficha-evento .ficha-tabla table th.medio, .ficha-evento .ficha-tabla table th.cupos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ficha-evento .ficha-tabla table th.fecha::before, .ficha-evento .ficha-tabla table th.hora::before, .ficha-evento .ficha-tabla table th.medio::before, .ficha-evento .ficha-tabla table th.cupos::before {
  content: "";
  position: relative;
  text-align: center;
  width: 20px;
  margin-right: 0.5rem;
}
.ficha-evento .ficha-tabla table th.fecha::before {
  content: url(img/icon-alarm-clock-evento.svg);
}
.ficha-evento .ficha-tabla table th.hora::before {
  content: url(img/icon-calendar-evento.svg);
}
.ficha-evento .ficha-tabla table th.medio::before {
  content: url(img/icon-notebook-evento.svg);
}
.ficha-evento .ficha-tabla table th.cupos::before {
  content: url(img/icon-sheet-evento.svg);
}
.ficha-evento .ficha-tabla table td {
  font-weight: 700;
  text-align: end;
}
.ficha-evento .ficha-tabla .valoracion {
  margin: 0;
}
.ficha-evento .ficha-boton {
  text-align: center;
}

@media (min-width: 992px) {
  .ficha-curso,
.ficha-taller,
.ficha-beneficio,
.ficha-evento {
    margin-top: -16rem;
    margin-bottom: 0;
    position: sticky;
    top: 0;
  }
}
#filtro-niveles .btn-nivel,
#filtro-niveles-mod .btn-nivel {
  width: 300px;
}
#filtro-niveles .btn-nivel img,
#filtro-niveles-mod .btn-nivel img {
  height: 48px;
}
#modalFiltros #filtro-niveles .btn-nivel,
#modalFiltros #filtro-niveles-mod .btn-nivel {
  border: 1px solid #B9E9FF;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#modalFiltros #filtro-niveles .btn-nivel img,
#modalFiltros #filtro-niveles-mod .btn-nivel img {
  height: 160px;
  padding: 1rem;
}
#modalFiltros #filtro-niveles .btn-nivel span,
#modalFiltros #filtro-niveles-mod .btn-nivel span {
  background-color: #004D73;
  color: #FFFFFF;
  font-weight: 400;
  width: 100%;
  padding: 0.5rem;
}
#modalFiltros #filtro-niveles .btn-nivel:focus,
#modalFiltros #filtro-niveles-mod .btn-nivel:focus {
  background-color: rgba(22, 181, 255, 0.2);
}
@media (min-width: 992px) {
  #modalFiltros #filtro-niveles .btn-nivel img,
#modalFiltros #filtro-niveles-mod .btn-nivel img {
    height: 220px;
    padding: 1.5rem;
  }
}

#filtro-temas .btn-tema,
#filtro-temas-mod .btn-tema {
  font-size: 0.875rem;
  line-height: 1;
  height: 150px;
  width: 150px;
}
#filtro-temas .btn-tema img,
#filtro-temas-mod .btn-tema img {
  height: 4.5rem;
  width: auto;
  margin-bottom: 0.5rem;
}
#modalFiltros #filtro-temas .btn-tema,
#modalFiltros #filtro-temas-mod .btn-tema {
  border: 1px solid #B9E9FF;
  border-radius: 0.5rem;
}
#modalFiltros #filtro-temas .btn-tema img,
#modalFiltros #filtro-temas-mod .btn-tema img {
  height: 100%;
}
#modalFiltros #filtro-temas .btn-tema:focus,
#modalFiltros #filtro-temas-mod .btn-tema:focus {
  background-color: rgba(22, 181, 255, 0.2);
}

#filtro-areas .btn-area,
#filtro-areas-mod .btn-area {
  background-color: #FFFFFF;
  color: #004D73;
  border-color: #004D73;
  line-height: 1;
  padding: 1rem 2rem;
  width: 100%;
}
#filtro-areas .btn-area:hover,
#filtro-areas-mod .btn-area:hover {
  background-color: #004D73;
  color: #FFFFFF;
}
#modalFiltros #filtro-areas .btn-area,
#modalFiltros #filtro-areas-mod .btn-area {
  background-color: #FFFFFF;
  color: #FB0051;
  border-color: #FB0051;
  padding: 1rem 2rem;
  width: 100%;
}
#modalFiltros #filtro-areas .btn-area:focus, #modalFiltros #filtro-areas .btn-area:hover,
#modalFiltros #filtro-areas-mod .btn-area:focus,
#modalFiltros #filtro-areas-mod .btn-area:hover {
  background-color: #FB0051;
  color: #FFFFFF;
}

#servicios-slider::after {
  content: "flickity";
  display: none;
}
#servicios-slider .slide {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  max-width: 300px;
}
@media (min-width: 992px) {
  #servicios-slider::after {
    content: "";
  }
  #servicios-slider .slide {
    margin: 0;
    max-width: 400px;
  }
}

.servicio {
  position: relative;
  overflow: hidden;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-radius: 16px;
  margin-bottom: 0.5rem;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.servicio-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
.servicio-inner.hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.servicio-inner.hover p {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .servicio-inner.hover p {
    font-size: 1.25rem;
  }
}
.servicio-inner.hover:hover {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
.servicio-inner img {
  border-radius: 20px;
}
.servicio:hover {
  -webkit-box-shadow: 2px 6px 30px rgba(0, 77, 115, 0.3);
          box-shadow: 2px 6px 30px rgba(0, 77, 115, 0.3);
}

/* Comunidad
--------------------------------------------- */
/* Blog */
#articulo-destacado img {
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#articulo-destacado .btn-leer-blog i {
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#articulo-destacado .btn-leer-blog:hover {
  text-decoration: underline;
}
#articulo-destacado .btn-leer-blog:hover i {
  margin-left: 1.5rem;
}
@media (min-width: 992px) {
  #articulo-destacado img {
    border-radius: 20px;
  }
}

#favoritos-editor {
  background-color: rgba(22, 181, 255, 0.05);
}
#favoritos-editor #favoritos-slider .favorito {
  position: relative;
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
}
#favoritos-editor #favoritos-slider .favorito-foto {
  position: relative;
  width: 100%;
}
#favoritos-editor #favoritos-slider .favorito-foto img {
  height: 160px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
#favoritos-editor #favoritos-slider .favorito .nivel {
  border-radius: 10px 10px 10px 0px;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
#favoritos-editor #favoritos-slider .favorito .nivel.nivel-1 {
  background-color: #FB0051;
}
#favoritos-editor #favoritos-slider .favorito .nivel.nivel-2 {
  background-color: #004D73;
}
#favoritos-editor #favoritos-slider .favorito .nivel.nivel-3 {
  background-color: #16B5FF;
}
@media (min-width: 992px) {
  #favoritos-editor #favoritos-slider .favorito {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #favoritos-editor #favoritos-slider .favorito-foto {
    width: 50%;
  }
  #favoritos-editor #favoritos-slider .favorito-texto {
    width: 50%;
  }
}

/* Casos de éxito */
#historias-inspiradoras .historia {
  cursor: pointer;
}
#historias-inspiradoras .historia p {
  font-size: 1rem;
}
#historias-inspiradoras .historia .valoracion {
  list-style: none;
  padding-left: 0;
}
#historias-inspiradoras .historia .valoracion .star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#casos-exito-slider::after {
  content: "flickity";
  display: none;
}
#casos-exito-slider .historia {
  max-width: 520px;
}
#casos-exito-slider .historia-foto img {
  height: 100px;
  width: 100px;
}
@media (min-width: 992px) {
  #casos-exito-slider::after {
    content: "";
  }
  #casos-exito-slider .historia {
    max-width: 100%;
    overflow-y: auto;
  }
  #casos-exito-slider .historia:nth-child(1) {
    grid-row: span 5;
    grid-column: 1/3;
  }
  #casos-exito-slider .historia:nth-child(2) {
    grid-row: span 2;
    grid-column: 3/7;
  }
  #casos-exito-slider .historia:nth-child(3) {
    grid-row: span 2;
    grid-column: 7/10;
  }
  #casos-exito-slider .historia:nth-child(4) {
    grid-row: span 4;
    grid-column: 1/3;
  }
  #casos-exito-slider .historia:nth-child(5) {
    grid-row: span 4;
    grid-column: 3/6;
  }
  #casos-exito-slider .historia:nth-child(6) {
    grid-row: span 3;
    grid-column: 6/10;
  }
  #casos-exito-slider .historia:nth-child(7) {
    grid-row: span 3;
    grid-column: 3/7;
  }
  #casos-exito-slider .historia:nth-child(8) {
    grid-row: span 4;
    grid-column: 7/10;
  }
  #casos-exito-slider .historia {
    overflow-y: auto;
  }
  #casos-exito-slider .historia-foto img {
    height: 64px;
    width: 64px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#pyme-lovers {
  background-color: rgba(22, 181, 255, 0.05);
}
#pyme-lovers #testimonios-slider .testimonio {
  background: #FFFFFF;
  border-radius: 1rem;
  position: relative;
  max-width: 850px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2.5rem 2rem;
}
#pyme-lovers #testimonios-slider .testimonio-foto {
  position: relative;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  padding: 1rem;
}
#pyme-lovers #testimonios-slider .testimonio-foto img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
#pyme-lovers #testimonios-slider .testimonio::after {
  content: "";
  background: url("./img/material-grafico/horizontal-dots-blue.svg") center/cover no-repeat;
  height: 32px;
  width: 172px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  opacity: 0.5;
}
@media (min-width: 992px) {
  #pyme-lovers #testimonios-slider .testimonio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #pyme-lovers #testimonios-slider .testimonio-foto {
    width: 180px;
  }
  #pyme-lovers #testimonios-slider .testimonio-texto {
    width: calc(100% - 180px);
  }
  #pyme-lovers #testimonios-slider .testimonio::after {
    height: 48px;
    width: 250px;
    position: absolute;
    bottom: unset;
    top: 1rem;
    right: 1rem;
  }
}

/* Iniciativas relacionadas */
#iniciativas .iniciativa {
  border-radius: 20px;
  max-width: 416px;
  padding: 2rem;
}
#iniciativas .slide-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  #iniciativas .slide-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Próximo paso
--------------------------------------------- */
#beneficios-destacados-slider {
  position: relative;
}
#beneficios-destacados-slider .slide {
  margin-right: 3rem;
}
#beneficios-destacados-slider .slide .card-beneficio {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  #beneficios-destacados-slider .slide {
    margin-right: -4rem;
    margin-bottom: 3rem;
    margin-top: 0rem;
    -webkit-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
  }
  #beneficios-destacados-slider .slide:not(.is-selected) {
    z-index: 0;
    margin-top: 4rem;
  }
  #beneficios-destacados-slider .slide.md {
    margin-top: 2rem;
    z-index: 1;
  }
  #beneficios-destacados-slider .slide.is-selected {
    margin-top: 0;
    z-index: 2;
  }
}

/* Contacto
--------------------------------------------- */
#rrss {
  background-color: #004D73;
  color: #FFFFFF;
}
#rrss ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Registro
--------------------------------------------- */
/*# sourceMappingURL=style.css.map */


.acf-field-601ac2a006f9e .acf-input > .acf-fields.-top.-border {
    display: flex;
    flex-wrap: wrap;
}
.acf-field-601ac2a006f9e .acf-input > .acf-fields.-top.-border .acf-field.acf-field-601ac47706faa, .acf-field-601ac2a006f9e .acf-input > .acf-fields.-top.-border .acf-field.acf-field-601ac43106fa4 {
    width: 100%;
}

.nivel-4 {
  background-color: #FF1B62;
}



/* ------------------------------------- */

#menu-item-38695 { /* esconder menu el proximo paso */
  display: none;
}