@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #666666;
  font-size: 16px;
}
body.hidden {
  overflow: hidden;
}

ol, ul {
  list-style: none;
}
ol li, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
}

.hp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hp-width-web {
  max-width: 1290px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "hp-icon";
  src: url("fonts/icons/fonts/hp-icon.eot?rzfbcv");
  src: url("fonts/icons/fonts/hp-icon.eot?rzfbcv#iefix") format("embedded-opentype"), url("fonts/icons/fonts/hp-icon.ttf?rzfbcv") format("truetype"), url("fonts/icons/fonts/hp-icon.woff?rzfbcv") format("woff"), url("fonts/icons/fonts/hp-icon.svg?rzfbcv#hp-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=hp-icon-], [class*=" hp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hp-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hp-icon-lupa:before {
  content: "";
}

.hp-icon-arrow-3:before {
  content: "";
}

.hp-icon-chk:before {
  content: "";
}

.hp-icon-hand:before {
  content: "";
}

.hp-icon-arrow-sl:before {
  content: "";
}

.hp-icon-pencil:before {
  content: "";
}

.hp-icon-edit:before {
  content: "";
}

.hp-icon-mejora:before {
  content: "";
}

.hp-icon-certificado:before {
  content: "";
}

.hp-icon-monitoreo:before {
  content: "";
}

.hp-icon-talleres:before {
  content: "";
}

.hp-icon-compromiso:before {
  content: "";
}

.hp-icon-video:before {
  content: "";
}

.hp-icon-carta:before {
  content: "";
}

.hp-icon-cloud:before {
  content: "";
}

.hp-icon-descarga:before {
  content: "";
}

.hp-icon-user:before {
  content: "";
}

.hp-icon-alert:before {
  content: "";
}

.hp-icon-comercializacion:before {
  content: "";
}

.hp-icon-implementacion:before {
  content: "";
}

.hp-icon-diagnostico:before {
  content: "";
}

.hp-icon-emprendimiento:before {
  content: "";
}

.hp-icon-tourcert:before {
  content: "";
}

.hp-icon-home:before {
  content: "";
}

.hp-icon-arrow:before {
  content: "";
}

.hp-icon-arrow-slider:before {
  content: "";
}

.hp-icon-plus:before {
  content: "";
}

.hp-icon-youtube:before {
  content: "";
}

.hp-header {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 88px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.hp-header .hp-width-web {
  max-width: 1850px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hp-header > * {
  height: 100%;
}
.hp-header .hp-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding-bottom: 0;
}
.hp-header .hp-logo img {
  position: relative;
  vertical-align: top;
  max-width: 150px;
}
@media (min-width: 768px) {
  .hp-header .hp-logo img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .hp-header .hp-logo img {
    top: -2px;
    max-height: 100%;
  }
}
.hp-header .hp-nav {
  display: none;
}
@media (min-width: 1024px) {
  .hp-header .hp-nav {
    display: block;
  }
}
.hp-header .hp-nav ul.hp-nav-list, .hp-header .hp-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.hp-header .hp-nav ul.hp-nav-list li, .hp-header .hp-nav > ul li {
  height: 100%;
}
.hp-header .hp-nav ul.hp-nav-list li:last-child, .hp-header .hp-nav > ul li:last-child {
  border-right: 1px solid #e2e2e2;
}
.hp-header .hp-nav ul.hp-nav-list li:hover + li a, .hp-header .hp-nav ul.hp-nav-list li.active + li a, .hp-header .hp-nav > ul li:hover + li a, .hp-header .hp-nav > ul li.active + li a {
  border-left: 1px solid #f0c2cc;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-home a:after, .hp-header .hp-nav > ul li.icon-home a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-tourcert a:after, .hp-header .hp-nav > ul li.icon-tourcert a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-emprendimiento a:after, .hp-header .hp-nav > ul li.icon-emprendimiento a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-diagnostico a:after, .hp-header .hp-nav > ul li.icon-diagnostico a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-implementacion a:after, .hp-header .hp-nav > ul li.icon-implementacion a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-monitoreo a:after, .hp-header .hp-nav > ul li.icon-monitoreo a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-talleres a:after, .hp-header .hp-nav > ul li.icon-talleres a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-comercializacion a:after, .hp-header .hp-nav > ul li.icon-comercializacion a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li.icon-video a:after, .hp-header .hp-nav > ul li.icon-video a:after {
  content: "";
  font-family: "hp-icon" !important;
}
.hp-header .hp-nav ul.hp-nav-list li a, .hp-header .hp-nav > ul li a {
  height: 100%;
  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 25px;
  padding: 0 1.4vw;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
  border-left: 1px solid #e2e2e2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #2e3135;
  font-weight: 700;
}
@media (min-width: 1140px) {
  .hp-header .hp-nav ul.hp-nav-list li a, .hp-header .hp-nav > ul li a {
    padding: 0 12px;
    padding: 0 1vw;
  }
}
@media (min-width: 1366px) {
  .hp-header .hp-nav ul.hp-nav-list li a, .hp-header .hp-nav > ul li a {
    padding: 0 12px;
    padding: 0 1vw;
  }
}
@media (min-width: 1550px) {
  .hp-header .hp-nav ul.hp-nav-list li a, .hp-header .hp-nav > ul li a {
    padding: 0 25px;
  }
}
.hp-header .hp-nav ul.hp-nav-list li a:before, .hp-header .hp-nav > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #c30a30;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hp-header .hp-nav ul.hp-nav-list li a:after, .hp-header .hp-nav > ul li a:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #f1f3f7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: normal;
}
.hp-header .hp-nav ul.hp-nav-list li a:hover, .hp-header .hp-nav ul.hp-nav-list li a.active, .hp-header .hp-nav > ul li a:hover, .hp-header .hp-nav > ul li a.active {
  border-color: #f0c2cc;
  color: #c30a30;
  background: #fbedf0;
}
.hp-header .hp-nav ul.hp-nav-list li a:hover:after, .hp-header .hp-nav ul.hp-nav-list li a.active:after, .hp-header .hp-nav > ul li a:hover:after, .hp-header .hp-nav > ul li a.active:after {
  background: #f5cfd7;
}
.hp-header .hp-nav ul.hp-nav-list li a:hover:before, .hp-header .hp-nav ul.hp-nav-list li a.active:before, .hp-header .hp-nav > ul li a:hover:before, .hp-header .hp-nav > ul li a.active:before {
  left: 0;
  width: 100%;
}
.hp-header .hp-login-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .hp-header .hp-login-alert {
    padding-right: 25px;
  }
}
.hp-header .hp-login-alert > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #eaedf5;
  margin: 0 7px;
  color: #000;
  font-size: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.hp-header .hp-login-alert > a span, .hp-header .hp-login-alert > a small {
  width: 23px;
  height: 23px;
  background: #fff;
  font-size: 14px;
  color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -11px;
  top: -10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .hp-header .hp-login-alert > a {
    color: #999999;
  }
}
.hp-header .hp-login-alert > a.hp-ico-login {
  position: relative;
}
.hp-header .hp-login-alert > a:hover {
  background: #c7cfe5;
}
.hp-header .hp-login-alert > a.active {
  background: #fbe5ea;
  color: #da637c;
}
.hp-header .hp-login-alert > a.hp-ico-alert:before {
  content: "";
  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;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "hp-icon" !important;
  font-size: 22px;
}
.hp-header .hp-login-alert > a.hp-ico-login:before {
  content: "";
  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;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 4px;
  width: 23px;
  height: 23px;
  font-family: "hp-icon" !important;
  font-size: 22px;
  background: url(../images/salir.svg);
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hp-dropdown-ls .hp-title {
  font-size: 16px;
  font-weight: 600;
  color: #393934;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.hp-dropdown-ls .hp-list li .hp-item {
  display: block;
  padding: 13px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-dropdown-ls .hp-list li .hp-item .hp-title-list {
  font-size: 14px;
  font-weight: 700;
  color: #838991;
  padding: 0;
}
.hp-dropdown-ls .hp-list li .hp-item p {
  position: relative;
  padding-left: 15px;
  color: #838991;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
.hp-dropdown-ls .hp-list li .hp-item p:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #c30a30;
  position: absolute;
  top: 6px;
  left: 0;
}
.hp-dropdown-ls .hp-list li .hp-item p strong {
  font-weight: 600;
  color: #333;
}
.hp-dropdown-ls .hp-list li .hp-item:hover {
  background-color: #f3f5f8;
}
.hp-dropdown-ls .hp-wrapper-btn {
  padding: 15px 0;
}
.hp-dropdown-ls .hp-wrapper-btn .hp-link {
  font-size: 15px;
  font-weight: 600;
  color: #c30a30;
}
.hp-dropdown-ls .hp-wrapper-btn .hp-link:hover {
  color: #0095ab;
}

.hp-login-alert .hp-dropdown-ls {
  width: 300px;
  padding: 15px 10px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  position: absolute;
  top: 110%;
  right: -44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 375px) {
  .hp-login-alert .hp-dropdown-ls {
    width: 331px;
  }
}
@media (min-width: 768px) {
  .hp-login-alert .hp-dropdown-ls {
    right: 0;
    padding: 15px;
  }
}
.hp-login-alert .hp-dropdown-ls.active {
  visibility: visible;
  opacity: 1;
  top: 83%;
}
.hp-login-alert .hp-dropdown-ls .hp-list {
  height: auto;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
.hp-login-alert .hp-dropdown-ls .hp-list li .hp-item:hover {
  background-color: #f3f5f8;
}
.hp-login-alert .hp-dropdown-ls .hp-list::-webkit-scrollbar {
  width: 10px;
}
.hp-login-alert .hp-dropdown-ls .hp-list::-webkit-scrollbar-thumb {
  background-color: #c7ccd4;
  border-radius: 6px;
}
.hp-login-alert .hp-dropdown-ls .hp-list::-webkit-scrollbar-track {
  border: 0px solid black;
  background-color: #edf1f4;
}
.hp-login-alert .hp-dropdown-ls .hp-wrapper-btn {
  margin: 0 auto;
  padding: 15px 0 5px 0;
  border-top: 1px solid #e2e2e2;
  width: calc(100% - 20px);
}

.hp-header .hp-nav > ul li.current-menu-item a,
.hp-header .hp-nav ul.hp-nav-list li.current-menu-item a {
  border-color: #f0c2cc;
  color: #c30a30;
  background: #fbedf0;
}
.hp-header .hp-nav > ul li.current-menu-item a:after,
.hp-header .hp-nav ul.hp-nav-list li.current-menu-item a:after {
  background: #f5cfd7;
}
.hp-header .hp-nav > ul li.current-menu-item a:before,
.hp-header .hp-nav ul.hp-nav-list li.current-menu-item a:before {
  left: 0;
  width: 100%;
}

.hp-button-nav-responsive {
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .hp-button-nav-responsive {
    display: none;
  }
}
.hp-button-nav-responsive span {
  display: block;
  height: 4px;
  width: 33px;
  background: #000;
  position: relative;
}
.hp-button-nav-responsive span:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
  display: block;
  position: relative;
  top: -10px;
}
.hp-button-nav-responsive span:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
  display: block;
  margin-top: 6px;
}

body.activeNav .hp-nav-lateral {
  right: 0;
}

.hp-nav-lateral {
  position: fixed;
  right: -300px;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  top: 0;
  height: 100vh;
  padding: 50px 0 15px;
  z-index: 99;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.hp-nav-lateral img {
  opacity: 1 !important;
}
.hp-nav-lateral .hp-button-close {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 40px;
  width: 42px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #Fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-nav-lateral .hp-button-close:hover {
  background: #0095ab;
}
.hp-nav-lateral .hp-nav-lateral-inner {
  margin-top: 15px;
  overflow: auto;
  max-height: 100%;
}
.hp-nav-lateral .hp-nav-lateral-inner li:first-child a {
  border-top: 1px solid #ccc;
}
.hp-nav-lateral .hp-nav-lateral-inner li a {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-nav-lateral .hp-nav-lateral-inner li a:hover {
  background: #cd2653;
}

#footer {
  background-color: #FFF;
  padding: 30px 0;
  margin-top: 20px;
}
#footer .hp-wrapper-footer {
  width: 90%;
  max-width: 1660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .hp-wrapper-footer .hp-item {
  width: 100%;
}
#footer .hp-wrapper-footer .hp-item:last-child {
  max-width: 600px;
}
@media (min-width: 768px) {
  #footer .hp-wrapper-footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#footer .hp-wrapper-footer .hp-menu-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
  max-width: 300px;
}
@media (min-width: 768px) {
  #footer .hp-wrapper-footer .hp-menu-footer ul {
    margin-left: -15px;
    max-width: 100%;
  }
}
#footer .hp-wrapper-footer .hp-menu-footer ul li {
  padding: 0 15px;
  width: 50%;
}
@media (min-width: 768px) {
  #footer .hp-wrapper-footer .hp-menu-footer ul li {
    width: auto;
    margin: 5px 0;
    border-right: 1px solid #ccd4da;
  }
}
#footer .hp-wrapper-footer .hp-menu-footer ul li:last-child {
  border: 0;
}
#footer .hp-wrapper-footer .hp-menu-footer ul li a {
  width: auto;
  font-size: 13px;
  color: #2e3135;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#footer .hp-wrapper-footer .hp-menu-footer ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #c30a30;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .hp-wrapper-footer .hp-menu-footer ul li a:hover {
  color: #c30a30;
}
#footer .hp-wrapper-footer .hp-menu-footer ul li a:hover:after {
  width: 100%;
}
#footer .hp-wrapper-footer .hp-copyright {
  color: #7f7f7f;
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
}
#footer .hp-wrapper-footer .hp-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #footer .hp-wrapper-footer .hp-partners {
    margin-bottom: 0;
  }
}
#footer .hp-wrapper-footer .hp-partners li {
  margin-right: 10px;
}
#footer .hp-wrapper-footer .hp-partners li img {
  max-width: 100%;
}
#footer .hp-wrapper-footer .hp-partners li:last-child {
  margin-right: 0;
}

