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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1B7E6E;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0e3f37;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #606060;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.bg-aprendizaje {
  background: url("../img/fondo-aprendizaje.png");
  background-size: cover;
  background-repeat: no-repeat; }

.bg-dialogo-linea {
  background: url("../img/fondo-dialogo.png");
  background-size: cover;
  background-repeat: no-repeat; }

.bg-informate {
  background: url("../img/fondo-informate.png");
  background-size: cover;
  background-repeat: no-repeat; }

.bg-dato {
  background: url("../img/fondo-dato.png");
  background-size: cover;
  background-repeat: no-repeat; }

.text-pink {
  color: #AD286B; }

.bg-verde {
  color: #fff;
  background-color: #1B7E6E;
  border-color: #1B7E6E; }
  .bg-verde:hover,
  .bg-verde :active {
    color: #fff !important;
    opacity: 0.9585; }

.text-verde {
  color: #45A066 !important; }

.btn-verde {
  background-color: #45A066;
  border-color: #45A066;
  color: #fff; }
  .btn-verde:hover,
  .btn-verde :active,
  .btn-verde :focus {
    color: #fff;
    background-color: rgba(69, 160, 102, 0.9);
    border-color: #45A066; }

.text-verde3 {
  color: #45A347 !important; }

.custom-link-social .st-custom-button {
  cursor: pointer;
  display: inline-block;
  padding: 3px; }

.btn-verde3 {
  background-color: #45A347;
  border-color: #45A347;
  color: #fff; }
  .btn-verde3:hover,
  .btn-verde3 :active,
  .btn-verde3 :focus {
    color: #fff;
    background-color: rgba(69, 163, 71, 0.9);
    border-color: #45A347; }

#ultimos-post .media > a > img {
  border-radius: 5px; }

.media-index > a > img:hover {
  opacity: 0.8;
  background: rgba(246, 247, 249, 0.95); }

.media-index .media-body h5 a:hover {
  color: #e9ecef !important; }

.media a img:hover {
  opacity: 0.9; }

.ultimos-post-noti .media {
  display: inline-block; }
  .ultimos-post-noti .media a {
    color: #1B7E6E;
    font-size: 14px; }
    .ultimos-post-noti .media a:hover {
      text-decoration: none;
      color: rgba(27, 126, 110, 0.8); }
  .ultimos-post-noti .media .media-body {
    font-size: 14px; }
    .ultimos-post-noti .media .media-body span {
      color: #606060;
      font-size: 13px; }

.ultimos-post-vid .poster-image img {
  margin-right: 0 !important; }

.ultimos-post-vid .poster-image:hover + .media-body h5 {
  display: block !important; }

.ultimos-post-vid .media-body {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px; }
  .ultimos-post-vid .media-body h5 {
    display: none;
    color: #fff;
    font-size: 14px; }
    .ultimos-post-vid .media-body h5 a {
      color: white; }
      .ultimos-post-vid .media-body h5 a:hover {
        color: #e9ecef; }

/*Blog Sidebar*/
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.alignleft img {
  width: auto;
  height: 80px; }

.comments-list {
  padding: 0;
  list-style: none; }

.comments-list h3 {
  font-size: 14px;
  padding: 0 0 0;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: capitalize;
  letter-spacing: 0; }

.comments-list h3 a {
  color: #333; }

.comments-list h3 a:hover {
  color: #1B7E6E; }

.comments-list li {
  margin-bottom: 10px;
  display: table;
  width: 100%; }

.comments-list li:last-child {
  margin-bottom: 0; }

.comments-list small {
  color: #999999; }

.widget-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e8ed; }

.widget-title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem; }

.widget {
  position: relative;
  display: block;
  margin-bottom: 15px; }

.widget ul.cats {
  list-style: none;
  padding: 0; }

.widget ul.cats li {
  padding: 0 0 5px 2px;
  position: relative; }

.widget ul.cats a {
  color: #333; }

.widget ul.cats a:hover {
  color: #e74e84; }

.widget ul.cats a span {
  position: absolute;
  right: 0; }

.tags a {
  background-color: #fff;
  padding: 3px 10px;
  font-size: 13px;
  margin: 0 0 4px;
  letter-spacing: 0.4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block; }

.tags a:hover {
  background-color: #e74e84;
  color: #fff; }

/*Blog Post*/
.singlepost {
  background-color: #fff;
  padding: 30px 30px 5px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }

.singlepost h1 {
  font-size: 32px;
  font-size: 2rem; }

@media (max-width: 767px) {
  .singlepost h1 {
    /* For less than 767px */
    font-size: 21px;
    font-size: 1.3125rem; } }

.singlepost p {
  line-height: 1.8; }

.dropcaps p:first-child::first-letter {
  color: #fff;
  background-color: #3f4079;
  float: left;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  margin: 10px 15px 0 0 !important;
  padding: 12px; }

#comments {
  padding: 10px 0 0px 0;
  margin-bottom: 30px; }

#comments ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#comments ul li {
  padding: 25px 0 0 0;
  list-style: none; }

#comments ul li a {
  background: none; }

#comments .replied-to {
  margin-left: 35px; }

@media (max-width: 767px) {
  #comments .replied-to {
    /* For less than 767px */
    margin-left: 20px; } }

.avatar {
  float: left;
  margin-right: 15px;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  font-size: 32px; }

.link-comenta {
  font-weight: 600;
  color: #1B7E6E; }
  .link-comenta:hover {
    cursor: pointer;
    color: #45A066; }

@media (max-width: 767px) {
  .avatar {
    /* For less than 767px */
    float: none;
    margin: 0 0 5px 0; } }

.avatar img {
  width: 68px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.comment_right {
  display: table;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px 0 15px;
  position: relative; }

.comment_info {
  padding-bottom: 7px; }

.comment_info span {
  padding: 0 10px; }

.content-title h4 {
  color: #45A347; }

.loultimovideo .media img {
  min-width: 100px !important; }

.post-masonry :first-child {
  position: relative;
  display: block; }

.post-masonry .eye {
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #fff; }

.btn-outline-verde {
  border-color: #1B7E6E;
  color: #606060; }
  .btn-outline-verde:hover,
  .btn-outline-verde :active {
    color: #fff !important;
    background-color: #1B7E6E !important; }

.btn-idx-verda {
  color: #fff; }
  .btn-idx-verda:hover {
    background: #FFE027;
    border-color: #FFE027;
    color: #EE8E37; }

.text-body {
  font-size: "Montserrat"; }

.btn-yellow {
  background-color: #F6B724;
  border-color: #F6B724;
  font-weight: 600; }
  .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    background-color: rgba(173, 40, 107, 0.9);
    border-color: rgba(173, 40, 107, 0.9);
    color: #F6B724; }

.select-custom-top {
  border: none;
  font-weight: 500; }
  .select-custom-top > option {
    font-weight: normal !important;
    color: #606060; }

.vjs-big-play-button {
  color: #215273 !important;
  background: #F6B724 !important;
  border-radius: 50px !important;
  font-size: 70px !important; }
  .vjs-big-play-button:hover {
    color: #fff !important; }

.tab-content-dialogo .nav-item.show .nav-link,
.tab-content-dialogo .nav-link {
  color: #606060 !important;
  background: #fff; }
  .tab-content-dialogo .nav-item.show .nav-link.active, .tab-content-dialogo .nav-item.show .nav-link:hover, .tab-content-dialogo .nav-item.show .nav-link:focus, .tab-content-dialogo .nav-item.show .nav-link:active, .tab-content-dialogo .nav-item.show .nav-link:visited,
  .tab-content-dialogo .nav-link.active,
  .tab-content-dialogo .nav-link:hover,
  .tab-content-dialogo .nav-link:focus,
  .tab-content-dialogo .nav-link:active,
  .tab-content-dialogo .nav-link:visited {
    color: #45A347 !important;
    border-color: #45A347 #ddd #fff;
    border-bottom-color: #45A347 !important;
    border-bottom: 2px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0; }

.bg-blue {
  color: #fff;
  background-color: #2B4F72;
  border-color: #2B4F72; }
  .bg-blue:hover,
  .bg-blue :active {
    color: #fff !important;
    opacity: 0.9585; }

.color-blue {
  color: #2B4F72 !important; }

.btn-outline-blue {
  border-color: #2B4F72;
  color: #606060; }
  .btn-outline-blue:hover,
  .btn-outline-blue :active {
    color: #fff;
    background-color: #2B4F72; }

a,
a:hover,
a:focus {
  transition: all 0.3s; }

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

i,
span {
  display: inline-block; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch; }

#sidebar {
  min-width: 260px;
  max-width: 260px;
  background: transparent;
  transition: all 0.3s;
  box-shadow: 0px 1px 2px 1px #dee2e6; }

#sidebar.active {
  min-width: 100px;
  max-width: 100px;
  text-align: center; }

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none; }

#sidebar.active .sidebar-header strong {
  display: block; }

#sidebar ul li a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 0.65884em;
  font-weight: bold;
  line-height: 15px; }
  #sidebar ul li a span {
    padding-top: 3px; }
  #sidebar ul li a .side-imgh {
    display: none; }
  #sidebar ul li a:hover .side-img {
    display: none;
    transition: all 0.3s ease-out 0s; }
  #sidebar ul li a:hover .side-imgh {
    display: inline-block;
    transition: all 0.3s ease-in 0s; }
  #sidebar ul li a:hover span {
    color: #1B7E6E !important; }

#sidebar .components a.active {
  background: rgba(69, 163, 71, 0.1); }

#sidebar .components a.active span {
  color: #1B7E6E !important; }

#sidebar .components a.active .side-img {
  display: none; }

#sidebar .components a.active .side-imgh {
  display: inline-block; }

#sidebar.active ul li a {
  padding: 10px 5px;
  text-align: center;
  font-size: 0.64884em; }

#sidebar.active ul li a img {
  width: 25px; }

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px; }

#sidebar.active ul ul a {
  padding: 10px !important; }

#sidebar .sidebar-header {
  padding: 20px 10px 5px;
  background: transparent; }

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em; }

#sidebar ul.components {
  padding: 20px 0; }

#sidebar ul li a i {
  margin-right: 10px; }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff; }

a[data-toggle="collapse"] {
  position: relative; }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

.nav-login {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .nav-login > li {
    height: 65px;
    min-width: 89px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .nav-login .search-form {
    margin: 0 auto; }
  .nav-login .search-desktop {
    min-width: 468px; }
    .nav-login .search-desktop .form-control:focus {
      border-color: #999999; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important; }
  #sidebar.active {
    margin-left: 0 !important; }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none; }
  #sidebar .sidebar-header strong {
    display: block; }
  #sidebar ul li a {
    padding: 20px 10px; }
  #sidebar ul li a span {
    font-size: 0.85em; }
  #sidebar ul li a i {
    margin-right: 0;
    display: block; }
  #sidebar ul ul a {
    padding: 10px !important; }
  #sidebar ul li a i {
    font-size: 1.3em; }
  #sidebar {
    margin-left: 0; }
  #sidebarCollapse span {
    display: none; } }

