/*!
 Theme Name:  Hasbara Theme
 Theme URI:   https://github.com/jprieton/jp-blank
 Description: JP Basic Startup Theme
 Author:      Javier Prieto
 Author URI:  https://github.com/jprieton
 Version:     0.1.0
 License:     GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags:        microformats, post-formats, custom-menu, featured-images

*/
/*!
Source: https://codex.wordpress.org/CSS
*/
/* =WordPress Core
-------------------------------------------------------------- */
.post-content .alignnone {
  margin: 5px 20px 20px 0;
}
.post-content .aligncenter,
.post-content div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.post-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.post-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.post-content .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.post-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.post-content a img.alignnone {
  margin: 5px 20px 20px 0;
}
.post-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.post-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.post-content .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.post-content .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.post-content .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.post-content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.post-content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*! Responsive Text Alignment ------------------------------------------------ */
/*! https://github.com/twbs/bootstrap/issues/11292 --------------------------- */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
html,
body {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body {
  color: #426b81;
  font-family: 'Roboto Slab', verdana, helvetica;
  font-size: 100%;
  line-height: 1.4;
}
/* Reset Bootstrap ------------------*/
.navbar-default {
  box-shadow: 0 0 0 #000;
  border: none;
  border-radius: 0;
  background: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  min-height: 1px;
  font-family: 'Open Sans', arial, tahoma;
}
.navbar-default .navbar-nav {
  margin: 7.5px 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-brand {
  z-index: 3;
  height: auto;
  padding: 0;
  top: 0;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}
.navbar-form {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0;
}
.navbar-form .btn {
  background: none;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 0 #000;
  padding: 2px 5px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-shadow: 0 0 0 #000;
  float: right;
}
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form .form-control {
  background: none;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 0 #000;
  color: #fff;
  display: inline-block;
}
.navbar-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
/* / Reset Bootstrap ------------------*/
a {
  color: inherit;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 15px 0 0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.site-header .navbar-default .navbar-toggle:focus,
.site-header .navbar-default .navbar-toggle:hover {
  background: #fff;
}
.site-header .navbar-default .navbar-toggle:focus .icon-bar,
.site-header .navbar-default .navbar-toggle:hover .icon-bar {
  background: #426b81;
}
.site-header .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.site-header .navbar {
  position: relative;
  z-index: 1;
}
.site-header:after {
  content: '';
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 15px;
  background: #fff;
  border-bottom: 1px solid #426b81;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.site-header .logo-site {
  position: absolute;
  z-index: 3;
}
.site-header .logo-site {
  top: -5px;
  text-align: left;
}
.site-header .logo-site img {
  margin-left: 0;
  width: auto;
  height: 50px;
}
.site-header.scrolled {
  padding-top: 10px;
  font-size: 0.8rem;
}
.site-header.scrolled:after {
  height: 0;
  opacity: 0;
}
.site-header.scrolled .logo-site {
  top: -5px;
  text-align: left;
}
.site-header.scrolled .logo-site img {
  margin-left: 0;
  width: auto;
  height: 50px;
}
.site-header.scrolled .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.site-header.scrolled .navbar-form {
  margin: 0;
}
.site-header.scrolled .navbar-form .btn {
  font-size: 1.2rem;
  line-height: 1;
}
.site-header.scrolled .form-control {
  height: auto;
  padding: 2px 12px;
}
.bg-blue {
  background: #426b81;
  color: #fff;
}
.block-section {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.block-section.body-base {
  margin-top: 65px;
  background: #fff;
  z-index: 5;
}
.site-footer {
  padding: 25px 0 45px;
  color: #a9c5d3;
  font-family: 'Open Sans', arial, tahoma;
  font-size: 1rem;
  line-height: 1.4;
}
.site-footer .foot-title {
  margin-top: 0.45rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.site-footer .navbar-nav {
  display: block;
  list-style: none;
}
.site-footer .navbar-nav > li {
  float: none;
  margin-bottom: 0.35rem;
  display: block;
}
.site-footer .navbar-nav > li > a {
  display: block;
  padding: 0;
}
.site-footer .navbar-default .navbar-nav > li > a {
  color: inherit;
}
.site-footer .form-foot {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.site-footer .form-foot .form-control,
.site-footer .form-foot .btn {
  padding: 0;
  height: auto;
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 34px;
  text-shadow: none;
  box-shadow: 0 0 0 #000;
}
.site-footer .form-foot .form-control {
  padding-left: 15px;
}
.site-footer .form-foot .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer .form-foot .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer .form-foot .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer .form-foot .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-footer .form-foot .btn {
  margin-left: auto;
  background: transparent;
  border-left: 1px solid #fff;
  text-transform: uppercase;
}
.preguntas-selector {
  margin-top: 20px;
  padding: 5px 15px;
  /*
    select.form-control {
      position: relative;background: @blue-head;padding: 0 10px;height: auto;
      border: none;border-radius: 0;box-shadow: 0 0 0 #000;color: @white;
      -webkit-appearance: none;
    }
    */
}
.preguntas-selector .form-control {
  color: #6b6b6b;
}
.preguntas-selector .form-group {
  margin-bottom: 0;
}
.preguntas-selector .form-horizontal .control-label {
  padding-top: 0;
  font-size: 0.8rem;
  line-height: 1.6;
}
.preguntas-selector .form-horizontal.form-tipo .control-label {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.preguntas-selector .form-horizontal .control-label {
  font-weight: 400;
}
.preguntas-selector .form-horizontal.form-tono {
  text-align: right;
}
.preguntas-selector .form-horizontal.form-tono .control-label {
  padding-left: 0;
  padding-right: 0;
}
.preguntas-selector .block-selector .control-label,
.preguntas-selector .block-selector .form-control {
  display: inline-block;
  width: auto;
}
.preguntas-selector .block-selector .select-hold {
  display: inline;
  border: none;
  background: #426b81;
  color: #fff;
}
.preguntas-selector .block-selector .select-hold:after {
  top: 10px;
  border-top-color: #fff;
}
.preguntas-selector .block-selector .select-hold select {
  border: none;
  box-shadow: none;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.preguntas-selector select.form-control option {
  background: #426b81;
}
.preguntas-selector {
  /* .display(flex);
     .flex-wrap(wrap);
     .align-items(center);*/
}
.tono-selector > div,
.tono-selector > label {
  display: inline-block;
}
.form-tono.form-horizontal .radio-inline,
.form-tono.form-horizontal .checkbox-inline,
.form-tono.form-horizontal .radio,
.form-tono.form-horizontal .radio-inline {
  padding: 0;
}
.radio-tonos,
.checkbox-tonos {
  margin-left: 15px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio-tonos .todas,
.checkbox-tonos .todas {
  font-size: 0.8rem;
}
.radio-tonos label,
.checkbox-tonos label {
  padding: 0;
  margin: 0;
  text-align: center;
}
.radio-tonos input[type="checkbox"] + img,
.checkbox-tonos input[type="checkbox"] + img {
  opacity: 0.35;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
.radio-tonos input[type=checkbox]:checked + img,
.checkbox-tonos input[type=checkbox]:checked + img {
  opacity: 1;
}
.radio-tonos button.todo-tono,
.checkbox-tonos button.todo-tono {
  border: none;
  background: transparent;
  width: 32px;
  height: 32px;
  opacity: 0.35;
  padding: 0;
  margin-top: 3px;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
.radio-tonos button.todo-tono.active,
.checkbox-tonos button.todo-tono.active {
  opacity: 1;
}
.radio-tonos input,
.checkbox-tonos input {
  display: none;
}
.radio-tonos img,
.checkbox-tonos img {
  display: block;
  max-width: 32px;
  height: auto;
  margin: 0 auto;
}
.radio-tonos .radio-inline,
.checkbox-tonos .radio-inline {
  padding-top: 0;
}
.list-resp {
  display: block;
  margin-top: 30px;
  padding: 0;
}
.list-resp.home-resp {
  margin-top: 0;
}
.list-resp.home-resp .list-itm-resp {
  margin-bottom: 15px;
}
.list-resp .title-comment {
  margin: 0 0 10px;
  padding: 0 30px 5px;
  font-size: 1.4rem;
}
.list-resp .list-itm-resp {
  opacity: 0;
  display: none;
  position: relative;
  margin: 0 30px 15px;
  padding: 15px 15px 20px;
  border: 1px solid #d2d2d2;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.list-resp .list-itm-resp:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: #eea500;
}
.list-resp .active {
  display: block;
  opacity: 1;
}
.list-resp .list-lynd-resp {
  color: #bbbbbb;
  font-size: 0.8rem;
}
.list-resp .list-lynd-resp b {
  color: #426b81;
  font-size: 0.9rem;
  font-weight: 400;
}
.foot-resp {
  margin-top: 15px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
}
.foot-resp .audio-block,
.foot-resp .copy-to-clip,
.foot-resp .compl-resp {
  width: 23%;
  padding: 2px 0;
}
.foot-resp .audio-block {
  width: 50%;
}
.foot-resp .copy-to-clip,
.foot-resp .compl-resp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
}
.foot-resp .copy-to-clip i,
.foot-resp .compl-resp i {
  margin-right: 15px;
  font-size: 2rem;
}
.resp-comments {
  padding: 0 15px;
}
.single-base {
  overflow: hidden;
}
.select-hold {
  border: none;
  background: transparent;
  position: relative;
  background: #2e353d;
  height: auto;
  border: 1px solid #4f5b69;
  border-radius: 0;
  color: #657486;
}
.select-hold select {
  background: transparent;
  height: auto;
  border: none;
  border-radius: 0;
  color: inherit;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.select-hold:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 13px;
  border: 8px solid transparent;
  border-top-color: black;
  width: 0;
  height: 0;
  z-index: 6;
}
#home-search .select-hold:after {
  right: 16px;
  top: 9px;
  z-index: -1;
}
.content-sidebar {
  padding-left: 0;
  background: #2e353d;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
}
.content-sidebar:before,
.content-sidebar:after {
  content: '';
  position: absolute;
  background: #2e353d;
  width: 200%;
  top: 0;
  bottom: 0;
}
.content-sidebar:before {
  left: -200%;
}
.content-sidebar:after {
  right: -200%;
}
.content-sidebar .head-categ {
  margin-left: 15px;
  margin-bottom: 25px;
}
.content-sidebar .head-categ .title-categ {
  margin-top: 10px;
}
.content-sidebar .select-hold {
  position: relative;
  background: #2e353d;
  height: auto;
  border: 1px solid #4f5b69;
  border-radius: 0;
  color: #657486;
}
.content-sidebar .select-hold:after {
  border-top-color: #4f5b69;
}
.content-sidebar .slct-categ {
  background: transparent;
  height: auto;
  border: none;
  border-radius: 0;
  color: #657486;
  z-index: 10;
}
.content-sidebar .categ-lnk {
  display: block;
  margin-top: 15px;
  line-height: 2;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.content-sidebar .categ-lnk:hover,
.content-sidebar .categ-lnk:focus,
.content-sidebar .categ-lnk:active {
  color: #ffc74e;
}
.content-sidebar .block-side-list {
  font-family: 'Open Sans', arial, tahoma;
}
.content-sidebar .block-side-list.temas,
.content-sidebar .block-side-list.preguntas {
  margin-right: -15px;
}
.content-sidebar .block-side-list.temas {
  margin-bottom: 35px;
}
.content-sidebar .block-side-list.preguntas {
  background: #3f434c;
  padding: 15px 0 0;
}
.content-sidebar .block-side-list.preguntas .title-list {
  margin: 0 0 15px;
  padding: 0 20px;
  font-family: 'Roboto Slab', verdana, helvetica;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
}
.content-sidebar ul {
  list-style: none;
}
.content-sidebar .list-sidebar {
  padding: 0;
  list-style-position: inside;
}
.content-sidebar .list-sidebar li {
  margin-bottom: 10px;
}
.content-sidebar .theme-list li a {
  margin: 0 15px;
  display: block;
  padding: 10px;
  border: 1px solid #5da1ec;
  color: #5da1ec;
}
.content-sidebar .theme-list li a:hover,
.content-sidebar .theme-list li a:focus,
.content-sidebar .theme-list li a:active {
  margin: 0;
  background: #ffc74e;
  color: #fff;
  border-color: #ffc74e;
  text-decoration: none;
}
.content-sidebar .theme-list .active a {
  margin: 0;
  background: #ffc74e;
  color: #fff;
  border-color: #ffc74e;
}
.content-sidebar .question-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.content-sidebar .question-list li {
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.content-sidebar .question-list li:last-child {
  margin-bottom: 0;
  border: none;
}
.content-sidebar .question-list li.active {
  background: #ffc74e;
  border: none;
  padding: 10px 20px 12px;
}
.content-sidebar .question-list li a:hover {
  color: white;
}
.post-articles {
  position: relative;
  display: block;
  margin-top: 25px;
}
.post-articles .list-title {
  margin: 0 0 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
}
.post-articles .question-list {
  font-size: 1rem;
}
.post-articles .question-list li {
  margin: 0 0 10px;
}
.article-content {
  padding-left: 30px;
  padding-bottom: 15px;
}
.article-title {
  border-bottom: 2px solid #426b81;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.categrory-detail .category-list {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  font-family: 'Open Sans', arial, tahoma;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 300;
}
.categrory-detail .category-list .categ-list {
  padding: 0;
  margin: 0;
}
.categrory-detail .category-list li {
  position: relative;
  list-style: none;
  border: 2px solid #e7ecf0;
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
}
.categrory-detail .category-list li:last-child {
  margin-bottom: 0;
}
.categrory-detail .category-list li a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.categrory-detail .category-list li a:hover,
.categrory-detail .category-list li a:active,
.categrory-detail .category-list li a:focus {
  background: #f7f8fa;
  color: #426b81;
}
.temas-list {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: 'Open Sans', arial, tahoma;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 300;
}
.temas-list .list-temas {
  position: relative;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.temas-list .list-item {
  margin-bottom: 30px;
}
.temas-list .list-item figure {
  position: relative;
  overflow: hidden;
}
.temas-list .list-item .ttl-sect,
.temas-list .list-item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 5px 15px;
  background: rgba(74, 174, 210, 0.85);
  height: 3.2rem;
  font-family: 'Roboto Slab', verdana, helvetica;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
}
.temas-list .list-item figcaption {
  height: auto;
}
.temas-list .list-item .categ-hold {
  position: relative;
  padding-bottom: 6px;
  height: 100%;
  border: 1px solid #e7ecf0;
}
.temas-list .list-item .categ-hold:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #eea500;
}
.temas-list .list-item .categ-list-post {
  position: relative;
  display: block;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.2;
}
.temas-list .list-item .categ-list-post li {
  list-style: none;
  border-bottom: 1px solid #e7ecf0;
  padding: 0;
  margin: 0;
}
.temas-list .list-item .categ-list-post .ver-categ {
  font-size: 1.4rem;
  line-height: 0.5;
  text-align: center;
  font-weight: 700;
}
.temas-list .list-item .categ-list-post a {
  display: block;
  padding: 15px;
}
.temas-list .item-desta figure {
  position: relative;
  overflow: hidden;
}
.temas-list .item-desta figure figcaption {
  bottom: auto;
  height: 3.2rem;
  background: rgba(66, 107, 129, 0.9);
  /*background: @blue-head;*/
}
.temas-list.news .list-item .ttl-sect {
  position: relative;
  overflow: hidden;
  height: 3.2rem;
  background: #426b81;
}
.temas-list.news .list-item:nth-child(4n+2) .ttl-sect {
  background: #4aaed2;
}
.temas-list.news .list-item:nth-child(3n+3) .ttl-sect {
  background: #2b4c6f;
}
.temas-list.news .list-item:nth-child(5n+5) .ttl-sect {
  background: #4c5d6d;
}
.content-detail {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.content-detail .article-title {
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px 25px;
}
/* .app-add {margin-left: -35px;margin-right: -35px;} */
.front-add {
  display: block;
  margin: 35px auto;
}
.front-add img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.block-full {
  position: relative;
}
/* .base-interna {.display(flex);} */
/* Reset WP-Styles ------------------*/
.post-content .paginate {
  position: relative;
  margin-top: 25px;
  text-align: center;
}
.post-content .wp-caption {
  max-width: 100%;
}
.post-content .wp-caption,
.post-content .gallery-item {
  position: relative;
  padding: 0;
  border: none;
}
.post-content .wp-caption img,
.post-content .gallery-item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.post-content .wp-caption .wp-caption-text,
.post-content .gallery-item .wp-caption-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-right: 8px solid #eea500;
  padding: 10px 20px;
  background: rgba(66, 107, 129, 0.85);
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
}
.post-content .article-content hr {
  border-color: #426b81;
  border-width: 2px;
}
.post-content .article-content .gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
}
.post-content .article-content .gallery .gallery-item {
  position: relative;
  margin: 0 1% 1rem;
}
.post-content .article-content .gallery .gallery-item img {
  max-width: 100%;
}
/* / Reset WP-Styles ------------------*/
.block-section.hm-search {
  padding: 15px 0;
  overflow: hidden;
}
.block-section.hm-search:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: 0;
  background: url(../../uploads/2015/08/cropped-Hasbarapp01.jpg) center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.block-section.hm-search .container {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  color: #fff;
  font-family: 'Open Sans', arial, tahoma;
  font-size: 1rem;
  line-height: 1.4;
}
.block-section.hm-search .search-front .form-control {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: #fff;
}
.block-section.hm-search .search-front select option {
  background: #426b81;
  border: none;
}
.block-section.hm-search .search-front .form-control::-webkit-input-placeholder {
  color: #fff;
}
.block-section.hm-search .search-front .form-control:-moz-placeholder {
  color: #fff;
}
.block-section.hm-search .search-front .form-control::-moz-placeholder {
  color: #fff;
}
.block-section.hm-search .search-front .form-control:-ms-input-placeholder {
  color: #fff;
}
.block-section.hm-search .search-front .search-box input {
  text-align: center;
}
.block-section.hm-search .search-front .tema-box {
  display: inline-block;
}
.block-section.hm-search .search-front .tema-box .form-control,
.block-section.hm-search .search-front .tema-box label {
  display: inline-block;
  width: auto;
}
.block-section.hm-search .search-front .tema-box .select-hold {
  display: inline;
  background: transparent;
  border: none;
}
.block-section.hm-search .search-front .tema-box .select-hold:after {
  border-top-color: #fff;
}
.block-section.hm-search .search-front .tema-box select.form-control {
  border: none;
}
.block-section.hm-search .search-front .btn-link {
  margin-left: 10px;
  color: #fff;
  font-size: 1.6rem;
}
.block-section.hm-search .search-front label {
  font-weight: 400;
  font-size: 1rem;
}
.block-section.hm-search .hm-search-form {
  border: 1px solid #fff;
  width: auto;
  display: inline-block;
  position: relative;
}
.block-section.hm-search .step-search {
  position: relative;
  display: block;
}
.block-section.hm-search .step-search ol {
  border-top: 1px solid #fff;
  padding: 15px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  counter-reset: section;
}
.block-section.hm-search .step-search ol li {
  list-style: none;
  font-size: 0.8rem;
}
.block-section.hm-search .step-search ol li:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.site-overlay {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: none;
  background: rgba(66, 107, 129, 0.75);
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
}
.site-overlay.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  opacity: 1;
  display: -webkit-flex;
}
.site-overlay.active .contact-form {
  opacity: 1;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.site-overlay .contact-form {
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  position: relative;
  display: block;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 25px;
  opacity: 0;
  background: #fff;
  border: 2px solid #426b81;
  color: #426b81;
  font-size: 1.2rem;
  line-height: 1;
}
.site-overlay label {
  font-weight: 400;
}
.site-overlay .form-control {
  border: none;
  border-bottom: 1px solid #426b81;
  border-radius: 0;
  box-shadow: none;
}
.site-overlay textarea {
  resize: none;
}
.site-overlay .btn {
  display: block;
  margin: 25px auto 0;
  padding: 3px 12px;
  color: #426b81;
  font-family: 'Open Sans', arial, tahoma;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.site-overlay .btn-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  z-index: 9;
  border: 4px solid #fff;
  border-radius: 100%;
  background: #426b81;
  color: #fff;
  font-family: 'Open Sans', arial, tahoma;
  font-size: 2rem;
  line-height: 50px;
  font-weight: 400;
}
.site-overlay .btn-close i {
  font-weight: 400;
}
.add-foot img {
  margin: 0 auto;
}
.leyenda-trigger {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  line-height: 36px;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.leyenda-trigger:hover,
.leyenda-trigger:focus,
.leyenda-trigger:active {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 35px 0 0;
  }
  .site-header .logo-site {
    position: absolute;
    z-index: 3;
    top: -5px;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .site-header .logo-site img {
    -webkit-transition: all 1.75s ease;
    -moz-transition: all 1.75s ease;
    -o-transition: all 1.75s ease;
    transition: all 1.75s ease;
    width: 230px;
    height: 109px;
  }
  .site-header:after {
    height: 35px;
  }
  .navbar-default {
    box-shadow: 0 0 0 #000;
    border: none;
    border-radius: 0;
    background: none;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    min-height: 1px;
    font-family: 'Open Sans', arial, tahoma;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.25);
  }
  .navbar-form {
    border-left: none;
    padding: 0 15px;
  }
  .navbar-form .btn {
    float: none;
  }
  .navbar-form .form-control {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0 #000;
    color: #fff;
  }
  .block-section.hm-search {
    padding: 145px 0 45px;
  }
  .block-section.hm-search .search-front .search-box {
    border-right: 1px solid white;
    margin-right: 20px;
    min-width: 260px;
  }
  .block-section.hm-search .search-front .search-box input {
    text-align: left;
    width: 100%;
  }
  .block-section.hm-search .step-search {
    margin-top: 45px;
  }
  .site-footer .navbar-nav {
    padding-left: 0;
  }
  .article-title {
    font-size: 2.4rem;
  }
  .content-detail {
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .content-detail .article-title {
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 -35px 25px;
  }
  .temas-list .item-desta figure figcaption {
    height: 5.8rem;
  }
  .temas-list .list-item .ttl-sect,
  .temas-list .list-item figure figcaption {
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .temas-list .list-item .ttl-sect {
    height: 5.9rem;
  }
  .temas-list .list-item figure figcaption {
    height: auto;
  }
  .temas-list.news .list-item .ttl-sect {
    height: 5.8rem;
  }
  .list-resp .list-itm-resp {
    margin: 0 0 15px;
    padding: 15px 25px 20px;
  }
  .list-resp .title-comment {
    padding: 0 30px 5px;
    font-size: 2rem;
  }
  .categrory-detail .category-list li:before {
    content: '+';
    position: absolute;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1;
    top: 50%;
    left: 15px;
    margin-top: -0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .content-sidebar:after {
    display: none;
  }
  .base-interna {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .app-add {
    margin-left: -35px;
    margin-right: -35px;
  }
  .site-footer {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .block-section.hm-search {
    background-color: black;
  }
  .block-section.hm-search::before {
    opacity: 0.5;
  }
  .block-section.hm-search .search-front .search-box input {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .block-section.hm-search .hm-search-form {
    width: 100%;
  }
}
.copyright {
  color: white;
  font-size: .8rem;
  padding-bottom: 2rem;
  font-family: 'Open Sans', arial, tahoma;
}
.copyright a {
  display: inline-block;
  position: relative;
  top: 0.45rem;
}
.copyright a img {
  display: block;
  height: 30px;
  width: auto;
}
.copyright span {
  display: inline-block;
  height: 1rem;
  padding-top: 1.8rem;
}
.menu-idioma {
  margin: 0;
  padding: 24px 0 0 20px;
  font-size: 13px;
}
.menu-idioma li {
  display: inline;
}
.menu-idioma li:nth-child(1):after {
  content: "/";
  padding: 0 1px 0 5px;
}
@media screen and (max-width: 767px) {
  .menu-idioma {
    text-align: center;
    padding: 12px 0 0 75px;
    font-size: 16px;
  }
}
.front-add > .row > div {
  background-size: cover;
  padding: 30px 0;
  margin: 0 15px;
}
.front-add > .row > div h3 {
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 30px;
  padding: 20px;
}
.front-add > .row > div .badge-image {
  width: 180px;
  display: inline-block;
  margin: 10px;
}
.front-add.topbanner > .row {
  min-height: 176px;
  background-size: cover;
  padding: 0px 0;
}
.front-add.topbanner > .row h3 {
  color: #FFF;
  padding: 0;
  margin: 10px 0;
  font-style: italic;
  opacity: 0.8;
}
.front-add.topbanner > .row h2 {
  color: #FFF;
  margin: 10px 0 20px;
  font-weight: 300;
  font-style: italic;
}
.front-add.topbanner > .row h2 span {
  font-weight: 700;
}
.front-add.topbanner > .row .btn {
  background: #276793;
  border-radius: 0;
  color: #FFF;
  border: 0 none;
  padding: 10px 50px;
  font-size: 20px;
  transition: all 0.3s;
}
.front-add.topbanner > .row .btn:hover {
  background: #1d4f72;
}
.front-add.topbanner > .row .white-line {
  border: 1px solid #FFF;
  margin: 10px;
}
@media (min-width: 1200px) {
  .home-resp.front-page h2.title-comment {
    height: 83px;
  }
  .home-resp.front-page .list-itm-resp.active {
    height: 337px !important;
    overflow: hidden;
  }
  .home-resp.front-page.categ-hold {
    height: 430px;
    overflow: hidden;
  }
}
.wpProQuiz_toplistTable th {
  background: #426b81 none repeat scroll 0 0 !important;
  font-weight: normal !important;
  padding: 5px 8px !important;
}
.wpProQuiz_toplistTable thead {
  border: 1px solid #426b81;
}
.wpProQuiz_toplistTable tbody {
  border-color: #b6cdd9 !important;
}
.wpProQuiz_button,
.wpProQuiz_button:hover {
  background: #426b81 none repeat scroll 0 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: normal !important;
  border: 1px solid #426b81 !important;
}
.wpProQuiz_questionList {
  background: #f9fbfc none repeat scroll 0 0 !important;
  border-color: #b6cdd9 !important;
}
.wpProQuiz_content h2 {
  border-bottom: 2px solid #426b81;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.wpProQuiz_question_page {
  font-size: 1.2em;
  font-weight: 300;
}
.wpProQuiz_question_text {
  font-weight: 700;
  font-size: 1.7em ;
}
.wpProQuiz_prerequisite {
  border: 1px dotted #f19393 !important;
  background-color: #f19393 !important;
  color: #FFF;
}
.wpProQuiz_prerequisite p {
  font-weight: 300 !important;
  text-shadow: none;
}
.btn-amount {
  background-color: #eee;
}
.btn-amount-group .btn {
  margin-bottom: 20px;
}