/*CHECK BOX Y RADIO BUTTONS*/
.hp-checbox-wrapper label,
.hp-radio-wrapper label {
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  font-size: 14px !important;
  font-weight: normal !important;
  text-transform: none !important;
  color: #666666 !important;
  min-height: 20px;
  padding-top: 4px;
  margin-bottom: 0 !important;
  width: auto !important;
  display: inline-block !important;
}
.hp-checbox-wrapper label:before,
.hp-radio-wrapper label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #b8c3cc;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-checbox-wrapper label:after,
.hp-radio-wrapper label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #d75c75;
  background: -webkit-gradient(linear, left bottom, left top, from(#c6173b), to(#d75c75));
  background: linear-gradient(0deg, #c6173b 0%, #d75c75 100%);
  position: absolute;
  top: 8px;
  left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.hp-checbox-wrapper input,
.hp-radio-wrapper input {
  display: none;
}
.hp-checbox-wrapper input:checked ~ label:after,
.hp-radio-wrapper input:checked ~ label:after {
  opacity: 1;
}
.hp-checbox-wrapper input:checked ~ label:before,
.hp-radio-wrapper input:checked ~ label:before {
  border-color: #c6163a;
}
.hp-checbox-wrapper > li,
.hp-radio-wrapper > li {
  margin-bottom: 5px;
}
.hp-checbox-wrapper > li:last-child,
.hp-radio-wrapper > li:last-child {
  margin-bottom: 0;
}
.hp-checbox-wrapper.hp-dual,
.hp-radio-wrapper.hp-dual {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.hp-checbox-wrapper.-no-text,
.hp-radio-wrapper.-no-text {
  margin: 0 !important;
}
.hp-checbox-wrapper.-no-text label,
.hp-radio-wrapper.-no-text label {
  width: 20px;
  height: 20px;
  display: block !important;
  text-indent: -999999px;
  overflow: hidden;
  padding: 0;
}
.hp-checbox-wrapper.-no-text label:before,
.hp-radio-wrapper.-no-text label:before {
  position: relative;
  top: 0;
  margin-top: 0;
}
.hp-checbox-wrapper.-no-text label:after,
.hp-radio-wrapper.-no-text label:after {
  top: 6px;
}

.hp-checbox-wrapper label:before {
  border-radius: 4px;
}
.hp-checbox-wrapper label:after {
  content: "L";
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-indent: 0;
  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;
  top: -1px !important;
  left: 1px;
  background: transparent;
  font-weight: 700;
  -webkit-transform: scaleX(-1) rotate(-41deg);
          transform: scaleX(-1) rotate(-41deg);
  font-size: 11px;
  color: #c6163a;
}

/*SELECTORES*/
.hp-wrapper-select {
  width: 100%;
  background: #fafdff;
  border-radius: 8px;
  position: relative;
}
.hp-wrapper-select select {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  color: #000;
  height: 45px;
  padding: 0 35px 0 15px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.hp-wrapper-select:after {
  position: absolute;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "hp-icon" !important;
  font-size: 12px;
  padding-top: 2px;
  z-index: 0;
}

/*TABLA EN EL ACORDEON*/
.hp-table-lt {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}
.hp-table-lt .hp-table-lt-header .hp-tr,
.hp-table-lt .hp-table-lt-body .hp-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hp-table-lt .hp-table-lt-header .hp-tr .hp-table-td,
.hp-table-lt .hp-table-lt-body .hp-tr .hp-table-td {
  width: 100%;
  font-size: 13px;
  color: #333;
  padding: 5px 17px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ccc;
  line-height: 1.2;
}
.hp-table-lt .hp-table-lt-header .hp-tr .hp-table-td.-small,
.hp-table-lt .hp-table-lt-body .hp-tr .hp-table-td.-small {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 0;
}
.hp-table-lt .hp-table-lt-header .hp-tr .hp-table-td {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e2e6e9;
}
.hp-table-lt .hp-table-lt-body .hp-tr {
  border-top: 1px solid #ccc;
}
.hp-table-lt .hp-table-lt-body .hp-tr .hp-table-td {
  font-size: 14px;
}

/*BOTON GRADE DE GUARDAR*/
.hp-button.-standar {
  max-width: 170px;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-box-shadow: 0 20px 30px 0px rgba(10, 10, 10, 0.15);
          box-shadow: 0 20px 30px 0px rgba(10, 10, 10, 0.15);
}
.hp-button.-standar span {
  top: 0;
}

/**BOTON PLUS**/
.hp-plus {
  width: 35px;
  height: 35px;
  display: block;
  overflow: hidden;
  text-indent: -999999px;
  position: relative;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.hp-plus:before {
  content: "";
  font-family: "hp-icon" !important;
  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%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 20px;
  color: #8e9399;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-plus:hover:before, .hp-plus:focus:before {
  color: #0095ab;
}

.hp-wrapper-btn {
  text-align: right;
  margin-bottom: 40px;
  margin-top: 35px;
}
.hp-wrapper-btn .hp-button {
  margin-left: auto;
  margin-right: 0;
}

/*BANNER DE COMPROMISO*/
.hp-bannertourcert.hp-banner-carta-compromiso {
  padding: 22px;
  background-color: #FFF;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article {
  padding: 25px;
  padding-right: 10px;
  padding-bottom: 220px;
  border: 1px solid #e4e6ed;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article.pdb2 {
  padding-bottom: 295px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-title {
  color: #c30a30;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-title span {
  font-weight: normal;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-title.-small {
  font-size: 23px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #454544;
  margin-bottom: 10px;
  line-height: 1.2;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article p {
  color: #838991;
  font-size: 16px;
  line-height: 1.6;
  width: 94%;
  position: relative;
  z-index: 2;
  padding-right: 80px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-btn-link {
  width: 90%;
  max-width: 335px;
  min-height: 60px;
  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 30px;
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  background-color: #f00224;
  border-radius: 50px;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0 7px 12px 0px rgba(10, 10, 10, 0.25);
          box-shadow: 0 7px 12px 0px rgba(10, 10, 10, 0.25);
  bottom: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 1580px) {
  .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-btn-link {
    font-size: 17px;
  }
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-btn-link:hover {
  background-color: #0095ab;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-btn-link i {
  font-size: 27px;
  margin-left: 5px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files {
  border: 1px solid #ccd4da;
  border-bottom: 4px solid #dee1e4;
  padding: 20px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-title {
  color: #393934;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  padding-left: 25px;
  position: relative;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-title:before {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: normal;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-sub-title {
  font-weight: 600;
  font-size: 16px;
  color: #c30a30;
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
  padding-left: 25px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files p {
  font-size: 15px;
  color: #838991;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 25px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file {
  width: 48%;
  padding: 0 10px;
  height: 36px;
  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-size: 12px;
  font-weight: 600;
  color: #8e9399;
  border: 1px solid #ccd4da;
  border-radius: 25px;
  background-color: #fafdff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file:hover {
  background-color: #0095ab;
  border-color: #0095ab;
  color: #FFF;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-download span {
  display: none;
}
@media (min-width: 768px) {
  .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-download span {
    display: inline-block;
  }
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-download:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 12px;
  margin-left: 5px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-upload:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 15px;
  margin-left: 5px;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file {
  cursor: pointer;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoActual, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnooActual, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoProx, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelMk, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelSo {
  background-color: #0095ab;
  border-color: #0095ab;
  color: #FFF;
  cursor: initial;
}
.hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoActual:after, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnooActual:after, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoProx:after, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelMk:after, .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelSo:after {
  display: none;
}
@media (max-width: 1439px) {
  .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn form {
    width: 100%;
  }
}
.hp-bannertourcert.hp-banner-carta-compromiso.-programa {
  padding: 0;
  border-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.hp-bannertourcert.hp-banner-carta-compromiso.-programa .hp-wrapper-article {
  border: 0;
  padding: 0;
}
.hp-bannertourcert.hp-banner-carta-compromiso.-programa .hp-wrapper-article img {
  position: relative;
}

/*RESETENADO EL PADDING DEL ASIDE*/
.hp-aside.-no-padding {
  padding: 0;
  background-color: transparent;
}
.hp-aside .hp-wrapper-callout {
  margin: 20px 0;
}
.hp-aside .hp-wrapper-callout .hp-subtitle-callout {
  font-size: 20px;
}

/*MODALES*/
.hp-modal-layot {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  cursor: pointer;
  overflow-y: auto;
}
.hp-modal-layot#test-modal .hp-modal-title {
  text-align: center;
}
.hp-modal-layot#test-modal .hp-wrapper-modal {
  margin-top: 120px;
}
.hp-modal-layot#test-modal .hp-avatar-img {
  margin: 0 auto;
  display: block;
  margin-top: -150px;
  margin-bottom: 10px;
}
.hp-modal-layot#test-modal .hp-modal .hp-modal-body {
  padding: 15px 25px;
}
.hp-modal-layot#save-modal {
  text-align: center;
}
.hp-modal-layot#save-modal .hp-wrapper-btn {
  text-align: center;
}
.hp-modal-layot#save-modal .hp-modal .hp-wrapper-modal {
  max-width: 640px;
}
.hp-modal-layot#save-modal .hp-modal .hp-wrapper-modal .hp-modal-body {
  max-width: 480px;
  margin: 0 auto;
}
.hp-modal-layot .hp-modal {
  width: 100%;
  position: relative;
  width: auto;
  margin: 0;
  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;
  min-height: 100vh;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .hp-modal-layot .hp-modal {
    min-height: calc(100vh - 60px);
    margin: 30px auto;
  }
}
@media screen and (min-width: 768px) {
  .hp-modal-layot .hp-modal {
    min-width: 640px;
  }
}
.hp-modal-layot .hp-modal .hp-modal-header {
  padding: 15px 15px 0 15px;
  height: auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-modal-layot .hp-modal .hp-modal-header .hp-close-modal {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #eeeff1;
  color: #666666;
  border: 0;
  font-weight: 600;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  display: block;
  text-indent: -999999px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hp-modal-layot .hp-modal .hp-modal-header .hp-close-modal:hover {
  background-color: #c30a30;
  color: #FFF;
}
.hp-modal-layot .hp-modal .hp-modal-header .hp-close-modal:before {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  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%;
  height: 100%;
  text-indent: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hp-modal-layot .hp-modal .hp-modal-header .hp-modal-header-title {
  font-weight: bold;
  color: #393934;
  font-size: 17px;
  text-align: left;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .hp-modal-layot .hp-modal .hp-modal-header .hp-modal-header-title {
    font-size: 22px;
  }
}
.hp-modal-layot .hp-modal .hp-modal-body {
  padding: 15px;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-modal-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1px;
  color: #393934;
  padding: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .hp-modal-layot .hp-modal .hp-modal-body .hp-modal-title {
    font-size: 30px;
  }
}
.hp-modal-layot .hp-modal .hp-modal-body p {
  color: #838991;
  font-size: 13.5px;
  line-height: 1.4;
  margin: 15px;
}
@media (min-width: 768px) {
  .hp-modal-layot .hp-modal .hp-modal-body p {
    font-size: 16px;
  }
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-btn .hp-button {
  min-width: 160px;
  height: 44px;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  margin: 15px auto;
  cursor: pointer;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-btn .hp-button span {
  top: 0;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-btn .hp-link {
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  color: #c30a30;
  margin: 15px 0;
  cursor: pointer;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-btn .hp-link:hover {
  text-decoration: underline;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-body-video {
  position: relative;
  width: 100%;
  height: auto;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-body-video:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-body-video video,
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-body-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hp-modal-layot .hp-modal .hp-modal-body .hp-wrapper-body-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-modal-layot .hp-modal.-confirmation .hp-modal-body {
  padding: 30px;
  text-align: center;
}
.hp-modal-layot .hp-modal.-confirmation .hp-modal-body p,
.hp-modal-layot .hp-modal.-confirmation .hp-modal-body .hp-modal-title {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.hp-modal-layot .hp-modal.-confirmation .hp-modal-body .hp-wrapper-btn {
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.hp-modal-layot .hp-modal.-confirmation .hp-modal-body .hp-wrapper-btn .hp-button,
.hp-modal-layot .hp-modal.-confirmation .hp-modal-body .hp-wrapper-btn .hp-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.hp-modal-layot .hp-modal.-confirmation .hp-avatar-img {
  margin-top: -165px;
  margin-bottom: 10px;
}
.hp-modal-layot .hp-modal .hp-wrapper-form .hp-content-form-input ul li .hp-text,
.hp-modal-layot .hp-modal .hp-wrapper-form .hp-content-form-input ul li label {
  margin-bottom: 10px;
  line-height: 1.2;
}
.hp-modal-layot .hp-modal .hp-wrapper-modal {
  background-color: #ffffff;
  border-radius: 10px;
  width: auto;
  max-width: 90%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hp-modal-layot .hp-modal .hp-wrapper-modal {
    max-width: 100%;
    min-width: 600px;
  }
}

body.active-modal {
  overflow: hidden;
}
body.active-modal .hp-modal-layot.active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.ms-slider-carta {
  width: 100%;
  max-width: 610px;
  margin: 0;
  border: 1px solid #dadada;
}
.ms-slider-carta .hp-item,
.ms-slider-carta .hp-item img {
  width: 100%;
}
.ms-slider-carta .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  width: 35px;
  overflow: hidden;
  text-indent: -999999px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.ms-slider-carta .slick-arrow:before {
  content: "";
  font-family: "hp-icon" !important;
  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%;
  height: 100%;
  color: #FFF;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
}
.ms-slider-carta .slick-arrow.slick-prev {
  left: -75px;
}
.ms-slider-carta .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ms-slider-carta .slick-arrow.slick-next {
  right: -75px;
}

.hp-tooltip {
  color: #838991;
  font-size: 11px;
  padding: 7px 15px;
  background-color: #FFF;
  border: 1px solid #ccd4da;
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 4px;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-box-shadow: 0 20px 30px 0px rgba(10, 10, 10, 0.15);
          box-shadow: 0 20px 30px 0px rgba(10, 10, 10, 0.15);
  line-height: 1.2;
  visibility: hidden;
}
@media (min-width: 480px) {
  .hp-tooltip {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .hp-tooltip {
    font-size: 15px;
  }
}
.hp-tooltip:before {
  content: "";
  display: block;
  background-image: url("../images/icons.png");
  position: absolute;
  top: -11px;
  left: 50%;
  width: 17px;
  height: 11px;
  margin-left: -9px;
}
.hp-tooltip .ms-title-tooltip {
  color: #393934;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .hp-tooltip .ms-title-tooltip {
    font-size: 17px;
  }
}
.hp-tooltip.-xl {
  border-radius: 10px;
  line-height: 1.2;
  padding: 9px;
}
@media (min-width: 768px) {
  .hp-tooltip.-xl {
    padding: 15px;
  }
}
.hp-tooltip strong {
  font-weight: 600;
  color: #333;
}

.hp-important-text {
  color: #c30a30;
  font-weight: 600;
}

.hp-wrapper-callout {
  border-left: 4px solid #c30a30;
  padding-left: 20px;
  text-align: left;
  line-height: 1.1;
  background: #fff;
  padding: 0 10px;
}
.hp-wrapper-callout .hp-title-callout {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hp-wrapper-callout .hp-title-callout {
    font-size: 30px;
  }
}
.hp-wrapper-callout .hp-title-callout span {
  position: relative;
  display: inline-block;
  padding-right: 19px;
  text-align: right;
  margin-right: 3px;
}
.hp-wrapper-callout .hp-title-callout span:before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}
.hp-wrapper-callout .hp-title-callout.-lx-text {
  font-size: 23px;
}
@media (min-width: 768px) {
  .hp-wrapper-callout .hp-title-callout.-lx-text {
    font-size: 37px;
  }
}
.hp-wrapper-callout .hp-title-callout strong {
  color: #c30a30;
}
.hp-wrapper-callout .hp-title-callout label {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #c30a30;
  text-align: left;
}
.hp-wrapper-callout .hp-subtitle-callout {
  color: #333;
  font-size: 25px;
  font-weight: bold;
}
.hp-wrapper-callout .hp-subtitle-callout .hp-important-text {
  font-weight: bold;
}
.hp-wrapper-callout p {
  font-size: 16px;
  line-height: 1.6;
  color: #393934;
  margin-top: 5px;
  text-align: justify;
}
.hp-wrapper-callout p strong {
  font-weight: bold;
}
.hp-wrapper-callout p.hp-text-description {
  margin: 20px 0;
  color: #838991;
  line-height: 1.8;
}
.hp-wrapper-callout .hp-link-back {
  color: #c30a30;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.hp-wrapper-callout .hp-link-back:before {
  content: "";
  position: absolute;
  font-family: "hp-icon" !important;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 3px;
}
.hp-wrapper-callout .hp-link-back:hover {
  text-decoration: underline;
}
.hp-wrapper-callout.hp-standard {
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .hp-wrapper-callout.hp-standard {
    padding: 0;
  }
}
.hp-wrapper-callout .hp-title-callout .hp-alert-text {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #c30a30;
  text-align: left;
}

.hp-wrapper-form .hp-content-form-input ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.hp-wrapper-form .hp-content-form-input ul li {
  padding: 15px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hp-wrapper-form .hp-content-form-input ul li.hp-full-input {
  width: 100%;
}
.hp-wrapper-form .hp-content-form-input ul li.hp-dual-input {
  width: 50%;
}
.hp-wrapper-form .hp-content-form-input ul li .hp-text,
.hp-wrapper-form .hp-content-form-input ul li label {
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
}
.hp-wrapper-form .hp-content-form-input ul li .hp-text.icon-info,
.hp-wrapper-form .hp-content-form-input ul li label.icon-info {
  padding-right: 20px;
}
.hp-wrapper-form .hp-content-form-input ul li .hp-text.icon-info:before,
.hp-wrapper-form .hp-content-form-input ul li label.icon-info:before {
  content: "i";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ccc;
  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-size: 9px;
  text-transform: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hp-wrapper-form .hp-content-form-input ul li .hp-text.icon-info:hover .hp-tooltip,
.hp-wrapper-form .hp-content-form-input ul li label.icon-info:hover .hp-tooltip {
  opacity: 1;
  visibility: visible;
}
.hp-wrapper-form .hp-content-form-input textarea.hp-input-emprendimiento {
  height: 150px;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  resize: none;
  line-height: 1.6;
}
.hp-wrapper-form .hp-content-form-input .hp-tooltip {
  min-width: auto;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  top: auto;
  bottom: 25px;
  -webkit-box-shadow: 0 1px 9px 0px rgba(10, 10, 10, 0.15);
          box-shadow: 0 1px 9px 0px rgba(10, 10, 10, 0.15);
  width: 280px;
  right: -250px;
  position: absolute;
  left: auto;
  z-index: 4;
  visibility: hidden;
}
.hp-wrapper-form .hp-content-form-input .hp-tooltip:before {
  display: none;
}

.hp-wrapper-forms .hp-content-form-input .hp-text.icon-info,
.hp-wrapper-forms .hp-content-form-input label.icon-info {
  position: relative;
  width: auto;
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 20px;
}
.hp-wrapper-forms .hp-content-form-input .hp-text.icon-info:before,
.hp-wrapper-forms .hp-content-form-input label.icon-info:before {
  content: "i";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #c30a30;
  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-size: 9px;
  text-transform: none;
  color: #c30a30;
  position: absolute;
  top: 1px;
  line-height: 3px;
  right: 0;
}
.hp-wrapper-forms .hp-content-form-input .hp-text.icon-info:hover .hp-tooltip,
.hp-wrapper-forms .hp-content-form-input label.icon-info:hover .hp-tooltip {
  opacity: 1;
  visibility: visible;
}
.hp-wrapper-forms .hp-content-form-input .hp-tooltip {
  min-width: auto;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  top: auto;
  bottom: 25px;
  -webkit-box-shadow: 0 1px 9px 0px rgba(10, 10, 10, 0.15);
          box-shadow: 0 1px 9px 0px rgba(10, 10, 10, 0.15);
  width: 290px;
  right: -250px;
  position: absolute;
  left: auto;
  z-index: 2;
  visibility: hidden;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hp-wrapper-forms .hp-content-form-input .hp-tooltip:before {
  display: none;
}

.hp-title-xl .hp-title {
  font-size: 32px;
  color: #303030;
  font-weight: bold;
}
.hp-title-xl .hp-title.-small-text {
  font-size: 27px;
}
.hp-title-xl p {
  font-size: 16px;
  line-height: 1.6;
  color: #838991;
}
.hp-title-xl p strong {
  font-weight: 600;
  color: #303030;
}
.hp-title-xl .-icon {
  width: 83px;
  height: 83px;
  position: relative;
  background-color: #ffeff2;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  color: #c30a30;
  font-size: 54px;
  margin-right: 20px;
}
.hp-title-xl.hp-flex-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hp-title-xl.hp-flex-box.-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hp-title-hr {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hp-title-hr span {
  background-color: #FFF;
  padding: 5px 20px 5px 0;
  z-index: 1;
  display: inline-block;
}
.hp-title-hr:before {
  content: "";
  background-color: #d9dde1;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.hp-btn-link-head {
  width: auto;
  min-height: 60px;
  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 40px;
  color: #FFF;
  font-weight: 600;
  font-size: 17px;
  background-color: #c30a30;
  border-radius: 50px;
  z-index: 2;
  -webkit-box-shadow: 0 7px 12px 0px rgba(10, 10, 10, 0.25);
          box-shadow: 0 7px 12px 0px rgba(10, 10, 10, 0.25);
  bottom: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hp-btn-link-head i {
  font-size: 38px;
  margin-left: 10px;
  margin-bottom: 0px;
  font-weight: normal;
  margin-right: -10px;
}
.hp-btn-link-head:hover {
  background-color: #0095ab;
}
.hp-btn-link-head.-lx {
  min-height: 70px;
  font-size: 15px;
}
@media (min-width: 1280px) {
  .hp-btn-link-head.-lx {
    font-size: 16px;
  }
}
@media (min-width: 1450px) {
  .hp-btn-link-head.-lx {
    font-size: 20px;
  }
}

.hp-wrapper-table {
  width: 100%;
}
.hp-wrapper-table .hp-table-st {
  width: 100%;
}
.hp-wrapper-table .hp-table-st thead tr th {
  background-color: #c30a30;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 23px 15px;
  vertical-align: middle;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
}
.hp-wrapper-table .hp-table-st thead tr th .hp-br {
  display: block;
  margin-top: 3px;
}
.hp-wrapper-table .hp-table-st thead tr th:first-child {
  border-top-left-radius: 10px;
}
.hp-wrapper-table .hp-table-st thead tr th:last-child {
  border-right: 0;
  border-top-right-radius: 10px;
}
.hp-wrapper-table .hp-table-st tbody tr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #cfd7dc;
}
.hp-wrapper-table .hp-table-st tbody tr tr {
  border: 0 !important;
  border-bottom: 1px solid #cfd7dc;
}
.hp-wrapper-table .hp-table-st tbody tr tr:last-child td {
  border: 0 !important;
}
.hp-wrapper-table .hp-table-st tbody tr tr td {
  border: 0 !important;
  border-bottom: 1px solid #cfd7dc !important;
}
.hp-wrapper-table .hp-table-st tbody tr td {
  font-size: 13px;
  padding: 15px;
  border-right: 1px solid #cfd7dc;
  min-width: 100px;
  vertical-align: middle;
  line-height: 1.2;
}
.hp-wrapper-table .hp-table-st tbody tr td td {
  border: 0;
  padding: 0;
}
.hp-wrapper-table .hp-table-st tbody tr td:nth-child(2) {
  width: 6.5%;
}
.hp-wrapper-table .hp-table-st tbody tr td:nth-child(4) {
  width: 20%;
}
.hp-wrapper-table .hp-table-st tbody tr td:last-child, .hp-wrapper-table .hp-table-st tbody tr td:first-child {
  min-width: 60px;
  text-align: center;
}
.hp-wrapper-table .hp-table-st tbody tr:hover {
  border-color: #c30a30;
}
.hp-wrapper-table .hp-table-st tbody tr:hover td {
  border-top: 1px solid #c30a30;
  border-bottom: 1px solid #c30a30;
}
.hp-wrapper-table .hp-table-st tbody tr:hover td:last-child {
  border-right-color: #c30a30;
}

.hp-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.hp-banner.-test {
  background-color: #c30a30;
  position: relative;
  padding: 10px 20px 20px;
  color: #FFF;
  border-radius: 10px;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hp-banner.-test .hp-wrapper-article {
  padding-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hp-banner.-test .hp-wrapper-article .hp-title {
  margin-top: 0;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
}
.hp-banner.-test .hp-wrapper-article p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.hp-banner.-test img {
  position: relative;
  right: -5px;
  margin-top: -50px;
}
.hp-banner.-test img.-no-margin {
  right: 0;
  margin: 0;
  margin-bottom: -10px;
}
.hp-banner.-test.-banner-list {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hp-banner .hp-wrapper-article.-padding {
  padding-top: 25px;
  padding-bottom: 15px;
}
.hp-banner .hp-wrapper-article.-padding .hp-title {
  margin-bottom: 5px;
}

.hp-test-card {
  border: 1px solid #c6dfe0;
  padding: 15px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 96%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  top: -30px;
  -webkit-box-shadow: 0 2px 8px 0px rgba(10, 10, 10, 0.15);
          box-shadow: 0 2px 8px 0px rgba(10, 10, 10, 0.15);
}
.hp-test-card img {
  border-radius: 4px;
}
.hp-test-card .hp-card-info {
  padding: 0 10px;
}
.hp-test-card .hp-card-info .hp-card-title {
  color: #393934;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.hp-test-card .hp-card-info p {
  font-size: 14px;
  color: #838991;
}
.hp-test-card .hp-link {
  width: auto;
  height: 35px;
  background: #c30a30;
  padding: 0 22px;
  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-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 45px;
  color: #ffff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  font-weight: 600;
  margin-left: auto;
  text-align: center;
  margin-right: 0;
}
.hp-test-card .hp-link:hover {
  background-color: #0095ab;
}

.hp-banner-list {
  border: 1px solid #c5ced5;
  border-top-color: transparent;
  margin-top: -1px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom: 6px;
}
.hp-banner-list .hp-banner-list-title {
  font-size: 15px;
  font-weight: bold;
  color: #393934;
  background-color: #f5fafe;
  padding: 15px;
  border-bottom: 1px solid #c5ced5;
}
.hp-banner-list .hp-card-files {
  border-bottom: 1px solid #c5ced5;
  padding: 20px 15px 15px;
}
.hp-banner-list .hp-card-files:last-child {
  border-bottom: 0;
}
.hp-banner-list .hp-card-files .hp-title {
  position: relative;
  padding-left: 23px;
  font-size: 13.5px;
  font-weight: bold;
  color: #393934;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.hp-banner-list .hp-card-files .hp-title:before {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 18px;
  font-weight: normal;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-title {
  width: auto;
  margin-bottom: 5px;
  padding-right: 10px;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file {
  width: auto;
  padding: 0 10px;
  height: 36px;
  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-size: 12px;
  font-weight: 600;
  color: #8e9399;
  border: 1px solid #ccd4da;
  border-radius: 25px;
  background-color: #fafdff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoActual, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnooActual, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoProx, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelMk, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelSo {
  background-color: #0095ab;
  border-color: #0095ab;
  color: #FFF;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoActual:after, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnooActual:after, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesAnoProx:after, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelMk:after, .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.succesDelSo:after {
  display: none;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file:hover {
  background-color: #0095ab;
  border-color: #0095ab;
  color: #FFF;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-download:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 12px;
  margin-left: 5px;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-upload {
  text-indent: -999999px;
  overflow: hidden;
  width: 34px;
  height: 34px;
  position: relative;
  display: block;
  padding: 0;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-upload:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 15px;
  margin-left: 0;
  text-indent: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  text-indent: 0;
  top: 0;
  left: 0;
  background-color: #fafdff;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-upload.labelSuccess:after {
  background-color: #0095ab;
  content: "";
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-upload:hover:after {
  background-color: #0095ab;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-label-file {
  color: #8e9499;
  font-size: 13px;
  position: relative;
  padding: 0 10px 0 20px;
  text-align: left;
}
@media (min-width: 1700px) {
  .hp-banner-list .hp-card-files .hp-wrapper-btn .hp-label-file {
    font-size: 15px;
  }
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-label-file:before {
  content: "!";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #abb0b5;
  color: #FFF;
  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-size: 11px;
  border-radius: 100%;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-label-file.active {
  color: #30ab99;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-label-file.active:before {
  content: "L";
  -webkit-transform: scaleX(-1) rotate(-41deg);
          transform: scaleX(-1) rotate(-41deg);
  font-size: 9px;
  padding-bottom: 2px;
  background-color: #30ab99;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-label-file.pause {
  color: #e58e4b;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-label-file.pause:before {
  background-color: #e58e4b;
}
.hp-banner-list.-files {
  border-radius: 6px;
  border: 1px solid #c5ced5;
  padding: 15px;
}
.hp-banner-list.-files .hp-card-files {
  padding: 0;
}
.hp-banner-list.-files .hp-wrapper-btn {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f5f5f5;
}
.hp-banner-list.-files .hp-wrapper-btn:last-child {
  margin-bottom: 0;
}

.hp-btn.-small {
  border: 1px solid #ccd4da;
  padding: 0 30px;
  min-height: 53px;
  width: auto;
  font-size: 15px;
  color: #454544;
  font-weight: 600;
  border-radius: 25px;
  background-color: #FFF;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px 0px rgba(10, 10, 10, 0.1);
          box-shadow: 0 4px 6px 0px rgba(10, 10, 10, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-btn.-small.nube {
  padding: 15px 25px;
  line-height: 22px;
  font-weight: normal;
  color: #838991;
  cursor: inherit;
  position: relative;
  z-index: 2;
}
.hp-btn.-small i {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffeff2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  color: #c30a30;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-btn.-small:hover i {
  background-color: #c30a30;
  color: #FFF;
}

.hp-btn-edit {
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.hp-btn-edit:before {
  content: "";
  font-family: "hp-icon" !important;
  width: 100%;
  height: 100%;
  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;
  color: #aeb8c0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.hp-btn-edit:hover:before {
  color: #0095ab;
}

.hp-wrapper-video:before {
  content: "";
  display: block;
  background-color: rgba(27, 51, 56, 0.57);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hp-wrapper-video .hp-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
  width: 45px;
  height: 45px;
  text-indent: -999999px;
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .hp-wrapper-video .hp-btn-video {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-left: -33px;
  }
}
.hp-wrapper-video .hp-btn-video:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #FFF;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .hp-wrapper-video .hp-btn-video:before {
    border-top: 12px solid transparent;
    border-left: 20px solid #FFF;
    border-bottom: 12px solid transparent;
  }
}
.hp-wrapper-video .hp-btn-video:hover {
  background-color: #0095ab;
}

#test-modal .hp-modal .hp-wrapper-modal {
  max-width: 640px;
}
#test-modal .hp-modal .hp-wrapper-modal .hp-wrapper-form .hp-content-form-input {
  text-align: left;
}
#test-modal .hp-modal .hp-wrapper-modal .hp-wrapper-form .hp-content-form-input textarea.hp-input-emprendimiento {
  height: 108px;
  line-height: 1.4;
}
#test-modal .hp-modal .hp-wrapper-modal .hp-wrapper-form .hp-radio-wrapper li {
  padding: 0 15px;
  margin: 0;
}
#test-modal .hp-modal .hp-wrapper-modal .hp-wrapper-btn {
  margin: 0;
}
#test-modal .hp-modal .hp-wrapper-modal .hp-wrapper-btn .hp-button {
  margin: 0;
  margin-left: auto;
}

.hp-wrapper-section.-no-padding-lr {
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
}
.hp-wrapper-section.-no-border {
  border: 0;
}

.hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 {
  font-size: 15px;
  letter-spacing: 0;
}
.hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 span {
  font-size: 10px;
}
.hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h4 {
  font-size: 15px;
}
.hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio div {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.2;
  display: none;
}
@media screen and (min-width: 640px) {
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio {
    padding: 20px;
  }
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 {
    font-size: 20px;
  }
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 span {
    font-size: 17px;
    margin-top: -2px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h4 {
    font-size: 18px;
  }
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio div {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 {
    font-size: 34px;
  }
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 span {
    font-size: 22px;
  }
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h4 {
    font-size: 27px;
  }
  .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio div {
    font-size: 17px;
  }
}

.-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.hp-test-card-title {
  font-weight: 600;
  display: block;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.hp-small-radius {
  border-radius: 10px !important;
}

.hp-video-cover {
  border-radius: 6px;
  /*@media (min-width: 768px){
  	border-radius: 10px;
  }*/
}
.hp-video-cover .hp-wrapper-video {
  width: 100%;
  position: relative;
}
.hp-video-cover .hp-wrapper-video:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.hp-video-cover .hp-wrapper-video img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-video-cover .hp-wrapper-video.active .hp-video-player {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.hp-video-cover .hp-video-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.hp-video-cover .hp-video-player video, .hp-video-cover .hp-video-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hp-video-cover .hp-video-player video {
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-video-cover.-margin {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hp-video-cover.hp-pdl-video {
    padding-left: 70px;
  }
}
@media (min-width: 1550px) {
  .hp-video-cover.hp-pdl-video {
    padding-left: 110px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.hp-tab-item {
  display: none;
}

.hp-wrapper-tabs .hp-tab-item.active {
  display: block;
}

.hp-item-row .hp-item-left-criterio {
  margin-bottom: 0;
}

.hp-head-criterios .hp-item-head-criterio h3, .hp-head-criterios .hp-item-head-criterio h4 {
  padding-bottom: 0;
}

.hp-banner-top .hp-wrapper-title {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  height: 1px;
}
@media screen and (min-width: 1024px) {
  .hp-banner-top .hp-wrapper-title {
    top: 28%;
    max-width: 1666px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .hp-banner-top .hp-wrapper-title {
    width: 100%;
  }
}
.hp-banner-top .hp-wrapper-title .hp-title-banner {
  position: relative;
  top: auto;
  left: auto;
  padding: 0 15px;
}

/***************************/
.hp-archivero {
  width: 100%;
}
.hp-archivero .hp-banner {
  background-color: #c30a30;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  position: relative;
}
.hp-archivero .hp-banner .hp-wrapper-article {
  width: 65%;
}
.hp-archivero .hp-banner .hp-wrapper-article .hp-title {
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
}
.hp-archivero .hp-banner .hp-wrapper-article p {
  font-size: 15px;
  color: #FFF;
  margin: 10px 0;
}
.hp-archivero .hp-banner img {
  position: absolute;
  bottom: 0;
  right: 4px;
  max-width: 99px;
}
@media (min-width: 768px) {
  .hp-archivero .hp-banner img {
    right: 15px;
    max-width: 250px;
  }
}
.hp-archivero .ms-scroll-files {
  border: 1px solid #ccd4da;
  border-bottom: 4px solid #ccd4da;
  overflow-y: auto;
  padding: 15px;
  height: 395px;
}
.hp-archivero .ms-scroll-files::-webkit-scrollbar {
  width: 10px;
}
.hp-archivero .ms-scroll-files::-webkit-scrollbar-thumb {
  background-color: #c7ccd4;
  border-radius: 6px;
}
.hp-archivero .ms-scroll-files::-webkit-scrollbar-track {
  border: 0px solid black;
  background-color: #edf1f4;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files:last-child {
  border-bottom: 0;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files:first-child {
  padding-top: 0;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-title {
  font-size: 14px;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 15px;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file {
  width: 48%;
  padding: 0 10px;
  height: 36px;
  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-size: 12px;
  font-weight: 600;
  color: #8e9399;
  border: 1px solid #ccd4da;
  border-radius: 25px;
  background-color: #fafdff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file:focus, .hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file:hover {
  background-color: #0095ab;
  border-color: #0095ab;
  color: #FFF;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 12px;
  margin-left: 5px;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file span {
  display: none;
}
@media (min-width: 768px) {
  .hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file span {
    display: inline-block;
  }
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-link {
  color: #c30a30;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 600;
}
.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-link:hover, .hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-link:focus {
  text-decoration: underline;
}

img.rgx {
  right: 28px !important;
}

.hp-evidencias-banner-list {
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.hp-evidencias-banner-list .hp-title {
  font-size: 15px;
  color: #393934;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
}
.hp-evidencias-banner-list .hp-list .hp-item {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hp-evidencias-banner-list .hp-list .hp-item:last-child {
  margin-bottom: 0;
}
.hp-evidencias-banner-list .hp-list .hp-item .hp-file {
  background-color: #f5f5f5;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 35px;
  width: calc(100% - 45px);
}
.hp-evidencias-banner-list .hp-list .hp-item .hp-file span {
  font-size: 13px;
  color: #393934;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hp-evidencias-banner-list .hp-list .hp-item .hp-file img {
  width: 17px;
  margin-right: 10px;
}

.hp-bg-fff {
  background: #fff;
}

.btn-add-work {
  height: 33px;
  width: auto;
  padding: 0 20px 0 30px;
  border: 1px solid #ccd4da;
  border-radius: 4px;
  color: #8f9297;
  background-color: #f5fafe;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  position: relative;
}
.btn-add-work:before {
  content: "";
  font-family: "hp-icon" !important;
  top: 50%;
  left: 10px;
  position: absolute;
  font-size: 10px;
  font-weight: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-add-work:hover {
  background-color: #fbe8eb;
  border-color: #f3bec6;
  color: #c23334;
}

#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal {
  max-width: 640px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-header {
  padding-left: 40px;
  padding-right: 40px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-header .hp-modal-header-title {
  font-size: 30px;
  margin-top: 30px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-header .hp-close-modal {
  margin-right: -30px;
  margin-top: -30px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-body-head {
  margin-bottom: 15px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-body-head .hp-hd-title {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  display: inline-block;
  margin-bottom: 5px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-body-head .hp-hd-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #c30a30;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-form .hp-content-form-input ul li.hp-full-input {
  padding-top: 10px;
  padding-bottom: 10px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-form .hp-content-form-input ul li.hp-full-input .hp-small-text {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-form .hp-content-form-input ul li label {
  text-transform: none;
  font-size: 14px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-form .hp-content-form-input .hp-wrapper-btn {
  margin-bottom: 30px;
  margin-top: 15px;
}
#tarea-modal.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-form .hp-content-form-input .hp-wrapper-btn .hp-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0;
  margin-left: auto;
}

#save-modal .hp-modal.-confirmation.-tarea .hp-modal-body .hp-modal-title {
  max-width: 100% !important;
}
#save-modal .hp-modal.-confirmation.-tarea .hp-modal-body p {
  max-width: 470px;
}
#save-modal .hp-modal.-confirmation.-tarea .hp-modal-body .hp-wrapper-btn.hp-flex {
  -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;
  margin: 15px 0 50px 0;
}
#save-modal .hp-modal.-confirmation.-tarea .hp-modal-body .hp-wrapper-btn.hp-flex .hp-link {
  margin: 0;
  padding: 0 15px;
}

.hp-event-more-header {
  font-weight: 600;
  color: #c30a30;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-event-more-header:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "hp-icon" !important;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 100;
}
.hp-event-more-header:hover {
  text-decoration: underline;
}

.hp-btn-link-back {
  font-weight: 600;
  color: #c30a30;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-btn-link-back:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "hp-icon" !important;
  font-size: 10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-weight: 100;
}
.hp-btn-link-back:hover {
  text-decoration: underline;
}

.hp-flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-flex-between .hp-btn-link {
  font-weight: 600;
  color: #c30a30;
  font-size: 15px;
}
.hp-flex-between .hp-btn-link:hover {
  text-decoration: underline;
}

.hp-sd-scroll {
  height: 465px;
  overflow-y: auto;
  margin-right: -10px;
}
.hp-sd-scroll::-webkit-scrollbar {
  width: 10px;
  border-radius: 6px;
  margin-left: 5px;
}
.hp-sd-scroll::-webkit-scrollbar-thumb {
  background-color: #929497;
  border-radius: 6px;
}
.hp-sd-scroll::-webkit-scrollbar-track {
  border: 0px solid black;
  background-color: #edf1f4;
  border-radius: 6px;
}
.hp-sd-scroll .hp-list {
  width: 100%;
  padding-right: 10px;
}
.hp-sd-scroll .hp-list .hp-item {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ccd4da;
  background-color: #f5fafe;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 55px;
  position: relative;
}
.hp-sd-scroll .hp-list .hp-item:last-child {
  margin-bottom: 0;
}
.hp-sd-scroll .hp-list .hp-item .hp-number {
  background-color: #f6dde1;
  color: #c30a30;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 6px;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.hp-sd-scroll .hp-list .hp-item p {
  color: #333333;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}
.hp-sd-scroll .hp-list .hp-item a {
  color: #c30a30;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}
.hp-sd-scroll .hp-list .hp-item a:hover {
  text-decoration: underline;
}
.hp-sd-scroll .hp-list .hp-item a:after {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-size: 11px;
}

.hp-test-card.-full {
  margin-bottom: -20px;
}
.hp-test-card.-full .hp-card-info {
  padding: 0;
  width: 100%;
  margin-top: 5px;
}
.hp-test-card.-full .hp-card-info .hp-card-title {
  margin-bottom: 15px;
  display: block;
}

#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom {
  padding-bottom: 40px;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-label {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  padding: 5px 15px;
  background: #eaeaea;
  color: #333;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-label.-process {
  background: #ffebdc;
  color: #dc660b;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-label.-alert {
  background-color: #dcf8f9;
  color: #208c8e;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-label.-active {
  background-color: #c30a30;
  color: #FFF;
  padding-right: 20px;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-label.-active:after {
  content: "L";
  background-color: transparent;
  width: 10px;
  height: 10px;
  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: 400;
  -webkit-transform: scaleX(-1) rotate(-41deg);
          transform: scaleX(-1) rotate(-41deg);
  font-size: 11px;
  color: #FFF;
  position: absolute;
  top: 4px;
  right: 4px;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-checbox-wrapper label,
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-radio-wrapper label {
  padding-left: 25px;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-checbox-wrapper label:before,
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-radio-wrapper label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #b8c3cc;
  top: 3px;
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  border-radius: 0;
}
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-checbox-wrapper label:after,
#hp-criterios-implementacion .hp-item-criterio .hp-description.-bottom .hp-radio-wrapper label:after {
  width: 15px;
  height: 15px;
  top: 2px !important;
}

.hp-banner {
  width: 100%;
}
.hp-banner.-asesor-cr {
  padding-bottom: 0;
  padding-top: 0;
}
.hp-banner.-asesor-cr .hp-wrapper-article p {
  font-size: 14px;
  margin-bottom: 0;
}
.hp-banner.-asesor-cr img {
  right: 5px;
}

.hp-banner-list.-asesor-cr .hp-wrapper-form {
  padding-left: 23px;
  margin-bottom: 10px;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .hp-label {
  color: #393934;
  font-size: 15px;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item .hp-wrapper-select {
  width: 49%;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item .hp-wrapper-select select {
  border-radius: 4px;
  font-size: 14px;
  height: 36px;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item .hp-btn-file {
  width: auto;
  padding: 0 10px;
  height: 36px;
  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-size: 12px;
  font-weight: 600;
  color: #8e9399;
  border: 1px solid #ccd4da;
  border-radius: 25px;
  background-color: #fafdff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item .hp-btn-file:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 12px;
  margin-left: 5px;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item .hp-btn-file:hover {
  background-color: #0095ab;
  border-color: #0095ab;
  color: #FFF;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item textarea {
  width: 100%;
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 110px;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item .hp-send {
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #c30a30;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item .hp-send:hover {
  color: #0095ab;
}
.hp-banner-list.-asesor-cr .hp-wrapper-form .ms-item.-hidden {
  display: none;
}
.hp-banner-list.-asesor-cr .hp-flex .hp-progress-bar {
  width: 100%;
  padding-right: 30px;
  position: relative;
}
.hp-banner-list.-asesor-cr .hp-flex .hp-progress-bar .hp-close {
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  color: #848990;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: transparent;
}
.hp-banner-list.-asesor-cr .hp-flex .hp-progress-bar .hp-close:before {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  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%;
  height: 100%;
  text-indent: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hp-banner-list.-asesor-cr .hp-flex .hp-progress-bar .hp-close:hover {
  color: #0095ab;
}
.hp-banner-list.-asesor-cr .hp-flex .hp-plus {
  margin: 0;
}

#hp-criterios-asesor .hp-wrapper-section {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.hp-banner-list.-asesor .hp-card-files .hp-wrapper-btn .hp-btn-file {
  margin-left: auto;
}
.hp-banner-list.-asesor .hp-card-files .hp-wrapper-btn .hp-plus {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: -4px;
}

.hp-progress-bar {
  font-size: 14px;
  color: #393934;
  padding: 10px 15px;
  font-weight: 600;
  text-align: left;
}
.hp-progress-bar span {
  color: #999999;
}

#legitima-comunidad-modal .hp-modal {
  max-width: 640px;
}
#legitima-comunidad-modal .hp-modal .hp-modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
#legitima-comunidad-modal .hp-modal .hp-modal-body .hp-modal-title {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
#legitima-comunidad-modal .hp-modal .hp-modal-body .hp-modal-title span {
  font-size: 26px;
}
#legitima-comunidad-modal .hp-modal .hp-modal-body > img {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}
#legitima-comunidad-modal .hp-modal .hp-wrapper-form .hp-content-form-input ul li label,
#legitima-comunidad-modal .hp-modal .hp-wrapper-form .hp-content-form-input ul li .hp-text {
  text-transform: none;
  font-size: 15px;
}
#legitima-comunidad-modal .hp-modal .hp-wrapper-modal {
  margin-top: 90px;
}
#legitima-comunidad-modal .hp-asesor-rpta {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#legitima-comunidad-modal .hp-asesor-rpta .hp-label {
  color: #4aa998;
  padding: 17px 0;
  font-style: italic;
  display: block;
  font-size: 14px;
  border-top: 1px solid #ccd4da;
}
#legitima-comunidad-modal .hp-asesor-rpta .hp-wrapper-select .hp-icon-face {
  width: 35px;
  height: 100%;
  position: absolute;
  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;
  top: 0;
  left: 0;
}
#legitima-comunidad-modal .hp-asesor-rpta .hp-wrapper-select .hp-icon-face:before {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 20px;
}
#legitima-comunidad-modal .hp-asesor-rpta .hp-wrapper-select .hp-icon-face.-sad:before {
  content: "";
}
#legitima-comunidad-modal .hp-asesor-rpta .hp-wrapper-select select {
  padding-left: 40px;
}
#legitima-comunidad-modal .hp-asesor-rpta textarea {
  margin-top: 15px;
}
#legitima-comunidad-modal .hp-asesor-rpta textarea.hp-hidden {
  display: none;
}
#legitima-comunidad-modal .hp-asesor-rpta:before {
  content: "";
  background-image: url("../images/icons.png");
  background-position: 0 0;
  display: block;
  position: absolute;
  top: -10px;
  left: 30px;
  width: 17px;
  height: 11px;
}
#legitima-comunidad-modal .hp-radio-wrapper li {
  margin-bottom: 0;
}
#legitima-comunidad-modal .hp-wrapper-btn {
  margin-top: -10px;
  margin-bottom: 20px;
}
#legitima-comunidad-modal .hp-wrapper-btn .hp-button {
  margin-left: auto;
  margin-right: 0;
}

.-overflow-hidden {
  overflow: hidden !important;
}

.hp-aside-estadisticas {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 20px 10px;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .hp-aside-estadisticas {
    padding: 20px;
  }
}
.hp-aside-estadisticas h2 {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.hp-aside-estadisticas h2 span {
  display: block;
  font-weight: 400;
}
.hp-aside-estadisticas .hp-tit-stat-aside {
  background: #f5fafe;
  font-size: 13px;
  padding-left: 15px;
  width: calc(100% - 60px);
  line-height: 1.2;
  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;
  border-radius: 0 0 5px 5px;
}
.hp-aside-estadisticas .hp-tit-stat-aside span {
  display: block;
}
.hp-aside-estadisticas .hp-title-criterio-estadistica {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 20px;
}
.hp-aside-estadisticas .hp-title-criterio-estadistica .hp-num-stat {
  width: 60px;
  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;
  text-align: center;
  font-size: 16px;
  color: #666666;
  background: #e8eef4;
  border-radius: 5px 0 0 5px;
}

/****** checkbox monitoreo *******/
.hp-list-checkbox .hp-checbox-wrapper, #grupoAliados .hp-checbox-wrapper, #grupoActividades .hp-checbox-wrapper {
  margin: 8px 0;
  display: block;
}
.hp-list-checkbox .hp-checbox-wrapper label:after, #grupoAliados .hp-checbox-wrapper label:after, #grupoActividades .hp-checbox-wrapper label:after {
  left: 7px;
  font-size: 17px;
  width: auto;
}

.hp-dual-title-fecha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hp-dual-title-fecha p {
  width: 55%;
  font-size: 20px;
  color: #333333;
  position: relative;
}
.hp-dual-title-fecha p:before {
  content: "";
  background: url(../images/icocalendar.png);
  width: 24px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
}
.hp-dual-title-fecha .hp-date-monitoreo {
  width: 40%;
}
.hp-dual-title-fecha .hp-date-monitoreo .hp-wrapper-select select {
  font-size: 22px;
  font-weight: bold;
}

.hp-wrapper-article.hp-wrap-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hp-wrapper-article.hp-wrap-flex .hp-info-video {
  width: 100%;
}

.ms-wrapper-implementaion-comunitaria .hp-btn-link-head {
  margin-left: auto;
  margin-right: 8px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .ms-wrapper-implementaion-comunitaria {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ms-wrapper-implementaion-comunitaria .hp-btn-link-head {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

#implemantacion-programa .hp-wrapper-table .hp-wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hp-wrapper-section.hp-negative-pd-breadcrumbs {
  padding: 0;
}
.hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-wrapper-callout {
  background: transparent;
}
.hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-wrapper-callout .hp-breadcrumbs {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: #f8f9fa;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-wrapper-callout .hp-breadcrumbs li:before {
  display: none;
}
.hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-margin {
  padding: 25px 12px;
}
.hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-margin.hp-pdt0 {
  padding-top: 0;
}
.hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-margin.hp-pdb0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-margin {
    padding: 25px;
  }
  .hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-margin.hp-pdt0 {
    padding-top: 0;
  }
  .hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-margin.hp-pdb0 {
    padding-bottom: 0;
  }
}

.hp-check-criterios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding-top: 2px;
  margin-top: 5px;
}
.hp-check-criterios:before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background-color: #FFF;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 15px;
  height: 15px;
  border: 1px solid #b8c3cc;
  top: 3px;
  margin-top: 0;
  left: 0;
  border-radius: 0;
}
.hp-check-criterios.done_criterio:after {
  content: "L";
  background-color: transparent;
  position: absolute;
  text-indent: 0;
  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;
  top: -1px !important;
  left: 1px;
  background: transparent;
  font-weight: 700;
  -webkit-transform: scaleX(-1) rotate(-41deg);
          transform: scaleX(-1) rotate(-41deg);
  font-size: 11px;
  color: #c6163a;
  width: 15px;
  height: 15px;
  top: 2px !important;
}

.hp-hidden {
  display: none;
}

.hp-stlye-parrafo {
  font-size: 13px;
  color: #838991;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
  background: #fafdff;
}
@media (min-width: 768px) {
  .hp-stlye-parrafo {
    font-size: 16px;
  }
}

.hp-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-title {
  text-align: left;
}
.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.-icon-upload:after {
  background: #c30a30;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .hp-left-block .hp-wrapper-article .hp-video-cover.hp-pdl-video {
    padding-left: 0;
  }
}
@media (min-width: 1480px) {
  .hp-left-block .hp-wrapper-article .hp-video-cover.hp-pdl-video {
    padding-left: 70px;
  }
}
@media (min-width: 1550px) {
  .hp-left-block .hp-wrapper-article .hp-video-cover.hp-pdl-video {
    padding-left: 110px;
  }
}
@media (max-width: 1366px) {
  .hp-left-block .hp-wrapper-article .hp-video-cover.hp-pdl-video .hp-wrapper-video {
    max-width: 450px;
  }
}

@media (max-width: 1366px) {
  .hp-flex.hp-full-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hp-flex.hp-full-txt > *:first-child {
    margin-bottom: 20px;
  }
}

#hp-criterios .hp-flex-box.hp-flex-mejora {
  padding-right: 20px;
}

.postid-608 .hp-bg-white-left {
  background: #fff;
}
.postid-608 .hp-wrapper-section.hp-negative-pd-breadcrumbs .hp-wrapper-callout .hp-breadcrumbs {
  border: 1px solid #ccc;
}

.hp-banner-list .hp-card-files .hp-wrapper-btn .hp-btn-file.labelSuccess {
  background-color: #0095ab;
  border-color: #0095ab;
}
.hp-banner.-test .hp-tooltip {
  padding-right: 44px;
}

.hp-head-two strong {
  font-weight: bold;
}

.hp-banner.-test .hp-wrapper-article {
  max-width: 68%;
}

.hp-modal-layot .hp-modal .hp-wrapper-modal .hp-modal-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.hp-modal-layot .hp-modal .hp-wrapper-modal.hp-wrapper-modal2 {
  padding-bottom: 44px;
}

.hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file span {
  margin-left: 3px;
}

.hp-modal-layot .hp-modal .hp-wrapper-modal.hp-wrapper-modal2 .hp-modal-title .hp-modal-title {
  max-width: 450px;
}

.hp-modal-body.errorModal {
  padding-bottom: 56px;
}
.hp-modal-body.errorModal h3 {
  max-width: 451px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1px;
  color: #393934;
  font-size: 19px;
  padding: 0;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .hp-modal-body.errorModal h3 {
    font-size: 30px;
  }
}

.hp-banner-top .hp-title-banner.hp-full {
  width: 100%;
}

.hp-login {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 960px) {
  .hp-login {
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hp-login .hp-imagen-login {
  height: 400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
@media (min-width: 960px) {
  .hp-login .hp-imagen-login {
    width: 50%;
    height: 100%;
    margin-right: 5%;
  }
}
.hp-login .hp-imagen-login img {
  width: auto;
  max-height: 100%;
  height: auto;
  width: 100%;
  font-size: 0;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media (min-width: 960px) {
  .hp-login .hp-imagen-login img {
    -o-object-position: left;
       object-position: left;
  }
}
.hp-login img {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hp-login img.hp-loaded {
  opacity: 1;
}

.hp-info-login {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin-right: 0%;
  padding: 30px 18px;
  position: relative;
  z-index: 4;
  background: rgba(255, 255, 255, 0.8);
  width: 95%;
  margin: 0 auto;
  margin-top: -100px;
}
@media (min-width: 960px) {
  .hp-info-login {
    max-width: 580px;
    position: absolute;
    height: 100%;
    right: 4%;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .hp-info-login {
    padding: 0 20px;
    max-width: 600px;
  }
}
@media (min-width: 1550px) {
  .hp-info-login {
    padding: 0 30px;
    max-width: 690px;
  }
}

.hp-head-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hp-head-title {
    margin-bottom: 10%;
    margin-bottom: 6vh;
  }
}
.hp-head-title .hp-title {
  font-size: 32px;
  color: #303030;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .hp-head-title .hp-title {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .hp-head-title .hp-title {
    font-size: 38px;
  }
}
@media (min-width: 1366px) {
  .hp-head-title .hp-title {
    font-size: 45px;
  }
}
@media (min-width: 1550px) {
  .hp-head-title .hp-title {
    font-size: 54px;
  }
}
.hp-head-title .hp-subtitle {
  font-size: 16px;
  color: #393934;
}
@media (min-width: 960px) {
  .hp-head-title .hp-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .hp-head-title .hp-subtitle {
    font-size: 24px;
  }
}

.hp-wp-form-login {
  margin-bottom: 2.5vh;
}
.hp-wp-form-login label {
  display: block;
  font-size: 17px;
  color: #393934;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .hp-wp-form-login label {
    font-size: 24px;
  }
}
.hp-wp-form-login p {
  margin: 16px 0;
}
.hp-wp-form-login .login-remember label {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-wp-form-login .login-remember label input {
  display: inline-block;
  margin-right: 10px;
}
.hp-wp-form-login input[type=text], .hp-wp-form-login input[type=password] {
  width: 100%;
  height: 45px;
  border: 2px solid #dfe1e8;
  padding: 4px 10px;
  font-size: 20px;
  color: #393934;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .hp-wp-form-login input[type=text], .hp-wp-form-login input[type=password] {
    height: 50px;
  }
}
.hp-wp-form-login input[type=text]:focus, .hp-wp-form-login input[type=password]:focus {
  border-color: #c30a30;
}
.hp-wp-form-login ul li {
  margin-bottom: 2.5vh;
}

.hp-button, .login-submit input#wp-submit {
  max-width: 250px;
  width: 100%;
  height: 58px;
  background: #c30a30;
  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-size: 26px;
  text-transform: capitalize;
  border: 0;
  cursor: pointer;
  border-radius: 45px;
  color: #ffff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
}
.hp-button:hover, .login-submit input#wp-submit:hover {
  background-color: #0095ab;
}
.hp-button span, .login-submit input#wp-submit span {
  position: relative;
  top: -3px;
}

.hp-register-recovery {
  margin-bottom: 60px;
  margin-bottom: 5.5vh;
}
.hp-register-recovery a {
  display: block;
  color: #393934;
  font-size: 20px;
}
.hp-register-recovery a:first-child {
  margin-bottom: 12px;
}
.hp-register-recovery a.hp-colorweb {
  color: #c30a30;
}

.hp-bottom-info-login {
  padding-top: 25px;
  border-top: 2px solid #dfe1e8;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .hp-bottom-info-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hp-bottom-info-login .img-logo-tourcert {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hp-bottom-info-login .img-logo-tourcert {
    margin: 0;
    margin-right: 5%;
  }
}
.hp-bottom-info-login .img-logo-tourcert img {
  width: 100%;
}
.hp-bottom-info-login p {
  width: 100%;
  font-size: 16px;
  color: #838991;
  line-height: 23px;
}
@media (min-width: 768px) {
  .hp-bottom-info-login p {
    width: calc(100% - 180px);
  }
}

body.bgbody {
  background: #f5fafe;
}

.hp-animate img, .hp-loaded-animate img {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-animate img.hp-loaded, .hp-loaded-animate img.hp-loaded {
  opacity: 1;
}

.hp-banner-top {
  position: relative;
  top: 85px;
  margin-bottom: 85px;
  height: 190px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hp-banner-top {
    min-height: 240px;
    height: auto;
  }
}
@media (min-width: 991px) {
  .hp-banner-top {
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .hp-banner-top {
    min-height: 370px;
    height: auto;
  }
}
.hp-banner-top img {
  width: 220%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: -70px;
}
@media (min-width: 1440px) {
  .hp-banner-top img {
    left: 0;
    max-height: 370px;
    height: auto;
    max-width: 102%;
  }
}
.hp-banner-top .hp-title-banner {
  position: absolute;
  top: 30%;
  left: 20%;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  /*@media (max-width:1023px){
  	padding: 0 15px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	text-align: center;
  }*/
}
@media (min-width: 768px) {
  .hp-banner-top .hp-title-banner {
    font-size: 40px;
    width: 100%;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 1450px) {
  .hp-banner-top .hp-title-banner {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .hp-banner-top .hp-title-banner {
    font-size: 45px;
    width: 68%;
  }
}
@media (min-width: 1550px) {
  .hp-banner-top .hp-title-banner {
    font-size: 60px;
  }
}

.hp-inner-widthweb {
  padding: 0 15px;
  max-width: 1666px;
  margin: 0 auto;
  width: 100%;
}

.hp-left-block {
  width: 100%;
}
@media (min-width: 1440px) {
  .hp-left-block {
    width: 70%;
  }
}

.hp-main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .hp-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -80px;
  }
}
@media (min-width: 1024px) {
  .hp-main {
    margin-top: -102.5px;
  }
}

/******************************************/
/******************************************/
.hp-proceso-tourcert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 4;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .hp-proceso-tourcert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 205px;
    border-radius: 10px;
  }
}
.hp-proceso-tourcert .bgb {
  width: 100%;
  overflow: hidden;
  height: 110px;
  background: #e3032d;
  border-radius: 10px 10px 0 0;
}
.hp-proceso-tourcert .bgb img {
  width: 28%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
@media screen and (min-width: 1200px) {
  .hp-proceso-tourcert .bgb {
    width: 150px;
    height: 100%;
    border-radius: 10px 0 0 10px;
  }
  .hp-proceso-tourcert .bgb img {
    width: 100%;
  }
}
.hp-proceso-tourcert .hp-proceso {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hp-proceso-tourcert .hp-proceso {
    position: initial;
  }
}
.hp-proceso-tourcert .hp-proceso .hp-wrapper-img-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hp-proceso-tourcert .hp-proceso .hp-wrapper-img-banner img {
  margin-bottom: -42px;
  height: 170px;
}
@media screen and (min-width: 1200px) {
  .hp-proceso-tourcert .hp-proceso .hp-wrapper-img-banner img {
    height: auto;
    margin-bottom: -5px;
  }
}
.hp-proceso-tourcert .hp-right-tourcert {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0 0 6px 6px;
  padding: 15px 15px 20px 15px;
}
@media screen and (min-width: 768px) {
  .hp-proceso-tourcert .hp-right-tourcert {
    padding: 20px 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hp-proceso-tourcert .hp-right-tourcert {
    padding: 20px 30px 30px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: visible;
  }
}
.hp-proceso-tourcert #hp-proceso .hp-tooltip {
  max-width: calc(100% - 170px);
  border: 0;
  opacity: 1;
  min-width: auto;
  top: 50%;
  bottom: auto;
  left: 160px;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hp-proceso-tourcert #hp-proceso .hp-tooltip:before {
  background-image: none;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-right: 20px solid transparent;
  top: auto;
  bottom: -14px;
  left: 45px;
}
@media screen and (min-width: 1200px) {
  .hp-proceso-tourcert #hp-proceso .hp-tooltip {
    max-width: 340px;
    min-width: auto;
    left: 80px;
    right: auto;
    -webkit-transform: none;
            transform: none;
    top: -94px;
  }
  .hp-proceso-tourcert #hp-proceso .hp-tooltip:before {
    bottom: -19px;
  }
}

.hp-title {
  font-size: 14px;
  color: #393934;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hp-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .hp-title {
    font-size: 20px;
  }
}
.hp-title span {
  color: #c30a30;
}

.hp-right-tourcert .hp-title {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .hp-right-tourcert .hp-title {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  .hp-right-tourcert .hp-title {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .hp-right-tourcert .hp-title {
    font-size: 20px;
  }
}

.hp-subtitle {
  font-size: 16.5px;
  color: #393934;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hp-bar-progress {
  margin-top: 15px;
}
.hp-bar-progress .hp-line-progress {
  width: 100%;
}
.hp-bar-progress .hp-list-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -62px;
  /*
  @media (min-width: 360px){
  	margin-top: -37px;
  }
  @media (min-width: 375px){
  	margin-top: -33px;
  }
  @media (min-width: 960px){
  	flex-wrap: nowrap;
  	margin-top: 0;
  }*/
}
@media screen and (min-width: 991px) {
  .hp-bar-progress .hp-list-progress {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 0;
  }
}
.hp-bar-progress .hp-list-progress .hp-item-progress {
  width: 12.5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(8) {
  width: 15px;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(8):before {
  display: none;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(9), .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(10), .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(11), .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(12) {
  width: 12%;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(9), .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(10), .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(11), .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(12) {
    width: 16%;
    margin-top: 75px;
  }
}
.hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(13) {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(13) {
    margin-top: 75px;
  }
}
@media (max-width: 990px) {
  .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(8) .hp-tooltip {
    right: 0;
    left: inherit;
  }
}
@media (max-width: 1024px) {
  .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(12) .hp-tooltip, .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(11) .hp-tooltip {
    right: 0 !important;
    left: inherit !important;
  }
}
.hp-bar-progress .hp-list-progress .hp-item-progress:before {
  content: "";
  display: block;
  background-color: #9fa4ac;
  width: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  height: 4px;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:after {
  content: "";
  display: block;
  background-image: url(../images/icons.png);
  position: absolute;
  top: 103%;
  left: 0;
  width: 17px;
  height: 11px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .hp-bar-progress .hp-list-progress .hp-item-progress:after {
    display: none;
  }
}
.hp-bar-progress .hp-list-progress .hp-item-progress:hover:after {
  opacity: 1;
  visibility: visible;
}
.hp-bar-progress .hp-list-progress .hp-item-progress .hp-tooltip {
  left: -100%;
  margin-left: -17px;
  bottom: -50px;
}
@media (max-width: 768px) {
  .hp-bar-progress .hp-list-progress .hp-item-progress .hp-tooltip {
    display: none;
  }
}
.hp-bar-progress .hp-list-progress .hp-item-progress .hp-tooltip:before {
  display: none;
}
.hp-bar-progress .hp-list-progress .hp-item-progress .hp-item {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #9fa4ac;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  cursor: pointer;
}
.hp-bar-progress .hp-list-progress .hp-item-progress .hp-item:before {
  content: "L";
  background-color: transparent;
  width: 17px;
  height: 17px;
  text-indent: 0;
  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;
  top: -1px !important;
  left: 1px;
  background: transparent;
  font-weight: 700;
  -webkit-transform: scaleX(-1) rotate(-41deg);
          transform: scaleX(-1) rotate(-41deg);
  font-size: 9px;
  color: #9fa4ac;
  background-color: #9fa4ac;
  border-radius: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:last-child {
  width: 17px;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:last-child:before {
  display: none;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:last-child .hp-tooltip {
  left: auto;
  margin: 0;
  right: -25px;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:last-child .hp-tooltip::before {
  left: auto;
  right: 23px;
}
.hp-bar-progress .hp-list-progress .hp-item-progress.active:before {
  background: #c30a30;
}
.hp-bar-progress .hp-list-progress .hp-item-progress.active .hp-item:before {
  background: #c30a30;
  color: #FFF;
}
.hp-bar-progress .hp-list-progress .hp-item-progress:hover .hp-tooltip {
  opacity: 1;
  bottom: -45px;
  visibility: visible;
}
@media screen and (min-width: 991px) {
  .hp-bar-progress .hp-list-progress .hp-item-progress {
    width: 8.3% !important;
    margin-top: 0 !important;
  }
  .hp-bar-progress .hp-list-progress .hp-item-progress:last-child {
    width: 17px !important;
  }
  .hp-bar-progress .hp-list-progress .hp-item-progress:nth-child(8):before {
    display: block;
  }
}
.hp-bar-progress .hp-dual-flex-subtitles {
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 991px) {
  .hp-bar-progress .hp-dual-flex-subtitles {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 8px;
  }
}
.hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item:first-child {
  width: 100%;
}
@media (min-width: 991px) {
  .hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item:first-child {
    width: 100%;
  }
}
.hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item:last-child {
  position: relative;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 15px;
  top: 45px;
  /*top: 83px;
  @media (min-width:375px){
  	 top: 94px;
  }
  @media (min-width:960px){
  	left: -7px;
  	top:0;
  	width: 33%;
  }*/
}
@media screen and (min-width: 991px) {
  .hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item:last-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    top: 0;
    margin-right: 7px;
  }
}
.hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item h3 {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item h3 span {
  color: #c30a30;
}
.hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item > span {
  font-size: 12px;
  color: #666666;
}
@media (min-width: 768px) {
  .hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item > span {
    font-size: 10.8px;
  }
}
@media (min-width: 1366px) {
  .hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item > span {
    font-size: 12.5px;
  }
}
@media (min-width: 990px) {
  .hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item > span {
    height: 33px;
    display: block;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
}
.hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item.-icon-certificado h3 {
  padding-right: 20px;
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*@media (min-width: 768px){
  	padding-right: 0;
  }*/
}
.hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item.-icon-certificado:before {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: -8px;
  font-size: 36px;
  color: #c30a30;
  bottom: -30px;
  /*@media (min-width: 768px){
  	top: -19px;
  	display: none;
  }*/
}
@media screen and (min-width: 991px) {
  .hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item.-icon-certificado:before {
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hp-bar-progress .hp-dual-flex-subtitles .hp-subtitles-item h3 {
    font-size: 15px;
  }
}

/******************************************/
/************ Banner Publicidad  **********/
/******************************************/
.hp-banner-pub {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  z-index: 3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hp-banner-pub {
    margin-bottom: 40px;
  }
}
.hp-banner-pub > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
}
.hp-banner-pub .hp-abs-img {
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  width: 100%;
  position: relative;
  /*@media (min-width: 768px){
  	top:0;
  	height: 100%;
  }*/
}
.hp-banner-pub .hp-abs-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.hp-banner-pub .hp-abs-txt {
  z-index: 4;
  position: relative;
  padding: 30px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*@media (min-width: 1024px){
  	max-width:100%;
  	max-width: 520px;
  }*/
}
.hp-banner-pub .hp-abs-txt .hp-wrapper {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .hp-banner-pub .hp-abs-txt .hp-wrapper {
    border-left: 4px solid #0095ab;
  }
}
.hp-banner-pub .hp-abs-txt h2 {
  font-size: 22px;
  color: #303030;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hp-banner-pub .hp-abs-txt h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .hp-banner-pub .hp-abs-txt h2 {
    /*font-size: 28px;
    letter-spacing: -1.7px;*/
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .hp-banner-pub .hp-abs-txt h2 {
    font-size: 24px;
    /*letter-spacing: -1.7px;*/
  }
}
.hp-banner-pub .hp-abs-txt h2 b {
  font-weight: 700;
}
.hp-banner-pub .hp-abs-txt div {
  color: #0095ab;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hp-banner-pub .hp-abs-txt div {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .hp-banner-pub .hp-abs-txt div {
    font-size: 20px;
  }
}
.hp-banner-pub .hp-abs-txt div span {
  display: block;
}
@media screen and (min-width: 768px) {
  .hp-banner-pub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hp-banner-pub .hp-abs-img {
    position: relative;
    width: auto;
  }
  .hp-banner-pub .hp-abs-txt {
    text-align: left;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    width: 60%;
  }
}

.hp-bg-white-left {
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 420px) {
  .hp-bg-white-left {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .hp-bg-white-left {
    padding: 20px;
    margin-bottom: 100px;
    background: #fff;
  }
}

/******************************************/
/************ Estadisticas - Info  **********/
/******************************************/
.hp-estadisticas-info {
  border-radius: 15px;
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 1024px) {
  .hp-estadisticas-info {
    padding: 20px;
    background: #fff;
  }
}
.hp-estadisticas-info .hp-bg-estadisticas {
  position: relative;
  padding: 15px 10px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1450px) {
  .hp-estadisticas-info .hp-bg-estadisticas {
    padding: 60px 25px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 60px 50px;
  }
}
.hp-estadisticas-info .hp-bg-estadisticas > img {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.hp-estadisticas-info .hp-bg-estadisticas .hp-title-estadistica {
  font-size: 18px;
  color: #393934;
  font-weight: 700;
  margin-bottom: 20px;
}
.hp-estadisticas-info .hp-left-estadisticas {
  width: 100%;
  border: 3px solid #000;
  position: relative;
  background: #fff;
  padding-bottom: 24px;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 15px;
}
.hp-estadisticas-info .hp-left-estadisticas:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 10px solid #f0f0f0;
}
.hp-estadisticas-info .hp-left-estadisticas .hp-ganchos {
  width: 18px;
  height: 23px;
  border: 3px solid #000;
  background: #dde8f1;
  position: absolute;
  top: -12px;
  z-index: 2;
}
.hp-estadisticas-info .hp-left-estadisticas .hp-ganchos:first-child {
  left: 10%;
}
.hp-estadisticas-info .hp-left-estadisticas .hp-ganchos:last-child {
  right: 10%;
}
.hp-estadisticas-info .hp-right-estadistica {
  border: 3px solid #000;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 25px 15px 15px;
}
.hp-estadisticas-info .hp-right-estadistica ul li {
  font-size: 14px;
  color: #838991;
  line-height: 1.2;
  padding-left: 19px;
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
}
.hp-estadisticas-info .hp-right-estadistica ul li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #c30a30;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -18px;
  top: 7px;
}
.hp-estadisticas-info .hp-right-estadistica ul li .hp-show-item-st {
  color: #838991;
}
.hp-estadisticas-info .hp-right-estadistica ul li .hp-show-item-st.active {
  color: #c30a30;
}
.hp-estadisticas-info .hp-article {
  position: relative;
}
.hp-estadisticas-info .hp-article:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .hp-estadisticas-info .hp-article:last-child {
    margin-bottom: 28px;
  }
}
.hp-estadisticas-info .hp-avatar-estadisticas {
  position: absolute;
  bottom: -5px;
  right: 20px;
  display: none;
}
@media screen and (min-width: 640px) {
  .hp-estadisticas-info .hp-avatar-estadisticas {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .hp-estadisticas-info .hp-avatar-estadisticas {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .hp-estadisticas-info .hp-avatar-estadisticas {
    display: block;
  }
}
.hp-estadisticas-info .hp-wrapper-estadisticas-result {
  width: 100%;
  padding-right: 15px;
}
.hp-estadisticas-info .hp-wrapper-estadisticas-result .hp-item {
  display: none;
}
.hp-estadisticas-info .hp-wrapper-estadisticas-result .hp-item img {
  width: auto;
  max-width: 100%;
}
.hp-estadisticas-info .hp-wrapper-estadisticas-result > .active {
  display: block;
}

.hp-article {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hp-article {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-article {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .hp-article {
    margin-bottom: 30px;
  }
}
.hp-article > h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hp-article > h3 {
    font-size: 16px;
  }
}

.hp-title-desc {
  font-size: 16px;
  color: #393934;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .hp-title-desc {
    font-size: 24px;
  }
}

.hp-video-section {
  height: 530px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 50px;
}
.hp-video-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-info-video {
  font-size: 14px;
  color: #838991;
  line-height: 1.6;
  padding-bottom: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  .hp-info-video {
    font-size: 16px;
  }
}
.hp-info-video strong, .hp-info-video b {
  font-weight: bold;
}
.hp-info-video i {
  font-style: italic;
}
.hp-info-video p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .hp-info-video p {
    font-size: 16px;
  }
}
.hp-info-video p:last-child {
  margin-bottom: 0;
}
.hp-info-video h2, .hp-info-video h3, .hp-info-video h4, .hp-info-video h5, .hp-info-video h6 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
  padding: 0;
}
.hp-info-video ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 3px;
}
.hp-info-video ul li:before {
  content: "";
  position: absolute;
  font-family: "hp-icon" !important;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 3px;
  color: #c30a30;
}

/***********************************/
/***********************************/
/***********************************/
.hp-aside {
  padding: 10px 15px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hp-aside {
    max-width: 320px;
  }
}
@media (min-width: 1024px) {
  .hp-aside {
    padding: 22px 12px;
    max-width: 100%;
    width: 30%;
    margin-top: -150px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-left: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1366px) {
  .hp-aside {
    padding: 22px;
  }
}
@media (min-width: 1550px) {
  .hp-aside {
    width: calc(30% - 50px);
  }
}

.hp-actividades-pendientes {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.hp-actividades-pendientes .head-img {
  background: #c30a30;
  border-radius: 15px 15px 0 0;
  height: 130px;
  position: relative;
}
.hp-actividades-pendientes .head-img img {
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.hp-actividades-pendientes .hp-body-pendientes .item-pendientes:hover .hp-arrow-pendientes {
  opacity: 1;
}
.hp-actividades-pendientes .hp-body-pendientes .item-pendientes .hp-arrow-pendientes {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 102%;
  height: 101%;
  border: 1px solid #f3bec6;
  background: #fbe8eb;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
.hp-actividades-pendientes .hp-body-pendientes .item-pendientes .hp-arrow-pendientes:before {
  content: "";
  font-family: "hp-icon" !important;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #c30a30;
}
.hp-actividades-pendientes .hp-body-pendientes ul {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 15px 15px;
}
.hp-actividades-pendientes .hp-body-pendientes ul li a,
.hp-actividades-pendientes .hp-body-pendientes ul li .item-pendientes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.hp-actividades-pendientes .hp-body-pendientes ul li a:last-child,
.hp-actividades-pendientes .hp-body-pendientes ul li .item-pendientes:last-child {
  border-bottom: 0;
}
.hp-actividades-pendientes .hp-body-pendientes ul li a > *:first-child,
.hp-actividades-pendientes .hp-body-pendientes ul li .item-pendientes > *:first-child {
  border-right: 1px solid #ccc;
  width: 70%;
}
.hp-actividades-pendientes .hp-body-pendientes ul li a > *:last-child,
.hp-actividades-pendientes .hp-body-pendientes ul li .item-pendientes > *:last-child {
  width: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) {
  border-bottom: 1px solid #ccc;
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head):last-child {
  border-bottom: 0;
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > *,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * {
  position: relative;
  padding: 12px 10px;
  font-size: 11px;
  color: #838991;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > *,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * {
    font-size: 13px;
    padding: 16px 8px;
  }
}
@media (min-width: 1750px) {
  .hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > *,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * {
    padding: 16px 13px;
  }
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > * p,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * p {
  position: relative;
  padding-left: 10px;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > * p,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * p {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > * p,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * p {
    font-size: 14px;
  }
}
@media (min-width: 1750px) {
  .hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > * p,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * p {
    font: 16px;
  }
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > * p:before,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #c30a30;
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > *:last-child,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > *:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) .item-pendientes > * b,
.hp-actividades-pendientes .hp-body-pendientes ul li:not(.head) a > * b {
  font-weight: 700;
}
.hp-actividades-pendientes .hp-body-pendientes ul li.head {
  border-bottom: 1px solid #ccc;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5fafe;
}
.hp-actividades-pendientes .hp-body-pendientes ul li.head > *:first-child {
  border-right: 1px solid #ccc;
  width: 70%;
}
.hp-actividades-pendientes .hp-body-pendientes ul li.head > *:last-child {
  width: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hp-actividades-pendientes .hp-body-pendientes ul li.head * {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #393934;
  font-weight: 700;
}
@media (min-width: 480px) {
  .hp-actividades-pendientes .hp-body-pendientes ul li.head * {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .hp-actividades-pendientes .hp-body-pendientes ul li.head * {
    font-size: 15px;
  }
}
.hp-actividades-pendientes .hp-body-pendientes ul li.head *:first-child {
  padding-left: 20px;
}
.hp-actividades-pendientes .hp-body-pendientes ul li.head *:last-child {
  text-align: center;
  font-size: 13px;
}
.hp-actividades-pendientes .hp-event-more {
  font-size: 16px;
  color: #c30a30;
  letter-spacing: -0.2px;
  font-weight: 600;
  text-align: right;
  display: block;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 25px;
  position: relative;
}
.hp-actividades-pendientes .hp-event-more:before {
  content: "";
  font-family: "hp-icon" !important;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #c30a30;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 10px;
}
.hp-actividades-pendientes .hp-event-more:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #c30a30;
  position: absolute;
  top: 8px;
  right: 5px;
  display: none;
}
.hp-actividades-pendientes .hp-event-more:hover {
  color: #0095ab;
}

.hp-border-b {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}

.hp-btn-download {
  border-radius: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 22px;
  background: #fff;
}
.hp-btn-download > * {
  position: relative;
}
.hp-btn-download > *.hp-left-download {
  width: 107px;
  background: #c30a30;
  position: relative;
  overflow: hidden;
}
.hp-btn-download > *.hp-left-download.hp-bg-secundario.hp-left-download {
  background: #0095ab;
}
.hp-btn-download > *.hp-left-download.hp-bg-secundario.hp-left-download img {
  width: 100%;
  bottom: -18px;
  left: 5px;
}
.hp-btn-download > *.hp-left-download img {
  width: 103%;
  position: absolute;
  bottom: 0;
  vertical-align: top;
}
.hp-btn-download > *.hp-right-download {
  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;
  width: calc(100% - 105px);
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.hp-btn-download > *.hp-right-download h3 {
  font-size: 14px;
  color: #393934;
  margin-bottom: 5px;
  letter-spacing: -0.2px;
  font-weight: 700;
  padding-bottom: 0;
}
@media (min-width: 1450px) {
  .hp-btn-download > *.hp-right-download h3 {
    font-size: 15px;
  }
}
@media (min-width: 1750px) {
  .hp-btn-download > *.hp-right-download h3 {
    font-size: 17px;
  }
}
.hp-btn-download > *.hp-right-download span {
  font-size: 11px;
  color: #838991;
  line-height: 1.5;
  margin-bottom: 7px;
  letter-spacing: -0.3px;
}
@media (min-width: 768px) {
  .hp-btn-download > *.hp-right-download span {
    font-size: 12px;
  }
}
@media (min-width: 1450px) {
  .hp-btn-download > *.hp-right-download span {
    font-size: 14px;
  }
}

.hp-btn-donwload {
  width: 115px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c30a30;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hp-btn-donwload {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .hp-btn-donwload {
    width: 130px;
  }
}
.hp-btn-donwload:hover {
  background: #0095ab;
}

.banner-aside {
  border-radius: 15px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
.banner-aside img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.hp-aside .hp-border-b {
  display: none;
}
@media (min-width: 768px) {
  .hp-aside .hp-border-b {
    display: block;
  }
}
.hp-aside .hp-actividades-pendientes .hp-tooltip {
  opacity: 1;
  top: -85px;
  bottom: auto;
  left: auto;
  right: 110px;
  z-index: 0;
  border: 0;
  visibility: visible;
  min-width: auto;
  width: 175px;
}
.hp-aside .hp-actividades-pendientes .hp-tooltip:before {
  background-image: none;
  width: 0;
  height: 0;
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  bottom: -19px;
  top: auto;
  left: auto;
  right: 30px;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li.head {
  width: 100% !important;
  border-right: 0 !important;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li.head div {
  width: 100% !important;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 0 !important;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li .item-pendientes .item {
  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  border-right: 0 !important;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li .item-pendientes .item.active {
  background-color: #fbe8eb;
  -webkit-box-shadow: 0px 0px 0px 1px #f1c0c8;
          box-shadow: 0px 0px 0px 1px #f1c0c8;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li .item-pendientes .item:before {
  content: "";
  display: block;
  border: 1px solid #c30a30;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 22px;
  left: 11px;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li .item-pendientes .item strong {
  font-weight: 600;
  color: #333;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li .item-pendientes .item span {
  display: block;
  margin: 5px 0;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li .item-pendientes .item a {
  color: #c30a30;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-hp-full ul li .item-pendientes .item a:hover {
  text-decoration: underline;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-standar ul li .item-pendientes .item {
  padding: 15px;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes.-standar ul li .item-pendientes .item:before {
  display: none;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes .ms-scroll-files {
  border: 1px solid #ccd4da;
  overflow-y: auto;
  height: 395px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom: 10px;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes .ms-scroll-files::-webkit-scrollbar {
  width: 10px;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes .ms-scroll-files::-webkit-scrollbar-thumb {
  background-color: #c7ccd4;
  border-radius: 6px;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes .ms-scroll-files::-webkit-scrollbar-track {
  border: 0px solid black;
  background-color: #edf1f4;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes .ms-scroll-files > ul {
  border: 0;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor.-no-margin {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.hp-link-next {
  font-size: 15px;
  font-weight: 600;
  color: #c30a30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-link-next:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 30px;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  margin-top: -3px;
}
.hp-link-next:hover {
  color: #0095ab;
}

/*************************/
/**** Secciones mobile ***/
@media (min-width: 768px) {
  .hp-mobile-button-download {
    display: none;
  }
}

.hp-left-block .hp-border-b {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}
.hp-left-block .hp-border-b .hp-btn-download {
  border-radius: 6px;
  margin-bottom: 15px;
}
.hp-left-block .hp-border-b .hp-btn-download > .hp-left-download {
  width: 90px;
}
.hp-left-block .hp-border-b .hp-btn-download > .hp-right-download {
  width: calc(100% - 90px);
}
.hp-left-block .hp-border-b .hp-btn-download > .hp-right-download span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .hp-left-block .hp-border-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hp-left-block .hp-border-b .hp-btn-download {
    width: 49%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hp-left-block .hp-border-b {
    display: none;
  }
}

.hp-aside {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hp-aside {
    display: block;
  }
}

.hp-no-pendientes {
  padding: 15px;
  font-size: 11px;
  color: #838991;
  line-height: 1.8;
}

.hp-aside .hp-actividades-pendientes .item-pendientes p {
  height: 43px;
  overflow: hidden;
  position: relative;
}
.hp-aside .hp-actividades-pendientes .item-pendientes p:after {
  content: "...";
  display: inline-block;
  padding: 5px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  right: 0;
}

.infografia {
  padding: 20px;
  background: #fff;
}

.hp-content-info {
  padding: 0 22px;
  border-radius: 10px;
  background: #c30a30;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .hp-content-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hp-content-info h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .hp-content-info h2 {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .hp-content-info h2 {
    font-size: 28px;
  }
}
.hp-content-info span {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .hp-content-info span {
    font-size: 18px;
  }
}
.hp-content-info .hp-button {
  background: #0095ab;
  padding: 5px 15px;
  border: 1px solid #0095ab;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hp-content-info .hp-button {
    margin-left: 0;
    margin-right: 0;
  }
}
.hp-content-info .hp-button:hover {
  border: 1px solid #fff;
}
.hp-content-info .hp-left-content-infografia {
  margin: auto;
  padding: 18px 0;
}
@media (min-width: 768px) {
  .hp-content-info .hp-left-content-infografia {
    margin: auto 0;
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .hp-content-info .hp-right-img-infografia {
    padding-left: 20px;
  }
}
.hp-content-info .hp-right-img-infografia img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.hp-bannertourcert {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.hp-bannertourcert img {
  max-width: 100%;
}
.hp-bannertourcert .hp-abs-txt {
  position: absolute;
  left: 50px;
  top: 27px;
}
.hp-bannertourcert .hp-abs-txt:before {
  width: 4px;
  height: 97%;
  background: #0095ab;
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
}
.hp-bannertourcert .hp-abs-txt h2 {
  font-size: 26px;
  color: #303030;
  font-weight: 300;
  margin-bottom: 25px;
  letter-spacing: -1.7px;
}
.hp-bannertourcert .hp-abs-txt h2 b {
  font-weight: 700;
}
.hp-bannertourcert .hp-abs-txt div {
  color: #0095ab;
  font-size: 15px;
  line-height: 1.3;
}
.hp-bannertourcert .hp-abs-txt div span {
  display: block;
}

.hp-head-prg {
  background: #c30a30;
  color: #fff;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 15px;
  height: 150px;
  border-radius: 15px;
  position: relative;
}
.hp-head-prg h2 {
  font-size: 23px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  color: #FFF;
}
@media screen and (min-width: 1440px) {
  .hp-head-prg h2 {
    font-size: 28px;
  }
}
.hp-head-prg span {
  font-size: 15px;
  display: block;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.hp-head-prg img {
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 2;
}

.hp-border-top-b {
  padding-top: 25px;
  border-top: 1px solid #ccc;
  margin-top: 25px;
}

.hp-border-bottom-b {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}

.hp-list-programas {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.hp-list-programas li {
  margin-bottom: 15px;
}
.hp-list-programas li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 35px;
  position: relative;
}
.hp-list-programas li a:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  border-radius: 100%;
  color: #bbbfc3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "hp-icon" !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  padding-top: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.3s;
}
.hp-list-programas li a h2 {
  font-size: 15px;
  color: #393934;
  margin-bottom: 4px;
  font-weight: 700;
}
@media scree and (min-width: 1440px) {
  .hp-list-programas li a h2 {
    font-size: 19px;
  }
}
.hp-list-programas li a span {
  font-size: 16px;
  font-weight: 400;
  color: #838991;
}
.hp-list-programas li a:hover .hp-icon-tourcert {
  color: #FFF;
  background-color: #c30a30;
}
.hp-list-programas li a:hover:after {
  right: 0;
}
.hp-list-programas .hp-icon-tourcert.hp-icon-programas {
  width: 55px;
  height: 55px;
  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-size: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  margin-right: 15px;
  background-color: #f8e6e9;
  color: #c30a30;
}

.hp-section-tabs .hp-items-tabs {
  padding-top: 15px;
  border: 1px solid #ccc;
  padding: 0;
  background: #fff;
}
.hp-section-tabs .hp-items-tabs h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.hp-head-tabs-info {
  margin: 0 -2.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
@media (min-width: 768px) {
  .hp-head-tabs-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .hp-head-tabs-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hp-head-tabs-info a {
  width: calc(50% - 5px);
  margin: 0 2.5px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #c30a30;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 4px;
  color: #fff;
  border: 1px solid #c30a30;
  position: relative;
  top: 1px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .hp-head-tabs-info a {
    height: 70px;
    padding: 2px 10px;
  }
}
@media (min-width: 768px) {
  .hp-head-tabs-info a {
    width: calc(25% - 5px);
    border-radius: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 0;
  }
}
.hp-head-tabs-info a .hp-icon-programas {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8e6e9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  font-size: 24px;
  color: #c30a30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 420px) {
  .hp-head-tabs-info a .hp-icon-programas {
    width: 55px;
    height: 55px;
    font-size: 28px;
  }
}
.hp-head-tabs-info a .hp-right-programa {
  width: calc(100% - 40px);
}
@media (min-width: 420px) {
  .hp-head-tabs-info a .hp-right-programa {
    width: calc(100% - 55px);
  }
}
.hp-head-tabs-info a:hover, .hp-head-tabs-info a.active {
  background-color: #fff;
  border-color: #ccc;
  border-bottom: 1px solid #fff;
}
.hp-head-tabs-info a:hover h2, .hp-head-tabs-info a.active h2 {
  color: #393934;
}
.hp-head-tabs-info a:hover span, .hp-head-tabs-info a.active span {
  color: #838991;
}
.hp-head-tabs-info a.active .hp-icon-programas {
  background-color: #f8e6e9;
  color: #c30a30;
}
.hp-head-tabs-info a h2 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: -0.4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .hp-head-tabs-info a h2 {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.hp-head-tabs-info a span {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/****************************************/
/********** header Section***************/
/****************************************/
.hp-headear-section {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .hp-headear-section {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.hp-headear-section:before {
  content: "";
  display: block;
  width: 7px;
  height: 90%;
  top: 8px;
  position: absolute;
  left: 0;
  background: #c30a30;
}
.hp-headear-section h2 {
  font-size: 26px;
  color: #393934;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-weight: 700;
  padding-bottom: 0;
  /*@media (min-width: 768px){
  	font-size: 58px;
  }

  @media (min-width: 768px){
  	font-size: 58px;
  }*/
}
@media (min-width: 768px) {
  .hp-headear-section h2 {
    font-size: 35px;
  }
}
@media (min-width: 1440px) {
  .hp-headear-section h2 {
    font-size: 41px;
    line-height: 1.1;
  }
}
.hp-headear-section h2 span {
  color: #c30a30;
}
.hp-headear-section > span {
  font-size: 14px;
  color: #393934;
  line-height: 1.2;
  /*@media (min-width: 768px){
  	font-size: 27px;
  }*/
}
@media (min-width: 768px) {
  .hp-headear-section > span {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .hp-headear-section > span {
    font-size: 27px;
  }
}

/****************************************/
/******* List criterios Section *********/
/****************************************/
.hp-head-criterios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5px;
}
.hp-head-criterios .hp-item-head-criterio {
  padding: 10px 15px 8px 15px;
  border: 3px solid #ccc;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: calc(50% - 5px);
  margin: 0 2.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  background: #fff;
  top: 0;
}
.hp-head-criterios .hp-item-head-criterio:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 6px;
  background-color: white;
  left: 0;
}
.hp-head-criterios .hp-item-head-criterio.active {
  border-color: #c30a30;
}
.hp-head-criterios .hp-item-head-criterio.active:after {
  bottom: -6px;
}
.hp-head-criterios .hp-item-head-criterio h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #454544;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hp-head-criterios .hp-item-head-criterio h3 span {
  font-size: 20px;
}
.hp-head-criterios .hp-item-head-criterio h4 {
  font-size: 28px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}
.hp-head-criterios .hp-item-head-criterio h4 span {
  color: #c30a30;
}
.hp-head-criterios .hp-item-head-criterio div {
  color: #393934;
  margin-top: 8px;
}
.hp-head-criterios .hp-item-head-criterio div span {
  color: #c30a30;
}

.hp-info-tabs-criterios {
  font-size: 16px;
  color: #393934;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .hp-info-tabs-criterios {
    display: none;
  }
}
.hp-info-tabs-criterios span {
  color: #c30a30;
}

.hp-list-content-criterios {
  border: 3px solid #c30a30;
  padding: 15px 10px;
  position: relative;
  padding-bottom: 35px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .hp-list-content-criterios {
    padding: 15px 28px 28px;
  }
}
.hp-list-content-criterios .head-table-criterios {
  font-size: 20px;
  color: #fff;
  background: #c30a30;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 768px) {
  .hp-list-content-criterios .head-table-criterios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hp-list-content-criterios .head-table-criterios span {
  padding-left: 20px;
  font-size: 17px;
}
.hp-list-content-criterios .head-table-criterios span:first-child {
  width: 62%;
}
.hp-list-content-criterios .head-table-criterios span:last-child {
  width: 38%;
}
.hp-list-content-criterios .hp-wrapper-btn.-ft-sp {
  margin-bottom: 0;
  margin-top: 20px;
}

.hp-item-row {
  margin-top: 8px;
}
.hp-item-row .hp-item-left-criterio {
  width: 100%;
  background: #f5fafe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 8px;
  margin-right: 7px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .hp-item-row .hp-item-left-criterio {
    width: 62%;
  }
}
.hp-item-row .hp-item-left-criterio:after {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: 10px;
  top: 24px;
  width: 12px;
  height: 10px;
  color: #bbbfc3;
  z-index: 2;
  font-size: 10px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-item-row .hp-item-left-criterio.hp-bg-important, .hp-item-row .hp-item-left-criterio:hover {
  background: #fbe8eb;
}
.hp-item-row .hp-item-left-criterio.hp-bg-active-criterio:after {
  color: #c30a30;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hp-item-row .hp-item-left-criterio.hp-bg-active-criterio .hp-body-item-criterio {
  visibility: visible;
  max-height: 1500px;
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 25px;
}
.hp-item-row .hp-item-left-criterio span {
  display: block;
}
.hp-item-row .hp-title-criterio {
  font-size: 14px;
  color: #393934;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .hp-item-row .hp-title-criterio {
    font-size: 15px;
  }
}
.hp-item-row .hp-head-item-criterio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10%;
  width: 100%;
}
@media (min-width: 768px) {
  .hp-item-row .hp-head-item-criterio {
    height: 70px;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
  }
}
.hp-item-row .hp-item-right-criterio {
  width: 38%;
  background: #f5fafe;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  padding-left: 17px;
  margin-right: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .hp-item-row .hp-item-right-criterio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hp-item-row .hp-item-right-criterio .hp-title-criterio {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -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;
  padding: 10px;
}
.hp-item-row .hp-item-right-criterio .hp-title-criterio span {
  display: block;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}
.hp-item-row .hp-item-right-criterio .hp-title-criterio span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #c30a30;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  position: absolute;
  left: 0px;
}
.hp-item-row .hp-item-right-criterio:last-child {
  margin-right: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 17px;
  width: 13%;
}
.hp-item-row .hp-item-right-criterio.hp-last-item .hp-title-criterio {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-item-row .hp-item-right-criterio.hp-last-item .hp-title-criterio:before {
  display: none;
}
.hp-item-row .hp-number-criterio {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6dde1;
  font-size: 14px;
  font-weight: 700;
  color: #c30a30;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 480px) {
  .hp-item-row .hp-number-criterio {
    height: 45px;
    border-radius: 8px;
    width: 45px;
  }
}
@media (min-width: 768px) {
  .hp-item-row .hp-number-criterio {
    font-size: 18px;
  }
}
.hp-item-row .hp-body-item-criterio {
  padding-left: 45px;
  padding-right: 8%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .hp-item-row .hp-body-item-criterio {
    padding-left: 61px;
  }
}
.hp-item-row .hp-body-item-criterio ul, .hp-item-row .hp-body-item-criterio ol {
  padding-left: 18px;
}
.hp-item-row .hp-body-item-criterio ul li, .hp-item-row .hp-body-item-criterio ol li {
  list-style: disc;
}
.hp-item-row .hp-body-item-criterio p {
  font-size: 14px;
  color: #838991;
  line-height: 22px;
  margin-bottom: 25px;
  text-align: justify;
}
.hp-item-row .hp-body-item-criterio p strong {
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 375px) {
  .hp-item-row .hp-body-item-criterio p {
    font-size: 15px;
  }
}

.hp-important {
  font-size: 16px;
  color: #c30a30;
}

.hp-item-tab {
  padding: 15px;
}
.hp-item-tab .hp-video-cover {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}

/****************************/
/***** mobile tourcert ******/
@media (max-width: 991px) {
  .page-template-tourcert .hp-aside {
    display: none;
  }
  .page-template-tourcert .hp-bg-white-left {
    padding: 0;
  }
  .page-template-tourcert .hp-banner-top .hp-wrapper-title {
    padding-left: 15px;
    text-align: left;
  }
  .page-template-tourcert .hp-proceso-tourcert .bgb {
    display: none;
  }
  .page-template-tourcert .hp-proceso-tourcert .hp-tooltip {
    display: none;
  }
  .page-template-tourcert .hp-proceso-tourcert .hp-proceso .hp-abs {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    top: -100px;
    right: 0;
    left: inherit;
    height: 130px;
  }
}
.page-id-370 .hp-banner-top .hp-wrapper-title {
  text-align: left;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-banner-top .hp-wrapper-title {
    text-align: center;
  }
}
.page-id-370 .hp-banner-top .hp-wrapper-title .hp-title-banner {
  max-width: 68%;
}
.page-id-370 .hp-proceso-tourcert .hp-right-tourcert {
  border-radius: 6px;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-proceso-tourcert .hp-right-tourcert {
    border-radius: 10px;
  }
}
.page-id-370 .hp-proceso-tourcert .bgb {
  display: none;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-proceso-tourcert .bgb {
    display: block;
  }
}
.page-id-370 .hp-proceso-tourcert .hp-proceso .hp-wrapper-img-banner {
  left: auto;
  right: 0;
}
.page-id-370 .hp-proceso-tourcert .hp-proceso .hp-wrapper-img-banner img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  margin-bottom: -30px;
  height: 130px;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-proceso-tourcert .hp-proceso .hp-wrapper-img-banner {
    right: auto;
    left: 0;
  }
  .page-id-370 .hp-proceso-tourcert .hp-proceso .hp-wrapper-img-banner img {
    height: auto;
    margin-bottom: -5px;
    -webkit-transform: none;
            transform: none;
  }
}
.page-id-370 .hp-proceso-tourcert #hp-proceso .hp-tooltip {
  display: none;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-proceso-tourcert #hp-proceso .hp-tooltip {
    display: block;
  }
}
.page-id-370 .hp-section-tabs .hp-items-tabs {
  border-radius: 6px;
  overflow: hidden;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab {
  padding: 0;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-item {
  padding: 0 15px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-item {
    -webkit-transition: none;
    transition: none;
    height: auto;
    max-height: auto;
    visibility: visible;
    opacity: 1;
    padding: 27px;
  }
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-item .hp-title-desc {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-item .hp-title-desc {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-item {
    padding: 0 27px;
  }
  .page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-item .hp-title-desc {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert {
  width: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px 10px 15px;
  background-color: #c30a30;
  color: #FFF;
  position: relative;
  border-bottom: 1px solid #e84341;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert:last-child {
  border-bottom: 0;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert:after {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: 13px;
  top: 24px;
  width: 12px;
  height: 10px;
  color: #FFF;
  z-index: 2;
  font-size: 10px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert {
    display: none;
  }
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert .hp-icon-tourcert {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #e84341;
  font-size: 25px;
  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: normal;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert .hp-right-programa {
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert .hp-right-programa > h2 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab .hp-tourcert .hp-right-programa span {
  font-size: 13px;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab.active .hp-tourcert {
  background-color: #FFF;
  color: #333;
  border-bottom-color: #ccc;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab.active .hp-tourcert span {
  color: #8d9097;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab.active .hp-tourcert .hp-icon-tourcert {
  color: #FFF;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab.active .hp-tourcert:after {
  color: #bbbfc3;
}
.page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab.active .hp-item {
  visibility: visible;
  max-height: 5000px;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .page-id-370 .hp-section-tabs .hp-items-tabs .hp-item-tab.active .hp-item {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media (max-width: 990px) {
  .page-id-370 #video-tabs .hp-tab-item {
    display: block !important;
  }
}

.page-template-tourcert .hp-item-row .hp-item-right-criterio:last-child {
  display: none;
}

.hp-mj {
  position: relative;
  margin-bottom: 20px;
  padding: 25px 15px;
  border-radius: 13px;
  line-height: 1.3;
  background: #e0f6f6;
  border: 1px solid #03b1a7;
  padding-left: 45px;
  color: #929292;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}
.hp-mj strong {
  font-weight: bold;
}
.hp-mj:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 60px);
  top: 30px;
  width: 5px;
  background: #03b1a7;
  left: 15px;
}

.hp-emprendimiento {
  padding: 24px 28px;
  background-color: #FFF;
}
.hp-emprendimiento .hp-emprendimiento-inner {
  border-radius: 15px solid #ccc;
  border: 1px solid #ccc;
  padding: 32px 28px;
  border-radius: 15px;
}

.hp-head-two {
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
.hp-head-two h2 {
  font-size: 32px;
  color: #303030;
  font-weight: 700;
  margin-bottom: 7px;
}
.hp-head-two span {
  font-size: 16px;
  line-height: 1.6;
  color: #838991;
}

.hp-item-acordeon {
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-item-acordeon.hp-active-acordion {
  margin-bottom: 35px;
}
.hp-item-acordeon.hp-active-acordion .hp-head-acordeon {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #c30a30;
  color: #fff;
  border-color: transparent;
}
.hp-item-acordeon.hp-active-acordion .hp-head-acordeon:before {
  background-color: #f00224;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.hp-item-acordeon.hp-active-acordion .hp-content-form-input {
  max-height: 5000px;
  padding: 30px 20px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 1px solid #ccc;
  opacity: 1;
  visibility: visible;
}
.hp-item-acordeon .hp-head-acordeon {
  cursor: pointer;
  padding: 10px 20px;
  min-height: 45px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #e6e9ec;
  color: #333333;
  border-radius: 8px;
  border: 1px solid #ccc;
  position: relative;
}
@media (min-width: 768px) {
  .hp-item-acordeon .hp-head-acordeon {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .hp-item-acordeon .hp-head-acordeon {
    font-size: 16px;
  }
}
.hp-item-acordeon .hp-head-acordeon:before {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 7px;
  border-radius: 100%;
  color: #FFF;
  background-color: #c6c9ce;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "hp-icon" !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  padding-top: 2px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hp-item-acordeon .hp-head-acordeon:hover {
  background: #c30a30;
  color: #fff;
  border-color: transparent;
}
.hp-item-acordeon .hp-head-acordeon:hover:before {
  background-color: #f00224;
}
.hp-item-acordeon .hp-content-form-input {
  border: 1px solid transparent;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  opacity: 0;
  visibility: hidden;
}
.hp-item-acordeon .hp-content-form-input > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%;
}
.hp-item-acordeon .hp-content-form-input > ul > li {
  margin: 0 8px;
  margin-bottom: 12px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .hp-item-acordeon .hp-content-form-input > ul > li {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.hp-item-acordeon .hp-content-form-input > ul > li .hp-text,
.hp-item-acordeon .hp-content-form-input > ul > li label {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hp-item-acordeon .hp-content-form-input > ul > li .hp-text,
.hp-item-acordeon .hp-content-form-input > ul > li label {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.hp-item-acordeon .hp-content-form-input .hp-full-input {
  width: calc(100% - 16px);
}
.hp-item-acordeon .hp-content-form-input .hp-full-input.otro-input, .hp-item-acordeon .hp-content-form-input .hp-full-input.otro-input2 {
  display: none;
}
@media (min-width: 768px) {
  .hp-item-acordeon .hp-content-form-input .hp-full-input {
    width: calc(100% - 30px);
  }
}
.hp-item-acordeon .hp-content-form-input .hp-full-input h2 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 7px;
}
.hp-item-acordeon .hp-content-form-input .hp-dual-input {
  width: calc(100% - 16px);
}
@media (min-width: 768px) {
  .hp-item-acordeon .hp-content-form-input .hp-dual-input {
    width: calc(50% - 30px);
  }
}
.hp-item-acordeon .hp-content-form-input.-only {
  padding: 0;
}
.hp-item-acordeon .hp-content-form-input.-only > ul {
  margin: 0;
  width: 100%;
}
.hp-item-acordeon .hp-content-form-input.-only > ul .hp-full-input {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 20px;
  margin-bottom: 0;
}
.hp-item-acordeon .hp-content-form-input.-only .hp-table-lt {
  border: 0;
  border-bottom: 1px solid #ccc;
}
.hp-item-acordeon .hp-content-form-input.-only .hp-btn-simple {
  padding: 20px;
  padding-top: 0;
}
.hp-item-acordeon .hp-content-form-input.-flex-colum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hp-item-acordeon .hp-radio-wrapper {
  margin-top: 0px;
}

input[type=password].hp-input-emprendimiento, input[type=text].hp-input-emprendimiento, input[type=email].hp-input-emprendimiento, input[type=tel].hp-input-emprendimiento {
  background: #fafdff;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  color: #000;
  height: 45px;
  padding: 0 15px;
}
input[type=password].hp-input-emprendimiento::-webkit-input-placeholder, input[type=text].hp-input-emprendimiento::-webkit-input-placeholder, input[type=email].hp-input-emprendimiento::-webkit-input-placeholder, input[type=tel].hp-input-emprendimiento::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
input[type=password].hp-input-emprendimiento::-moz-placeholder, input[type=text].hp-input-emprendimiento::-moz-placeholder, input[type=email].hp-input-emprendimiento::-moz-placeholder, input[type=tel].hp-input-emprendimiento::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
input[type=password].hp-input-emprendimiento:-ms-input-placeholder, input[type=text].hp-input-emprendimiento:-ms-input-placeholder, input[type=email].hp-input-emprendimiento:-ms-input-placeholder, input[type=tel].hp-input-emprendimiento:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
input[type=password].hp-input-emprendimiento::-ms-input-placeholder, input[type=text].hp-input-emprendimiento::-ms-input-placeholder, input[type=email].hp-input-emprendimiento::-ms-input-placeholder, input[type=tel].hp-input-emprendimiento::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
input[type=password].hp-input-emprendimiento::placeholder, input[type=text].hp-input-emprendimiento::placeholder, input[type=email].hp-input-emprendimiento::placeholder, input[type=tel].hp-input-emprendimiento::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
input[type=password].hp-input-emprendimiento:-ms-input-placeholder, input[type=text].hp-input-emprendimiento:-ms-input-placeholder, input[type=email].hp-input-emprendimiento:-ms-input-placeholder, input[type=tel].hp-input-emprendimiento:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ababab;
}
input[type=password].hp-input-emprendimiento::-ms-input-placeholder, input[type=text].hp-input-emprendimiento::-ms-input-placeholder, input[type=email].hp-input-emprendimiento::-ms-input-placeholder, input[type=tel].hp-input-emprendimiento::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ababab;
}

.hp-input-emprendimiento {
  background: #fafdff;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  color: #000;
  height: 45px;
  padding: 0 15px;
}
.hp-input-emprendimiento::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
.hp-input-emprendimiento::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
.hp-input-emprendimiento:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
.hp-input-emprendimiento::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
.hp-input-emprendimiento::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
}
.hp-input-emprendimiento:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ababab;
}
.hp-input-emprendimiento::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ababab;
}

.hp-btn-simple {
  margin-left: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  margin-top: 0;
  font-weight: 700;
  background: transparent;
  color: #c30a30;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-btn-simple:hover {
  color: #0095ab;
}
.hp-btn-simple.hp-no-margin {
  margin-top: 0;
}

#emprendimiento-lst .hp-text-description {
  margin-top: 10px;
}
#emprendimiento-lst .hp-empredimientos-list {
  margin: 0 -15px;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento {
  padding: 0 15px;
  width: 100%;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item {
  background-color: #f5fafe;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccd4da;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-img {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccd4da;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-img:after {
  content: "";
  display: block;
  padding-bottom: 47%;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info {
  background-color: #f5fafe;
  padding: 20px;
  position: relative;
  z-index: 2;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-item-title {
  font-size: 16px;
  color: #393934;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info p {
  color: #656565;
  font-size: 14px;
  margin: 5px 0;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info p strong {
  font-weight: 600;
  color: #393934;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout {
  background-color: transparent;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
  border-left: 3px solid #c30a30;
  margin: 15px 0;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout div {
  margin: 2px 0;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout span {
  color: #c30a30;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout .hp-checbox-wrapper {
  display: inline-block;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout .hp-checbox-wrapper label {
  width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout .hp-checbox-wrapper label:before {
  height: 100% !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #c30a30;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout .hp-checbox-wrapper label:after {
  color: #FFF;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-btn {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-btn .hp-link {
  background-color: #c30a30;
  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;
  height: 36px;
  width: auto;
  padding: 0px 40px 0 30px;
  border-radius: 25px;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-btn .hp-link:hover {
  background-color: #0095ab;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-btn .hp-link:after {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-size: 12px;
  font-weight: 100;
  right: 15px;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn {
  background-color: #4da9ab;
  padding: 10px 20px;
  margin: 0;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn .hp-btn {
  width: 100%;
  position: relative;
  border-radius: 6px;
  background-color: #f5fafe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.2;
  font-size: 13px;
  color: #393934;
  text-align: left;
  display: block;
  padding: 8px 30px 8px 60px;
  margin: 10px 0;
  transition: all 0.3s;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn .hp-btn span {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn .hp-btn:before {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  width: 50px;
  height: 100%;
  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;
  border-right: 1px solid #cccccc;
  color: #0095ab;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn .hp-btn:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  font-family: "hp-icon" !important;
  font-size: 12px;
  padding-top: 2px;
  display: none;
  color: #FFF;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn .hp-btn:hover {
  background-color: #c30a30;
  color: #FFF;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn .hp-btn:hover:after {
  display: block;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-btn.-emprendimiento-btn .hp-btn:hover:before {
  border-right: 1px solid #d65670;
  color: #FFF;
}
#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item:hover {
  border-color: #c30a30;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(195, 10, 48, 0.75);
          box-shadow: 0px 0px 0px 3px rgba(195, 10, 48, 0.75);
}
@media screen and (min-width: 768px) {
  #emprendimiento-lst .hp-empredimientos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  #emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento {
    width: 33.33%;
  }
  #emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item {
    margin-bottom: 30px;
  }
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento {
  width: 100%;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-img {
  width: auto;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-img:after {
  display: none;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-img img {
  position: relative;
  width: auto;
  max-width: 100%;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-item-title {
  font-size: 24px;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout {
  font-size: 15px;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-info .hp-wrapper-callout div {
  margin: 5px 0;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#emprendimiento-lst .hp-empredimientos-list.-banner .hp-item-emprendimiento .hp-item .hp-wrapper-btn .hp-btn-link-head {
  border: 0;
  cursor: pointer;
}

.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-tooltip {
  min-width: 240px;
  top: -60px;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .head-img img {
  margin-right: 0;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes ul li:not(.head) p {
  line-height: 1.2;
  padding: 0;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes ul li:not(.head) p:before {
  display: none;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes ul li.active:not(.head) p {
  color: #c30a30;
}
.hp-aside .hp-actividades-pendientes.hp-text-home-asesor .hp-body-pendientes ul li.active:not(.head) .btn-add-work {
  background-color: #fbe8eb;
  border-color: #f3bec6;
  color: #c23334;
}

.activepdf iframe {
  width: 100%;
  height: 600px;
}

.hp-item-acordeon .hp-content-form-input .hp-full-input.hp-small div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hp-item-acordeon .hp-content-form-input .hp-full-input.hp-small div span {
  font-size: 20px;
  display: inline-block;
  padding: 0 10px;
}
.hp-item-acordeon .hp-content-form-input .hp-full-input.hp-small div small {
  display: none;
}
@media (min-width: 768px) {
  .hp-item-acordeon .hp-content-form-input .hp-full-input.hp-small div small {
    display: inline-block;
    font-size: 14px;
  }
}

.hp-input-emprendimiento.hp-input-small {
  max-width: 200px;
}

#hp-criterios-implementacion .hp-wrapper-criterios .hp-title {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  background-color: #c30a30;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 0;
}
#hp-criterios-implementacion .hp-body-criterios {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #ccd4da;
  border-top-color: transparent;
  padding: 20px;
}
#hp-criterios-implementacion .hp-wrapper-callout {
  margin-bottom: 25px;
  min-height: 115px;
}
#hp-criterios-implementacion .hp-item-criterio {
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#hp-criterios-implementacion .hp-item-criterio img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80px;
}
@media (min-width: 768px) {
  #hp-criterios-implementacion .hp-item-criterio img {
    max-width: 100%;
  }
}
#hp-criterios-implementacion .hp-item-criterio .hp-description {
  padding: 15px 15px 15px 60px;
  color: #393934;
  font-size: 16px;
  position: relative;
  background-color: #fbe8eb;
  width: 100%;
}
@media (min-width: 768px) {
  #hp-criterios-implementacion .hp-item-criterio .hp-description {
    padding: 15px 15px 15px 70px;
  }
}
#hp-criterios-implementacion .hp-item-criterio .hp-description .hp-checbox-wrapper {
  font-size: 12px;
}
@media (min-width: 768px) {
  #hp-criterios-implementacion .hp-item-criterio .hp-description .hp-checbox-wrapper {
    font-size: 15px;
  }
}
#hp-criterios-implementacion .hp-item-criterio .hp-description p {
  font-size: 12px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #hp-criterios-implementacion .hp-item-criterio .hp-description p {
    font-size: 16px;
  }
}
#hp-criterios-implementacion .hp-item-criterio .hp-description .hp-number {
  font-size: 13px;
  color: #c30a30;
  font-weight: 600;
  background-color: #f6dde1;
  border-radius: 4px;
  padding: 5px;
  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: 38px;
  height: 35px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  #hp-criterios-implementacion .hp-item-criterio .hp-description .hp-number {
    left: 7px;
  }
}
#hp-criterios-implementacion .hp-item-criterio:hover {
  border-color: #c30a30;
}
#hp-criterios-implementacion .hp-item-criterio.active .hp-description {
  background-color: #f5fafe;
}
#hp-criterios-implementacion .hp-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #hp-criterios-implementacion .hp-flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#hp-criterios-implementacion .hp-flex-box .hp-flex-item {
  width: 100%;
}
@media (min-width: 768px) {
  #hp-criterios-implementacion .hp-flex-box .hp-flex-item {
    width: 48%;
  }
}

.hp-wrapper-section {
  padding: 25px 12px;
  border: 1px solid #ccd4da;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .hp-wrapper-section {
    padding: 25px;
  }
}

#hp-criterios .hp-content-form-input {
  padding: 15px;
}
#hp-criterios .hp-flex-box {
  margin: 30px 0 10px 0;
}
#hp-criterios .hp-wrapper-form .hp-wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
#hp-criterios .hp-wrapper-form .hp-wrapper-btn .hp-link {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #c30a30;
}
@media (min-width: 768px) {
  #hp-criterios .hp-wrapper-form .hp-wrapper-btn .hp-link {
    font-size: 15px;
  }
}
#hp-criterios .hp-wrapper-form .hp-wrapper-btn .hp-link:hover {
  text-decoration: underline;
}

.bgafter-imp {
  position: relative;
  overflow: hidden;
}
.bgafter-imp:after {
  content: "";
  width: 52%;
  min-width: 54px;
  height: 390px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../images/general-implemnetacion.png);
}

.hp-video-cover .hp-wrapper-video img.bg-icomuj {
  top: 45% !important;
  right: 0;
  max-width: none;
  width: auto !important;
  left: inherit !important;
  z-index: 3 !important;
}

.hp-wrapper-btn.hp-mgt-more {
  margin-top: 85px;
}

.hp-pos {
  position: relative;
}
.hp-pos .bg-icomuj {
  position: absolute;
  top: 100%;
  right: 0;
}

.item-bullet {
  position: relative;
}
.item-bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c30a30;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.hp-checbox-wrapper > li.item-bullet, .hp-radio-wrapper > li.item-bullet {
  margin-bottom: 10px;
}

.mgt-ul {
  margin-top: 15px;
}

.pd-lr {
  padding: 0 15px;
}

.single-plantilla .hp-main .hp-aside {
  display: block;
}

#implemantacion-programa {
  width: 100%;
}
#implemantacion-programa .hp-wrapper-table {
  margin-top: 20px;
}
#implemantacion-programa .hp-wrapper-table .hp-wrapper-select {
  background-color: transparent;
}
#implemantacion-programa .hp-wrapper-table .hp-wrapper-select select {
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
#implemantacion-programa .hp-wrapper-btn {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #edit-modal .hp-modal .hp-wrapper-modal {
    max-width: 1020px;
  }
}
#edit-modal .hp-modal .hp-modal-header {
  position: absolute;
  top: 0;
  right: 0;
}
#edit-modal .hp-modal .hp-modal-body {
  padding: 30px;
}
#edit-modal .hp-modal .hp-modal-body .hp-wrapper-btn {
  margin: 10px 0 0;
}
#edit-modal .hp-modal .hp-modal-body .hp-wrapper-btn .hp-button {
  margin: 0;
  display: inline-block;
}
#edit-modal .hp-modal .hp-flex-box p {
  margin: 0;
}
#edit-modal .hp-modal .hp-wrapper-form {
  margin-top: 20px;
}

.ms-wrapper-implementaion-comunitaria.hp-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  .ms-wrapper-implementaion-comunitaria.hp-flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ms-wrapper-implementaion-comunitaria.hp-flex-box .hp-title-xl .hp-title.-small-text {
    font-size: 24px;
  }
  .ms-wrapper-implementaion-comunitaria.hp-flex-box .hp-title-xl p {
    font-size: 13px;
  }
  .ms-wrapper-implementaion-comunitaria.hp-flex-box .hp-btn-link-head {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .ms-wrapper-implementaion-comunitaria.hp-flex-box .hp-btn-link-head {
    width: 100%;
  }
}
.ms-wrapper-implementaion-comunitaria.-no-margin {
  margin: 0 !important;
}
.ms-wrapper-implementaion-comunitaria.-no-margin .hp-title-xl {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .hp-left-block .hp-wrapper-article .hp-flex {
    width: 100%;
  }
}

.page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hp-left-block .hp-wrapper-article {
  border-radius: 10px;
  border: 1px solid #cfd6dc;
  background-color: #fafdff;
  padding: 15px;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .hp-left-block .hp-wrapper-article .hp-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .hp-left-block .hp-wrapper-article {
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hp-left-block .hp-wrapper-article .hp-title {
  font-size: 18px;
  line-height: 1.2;
  color: #c30a30;
  font-weight: 600;
  margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
  .hp-left-block .hp-wrapper-article .hp-title {
    font-size: 25px;
  }
}
.hp-left-block .hp-wrapper-article p {
  font-size: 13px;
  color: #838991;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hp-left-block .hp-wrapper-article p {
    font-size: 16px;
  }
}
.hp-left-block .hp-wrapper-article .hp-wrapper-btn {
  margin-bottom: 20px;
  text-align: left;
}
.hp-left-block .hp-wrapper-article .hp-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hp-left-block .hp-wrapper-article .hp-wrapper-video {
  position: relative;
  width: 300px;
  border: 6px solid #fe98a6;
  background-color: #333;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .hp-left-block .hp-wrapper-article .hp-wrapper-video {
    width: 385px;
  }
}
.hp-left-block .hp-wrapper-article .hp-wrapper-video:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
@media (min-width: 768px) {
  .hp-left-block .hp-wrapper-article .hp-video-cover {
    padding-left: 110px;
  }
}

.hp-criterios-list-tabs .hp-list-content-criterios .head-table-criterios .hp-item {
  margin-right: 7px;
}
.hp-criterios-list-tabs .hp-list-content-criterios .head-table-criterios .hp-item.-th-1 {
  width: 62%;
}
.hp-criterios-list-tabs .hp-list-content-criterios .head-table-criterios .hp-item.-th-2 {
  width: 38%;
  padding: 0;
}
.hp-criterios-list-tabs .hp-list-content-criterios .head-table-criterios .hp-item.-th-3 {
  width: 13%;
  margin-right: 0;
  padding: 0;
}

.hp-actividades-pendientes.-ft-sp {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes .hp-header-tiles .hp-title-header {
  font-size: 22px;
  color: #c30a30;
  border: 1px solid #c6dfe0;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: -1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes .hp-header-tiles .hp-title-header span {
  font-weight: 600;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul {
  color: #393934;
  font-size: 14px;
  border: 1px solid #c6dfe0;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li {
  border: 0;
  border-top: 1px solid #c6dfe0;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li.head {
  border-top: 0;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li.head div {
  padding: 10px;
  line-height: 1.4;
  width: 100%;
  color: #c30a30;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li.head div:first-child {
  border-color: #c6dfe0;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li.head div:last-child {
  max-width: 80px;
  text-align: center;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li .item-pendientes .hp-item {
  position: relative;
  padding-left: 23px;
  color: #393934;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 0;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li .item-pendientes .hp-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li .item-pendientes div {
  padding: 10px;
  line-height: 1.4;
  width: 100%;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li .item-pendientes div:first-child {
  border-color: #c6dfe0;
}
.hp-actividades-pendientes.-ft-sp .hp-body-pendientes ul li .item-pendientes div:last-child {
  max-width: 80px;
  text-align: center;
}

.hp-wrapper-btn.-ft-sp {
  margin: 15px 0;
}
.hp-wrapper-btn.-ft-sp .hp-btn.-small {
  border: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 30px;
  color: #c30a30;
}

.hp-btn-download.-no-margin {
  margin: 0;
}

.hp-banner.-test img {
  display: none;
}
@media (min-width: 1024px) {
  .hp-banner.-test img {
    display: block;
    max-width: 80px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .hp-banner.-test img {
    max-width: 100px;
  }
}
@media (min-width: 1366px) {
  .hp-banner.-test img {
    max-width: 100%;
    margin-top: -50px;
  }
}
.hp-banner.-test .hp-tooltip {
  opacity: 1;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 80px;
  z-index: -1;
  border: 0;
  visibility: visible;
  display: none;
}
@media (min-width: 768px) {
  .hp-banner.-test .hp-tooltip {
    display: block;
  }
}
.hp-banner.-test .hp-tooltip:before {
  background-image: none;
  width: 0;
  height: 0;
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  bottom: -19px;
  top: auto;
  left: auto;
  right: 30px;
}

.hp-wrapper-videos .hp-taller-list,
.hp-wrapper-videos .hp-video-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video,
.hp-wrapper-videos .hp-video-list .hp-item-video {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-bottom: 40px;
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-video-cover .hp-wrapper-video,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-video-cover .hp-wrapper-video {
  overflow: hidden;
  border-radius: 6px;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-video-cover .hp-wrapper-video:before,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-video-cover .hp-wrapper-video:before {
  background-color: rgba(27, 51, 56, 0.15);
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-video-detail,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-video-detail {
  font-size: 15px;
  font-weight: 600;
  color: #393934;
  line-height: 1.4;
  margin: 15px 0;
  padding: 0;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-youtube-ly,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-youtube-ly {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-youtube-ly .hp-youtube-link,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-youtube-ly .hp-youtube-link {
  font-size: 14px;
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-youtube-ly .hp-youtube-link:before,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-youtube-ly .hp-youtube-link:before {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 17px;
  color: #ff0000;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-youtube-ly .hp-youtube-link:hover,
.hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-youtube-ly .hp-youtube-link:hover {
  color: #c30a30;
}
@media screen and (min-width: 768px) {
  .hp-wrapper-videos .hp-taller-list .hp-item-video,
.hp-wrapper-videos .hp-video-list .hp-item-video {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .hp-wrapper-videos .hp-taller-list .hp-item-video,
.hp-wrapper-videos .hp-video-list .hp-item-video {
    width: 33.33%;
  }
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item {
  border: 1px solid #ccd4da;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f5fafe;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item {
    padding-bottom: 56px;
  }
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-img {
  border-bottom: 1px solid #ccd4da;
  background-color: #333;
  position: relative;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-img:after {
  content: "";
  display: block;
  padding-bottom: 143px;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-taller-detail {
  font-size: 14px;
  color: #393934;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn {
  margin: 0;
  padding: 10px 15px 15px 15px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn {
    padding: 15px 15px 25px 15px;
  }
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn .hp-link {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #c30a30;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn .hp-link:focus, .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn .hp-link:hover {
  color: #0095ab;
}
.hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn .hp-link:after {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
}

#hp-aside .hp-wrapper-videos {
  margin-bottom: 20px;
}
#hp-aside .hp-wrapper-videos:last-child {
  margin-bottom: 0;
}
#hp-aside .hp-wrapper-videos .hp-taller-list,
#hp-aside .hp-wrapper-videos .hp-video-list {
  margin: 0 -8px;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video,
#hp-aside .hp-wrapper-videos .hp-video-list .hp-item-video {
  padding: 0 8px;
  border-bottom: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video,
#hp-aside .hp-wrapper-videos .hp-video-list .hp-item-video {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  #hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video,
#hp-aside .hp-wrapper-videos .hp-video-list .hp-item-video {
    width: 50%;
  }
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item,
#hp-aside .hp-wrapper-videos .hp-video-list .hp-item-video .hp-item {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-video .hp-btn-video,
#hp-aside .hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-wrapper-video .hp-btn-video {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-video .hp-btn-video:before,
#hp-aside .hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-wrapper-video .hp-btn-video:before {
  border-top: 6px solid transparent;
  border-left: 10px solid #FFF;
  border-bottom: 6px solid transparent;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-video-detail,
#hp-aside .hp-wrapper-videos .hp-video-list .hp-item-video .hp-item .hp-video-detail {
  font-size: 13px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item {
  padding-bottom: 35px;
  border: 1px solid #ccd4da;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-img:after {
  padding-bottom: 78px;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-taller-detail {
  font-size: 13px;
  padding: 10px;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn {
  padding: 0px 10px 15px 10px;
  text-align: left;
}
#hp-aside .hp-wrapper-videos .hp-taller-list .hp-item-video .hp-item .hp-wrapper-btn .hp-link {
  font-size: 13px;
}

.hp-bannertourcert.-fribit {
  margin-bottom: 15px;
}

#hp-videos-page {
  padding: 15px;
  background-color: #FFF;
}
#hp-videos-page .hp-text-description {
  margin-top: 10px;
}
#hp-videos-page .hp-wrapper-section .hp-wrapper-callout {
  padding-top: 0;
  padding-bottom: 0;
}
#hp-videos-page .hp-wrapper-section .hp-wrapper-callout p.hp-text-description {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #modal-video-gallery .hp-modal .hp-wrapper-modal {
    max-width: 1010px;
    width: 90%;
  }
}
#hp-marketing-page .hp-wrapper-callout {
  margin-bottom: 20px;
}
#hp-marketing-page .ms-wrapper-mk-list .ms-title-mk-list {
  background-color: #c30a30;
  color: #FFF;
  font-size: 24px;
  padding: 15px;
  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;
  min-height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#hp-marketing-page .ms-wrapper-mk-list .ms-title-mk-list span {
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body {
  padding: 15px;
  background-color: #f3f6f9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-body-title {
  font-size: 16px;
  font-weight: 600;
  color: #c30a30;
  margin: 10px 5px;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list {
  margin-bottom: 20px;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list li {
  margin-bottom: 10px;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list li:last-child {
  margin-bottom: 0;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 40px;
  border-radius: 6px;
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #393934;
  font-size: 13px;
  position: relative;
  border: 1px solid #FFF;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list li a:before {
  content: "";
  font-family: "hp-icon";
  display: inline-block;
  font-size: 10px;
  position: absolute;
  top: 15px;
  left: 12px;
}
#hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list li a:hover, #hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list li a:focus, #hp-marketing-page .ms-wrapper-mk-list .hp-body .hp-mk-list li a.active {
  background-color: #fbedf0;
  color: #c30a30;
  border-color: #efb1b1;
}

#notificaciones-page {
  border: 0;
}
#notificaciones-page .hp-dropdown-ls .hp-list {
  border: 1px solid #ccd4da;
  border-radius: 10px;
  overflow: hidden;
}
#notificaciones-page .hp-dropdown-ls .hp-list li {
  border-bottom: 1px solid #ccd4da;
}
#notificaciones-page .hp-dropdown-ls .hp-list li:last-child {
  border-bottom: 0;
}
#notificaciones-page .hp-dropdown-ls .hp-list li .hp-item {
  padding: 25px;
  border-radius: 0;
}
#notificaciones-page .hp-dropdown-ls .hp-list li .hp-item p {
  display: block;
  margin-top: 10px;
}
#notificaciones-page .hp-wrapper-callout .hp-link {
  font-size: 15px;
  font-weight: 600;
  color: #c30a30;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#notificaciones-page .hp-wrapper-callout .hp-link:hover {
  color: #0095ab;
}
#notificaciones-page .hp-wrapper-callout.hp-flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 15px 0;
}
#notificaciones-page .hp-wrapper-btn {
  margin-top: 15px;
  margin-bottom: 0;
}

#evaluacionesPasos {
  /*ASIDE*/
}
#evaluacionesPasos .hp-wrapper-section {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#evaluacionesPasos .hp-flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 10px 0 20px 0;
}
#evaluacionesPasos .hp-flex-header .hp-paginator {
  margin: 0 -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#evaluacionesPasos .hp-flex-header .hp-paginator li {
  padding: 0 7px;
  width: 90px;
}
#evaluacionesPasos .hp-flex-header .hp-paginator li .hp-item {
  display: block;
  width: 100%;
  border-bottom: 2px solid #cccccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}
#evaluacionesPasos .hp-flex-header .hp-paginator li.active .hp-item {
  color: #333;
  border-color: #c30a30;
}
#evaluacionesPasos .hp-flex-header .hp-paginator li:hover .hp-item {
  color: #333;
}
#evaluacionesPasos .hp-flex-header .hp-wrapper-callout .hp-title-callout .hp-alert-text {
  font-size: 20px;
  color: #666666;
}
#evaluacionesPasos .hp-wrapper-form {
  border-radius: 6px;
  border: 1px solid #ccd4da;
  padding: 15px 25px;
}
#evaluacionesPasos .hp-wrapper-dg {
  margin-bottom: 20px;
}
#evaluacionesPasos .hp-wrapper-dg .ms-title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
#evaluacionesPasos .hp-wrapper-dg .ms-title:before {
  content: "";
  font-family: "hp-icon" !important;
  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;
  color: #FFF;
  width: 44px;
  height: 44px;
  background-color: #c30a30;
  border-radius: 100%;
  margin-right: 10px;
  font-weight: 100;
}
#evaluacionesPasos .hp-wrapper-dg .ms-title:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 22px solid #c30a30;
  border-right: 22px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#evaluacionesPasos .hp-wrapper-description * {
  font-size: 15px;
  line-height: 1.8;
}
#evaluacionesPasos .hp-wrapper-description p, #evaluacionesPasos .hp-wrapper-description ul, #evaluacionesPasos .hp-wrapper-description ol {
  color: #838991;
}
#evaluacionesPasos .hp-wrapper-description strong {
  font-weight: 600;
  color: #333333;
}
#evaluacionesPasos .hp-wrapper-description p {
  margin: 30px 0px;
}
#evaluacionesPasos .hp-wrapper-description ul li {
  position: relative;
  padding-left: 20px;
}
#evaluacionesPasos .hp-wrapper-description ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #c30a30;
  position: absolute;
  top: 10px;
  left: 0;
}
#evaluacionesPasos .hp-wrapper-btn {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#evaluacionesPasos .hp-wrapper-btn .hp-button {
  padding: 0 25px;
  max-width: 215px;
}
#evaluacionesPasos .hp-wrapper-btn .hp-button:after {
  content: "";
  font-family: "hp-icon" !important;
  font-size: 14px;
  font-weight: 100;
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
}
#evaluacionesPasos .hp-wrapper-btn .hp-button.-no-icon:after {
  display: none;
}
#evaluacionesPasos .hp-wrapper-btn .hp-link {
  font-size: 15px;
  font-weight: 600;
}
#evaluacionesPasos .hp-wrapper-btn .hp-link:hover {
  text-decoration: underline;
}
#evaluacionesPasos .hp-wrapper-table {
  margin-bottom: 45px;
}
#evaluacionesPasos .hp-wrapper-table:last-child {
  margin-bottom: 0;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td {
  padding-top: 52px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td td {
  padding-top: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td:first-child {
  width: 65%;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td:last-child {
  width: 25%;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  background-color: #c30a30;
  width: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td:last-child .hp-td {
  border-right: 0;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td p {
  text-align: left;
  font-size: 15px;
  color: #838991;
  line-height: 1.6;
  margin: 10px 0 30px 0;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper,
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-checbox-wrapper {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper label,
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-checbox-wrapper label {
  text-align: left;
  margin-bottom: 10px !important;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper div,
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-checbox-wrapper div {
  text-align: left;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-checbox-wrapper label:after {
  width: 20px !important;
  top: 1px !important;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr.-full td {
  border-right: 0;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr.-full td .hp-td {
  border-right: 0;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr.-full td table {
  width: 100%;
}
#evaluacionesPasos .hp-progress-bar {
  margin-bottom: 10px;
}
#evaluacionesPasos .hp-progress-bar:last-child {
  margin-bottom: 0;
}
#evaluacionesPasos .hp-btn-donwload {
  margin-bottom: 10px;
}
#evaluacionesPasos .hp-btn-donwload:last-child {
  margin-bottom: 0;
}
#evaluacionesPasos #hp-aside .hp-banner.-test img {
  right: 0;
}
#evaluacionesPasos #hp-aside .hp-test-card img {
  width: auto;
  max-width: 100%;
}
#evaluacionesPasos #hp-aside .hp-btn-download > .hp-left-download {
  background: #00b9b4;
}
#evaluacionesPasos #hp-aside .hp-btn-download > .hp-left-download img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#evaluacionesPasos #hp-aside .hp-btn-download > .hp-right-download h3 {
  margin-bottom: 10px;
  line-height: 1.2;
}
#evaluacionesPasos #hp-aside .hp-archivero .hp-banner {
  background-color: #4da9ab;
  padding: 15px 20px;
}
#evaluacionesPasos #hp-aside .hp-archivero .hp-banner .hp-wrapper-article .hp-title {
  margin-bottom: 0;
}
#evaluacionesPasos #hp-aside .hp-archivero .hp-banner .hp-wrapper-article p {
  margin: 5px 0;
  line-height: 1.4;
}
#evaluacionesPasos #hp-aside .hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn {
  margin-bottom: 0;
}
#evaluacionesPasos #hp-aside .hp-archivero .ms-scroll-files .hp-wrapper-files .hp-card-files .hp-wrapper-btn .hp-btn-file {
  max-width: 280px;
}

#evaluacion-modal .hp-item-row .hp-title-criterio, #evaluacion-modal-final .hp-item-row .hp-title-criterio {
  font-size: 15px;
  font-weight: normal;
}
#evaluacion-modal .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3, #evaluacion-modal-final .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 {
  font-size: 20px;
}
#evaluacion-modal .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 span, #evaluacion-modal-final .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h3 span {
  font-size: 13px;
  margin-right: 5px;
}
#evaluacion-modal .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h4, #evaluacion-modal-final .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio h4 {
  font-size: 26px;
  margin-top: 5px;
}
#evaluacion-modal .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio .hp-sw, #evaluacion-modal-final .hp-wrapper-tabs .hp-head-criterios .hp-item-head-criterio .hp-sw {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
#evaluacion-modal .hp-modal .hp-wrapper-modal, #evaluacion-modal-final .hp-modal .hp-wrapper-modal {
  max-width: 1090px;
}
#evaluacion-modal .hp-modal .hp-wrapper-modal .hp-modal-header, #evaluacion-modal-final .hp-modal .hp-wrapper-modal .hp-modal-header {
  padding-left: 30px;
  padding-right: 30px;
}
#evaluacion-modal .hp-modal .hp-wrapper-modal .hp-modal-header .hp-modal-header-title, #evaluacion-modal-final .hp-modal .hp-wrapper-modal .hp-modal-header .hp-modal-header-title {
  font-size: 34px;
  margin-top: 15px;
}
#evaluacion-modal .hp-modal .hp-wrapper-modal .hp-modal-body, #evaluacion-modal-final .hp-modal .hp-wrapper-modal .hp-modal-body {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
#evaluacion-modal .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-section, #evaluacion-modal-final .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-section {
  padding: 0;
}
#evaluacion-modal .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-section .hp-wrapper-callout p, #evaluacion-modal-final .hp-modal .hp-wrapper-modal .hp-modal-body .hp-wrapper-section .hp-wrapper-callout p {
  margin: 0;
  margin-bottom: 20px;
}

.hp-left-block#wp-evaluaciones {
  margin-left: auto;
  margin-right: auto;
}

.hp-breadcrumbs-asesor.hp-breadcrumbs li:first-child {
  padding-left: 15px;
}

.wp-text textarea {
  width: 100%;
  padding: 20px;
  height: 120px;
  border: 1px solid #ccc !important;
  resize: none;
  outline: 0;
  font-family: "Open Sans", sans-serif;
}

#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper.wp-radios-cheks-evaluacion {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding-right: 0 !important;
  margin-bottom: 10px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper.wp-radios-cheks-evaluacion:last-child {
  margin-bottom: 0 !important;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper.wp-radios-cheks-evaluacion > div:first-child {
  padding-right: 15px;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper.wp-radios-cheks-evaluacion > div label {
  padding-left: 25px !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td .hp-radio-wrapper.wp-radios-cheks-evaluacion a {
  margin-left: 15px;
}

.hp-checbox-wrapper label.active:before,
.hp-radio-wrapper label.active:before {
  border-color: #c6163a;
}
.hp-checbox-wrapper label.active:after,
.hp-radio-wrapper label.active:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #d75c75;
  background: -webkit-gradient(linear, left bottom, left top, from(#c6173b), to(#d75c75));
  background: linear-gradient(0deg, #c6173b 0%, #d75c75 100%);
  position: absolute;
  top: 8px;
  left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td.hp-item-wp-title-evidencia {
  width: 80%;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-sp-tr td.hp-item-wp-radios {
  width: 20%;
}

.hp-evidencia-dual {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hp-evidencia-dual > * {
  width: 100%;
}
.hp-evidencia-dual > *:first-child {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hp-evidencia-dual > * {
    width: 50%;
  }
  .hp-evidencia-dual > *:first-child {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.wp-resultados-aside-flex .hp-wrapper-aside {
  width: 50%;
}

.hp-archivero-full {
  margin-top: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#evaluacionesPasos .hp-dual-btn-results .hp-btn-donwload {
  margin-bottom: 0;
  margin-top: 5px;
}
#evaluacionesPasos .hp-dual-btn-results .hp-btn-donwload:first-child {
  margin-right: 6px;
}
#evaluacionesPasos .hp-dual-btn-results .hp-btn-donwload:last-child {
  margin-left: 6px;
}
#evaluacionesPasos .hp-test-card-title {
  text-align: center;
  margin-bottom: 0;
}

#evaluacionesPasos .hp-btn-download > *.hp-left-download img {
  position: relative;
}

.hp-wrapper-article2 {
  color: #fff;
}
.hp-wrapper-article2 h4, .hp-wrapper-article2 .hp-title {
  color: #fff;
}

.hp-lenyenda-evaluciaones {
  font-weight: bold;
  margin-top: 15px;
  display: block;
}

.hp-banner-top .hp-wrapper-title .hp-title-banner.hp-center-title {
  text-align: center;
  width: 100%;
}

.hp-progress-bar .hp-icon-lupa {
  width: 35px;
  display: inline-block;
  text-align: center;
  padding: 7px 10px;
}

#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-evidencia-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-evidencia-dual .hp-td {
  width: 50%;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .td-pd0 {
  padding: 0 !important;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .td-pd0:first-child {
  width: 65%;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .pdl10 {
  padding-left: 10px !important;
}
#evaluacionesPasos .hp-wrapper-table .hp-table-st .hp-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  background-color: #c30a30;
  width: calc(100% + 1px);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#evaluacionesPasos .hp-banner.-test {
  min-height: 120px;
}

#evaluacionesPasos .hp-progress-bar:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#plan-asesor .hp-wrapper-callout p {
  margin-top: 10px;
  line-height: 1.6;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item {
  border-top: 3px solid #e0e0e0;
  padding-top: 15px;
  margin-bottom: 30px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-header-accordeon .hp-title {
  font-size: 16px;
  color: #666666;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-header-accordeon .hp-title:after {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  color: #a1a19f;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "hp-icon" !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  padding-top: 2px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-body-title {
  font-weight: bold;
  font-size: 20px;
  color: #c30a30;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-body-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #c30a30;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-sp-table {
  width: 100%;
  border: 1px solid #ccd4da;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-sp-table tr td {
  border: 1px solid #ccd4da;
  background-color: #f9f9f9;
  padding: 15px;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-sp-table tr td:last-child {
  font-weight: normal;
  background-color: #FFF;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-sp-table tr td:first-child {
  max-width: 220px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-alert-accordeon {
  background-color: #f9fafb;
  border: 1px solid #ccd4da;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-alert-accordeon .hp-link-download {
  color: #c30a30;
  position: relative;
  padding-right: 20px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-alert-accordeon .hp-link-download:hover {
  text-decoration: underline;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-alert-accordeon .hp-link-download:after {
  content: "";
  font-family: "hp-icon" !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-alert-accordeon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-alert-accordeon span img {
  width: 32px;
  margin-right: 10px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-alert-accordeon:hover {
  background-color: #f9f1f3;
  border-color: #ebccd4;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-intro-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-intro-info img {
  width: auto;
  max-width: 80px;
  border-radius: 6px;
  margin-right: 10px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-intro-info ul li {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-intro-info ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c30a30;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-intro-info ul li:last-child {
  margin-bottom: 0;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item .hp-body-accordeon .hp-full-info {
  display: none;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item.active {
  border-color: #c30a30;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item.active .hp-header-accordeon .hp-title:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item.active .hp-body-accordeon .hp-intro-info {
  display: none;
}
#plan-asesor .hp-wrapper-accordeon .hp-accordeon-item.active .hp-body-accordeon .hp-full-info {
  display: block;
}

.hp-breadcrumbs {
  background-color: #f8f9fa;
  padding: 5px 25px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccd4da;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 14px;
  margin-bottom: -1px;
}
.hp-breadcrumbs .active {
  color: #c30a30;
}
.hp-breadcrumbs li {
  padding-left: 15px;
  margin-right: 10px;
  position: relative;
}
.hp-breadcrumbs li:first-child {
  padding-left: 0;
}
.hp-breadcrumbs li:before {
  position: absolute;
  content: "";
  position: absolute;
  font-family: "hp-icon" !important;
  font-size: 10px;
  left: 0;
  top: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 100;
}
.hp-breadcrumbs li a:hover {
  text-decoration: underline;
}

#hp-emprendimiento-asesor {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

input[type=email].hp-input-emprendimiento.-disabled,
input[type=password].hp-input-emprendimiento.-disabled,
input[type=tel].hp-input-emprendimiento.-disabled,
input[type=text].hp-input-emprendimiento.-disabled {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #FFF;
}

#emprendimiento-lst .hp-empredimientos-list .hp-item-emprendimiento .hp-item .hp-wrapper-info {
  width: 100%;
}

.hp-sd-scroll.hp-sd-scroll2 {
  height: auto;
  min-height: 200px;
  max-height: 400px;
}

.hp-body-accordeon .hp-sp-table {
  margin-bottom: 15px;
}

.hp-txt-none {
  font-size: 14px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 1024px) {
  .hp-estadisticas-info .hp-bg-estadisticas {
    padding: 0;
    border-radius: 0;
  }
  .hp-estadisticas-info .hp-bg-estadisticas > img {
    display: none;
  }
  .hp-estadisticas-info .hp-bg-estadisticas .hp-title-estadistica {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .hp-estadisticas-info .hp-left-estadisticas {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0;
  }
  .hp-estadisticas-info .hp-left-estadisticas:before {
    display: none;
  }
  .hp-estadisticas-info .hp-left-estadisticas .hp-ganchos {
    display: none;
  }
  .hp-estadisticas-info .hp-left-estadisticas .hp-wrapper-estadisticas-result {
    padding: 0;
  }
  .hp-estadisticas-info .hp-right-estadistica {
    border: 1px solid #ccc;
    margin-top: -1px;
    padding: 20px;
  }
  .hp-estadisticas-info .hp-right-estadistica ul li {
    margin-bottom: 7px;
  }
  .hp-estadisticas-info .hp-right-estadistica ul li:before {
    width: 5px;
    height: 5px;
  }
}
@media screen and (min-width: 768px) {
  .hp-main .hp-banner-pub {
    min-height: 230px;
  }
  .hp-main .hp-banner-pub .hp-abs-txt .hp-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 991px) {
  .hp-main .hp-banner-pub .hp-abs-txt .hp-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-main .hp-banner-pub {
    height: auto;
    max-height: 320px;
  }
  .hp-main .hp-banner-pub .hp-abs-txt {
    min-height: 250px;
    margin-right: auto;
  }
  .hp-main .hp-banner-pub .hp-abs-txt .hp-wrapper {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .hp-estadisticas-info .hp-bg-estadisticas {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 60px 50px;
    border-radius: 10px;
    overflow: hidden;
  }
  .hp-estadisticas-info .hp-bg-estadisticas > img {
    display: block;
  }
  .hp-estadisticas-info .hp-bg-estadisticas .hp-right-estadistica,
.hp-estadisticas-info .hp-bg-estadisticas .hp-left-estadisticas {
    width: 100%;
    border: 3px solid #000;
  }
  .hp-estadisticas-info .hp-bg-estadisticas .hp-right-estadistica .hp-ganchos,
.hp-estadisticas-info .hp-bg-estadisticas .hp-left-estadisticas .hp-ganchos {
    display: block;
  }
  .hp-estadisticas-info .hp-bg-estadisticas .hp-left-estadisticas {
    max-width: 616px;
    margin-bottom: 0;
  }
  .hp-estadisticas-info .hp-bg-estadisticas .hp-right-estadistica {
    max-width: 240px;
    margin-left: 15px;
  }
  .hp-estadisticas-info .hp-article {
    padding: 25px 30px;
  }
  .hp-estadisticas-info .hp-article .hp-title-desc {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .hp-main .hp-banner-pub .hp-abs-txt {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hp-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*EMPRENDIMIENTO + MONITOREO*/
@media (max-width: 1439px) {
  .page-template-monitoreo .hp-aside,
.page-template-emprendimiento .hp-aside {
    display: block;
    width: calc(30% - 20px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 15px;
    min-width: 370px;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso {
    padding: 15px;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-title,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-title {
    font-size: 22px;
    line-height: 1.1;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-subtitle,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article .hp-subtitle {
    font-size: 17px;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article p,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article p {
    font-size: 15px;
    line-height: 1.4;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file:last-child,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file:last-child {
    margin-bottom: 0;
  }
  .page-template-monitoreo .hp-item-acordeon .hp-head-acordeon,
.page-template-emprendimiento .hp-item-acordeon .hp-head-acordeon {
    font-size: 14px;
  }
  .page-template-monitoreo .hp-left-block,
.page-template-emprendimiento .hp-left-block {
    padding: 20px;
  }
  .page-template-monitoreo .hp-left-block .hp-emprendimiento-inner,
.page-template-emprendimiento .hp-left-block .hp-emprendimiento-inner {
    padding: 20px;
  }
  .page-template-monitoreo .hp-left-block .hp-emprendimiento-inner .hp-head-two,
.page-template-emprendimiento .hp-left-block .hp-emprendimiento-inner .hp-head-two {
    letter-spacing: 0;
  }
  .page-template-monitoreo .hp-left-block .hp-emprendimiento-inner .hp-head-two h2,
.page-template-emprendimiento .hp-left-block .hp-emprendimiento-inner .hp-head-two h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .page-template-monitoreo .hp-checbox-wrapper.hp-dual,
.page-template-monitoreo .hp-radio-wrapper.hp-dual,
.page-template-emprendimiento .hp-checbox-wrapper.hp-dual,
.page-template-emprendimiento .hp-radio-wrapper.hp-dual {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-monitoreo .hp-banner-top .hp-wrapper-title,
.page-template-emprendimiento .hp-banner-top .hp-wrapper-title {
    width: 76.66%;
  }
}
@media (max-width: 1023px) {
  .page-template-monitoreo .hp-left-block,
.page-template-emprendimiento .hp-left-block {
    margin-bottom: 20px;
  }
  .page-template-monitoreo .hp-aside,
.page-template-emprendimiento .hp-aside {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert,
.page-template-emprendimiento .hp-aside .hp-bannertourcert {
    width: 49%;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-wrapper-article {
    padding-bottom: 75%;
  }
}
@media (max-width: 768px) {
  .page-template-monitoreo .hp-bg-white-left,
.page-template-emprendimiento .hp-bg-white-left {
    border-radius: 10px;
  }
  .page-template-monitoreo .hp-item-acordeon.hp-active-acordion,
.page-template-emprendimiento .hp-item-acordeon.hp-active-acordion {
    margin-bottom: 20px;
  }
  .page-template-monitoreo .hp-wrapper-btn,
.page-template-emprendimiento .hp-wrapper-btn {
    margin: 20px 0;
  }
  .page-template-monitoreo .hp-wrapper-btn .hp-button,
.page-template-emprendimiento .hp-wrapper-btn .hp-button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-template-monitoreo .hp-aside,
.page-template-emprendimiento .hp-aside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert,
.page-template-emprendimiento .hp-aside .hp-bannertourcert {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files {
    padding: 15px;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-wrapper-btn .hp-btn-file {
    margin-bottom: 0;
    width: 49%;
  }
  .page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files p,
.page-template-monitoreo .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-sub-title,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files p,
.page-template-emprendimiento .hp-aside .hp-bannertourcert.hp-banner-carta-compromiso .hp-card-files .hp-sub-title {
    padding-left: 0;
  }
  .page-template-monitoreo .hp-left-block,
.page-template-emprendimiento .hp-left-block {
    overflow: hidden;
    padding: 0;
    background-color: transparent;
  }
  .page-template-monitoreo .hp-left-block .hp-emprendimiento-inner,
.page-template-emprendimiento .hp-left-block .hp-emprendimiento-inner {
    border: 0;
    padding: 0;
  }
  .page-template-monitoreo .hp-left-block .hp-emprendimiento-inner .hp-head-two,
.page-template-emprendimiento .hp-left-block .hp-emprendimiento-inner .hp-head-two {
    margin-bottom: 15px;
    padding: 15px;
    margin-bottom: 0;
    background-color: #FFF;
  }
  .page-template-monitoreo .hp-left-block .hp-emprendimiento-inner .hp-head-two h2,
.page-template-emprendimiento .hp-left-block .hp-emprendimiento-inner .hp-head-two h2 {
    font-size: 24px;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon {
    border: 0;
    margin-bottom: 0;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input {
    border: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: #FFF;
    margin-bottom: -1px;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input > ul,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input > ul {
    margin: 0;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input > ul .hp-dual-input,
.page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input > ul .hp-full-input,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input > ul .hp-dual-input,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-content-form-input > ul .hp-full-input {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon.-last,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon.-last {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon.-last .hp-content-form-input,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon.-last .hp-content-form-input {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon.-last.hp-active-acordion .hp-content-form-input,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon.-last.hp-active-acordion .hp-content-form-input {
    margin-bottom: 0;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-head-acordeon,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-head-acordeon {
    border: 0;
    border-radius: 0;
    min-height: 50px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    background-color: #c30a30;
    border-bottom: 1px solid #e84341;
    color: #FFF;
  }
  .page-template-monitoreo .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-head-acordeon:before,
.page-template-emprendimiento .hp-acordeon-emprendimiento > form .hp-item-acordeon .hp-head-acordeon:before {
    background-color: #e84242;
    color: #FFF;
  }
}

.page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article {
  margin-bottom: 0;
}
.page-template-pagesdiagnostico-php .hp-wrapper-section:not(.-no-padding-lr) {
  background-color: #FFF;
}
@media (max-width: 1439px) {
  .page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    margin-top: 10px;
  }
  .page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article .hp-item {
    width: 100%;
  }
  .page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article .hp-item .hp-wrapper-btn {
    margin: 20px 0 !important;
  }
  .page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article .hp-item .hp-video-cover {
    width: 100%;
    padding: 0;
  }
  .page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article .hp-item .hp-video-cover .hp-wrapper-video {
    width: 100%;
  }
  .page-template-pagesdiagnostico-php .hp-wrapper-callout.hp-standard {
    padding: 0;
    background-color: transparent;
  }
  .page-template-pagesdiagnostico-php .hp-wrapper-callout.hp-standard .hp-title-callout.-lx-text {
    font-size: 20px;
  }
  .page-template-pagesdiagnostico-php .hp-wrapper-callout .hp-text-description {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article .hp-title {
    margin-bottom: 15px;
  }
  .page-template-pagesdiagnostico-php .hp-left-block .hp-wrapper-article p {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .page-template-monitoreo .hp-wrapper-callout {
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .page-template-monitoreo .hp-wrapper-callout .hp-title-callout.-lx-text {
    font-size: 20px;
    margin-top: 10px;
  }
  .page-template-monitoreo .hp-wrapper-callout p.hp-text-description {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .page-template-monitoreo .hp-wrapper-section.hp-bg-fff {
    border: 0;
    padding: 0;
    margin-top: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}