.fondo-juego {
  background: url("../img/juego/Fondo-descarga.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh; }
  .fondo-juego .bg-porta {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0; }

.m-100 {
  margin-top: 100px; }

.mtop-50 {
  margin-top: 50px; }

.navbar {
  padding-top: 0;
  padding-bottom: 0; }
  .navbar .navbar-brand {
    float: left;
    font-family: "Montserrat";
    font-weight: 600;
    margin-top: 5px; }
    .navbar .navbar-brand .logo {
      height: 55px;
      top: 0px !important; }
  .navbar .form-search input {
    color: rgba(255, 255, 255, 0.6); }
    .navbar .form-search input::placeholder {
      color: rgba(255, 255, 255, 0.3);
      padding-left: 25px; }
  .navbar .form-search input:not([type="submit"]) {
    margin: 0;
    padding-right: 45px;
    background-color: rgba(27, 126, 110, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px; }
    .navbar .form-search input:not([type="submit"]):focus {
      background-color: white;
      border-color: white;
      color: #606060; }
  .navbar .form-search i {
    position: absolute;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    top: 12px;
    left: 13px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 100; }
  .navbar .form-static .input-search {
    background: #fff; }
    .navbar .form-static .input-search::placeholder {
      color: #606060;
      padding-left: 5px; }
  .navbar .form-static i {
    display: none; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat";
    font-weight: 500;
    padding-top: 23px;
    padding-bottom: 23px;
    line-height: 16px;
    font-size: 12px; }
  .navbar .navbar-nav .dropdown .nav-link {
    color: white; }
    .navbar .navbar-nav .dropdown .nav-link:hover, .navbar .navbar-nav .dropdown .nav-link:focus, .navbar .navbar-nav .dropdown .nav-link:active {
      color: #e9ecef !important; }
  .navbar .navbar-nav .dropdown:hover.dropdown-menu {
    display: block; }
  .navbar .navbar-nav .dropdown .dropdown-menu {
    background: #1b7e6e; }
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
      color: rgba(255, 255, 255, 0.9); }
      .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
        color: #e9ecef !important; }
  .navbar .nav-principal {
    display: flex;
    align-items: center;
    justify-content: center; }
    .navbar .nav-principal .nav-item .nav-link {
      padding-left: 20px;
      padding-right: 20px; }
  .navbar.header2 .navbar-nav .nav-item .nav-link {
    white-space: normal; }
  .navbar .nav-social .nav-item .nav-link {
    color: #fff; }
    .navbar .nav-social .nav-item .nav-link i {
      font-size: 23px; }

.dropdown-custom:hover > .dropdown-menu {
  display: block !important; }

.dropdown-custom .dropdown-toggle:after {
  display: none !important; }

.menu-top-coll {
  z-index: 1030 !important;
  margin-top: 1px; }

.link-session .dropdown-toggle,
.link-session-in .dropdown-toggle,
.link-register .dropdown-toggle {
  color: #2B4F72 !important;
  font-weight: 600;
  font-size: .95rem; }

.link-session a,
.link-session-in a,
.link-register a {
  text-transform: none !important; }
  .link-session a span,
  .link-session-in a span,
  .link-register a span {
    background: #e9ecef;
    padding: 1px;
    border-radius: 50%;
    display: inline-block; }
    .link-session a span i,
    .link-session-in a span i,
    .link-register a span i {
      color: #2B4F72;
      font-size: 18px; }
  .link-session a strong,
  .link-session-in a strong,
  .link-register a strong {
    font-weight: normal !important; }

.link-session .dropdown-menu,
.link-session-in .dropdown-menu,
.link-register .dropdown-menu {
  background: #fff; }
  .link-session .dropdown-menu .dropdown-item,
  .link-session-in .dropdown-menu .dropdown-item,
  .link-register .dropdown-menu .dropdown-item {
    font-weight: 600;
    font-size: .86rem;
    color: #2B4F72 !important; }
    .link-session .dropdown-menu .dropdown-item:hover,
    .link-session .dropdown-menu .dropdown-item :active,
    .link-session .dropdown-menu .dropdown-item :focus,
    .link-session-in .dropdown-menu .dropdown-item:hover,
    .link-session-in .dropdown-menu .dropdown-item :active,
    .link-session-in .dropdown-menu .dropdown-item :focus,
    .link-register .dropdown-menu .dropdown-item:hover,
    .link-register .dropdown-menu .dropdown-item :active,
    .link-register .dropdown-menu .dropdown-item :focus {
      color: #1B7E6E !important;
      background: #F6F7F9 !important; }

.bg-pink {
  background: #AD286B; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 1px solid #AD286B !important;
  border-radius: 50%; }

.carousel-indicators .active {
  background-color: #AD286B;
  border: none !important;
  width: 12px;
  height: 12px; }

.img-icon {
  width: 29px; }

.no_product .message_url strong {
  font-size: 40px; }

.no_product .message_url p {
  font-size: 18px; }

.form-search input {
  color: rgba(96, 96, 96, 0.6); }
  .form-search input::placeholder {
    color: rgba(96, 96, 96, 0.3);
    padding-left: 25px; }

.form-search input:not([type="submit"]) {
  margin: 0;
  padding-right: 45px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(27, 126, 110, 0.2);
  border-radius: 50px;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; }
  .form-search input:not([type="submit"]):focus {
    background-color: white;
    border-color: #1b7e6e;
    color: #606060; }

.form-search i {
  position: absolute;
  font-size: 18px;
  color: rgba(96, 96, 96, 0.4);
  top: 12px;
  left: 13px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  z-index: 100; }

#blog-masonry {
  height: auto !important; }

.media-body h5 {
  font-size: 14px; }
  .media-body h5 a {
    font-weight: 600; }

.section-noticias .media-body {
  font-size: 12px; }
  .section-noticias .media-body h5 {
    line-height: 17px; }

.control-header .block-title {
  font-size: 18px; }

#section-top .bg-img-post {
  display: inline-block;
  background: #000;
  width: 100%; }

#section-top img {
  opacity: 0.9;
  width: 100%; }

#section-top .link_video_top {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  color: #fff; }
  #section-top .link_video_top .top-post-title {
    font-weight: 500;
    font-size: 1rem;
    color: #fff; }

#section-top .right-section .bg-img-post {
  margin-bottom: 10px; }

#section-top .right-section img {
  max-height: 150px;
  width: 100%; }

#section-top .right-section .link_video_top {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  padding: 10px 15px 10px 10px;
  color: #fff; }
  #section-top .right-section .link_video_top .top-post-title {
    font-weight: 500;
    font-size: 1rem;
    color: #fff; }

.content-noticia-index .detail-idx {
  bottom: 0;
  position: absolute;
  color: #fff;
  margin-right: 4px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, rgba(0, 0, 0, 0.804639) 70%); }

.content-noticia-index .link_video_top .top-post-title {
  font-weight: 500;
  font-size: 1rem;
  color: #fff; }

.section-noticias .media-body span,
.section-noticias .media-body a {
  color: #fff; }

.ui-widget.ui-widget-content {
  z-index: 1000 !important; }

.pausas-activas h4 {
  font-weight: 600;
  color: #1B7E6E;
  font-size: 38px;
  margin-bottom: 20px; }

.pausas-activas .exerci {
  font-size: 22px;
  font-weight: 500; }
  .pausas-activas .exerci span {
    padding-top: 10px;
    display: inline-block; }

.pausas-activas blockquote {
  font-size: 16px; }
  .pausas-activas blockquote .s-footer {
    display: inline-block;
    width: 200px;
    border: #1B7E6E 1px solid; }

.navbar-toggler-right {
  right: 0;
  top: 17px; }

#pass-info {
  width: 100%;
  color: #808080;
  padding: 5px 5px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

#pass-info.weakpass {
  border: 1px solid #FF9191;
  background: #FFC7C7;
  color: #94546E;
  margin-bottom: 15px; }

#pass-info.stillweakpass {
  border: 1px solid #FBB;
  background: #FDD;
  color: #945870;
  margin-bottom: 15px; }

#pass-info.goodpass {
  border: 1px solid #C4EEC8;
  background: #E4FFE4;
  color: #51926E;
  margin-bottom: 15px; }

#pass-info.strongpass {
  border: 1px solid #6ED66E;
  background: #79F079;
  color: #348F34;
  margin-bottom: 15px; }

#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48B448;
  color: #CDFFCD;
  margin-bottom: 15px; }

.box_form .alert {
  margin-top: 2px;
  margin-bottom: 15px; }

.mt-n80 {
  margin-top: -80px; }

.btn-pink {
  background: #AD286B;
  border-color: #AD286B;
  color: #fff; }
  .btn-pink:hover, .btn-pink:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1px #AD286B;
    color: #fff !important; }
  .btn-pink:active {
    box-shadow: 0 0 0 1px #AD286B; }

.title-content-left-success {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
  color: #1B7E6E;
  text-transform: uppercase; }
  .title-content-left-success::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 1px;
    background-color: #1B7E6E; }

.title-content-left-white {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 34px; }

.title-content-center {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center; }

.title-space-lg {
  padding-top: 50px;
  padding-bottom: 30px; }

.cusmtom-play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  flex-wrap: wrap;
  display: flex;
  transition: all .3s;
  -webkit-transition: all .3s;
  justify-content: center;
  align-items: center; }
  .cusmtom-play img {
    width: auto !important; }

/*post index*/
.article-indx .project-overlay {
  position: relative;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  background-color: #243345;
  position: relative; }
  .article-indx .project-overlay .post-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 10%, rgba(204, 204, 0, 0.28) 25%, rgba(106, 149, 46, 0.77) 57%); }
    .article-indx .project-overlay .post-overlay .post-set {
      bottom: 0px;
      margin-bottom: 10px;
      display: flex;
      position: inherit;
      width: 100%; }
      .article-indx .project-overlay .post-overlay .post-set li {
        display: inline-block; }
      .article-indx .project-overlay .post-overlay .post-set .post-name {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        margin-top: -10px;
        color: #fff; }
      .article-indx .project-overlay .post-overlay .post-set .post-eye {
        width: 15%; }
    .article-indx .project-overlay .post-overlay:hover {
      opacity: 1;
      transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease; }

.content-page-detalle > article > img {
  border-radius: 5px; }

.article-post {
  border-bottom: none; }
  .article-post .post-thumb .post-overlay-custom {
    background: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 10%, rgba(204, 204, 0, 0.28) 25%, rgba(106, 149, 46, 0.77) 57%);
    border-radius: 5px; }
  .article-post .post-thumb img {
    border-radius: 5px; }

.post-content .post-title:hover {
  text-decoration: none;
  color: #45a066; }

.post-content h3 {
  margin-top: 15px; }

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

.img-logo-right {
  position: absolute;
  width: 80px;
  height: 60px;
  background: url(../img/logo/Logo.svg) no-repeat;
  background-size: cover;
  left: 46%;
  top: 15%; }

/*Login*/
.login-content {
  box-shadow: 0px 0px 5px 0px gray;
  border-radius: 5px; }
  .login-content .login-form {
    background: #fff;
    border-radius: 5px;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px; }
    .login-content .login-form h2 {
      color: #1B7E6E;
      position: relative;
      text-align: center;
      padding-bottom: 10px;
      margin-bottom: 50px; }
      .login-content .login-form h2::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 25%;
        height: 1px;
        margin-left: -12%;
        background-color: #1B7E6E; }
    .login-content .login-form .form-control {
      border-radius: 5px;
      height: 45px; }
      .login-content .login-form .form-control::placeholder {
        color: #999999; }
    .login-content .login-form .btn {
      height: 45px;
      font-size: 16px;
      padding-left: 40px;
      padding-right: 40px;
      min-width: 150px; }
  .login-content .login-img {
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    .login-content .login-img p {
      font-size: 18px;
      text-align: center; }

/*end login*/
/*Registro*/
.register-content {
  margin-top: 70px;
  box-shadow: 0px 0px 5px 0px gray;
  border-radius: 5px;
  background: #fff;
  border-radius: 5px; }
  .register-content h2 {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px; }
    .register-content h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 15%;
      height: 1px;
      background-color: #fff; }
  .register-content .login-img {
    background: url(../images/login/resgister.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .register-content .form-control {
    border-radius: 5px;
    height: 45px; }
    .register-content .form-control::placeholder {
      color: #999999; }
  .register-content .custom-checkbox {
    font-size: 14px; }
  .register-content .btn {
    height: 45px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 150px;
    font-weight: 600;
    width: 100%; }
  .register-content .p-botom a {
    color: #45A066; }

/* end Registro*/
/*recovery*/
.recovery-content {
  margin-top: 70px;
  box-shadow: 0px 0px 5px 0px gray;
  border-radius: 5px;
  background: #fff;
  border-radius: 5px;
  text-align: center; }
  .recovery-content h2 {
    color: #1B7E6E;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px; }
    .recovery-content h2::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 25%;
      height: 1px;
      margin-left: -12%;
      background-color: #1B7E6E; }
  .recovery-content .form-control {
    border-radius: 5px;
    height: 45px; }
    .recovery-content .form-control::placeholder {
      color: #999999; }
  .recovery-content a {
    color: #45A066; }
  .recovery-content .btn {
    height: 45px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 150px;
    font-weight: 600;
    width: 100%; }

.owl-carousel .item .project-overlay:hover .team-detail {
  display: block; }

.owl-carousel .item .project-overlay .team-detail {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(27, 126, 110, 0.3);
  color: #fff;
  padding: 10px; }
  .owl-carousel .item .project-overlay .team-detail span {
    bottom: 0;
    display: inline-block; }

.carousel-dialogo-linea .owl-nav [class*=owl-],
.carousel-pastillas .owl-nav [class*=owl-] {
  font-size: 32px; }
  .carousel-dialogo-linea .owl-nav [class*=owl-] .icon-angle-left:before,
  .carousel-dialogo-linea .owl-nav [class*=owl-] .icon-angle-right:before,
  .carousel-pastillas .owl-nav [class*=owl-] .icon-angle-left:before,
  .carousel-pastillas .owl-nav [class*=owl-] .icon-angle-right:before {
    width: auto; }

.files-auth .list-group {
  margin-bottom: 5px; }
  .files-auth .list-group a {
    border-color: #45A347;
    color: #45A347; }

.text-decoration-underline {
  text-decoration: underline !important; }

/*end recovery*/
.malla {
  margin-top: -160px; }
  .malla .arrow-rigth {
    background: url(../images/malla-curricular/arrow-rigth.png) no-repeat;
    display: block;
    background-size: contain;
    width: 60px;
    height: 20px;
    position: absolute;
    right: -20%; }
  .malla .text-cua {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px; }
  .malla .card {
    background: transparent;
    border: none; }
    .malla .card .card-body {
      text-align: center; }
      .malla .card .card-body .card-title {
        text-transform: uppercase; }

.btn-malla .btn {
  border-radius: 0; }

.list-aprend img {
  max-width: 150px; }

/*contenido de footer*/
footer .logo-bottom {
  height: 60px; }

footer .nav-footer {
  align-items: center;
  justify-content: space-between; }
  footer .nav-footer .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.5);
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase; }

footer .nav-social .nav-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 23px;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  footer .nav-social .nav-link:hover {
    color: #f6f7f9; }
  footer .nav-social .nav-link img {
    max-width: 35px; }
    footer .nav-social .nav-link img:hover {
      opacity: 0.9;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.custom-file-input ~ .custom-file-label::after {
  content: "Elegir"; }

.bottom-whats {
  position: fixed;
  display: block;
  bottom: 10px;
  right: 50px;
  opacity: 1;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0); }

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1000; }

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px; }
  .icon-bar a img {
    max-width: 20px; }

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000; }

.facebook {
  background: #3b5998;
  color: white; }

.twitter {
  background: #55ACEE;
  color: white; }

.instagram {
  background: #3F729B;
  color: white; }

.linkedin {
  background: #007bb6;
  color: white; }

.youtube {
  background: #bb0000;
  color: white; }

.tiktok {
  background: #000;
  color: white;
  padding: 10px 0 !important; }

.footer-bottomAlt {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0;
  padding-top: 15px; }
  .footer-bottomAlt .design {
    text-align: right; }
    .footer-bottomAlt .design span {
      text-align: right !important;
      display: inline; }
    .footer-bottomAlt .design a {
      text-align: right;
      color: rgba(255, 255, 255, 0.8); }

/*carousel*/
.owl-theme .owl-nav .owl-prev {
  color: #ced4da !important;
  left: -50px; }

.owl-theme .owl-nav .owl-next {
  color: #ced4da !important;
  right: -50px; }

.carousel-aprendizaje2 .owl-nav {
  position: absolute;
  top: 85%;
  margin-top: 0; }
  .carousel-aprendizaje2 .owl-nav .owl-prev,
  .carousel-aprendizaje2 .owl-nav .owl-next {
    position: relative;
    top: 0;
    z-index: 100; }

.carousel-aprendizaje2 .owl-dots {
  position: absolute;
  top: 85%;
  width: 100%; }
  .carousel-aprendizaje2 .owl-dots .owl-dot {
    margin-top: 7px; }

.vide-portada {
  height: 90vh;
  width: 100%;
  overflow: hidden;
  display: block; }
  .vide-portada video {
    object-fit: cover; }

@media (min-width: 1024px) {
  .navbar-nav {
    margin-left: 35px; } }

@media (min-width: 768px) {
  .form-search {
    margin-left: 35px; } }

@media (max-width: 1199px) {
  .navbar .nav-principal .nav-item .nav-link {
    padding-left: 14px;
    padding-right: 14px; }
  .pausas-activas h4 {
    color: #1B7E6E;
    font-size: 28px;
    margin-bottom: 20px; }
  footer .nav-footer .nav-item .nav-link {
    padding-left: 14px;
    padding-right: 14px; } }

@media (max-width: 1024px) {
  .navbar .nav-principal .nav-item .nav-link {
    padding-left: 12px;
    padding-right: 12px; }
  .img-logo-right {
    position: absolute;
    width: 80px;
    height: 60px;
    background: url(../img/logo/Logo.svg) no-repeat;
    background-size: cover;
    left: 60%;
    top: 10%; }
  .malla {
    margin-top: -200px; }
    .malla .arrow-rigth {
      right: -24%; }
    .malla .card .card-body {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px; }
    .navbar .navbar-brand {
      position: absolute;
      left: 46%;
      margin-top: -10px;
      float: none; }
    .navbar .nav-principal {
      display: block !important; }
    .navbar .navbar-nav .nav-item .nav-link {
      padding-top: 10px;
      padding-bottom: 10px; }
  .pausas-activas h4 {
    color: #1B7E6E;
    font-size: 25px;
    margin-bottom: 20px; }
  .pausas-activas .exerci {
    font-size: 16px; }
  .nav-login {
    position: absolute;
    right: 0;
    top: 0; }
    .nav-login .nav {
      position: absolute;
      right: 0; }
    .nav-login .dropdown-menu {
      background: #1B7E6E; }
  .title-ma {
    font-size: 24px; }
  .malla .arrow-rigth {
    right: -30%; } }

@media (max-width: 767px) {
  .navbar .container {
    padding-left: 0;
    padding-right: 0; }
  .navbar .nav-principal {
    display: block !important; }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px; }
  .pausas-activas {
    margin-top: 10px !important; }
    .pausas-activas h4 {
      color: #1B7E6E;
      font-size: 22px;
      margin-bottom: 20px; }
    .pausas-activas .exerci {
      font-size: 16px; }
    .pausas-activas blockquote {
      font-size: 14px; }
  .img-logo-right {
    position: absolute;
    width: 80px;
    height: 60px;
    background: url(../img/logo/Logo.svg) no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
    top: 10%; }
  .malla-currr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .malla {
    margin-top: -0px; }
    .malla .text-cua {
      display: none; }
    .malla .arrow-rigth {
      display: none; } }

@media (max-width: 576px) {
  .navbar .navbar-brand {
    left: 40% !important; }
  .btn-malla .btn {
    display: block; } }
