/*h1{
    .fs(32);
    .ln(48);
}

h2{
    .fs(24);
    .ln(32);
}
h3{
    .fs(20);
    .ln(24);
}
h4{
    .fs(18);
    .ln(24);
}
h5{
    .fs(16);
    .ln(24);
}
h6{
    .fs(15);
    .ln(24);

}*/
.block-title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  background: #19232d;
  color: #efefef;
  padding: 0 14px;
  line-height: 34px;
  margin-bottom: 0;
}
.block-btn {
  display: block;
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  background-color: #e6e6e6;
  padding: 12px 15px;
  font-weight: 700;
}
.block-btn:hover {
  background-color: #d0d823;
  color: #7b8015;
  text-decoration: none;
}
.alert-msg {
  background-color: #DEC66B;
  color: #AF7821;
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
.main .sidebar .widgettitle {
  margin-bottom: 15px;
}
.main .sidebar .widgettitle a {
  color: #fff;
}
.main .sidebar .widgettitle a i:first-child {
  margin-right: 5px;
}
.main .sidebar .sidemenu {
  margin-bottom: 35px;
}
.main .sidebar .sidemenu li {
  margin-bottom: 5px;
}
.main .sidebar .sidemenu li.is-active a {
  background-color: #0274b3;
  color: #fff;
}
.main .sidebar .sidemenu li.is-active a:after {
  content: '\f041';
}
.main .sidebar .sidemenu li a {
  background-color: #f2f2f2;
  padding: 15px;
  display: block;
  color: #999999;
}
.main .sidebar .sidemenu li a:after {
  font-family: 'FontAwesome';
  speak: none;
  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;
  content: '\f054';
  position: relative;
  float: right;
  top: 3px;
}
[class^="space-"],
[class*=" space-"] {
  display: table;
  width: 100%;
  clear: both;
}
.space-5 {
  height: 5px;
}
.space-10 {
  height: 10px;
}
.space-20 {
  height: 20px;
}
.space-30 {
  height: 30px;
}
.space-40 {
  height: 40px;
}
.space-50 {
  height: 50px;
}
.space-60 {
  height: 60px;
}
.space-70 {
  height: 70px;
}
.space-80 {
  height: 80px;
}
.space-90 {
  height: 90px;
}
.space-100 {
  height: 100px;
}
.bloquesh {
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 15px;
  padding-left: 70px;
  padding-right: 50px;
  position: relative;
  margin-bottom: 50px;
}
.bloquesh.is-blanked:after {
  content: '\f08e';
}
.bloquesh:after {
  font-family: 'FontAwesome';
  speak: none;
  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;
  content: '\f054';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  right: 10px;
  font-size: 25px;
  color: #b3b3b3;
}
.bloquesh:hover {
  text-decoration: none;
}
.bloquesh:hover .bloquesh-icon {
  background-color: #23a0d6;
  color: #0274b3;
}
.bloquesh:hover .bloquesh-icon i {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
}
.bloquesh-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #0274b3;
  color: #fff;
}
.bloquesh-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  font-size: 30px;
}
.bloquesh-title {
  font-weight: 400!important;
  margin-bottom: 10px!important;
  font-size: 16px;
}
.bloquesh-desc {
  color: #b3b3b3;
  margin-bottom: 0!important;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 15px;
}
.btn {
  padding: 5px 21px;
  display: inline-block;
  font: inherit;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.btn:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #0274b3;
  color: #fff;
}
.btn.btn-primary:hover {
  color: #fff!important;
}
.btn.btn-secondary {
  background-color: #d0d823;
  color: rgba(0, 0, 0, 0.5);
}
.btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.issuuembed {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .bootbox {
    width: 80%!important;
  }
}
@media screen and (max-width: 767px) {
  .publi-column-cat {
    width: 50%!important;
  }
}
@media screen and (max-width: 479px) {
  .publi-column-cat {
    width: 100%!important;
  }
}
@media screen and (max-width: 767px) {
  .publi-column-item {
    width: 50%!important;
  }
}
@media screen and (max-width: 479px) {
  .publi-column-item {
    width: 100%!important;
  }
}
@media screen and (max-width: 767px) {
  .publi-column-item .publi-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .album-single-col-img {
    width: 25%!important;
  }
}
@media screen and (max-width: 639px) {
  .album-single-col-img {
    width: 50%!important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .videos-item-column {
    width: 50%!important;
  }
}
@media screen and (max-width: 532px) {
  .videos-item-column {
    width: 100%!important;
  }
}
.highlights .image-link img {
  max-height: 156px;
}
.videos-pagination {
  clear: left;
}
.modal {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) !important;
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1) !important;
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1) !important;
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1) !important;
  transform: translate(-50%, -50%) rotate(0deg) scale(1) !important;
  margin-left: 0;
  z-index: 99999;
  width: 900px;
}
.modal .modal-body {
  max-height: 600px;
}
.modal .modal-body .bootbox-body {
  clear: both;
}
.modal .modal-body .bootbox-close-button {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  float: right;
}
.modal-dialog {
  z-index: 9999;
}
.modal-backdrop {
  z-index: 9999;
}
.tophdr .heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  top: 3px;
}
.navigation .menu {
  font-size: 11px;
}
.navigation .menu > li > a {
  padding: 0px 9px;
}
.navigation .menu > li > a:after {
  font-size: 12px;
  margin-left: 3px;
}
@media screen and (max-width: 991px) {
  .navigation .mobile .hamburger {
    background: #0274b3;
  }
}
.main-footer {
  overflow: hidden;
}
.main-footer .wrap {
  display: table;
  padding: 20px 0;
}
.main-footer .social-icons {
  float: right;
}
@media screen and (max-width: 767px) {
  .main-footer .social-icons {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .social-icons li {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .lower-foot {
    display: none;
  }
}
.main-footer .lower-foot .menu {
  float: left;
  font-size: 11px;
}
.main-footer .lower-foot .menu li:first-child {
  padding-left: 0;
}
.ftrCredits {
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ftrCredits {
    text-align: center;
  }
}
.totop {
  background-color: #0274b3;
  border: none;
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  outline: none;
}
.totop:hover {
  background-color: #d0d823;
}
.totop:hover i {
  color: rgba(0, 0, 0, 0.4);
}
.totop i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  color: #fff;
}
.bloque-entidades .block-title {
  margin-bottom: 10px;
}
.bloque-entidades .block-title a {
  color: #fff;
}
.bloque-entidades .block-title a:hover {
  text-decoration: underline;
}
.lastalbum.highlights .excerpt {
  border-bottom: none;
}
.lastalbum.lastalbum-item {
  margin-bottom: 50px;
}
.lastalbum-numpics {
  padding-right: 14px;
}
.lastalbum-body {
  padding: 20px;
  display: inline-block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.lastalbum-body .lastalbum-title {
  padding-left: 0;
}
.indexbanner {
  display: block;
  border: 6px solid #e6e6e6;
  line-height: 0;
  margin-bottom: 42px;
}
.indexbanner:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.indexbanner img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .main-head .adwrap-widget {
    width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .main-head .adwrap-widget {
    width: 413px;
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .main-head .adwrap-widget {
    width: 380px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 735px) {
  .main-head .adwrap-widget {
    width: 280px;
  }
}
@media screen and (max-width: 1199px) {
  .main-head .logo-image {
    width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .main-head .title {
    float: left;
  }
}
@media screen and (max-width: 639px) {
  .main-head .title {
    float: none;
  }
}
@media screen and (max-width: 639px) {
  .main-head .right {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-head .text {
    display: none;
  }
}
.featured img {
  max-width: 100%;
  height: auto;
}
.timeline-twitter-feed {
  padding: 0!important;
}
.timeline-twitter-feed .ttf-tweet {
  padding-top: 0!important;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0!important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px!important;
}
.timeline-twitter-feed .ttf-tweet:before {
  font-family: 'FontAwesome';
  speak: none;
  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;
  content: '\f099';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline-twitter-feed .ttf-tweet .ttf-timestamp {
  font-style: italic;
  font-size: 11px;
  color: #0274b3;
}
.twitter-follow-button {
  background-color: #e6e6e6;
  padding: 3%;
  width: 94%!important;
}
.sideyoutube {
  display: table;
  width: 100%;
}
.sideyoutube.video-item {
  float: none;
  margin-bottom: 35px;
}
.sideyoutube-link {
  display: block;
  position: relative;
}
.sideyoutube-link:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.sideyoutube-link:hover:after {
  color: #8acfdf;
}
.sideyoutube-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  font-family: 'FontAwesome';
  speak: none;
  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;
  content: '\f16a';
  font-size: 100px;
  color: rgba(255, 255, 255, 0.5);
}
.sideyoutube-link img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sideyoutube-btn {
  display: block;
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  background-color: #e6e6e6;
  padding: 12px 15px;
  font-weight: 700;
}
.sideyoutube-btn:hover {
  background-color: #d0d823;
  color: #7b8015;
  text-decoration: none;
}
.post-content .wpcf7-not-valid-tip {
  color: #e54e53;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.post-content input[type=text].wpcf7-not-valid,
.post-content input[type=email].wpcf7-not-valid,
.post-content input[type=tel].wpcf7-not-valid,
.post-content select.wpcf7-not-valid {
  background-color: #f9d3d5;
  border-color: #e54e53;
}
.post-content .wpcf7-validation-errors {
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
}
.post-content .wpcf7-validation-errors:before {
  font-family: 'FontAwesome';
  speak: none;
  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;
  content: '\f071';
  margin-right: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
.wpcf7 select {
  height: 34px;
}
.wpcf7 h2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.member-row {
  margin-left: -5px;
  margin-right: -5px;
}
.member-row .member-col {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .member-row .member-col {
    width: 100%;
  }
}
.member-row .member-col.is-last {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.member-col.is-last {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.member {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .member {
    text-align: center;
  }
}
.member-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.member-name {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #19232d;
  text-align: center;
  margin-bottom: 10px!important;
  padding-bottom: 10px;
  padding-top: 0;
  border-bottom: 1px solid #d9d9d9;
}
.member-rol {
  text-align: center;
  font-style: italic;
  color: #999999;
  display: block;
}
.col-3 .member .member-name {
  font-size: 11px;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  .col-3 .member .member-name {
    font-size: 18px;
    line-height: inherit;
  }
}
.acta {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.acta-link {
  position: relative;
  height: 150px;
  display: block;
  background-color: #f2f2f2;
  padding-bottom: 1px;
  width: 25%;
  float: left;
}
.acta-link:hover {
  background-color: #e6e6e6;
}
.acta-link:hover i {
  color: #999999;
}
.acta-link:before {
  content: '';
  height: 2px;
  width: 50%;
  background-color: #23a0d6;
  left: 0;
  bottom: 0;
  position: absolute;
}
.acta-link:after {
  content: '';
  height: 2px;
  width: 50%;
  background-color: #d0d823;
  right: 0;
  bottom: 0;
  position: absolute;
}
.acta-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  font-size: 40px;
  color: #cccccc;
}
.acta-body {
  width: 75%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.acta-name {
  font-weight: 400!important;
  color: #808080 !important;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px!important;
  font-size: 14px;
}
.acta-date {
  text-transform: uppercase;
  color: #b3b3b3;
  position: relative;
  margin-bottom: 20px;
  display: block;
  font-size: 11px;
}
.acta-btn {
  float: right;
}
.downitems {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.downitems-item {
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 15px;
  padding-left: 140px;
  padding-right: 80px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 532px) {
  .downitems-item {
    padding-left: 60px;
    padding-right: 37px;
  }
}
@media screen and (max-width: 359px) {
  .downitems-item {
    padding-left: 45px;
    padding-right: 30px;
  }
}
.downitems-item:after {
  font-family: 'FontAwesome';
  speak: none;
  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;
  content: '\f019';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  right: 10px;
  font-size: 25px;
  color: #b3b3b3;
}
@media screen and (max-width: 532px) {
  .downitems-item:after {
    font-size: 16px;
  }
}
.downitems-item:hover {
  text-decoration: none;
}
.downitems-item:hover .downitems-icon {
  background-color: #23a0d6;
  color: #0274b3;
}
.downitems-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 100%;
  background-color: #0274b3;
  color: #fff;
}
@media screen and (max-width: 532px) {
  .downitems-icon {
    width: 50px;
  }
}
@media screen and (max-width: 359px) {
  .downitems-icon {
    width: 37px;
  }
}
.downitems-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  font-size: 50px;
}
@media screen and (max-width: 532px) {
  .downitems-icon i {
    font-size: 26px;
  }
}
.downitems-title {
  font-weight: 400!important;
  margin-bottom: 10px!important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 359px) {
  .downitems-title {
    font-size: 13px;
  }
}
.downitems-desc {
  margin-bottom: 0;
  font-size: 12px;
  color: #b3b3b3;
}
.curso-panel {
  float: left;
  width: 100%;
}
.curso-section-title {
  padding: 10px;
}
.curso-item {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  float: left;
  width: 100%;
  margin-bottom: 50px!important;
}
.curso-item hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.curso-meta i {
  margin-right: 5px;
}
.curso-title {
  padding-left: 24px!important;
  padding-right: 10px;
  margin-bottom: 0px!important;
}
.curso-excerpt {
  padding: 0 20px 20px;
  margin-top: 0;
  border-bottom: none!important;
  float: left;
  box-sizing: border-box;
  width: 100%;
}
.curso-btn {
  float: right;
}
.agenda-content {
  margin-left: 295px!important;
}
.agenda-year {
  padding: 10px;
}
.agenda-type a {
  color: #fff;
}
.agenda-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0!important;
}
.agenda-title a {
  color: #19232d;
}
.agenda-excerpt {
  margin-top: 5px!important;
}
.agenda-date {
  margin-bottom: 10px;
  display: block;
}
.cursopage-meta {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .cursopage-meta .btn {
    font-size: 9px!important;
  }
}
.cursopage-meta time {
  position: relative;
  top: 6px;
}
@media screen and (max-width: 532px) {
  .cursopage-meta time {
    top: 0;
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}
.cursopage-meta time i + span {
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  .cursopage-meta time i + span {
    font-size: 11px!important;
  }
}
@media screen and (max-width: 567px) {
  .cursopage-meta .btn {
    float: left!important;
    margin-right: 10px;
  }
}
.cursopage-meta .btn:last-child {
  margin-right: 10px;
}
.cursopage-content {
  clear: both;
}
.cursopage-pic {
  display: block;
  margin-bottom: 20px;
}
.cursopage-pic img {
  border: 1px solid #e6e6e6;
  padding: 5px;
  box-sizing: border-box;
}
.cursopage-video .fluid-width-video-wrapper {
  padding-top: 0!important;
}
.cursopage-video iframe {
  height: 360px!important;
  position: relative!important;
}
.lastalbum .image-link {
  max-height: 217px;
  overflow: hidden;
}
.video-item {
  margin-bottom: 50px!important;
  float: left;
  max-width: 100%;
}
.video-img {
  display: block;
  position: relative;
  cursor: pointer;
}
.video-img:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.video-img:hover:after {
  color: #8acfdf;
}
.video-img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  font-family: 'FontAwesome';
  speak: none;
  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;
  content: '\f16a';
  font-size: 100px;
  color: rgba(255, 255, 255, 0.5);
}
.video-img img {
  max-width: 100%;
  height: auto;
}
.video-body {
  background-color: #f2f2f2;
  padding: 15px;
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.video-title {
  margin-top: 0!important;
  margin-bottom: 10px!important;
}
.video-btn {
  float: right;
}
.publi-item {
  margin-bottom: 50px!important;
}
.publi-link {
  display: block;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 735px) {
  .publi-link {
    height: 145px;
  }
}
@media screen and (max-width: 567px) {
  .publi-link {
    height: 114px;
  }
}
@media screen and (max-width: 479px) {
  .publi-link {
    height: auto;
  }
}
.publi-link:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media screen and (max-width: 479px) {
  .publi-link img {
    width: 100%;
  }
}
.publi-body {
  background-color: #f2f2f2;
  padding: 15px;
}
.publi-title {
  margin-top: 0!important;
  margin-bottom: 10px!important;
}
.publi-subtitle {
  font-size: 13px!important;
  margin-top: 0!important;
  font-weight: 400!important;
  margin-bottom: 10px!important;
  color: #999999 !important;
}
.publi-btn {
  display: block;
  text-align: center;
}
.single-publicaciones .issuuembed.issuu-isrendered > div div:nth-child(2) {
  display: none;
}
.oferta {
  margin-bottom: 30px;
}
.oferta-img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  top: 1px;
  left: 1px;
}
.oferta-img img {
  margin-left: 0;
  max-width: 100%;
}
.agenda-calendar {
  margin-bottom: 35px;
}
.agenda-calendar.agenda-single-calendar .pika-title {
  font-size: 13px;
  text-transform: uppercase;
  background: #19232d;
  color: #efefef;
  padding: 10px;
}
.agenda-calendar.agenda-single-calendar .pika-title .pika-label {
  background: none;
}
.agenda-calendar.agenda-single-calendar .pika-title .pika-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNUNGMzVGRENENzgxMUU1QjU4MEYyNDdEQjdDQzQ2OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNUNGMzVGRUNENzgxMUU1QjU4MEYyNDdEQjdDQzQ2OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1Q0YzNUZCQ0Q3ODExRTVCNTgwRjI0N0RCN0NDNDY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1Q0YzNUZDQ0Q3ODExRTVCNTgwRjI0N0RCN0NDNDY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CB0u5AAAAG9JREFUeNrs1UEKACEIBdBq5sBdJPDGDjGbiDTSv2jhh1bJA+lDmZkTMiWBE2CA6zT1thf74DT+I85YMAg4Ym5wxlzgCjODEqaCWm0eUxE3KxNyZQ1114bQ4IxCwBEVZ97DN6y7gRy/XoAXgJ8AAwC79cKlQ7GhtQAAAABJRU5ErkJggg==);
}
.agenda-calendar.agenda-single-calendar .pika-title .pika-next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNUNGMzVGOUNENzgxMUU1QjU4MEYyNDdEQjdDQzQ2OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNUNGMzVGQUNENzgxMUU1QjU4MEYyNDdEQjdDQzQ2OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1Q0YzNUY3Q0Q3ODExRTVCNTgwRjI0N0RCN0NDNDY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1Q0YzNUY4Q0Q3ODExRTVCNTgwRjI0N0RCN0NDNDY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/J483AAAAGdJREFUeNrs1bEKACEMA9B6fr+QP+7R0Ru00Qw3NNBNHogpNnc3ZR4Tp8ACzQYtRrEXExmbM9NkQArNgmmUAVMoC27RE3CJnvaw39TmGyivDOWjQFkbKIsN5epRWEyrX6/AH4CvAAMA7pv+hWR6uFcAAAAASUVORK5CYII=);
}
.agenda-calendar.agenda-single-calendar .pika-single .pika-lendar .pika-table td {
  height: 70px;
}
.agenda-calendar.agenda-single-calendar .pika-single .pika-lendar .pika-table td .pika-button {
  height: 70px;
  font-size: 16px;
}
.agenda-calendar .pika-title {
  text-transform: uppercase;
  color: #b3b3b3;
}
.agenda-calendar .pika-single {
  border: none;
  position: relative;
  z-index: 9;
}
.agenda-calendar .pika-single .pika-loading {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.agenda-calendar .pika-single .pika-loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  left: 43%;
  color: #cccccc;
  font-size: 30px;
  font-size: 1.875rem;
}
.agenda-calendar .pika-single .pika-lendar {
  margin: 0;
  width: 100%;
}
.agenda-calendar .pika-single .pika-lendar .pika-table th,
.agenda-calendar .pika-single .pika-lendar .pika-table td {
  height: 35px;
  line-height: 35px;
  line-height: 2.1875rem;
}
.agenda-calendar .pika-single .pika-lendar .is-selected .pika-button {
  background-color: #0274b3;
}
.agenda-calendar .pika-single .pika-lendar .pika-button {
  height: 35px;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.agenda-calendar .pika-single .pika-lendar .pika-button:hover {
  background-color: #e6e6e6 !important;
  color: #808080 !important;
}
.agenda-modal-list {
  padding: 50px;
  padding-bottom: 0;
}
.agenda-modal-list:last-child {
  padding-bottom: 50px;
}
.agenda-modal-left,
.agenda-modal-right {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.agenda-modal-left a {
  display: block;
  background-color: #f2f2f2;
  padding: 10px 0;
}
.agenda-modal-left a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.agenda-modal-left a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.agenda-modal-title {
  position: relative;
  color: #19232d;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 14px;
  margin: 7px 0;
}
.agenda-modal-title:before {
  content: " ";
  display: block;
  float: left;
  position: absolute;
  left: 0;
  height: 18px;
  border-left: 3px solid #0274b3;
}
.agenda-modal-excerpt {
  font-size: 13px;
  line-height: 1.615;
  margin-top: 14px;
  border-bottom: 1px solid #d9d9d9;
  color: #949697;
  padding-bottom: 14px;
}
.agenda-modal-cat {
  display: inline-block;
  background-color: #8acfdf;
  padding: 5px 21px;
  text-transform: uppercase;
  color: #fff;
}
