/* Common vars */
/* Frontend vars */
section.noticia .noticia-slider {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: top; }
  section.noticia .noticia-slider .mask {
    background-color: rgba(0, 85, 132, 0.41);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.noticia .noticia-slider .breadcrumbs {
    margin-top: 20px;
    background-color: transparent;
    padding-left: 0;
    color: #ffffff;
    font-size: 14px; }
    section.noticia .noticia-slider .breadcrumbs a {
      color: #ffffff; }
  section.noticia .noticia-slider .noticia-intro {
    padding-top: 15px; }
    section.noticia .noticia-slider .noticia-intro h1 {
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      line-height: 30px;
      margin: 0 0 10px;
      letter-spacing: 0.01em;
      font-family: "Lato"; }
  section.noticia .noticia-slider.generic {
    background-image: url("/bundles/app/images/publico/bg-cabecera.jpg"); }
section.noticia .container-block {
  min-height: 600px; }
section.noticia h2.latest-news {
  font-size: 24px;
  font-weight: 700;
  font-family: "Lato";
  margin: 0;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #abb1b3; }
  section.noticia h2.latest-news:before {
    content: '';
    height: 3px;
    background-color: #abb1b3;
    width: 125px;
    position: absolute;
    display: block;
    top: 14px;
    left: 0; }
  section.noticia h2.latest-news:after {
    content: '';
    height: 3px;
    background-color: #abb1b3;
    width: 125px;
    position: absolute;
    display: block;
    top: 14px;
    right: 0; }
section.noticia article {
  background: #fff;
  box-shadow: 0 2px 10px rgba(1, 0, 20, 0.07);
  /* border-radius: 0 0 10px 10px; */
  border: none;
  padding: 20px;
  margin-top: 30px; }
  section.noticia article .noticia-header-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    section.noticia article .noticia-header-container .noticia-date {
      font-size: 13px;
      color: #abb1b3;
      margin: 0; }
  section.noticia article .noticia-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word; }
  section.noticia article h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Lato";
    margin: 0;
    margin-right: 40px; }
    section.noticia article h2 a {
      color: #005584; }
  section.noticia article h3 {
    font-size: 22px;
    font-weight: bold; }
  section.noticia article img {
    float: right;
    width: 150px;
    margin: 0 15px; }
  section.noticia article .noticia-content:after {
    content: '';
    display: block;
    min-height: 1px;
    clear: both; }
  section.noticia article .noticia-content.newsletter-box {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    pointer-events: none; }
    section.noticia article .noticia-content.newsletter-box table {
      zoom: 0.3; }
    section.noticia article .noticia-content.newsletter-box:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%; }
  section.noticia article p {
    font-family: "Lato";
    color: #757575;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: justify; }
  section.noticia article .article-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6; }
    section.noticia article .article-info span {
      font-family: "Lato";
      font-size: 13px;
      color: #757575; }
section.noticia .hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0; }

.noticia-info {
  margin-top: -50px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(1, 0, 20, 0.07);
  /* border-radius: 0 0 10px 10px; */
  border: none;
  padding: 14px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .noticia-info.no-results {
    justify-content: center;
    padding: 50px 20px; }
  .noticia-info ul.items {
    display: flex; }
    .noticia-info ul.items li {
      padding: 0 10px;
      color: #abb1b3;
      border-right: 2px solid #abb1b3; }
      .noticia-info ul.items li:last-child {
        border: 0; }
      .noticia-info ul.items li:first-child {
        padding-left: 0; }
  .noticia-info .share-container p {
    color: #333333; }

.share-container {
  display: flex; }
  .share-container p {
    line-height: 25px;
    color: #ffffff;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #ffffff;
    height: 25px;
    margin-top: 5px;
    font-weight: bold; }
  .share-container .social-share-buttons {
    display: flex; }
    .share-container .social-share-buttons li {
      margin: 0 5px; }
      .share-container .social-share-buttons li a {
        color: #008cee;
        background-color: #ffffff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: block;
        line-height: 35px;
        text-align: center; }
      .share-container .social-share-buttons li:last-child {
        margin-right: 0; }

.block {
  position: relative; }
  .block .icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 0; }
    .block .icon i {
      font-size: 80px;
      color: #005584;
      opacity: 0.15; }
  .block a {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(1, 0, 20, 0.07);
    /* border-radius: 0 0 10px 10px; */
    border: none;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    min-height: 185px;
    margin-bottom: 30px;
    color: #333333;
    text-align: center; }
    .block a h2 {
      margin: 0;
      padding: 10px 20px;
      background-color: rgba(0, 85, 132, 0.1);
      font-size: 18px;
      font-weight: bold;
      width: 100%; }
    .block a p {
      padding: 10px 15px 0 100px;
      text-align: right; }

.exclusive {
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 85, 132, 0.1);
  font-size: 18px;
  font-weight: bold;
  width: 100%; }

@media (max-width: 768px) {
  .menu-lateral aside.sidebar {
    margin-top: 0; }

  .container-block {
    min-height: auto; } }

/* Common vars */
/* Frontend vars */
aside.sidebar {
  margin-top: -50px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(1, 0, 20, 0.07);
  /* border-radius: 0 0 10px 10px; */
  border: none;
  padding: 14px 20px 20px; }
  aside.sidebar.curso-single-empresa, aside.sidebar#noticia-sidebar-secondary {
    margin-top: 30px !important; }
  aside.sidebar .curso-info i {
    width: 32px; }
  aside.sidebar .widget_search form {
    margin: 0;
    padding: 0;
    border-style: none; }
    aside.sidebar .widget_search form .search-form-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden;
      width: 100%; }
      aside.sidebar .widget_search form .search-form-content .fusion-search-field {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        aside.sidebar .widget_search form .search-form-content .fusion-search-field label {
          border: 0;
          clip: rect(1px, 1px, 1px, 1px);
          -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute !important;
          width: 1px;
          word-wrap: normal !important; }
        aside.sidebar .widget_search form .search-form-content .fusion-search-field input {
          width: 100%;
          border-radius: 3px;
          height: 40px;
          border: 1px solid #e2e2e2;
          font-size: 13px;
          padding: 8px 15px;
          box-sizing: border-box;
          margin: 0;
          outline: 0; }
      aside.sidebar .widget_search form .search-form-content .fusion-search-button .fusion-search-submit {
        height: 40px;
        width: 40px;
        line-height: 40px;
        background: #000;
        border: none;
        border-radius: 0 3px 3px 0;
        color: #fff;
        font-size: 1em;
        margin: 0;
        padding: 0;
        text-indent: 0;
        cursor: pointer;
        font-family: 'FontAwesome';
        font-weight: 400;
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        transition: all .2s; }
  aside.sidebar .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato"; }
  aside.sidebar .widget {
    margin-bottom: 30px; }
    aside.sidebar .widget ul li a {
      display: block;
      padding: 10px 10px 10px 12px;
      border-bottom: 1px solid #e7e6e6;
      color: #6176ef;
      position: relative; }
      aside.sidebar .widget ul li a:before {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        content: '\f054';
        font-weight: 900;
        font-size: 10px;
        margin-top: 3px;
        margin-left: -12px; }
    aside.sidebar .widget:last-child {
      margin-bottom: 0; }

.course-external-button,
.course-register-button {
  /* margin-top: 10px; */
  border: none;
  color: #103e82;
  background-image: linear-gradient(to left, #53b4ff 0%, #53b4ff 0.22%, #4b83ff 100%);
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Lato',sans-serif;
  background-color: #7f65f9;
  background-image: -webkit-linear-gradient(right, #53b4ff 0%, #53b4ff 0.22%, #4b83ff 100%);
  background-image: linear-gradient(to left, #005584 0%, #005584 0.22%, #005584 100%);
  height: 40px;
  border: none;
  padding: 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 40px; }
  .course-external-button:hover,
  .course-register-button:hover {
    color: #ffffff; }

.curso-precio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px -20px 0; }
  .curso-precio li {
    width: 100%;
    background-color: rgba(0, 85, 132, 0.25);
    /*border-radius: 3px;*/
    margin: 0 1px;
    height: 60px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #333333;
    font-size: 13px; }
    .curso-precio li:first-child {
      margin-left: 0;
      /*border-radius: 0 3px 3px 0;*/ }
    .curso-precio li:last-child {
      margin-right: 0;
      /*border-radius: 3px 0 0 3px;*/ }
    .curso-precio li p {
      margin: 0;
      font-weight: normal; }
    .curso-precio li span {
      font-size: 24px;
      font-weight: 700; }

.curso-date {
  color: #333333; }

.curso-info li {
  padding: 5px 0;
  display: flex; }
  .curso-info li i {
    font-size: 20px;
    margin-right: 5px; }

.company-info {
  margin-top: -50px; }
  .company-info section {
    box-shadow: 0 2px 10px rgba(1, 0, 20, 0.07);
    /* border-radius: 0 0 10px 10px; */
    border: none;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 30px; }
    .company-info section h4 {
      font-weight: 700;
      font-size: 20px;
      color: #005584;
      margin: 0;
      margin-bottom: 15px; }
    .company-info section i {
      margin-right: 15px; }

/* Common vars */
/* Frontend vars */
.gallery-container {
  min-height: 275px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .gallery-container .background-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .gallery-container .background-gallery div {
      width: 50%;
      height: 50%;
      position: absolute;
      background-position: center;
      background-size: cover;
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px); }
      .gallery-container .background-gallery div.background-top-left {
        top: 0;
        left: 0; }
      .gallery-container .background-gallery div.background-top-right {
        top: 0;
        right: 0; }
      .gallery-container .background-gallery div.background-bottom-left {
        bottom: 0;
        left: 0; }
      .gallery-container .background-gallery div.background-bottom-right {
        bottom: 0;
        right: 0; }
  .gallery-container .mask {
    background-color: rgba(0, 0, 0, 0.41);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gallery-container .noticia-header-container {
    display: flex;
    justify-content: center;
    flex-flow: column;
    z-index: 2;
    text-align: center;
    position: relative;
    color: #ffffff; }
    .gallery-container .noticia-header-container h2 {
      margin: 0;
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
      font-family: "Lato"; }
    .gallery-container .noticia-header-container .noticia-date {
      line-height: 10px;
      color: #ffffff !important;
      font-size: 12px !important; }
    .gallery-container .noticia-header-container p {
      color: #ffffff;
      margin: 0; }
