@charset "UTF-8";
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
o       .        .        .   .                                         o
o       |        |        |  /          o                               o
o       |    .-. | .-.    |-'  .-.  .--..  .--.--. .-..    ._.-.        o
o       |   (   )|(   )   |  \(   ) |   |  |  |  |(   )\  / (   )       o
o       '---'`-' `-`-'`-  '   ``-'`-' -' `-'  '  `-`-'  `'   `-'`-      o
oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*=====================================
=               Variables            =
=====================================*/
/*=================================
=            Font-face            =
=================================*/
/*-----  End of Font-face  ------*/
/*=================================
=       Generales  y Resets       =
=================================*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000; }

/* wrapper */
@media (max-width: 960px) {
  .container {
    width: 100%;
    padding: 0 15px; } }
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 10px; } }
@media (min-width: 960px) {
  .container {
    width: 940px;
    padding: 0 10px; } }
/*grid*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px; }

@media only screen and (max-width: 479px) {
  .col-xs-6 {
    width: 100%; } }

.row {
  margin-right: -10px;
  margin-left: -10px; }

/* texto */
h1, .h1, h2, .h2, h3, .h3, h4, h5 {
  margin-top: 0px;
  margin-bottom: 0px; }

a {
  color: inherit;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit; }

a:focus {
  outline: none;
  outline-offset: 0; }

p {
  /*margin-bottom: 30px;

  &:last-of-type {
      margin-bottom: 0;
  }*/ }

p.heading {
  font-size: 16px; }

.small-print {
  font-size: 12px;
  display: block; }

hr {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #e2e2e2; }

blockquote {
  border: none;
  padding: 0;
  margin: 0; }

.go-right {
  text-align: right; }

.go-left {
  text-align: left; }

.centered {
  text-align: center; }

.block-center {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center; }

/* Resets formularios */
textarea:focus, input:focus {
  outline: 0;
  box-shadow: none !important;
  border-color: transparent; }

textarea {
  resize: none; }

.form-control:focus {
  box-shadow: none; }

/* Otros resets*/
ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin: 0;
  padding: 0; }

li {
  display: inline-block;
  vertical-align: top; }

ol {
  padding-left: 0; }

ol li {
  display: list-item;
  padding-left: 0; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

/*-----  End of Generales  ------*/
/*=================================
=            Efectos              =
==================================*/
/*==========  Animate  ==========*/
/* body * { -webkit-transition: all 0.5s; } */
.visible {
  display: block; }

.hidden {
  display: hidden; }

.col-2:nth-child(2n+1) {
  clear: both; }

.col-3:nth-child(3n+1) {
  clear: both; }
  @media only screen and (max-width: 767px) {
    .col-3:nth-child(3n+1) {
      clear: none; } }

.col-4:nth-child(4n+1) {
  clear: both; }

.uppercase {
  text-transform: uppercase; }

.ninja {
  visibility: hidden;
  color: black; }

.canvas {
  width: 100%;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .canvas {
      width: auto;
      margin: 0 auto;
      display: block; } }

/*-----  End of Efectos  ------*/
/*===============================
=            Títulos            =
===============================*/
.xl-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .xl-title {
      font-size: 24px; } }

.lg-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px; }
  @media only screen and (max-width: 991px) {
    .lg-title {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .lg-title {
      font-size: 24px; } }

.md-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media only screen and (max-width: 991px) {
    .md-title {
      font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    .md-title {
      font-size: 20px; } }

.sm-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .sm-title {
      font-size: 16px; } }

.xs-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 15px; }

.block-title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #b0bec5;
  padding: 15px 20px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  line-height: 22px; }
  .block-title .fa {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    bottom: 3px; }
  .block-title.dark {
    background-color: #3c474c;
    text-transform: uppercase; }

.article-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
  position: relative; }
  .article-title span {
    background: #FFFFFF;
    z-index: 5;
    position: absolute;
    top: -20px;
    left: 0;
    padding-right: 10px; }
  .article-title:after {
    content: '';
    border-bottom: 3px solid #e2e2e2;
    display: block;
    width: 100%;
    position: relative;
    bottom: 10px; }
  .article-title img {
    padding-right: 10px; }
  .article-title .fa {
    width: 28px;
    color: #1f90ff; }

.title-compound {
  width: 100%;
  display: table;
  margin-bottom: 5px; }
  .title-compound li {
    display: table-cell;
    vertical-align: middle; }
    .title-compound li:last-child {
      width: 1%;
      padding-left: 10px; }
  .title-compound .cta-primary {
    margin-top: -15px; }
    @media only screen and (max-width: 480px) {
      .title-compound .cta-primary {
        display: none; } }

.section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 26px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1f90ff; }
  .section-title span {
    color: #1f90ff;
    font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .section-title {
      font-size: 24px; } }

/*=====  End of Títulos  ======*/
/*==============================
=            UI KIT            =
==============================*/
.ui-tag {
  color: #1f90ff;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline; }

.ui-date {
  display: block;
  color: #1f90ff;
  font-size: 12px; }
  .ui-date:hover {
    color: #1f90ff; }
  @media only screen and (max-width: 767px) {
    .ui-date {
      display: block;
      padding-top: 10px; } }
  .ui-date .fa {
    font-size: 20px;
    vertical-align: sub;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 3px; }

.ui-tag + .ui-date {
  display: inline-block;
  margin-left: 10px; }

.ui-list {
  margin: 0; }
  .ui-list > li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ececec; }
    .ui-list > li:first-child {
      padding-top: 0; }
    .ui-list > li:last-child {
      border: none; }

.social li {
  display: inline-block;
  margin-right: 5px; }
  .social li:hover:first-child .fa {
    background-color: #4566b0; }
  .social li:hover:nth-child(2) .fa {
    background-color: #A57D60; }
  .social li:hover:nth-child(3) .fa {
    background-color: #1bbdf6; }
  .social li:hover:nth-child(4) .fa {
    background-color: #DF4B38; }
  .social li:hover:last-child .fa {
    background-color: #4C75A3; }
.social .fa {
  background-color: #90a4ae;
  color: #000000;
  opacity: 0.9;
  padding: 8px 0;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 36px;
  color: #FFFFFF; }
  .social .fa:hover {
    opacity: 1; }

.social.share {
  margin-bottom: 50px; }
  .social.share ul {
    margin-top: 10px; }
  .social.share .fa {
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 7px 0; }
  .social.share .fa.fa-facebook {
    background-color: #4566b0 !important; }
  .social.share .fa.fa-twitter {
    background-color: #1bbdf6 !important; }
  .social.share .fa.fa-google-plus {
    background-color: #d7402e !important; }

.radio {
  position: relative; }
  .radio input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    left: 20px; }
  .radio input[type=radio]:not(old) + label {
    display: table-cell;
    margin-left: -28px;
    padding-left: 28px;
    background: url("../img/radio-uncheck.png") no-repeat;
    line-height: 24px; }
  .radio input[type=radio]:not(old):checked + label {
    background: url("../img/radio-check.png") no-repeat; }

.checkbox label {
  padding-left: 0;
  font-family: "Roboto", sans-serif;
  color: #e2e2e2;
  font-size: 18px; }
  .checkbox label span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px; }
  .checkbox label img {
    margin-right: 5px; }

.ui-search {
  position: relative; }

.styled-search {
  padding: 5px 5px 5px 35px;
  color: #e2e2e2;
  font-size: 15px;
  height: auto;
  border: none;
  box-shadow: none;
  width: 100px; }
  @media only screen and (max-width: 767px) {
    .styled-search {
      font-size: 12px;
      padding: 9px 10px; } }
  .styled-search:focus {
    border-color: #1f90ff; }

#search-box {
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width; }

#search-box:hover {
  width: 160px; }

.search-submit {
  text-indent: -99em;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  border: none;
  padding: 5px 20px;
  background: transparent url("../img/ico-lupa.png") no-repeat right 15px center; }
  .search-submit:focus {
    background: transparent url("../img/ico-lupa-o.png") no-repeat right 15px center; }

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
  outline: 0; }

.ui-select {
  /* Targetting Webkit browsers only. */ }
  .ui-select .control-label span {
    margin-right: 10px; }
  .ui-select label {
    position: relative;
    margin: 0; }
  .ui-select .form-group {
    display: inline-block;
    margin: 0; }
  .ui-select .styled-select {
    padding: 0 35px 0 15px;
    margin: 0;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 1px solid #90a4ae;
    border-radius: 2px;
    height: 40px;
    background: #FFFFFF;
    font-size: 16px; }
  .ui-select label:after {
    content: '';
    background: url("../img/ico-vdb.png") no-repeat center;
    height: 40px;
    width: 34px;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ui-select select {
      padding-top: 1px !important;
      padding-right: 30px; } }

/*=====  End of UI KIT  ======*/
/*===============================
=            Botones            =
===============================*/
.cta-primary {
  display: inline-block;
  min-width: 100px;
  max-width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  background: #1f90ff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  border: 2px solid #1f90ff;
  line-height: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .cta-primary:hover, .cta-primary:focus {
    background-color: #FFFFFF;
    color: #1f90ff; }
  .cta-primary .fa {
    font-size: 18px;
    padding-left: 10px;
    vertical-align: text-top; }

.cta-secondary {
  display: inline-block;
  max-width: 100%;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #1f90ff;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background: #FFFFFF;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #1f90ff;
  border-radius: 2px;
  line-height: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .cta-secondary:hover, .cta-secondary:focus {
    background-color: #1f90ff;
    color: #FFFFFF; }
  .cta-secondary .fa {
    font-size: 18px;
    padding-left: 20px;
    vertical-align: text-top; }

/*-----  End of Botones  ------*/
/*==============================
=            HEADER            =
==============================*/
.main-header {
  background-color: #FFFFFF;
  position: relative;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  @media only screen and (max-width: 767px) {
    .main-header {
      margin-bottom: 30px; } }

.top-header {
  padding: 30px 0 20px;
  background-color: #FFFFFF;
  text-align: center;
  position: relative; }

.header-logo .xs-title {
  color: #1f90ff;
  font-size: 16px;
  font-weight: 300; }
@media only screen and (max-width: 480px) {
  .header-logo .xl-title {
    font-size: 20px;
    padding-left: 45px; }
  .header-logo .xs-title {
    position: absolute;
    top: 15px;
    font-size: 12px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0; } }

.header-tools {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px; }
  @media only screen and (max-width: 767px) {
    .header-tools {
      display: none; } }

.header-tools-mobile {
  margin: auto;
  height: 20px; }
  .header-tools-mobile .searchboxM {
    float: left;
    width: 40%; }
    .header-tools-mobile .searchboxM .styled-search {
      min-width: 200px;
      padding: 6px 35px; }
  .header-tools-mobile .languageboxM {
    float: right; }
  @media only screen and (min-width: 767px) {
    .header-tools-mobile {
      display: none; } }

.site-language {
  font-size: 17px;
  font-weight: 900;
  padding: 4px 0; }
  .site-language .fa {
    padding: 2px 5px; }
  .site-language:hover > li > a {
    color: #1f90ff; }
  .site-language:hover .fa {
    background-color: #b0bec5;
    color: #FFFFFF; }
  .site-language .open > .dropdown-menu {
    background-color: #b0bec5;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: -6px; }
  .site-language .nav > li > a:focus, .site-language .nav > li > a:hover {
    background-color: transparent;
    color: #FFFFFF; }

.top-nav {
  text-align: center;
  border-top: 1px solid #ececec; }
  .top-nav .navbar-collapse {
    padding: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    @media only screen and (max-width: 767px) {
      .top-nav .navbar-collapse {
        margin: 0;
        text-align: left;
        background: transparent; } }
    .top-nav .navbar-collapse.in a, .top-nav .navbar-collapse.collapsing a {
      text-align: left; }
    .top-nav .navbar-collapse.in li, .top-nav .navbar-collapse.collapsing li {
      border-bottom: 1px solid #e2e2e2; }
    .top-nav .navbar-collapse.in .icon, .top-nav .navbar-collapse.collapsing .icon {
      display: inline-block;
      float: right; }
    .top-nav .navbar-collapse.in .dropdown-menu, .top-nav .navbar-collapse.collapsing .dropdown-menu {
      background-color: #FFFFFF;
      border: 0; }
      .top-nav .navbar-collapse.in .dropdown-menu ul > li, .top-nav .navbar-collapse.collapsing .dropdown-menu ul > li {
        border: 0; }
        .top-nav .navbar-collapse.in .dropdown-menu ul > li:before, .top-nav .navbar-collapse.collapsing .dropdown-menu ul > li:before {
          content: '';
          height: 100%;
          display: table-cell;
          width: 5px;
          background-color: transparent; }
        .top-nav .navbar-collapse.in .dropdown-menu ul > li:hover, .top-nav .navbar-collapse.collapsing .dropdown-menu ul > li:hover {
          background-color: #f9fafa; }
      .top-nav .navbar-collapse.in .dropdown-menu a, .top-nav .navbar-collapse.collapsing .dropdown-menu a {
        color: #1f90ff;
        text-align: left; }
    .top-nav .navbar-collapse > ul {
      display: table;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .top-nav .navbar-collapse > ul {
          display: block; } }
    .top-nav .navbar-collapse > ul > li {
      display: table-cell;
      position: relative;
      vertical-align: middle; }
      @media only screen and (max-width: 991px) {
        .top-nav .navbar-collapse > ul > li {
          display: block; } }
      .top-nav .navbar-collapse > ul > li:hover, .top-nav .navbar-collapse > ul > li:focus, .top-nav .navbar-collapse > ul > li.active {
        color: #989898; }
      .top-nav .navbar-collapse > ul > li a {
        padding: 10px 17px;
        display: inline-block;
        transform: none;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        text-align: center; }
        .top-nav .navbar-collapse > ul > li a .icon {
          font-family: "FontAwesome"; }
          .top-nav .navbar-collapse > ul > li a .icon:before {
            content: '\f107'; }
        .top-nav .navbar-collapse > ul > li a:hover .icon:before {
          content: '\f106';
          color: #1f90ff; }
      .top-nav .navbar-collapse > ul > li .icon {
        display: block; }
    .top-nav .navbar-collapse > ul > li + li:before {
      color: #6b6b6b;
      content: "•";
      display: inline;
      color: #1f90ff;
      font-size: 18px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 16px;
      margin: auto; }
      @media only screen and (max-width: 991px) {
        .top-nav .navbar-collapse > ul > li + li:before {
          content: none; } }
    @media only screen and (max-width: 991px) {
      .top-nav .navbar-collapse .dropdown {
        position: static; } }
    .top-nav .navbar-collapse .dropdown.open > a {
      color: #989898; }
      .top-nav .navbar-collapse .dropdown.open > a .icon:before {
        content: '\f106';
        color: #1f90ff; }
    .top-nav .navbar-collapse .dropdown-menu {
      width: 200px;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
      margin: 0;
      padding: 0;
      border-color: #e2e2e2;
      border-radius: 2px; }
      @media only screen and (max-width: 991px) {
        .top-nav .navbar-collapse .dropdown-menu {
          position: static;
          width: 100%;
          box-shadow: none;
          background: #ececec;
          float: none; } }
      .top-nav .navbar-collapse .dropdown-menu li {
        display: block;
        border-bottom: 1px solid #e2e2e2; }
        .top-nav .navbar-collapse .dropdown-menu li:hover {
          display: table;
          width: 100%; }
          .top-nav .navbar-collapse .dropdown-menu li:hover:before {
            content: '';
            height: 100%;
            display: table-cell;
            width: 4px;
            background-color: #1f90ff; }
        .top-nav .navbar-collapse .dropdown-menu li:last-child {
          border-bottom: none; }
        .top-nav .navbar-collapse .dropdown-menu li a {
          text-align: left;
          white-space: normal; }
          .top-nav .navbar-collapse .dropdown-menu li a:hover {
            background-color: #ececec; }
          @media only screen and (max-width: 991px) {
            .top-nav .navbar-collapse .dropdown-menu li a {
              text-align: center; } }
  @media only screen and (max-width: 991px) {
    .top-nav .collapse {
      display: none !important; } }
  @media only screen and (max-width: 991px) {
    .top-nav {
      /*toggle a 992px en lugar de a 767px*/
      /* toggle */ }
      .top-nav nav {
        height: auto; }
      .top-nav .navbar-toggle {
        display: block; }
      .top-nav .collapse {
        display: none !important; }
      .top-nav .collapse.in {
        display: block !important; }
      .top-nav .navbar-header, .top-nav .navbar-nav > li {
        float: none; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .top-nav .navbar-toggle.collapsed {
      height: 100%; }
      .top-nav .navbar-toggle.collapsed .cerrar {
        display: none; }
      .top-nav .navbar-toggle.collapsed .icon-bar {
        display: block;
        background-color: #FFFFFF !important;
        padding: 1px;
        margin: 4px auto; } }
  @media only screen and (max-width: 991px) and (max-width: 480px) {
    .top-nav .navbar-toggle.collapsed {
      height: 82px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .top-nav .navbar-toggle {
      background-color: #1f90ff;
      padding: 30px 10px;
      max-height: 86px;
      width: 55px;
      top: 0;
      left: 0;
      height: 100%; }
      .top-nav .navbar-toggle .cerrar {
        display: block;
        margin: 0 auto; }
      .top-nav .navbar-toggle .icon-bar {
        display: none; } }
  @media only screen and (max-width: 991px) and (max-width: 480px) {
    .top-nav .navbar-toggle {
      height: 82px; } }
  @media only screen and (max-width: 991px) {
      .top-nav .navbar-right {
        float: none !important; }
      .top-nav .navbar-nav {
        margin: 7.5px -15px; }
      .top-nav .navbar > .container .navbar-brand {
        margin-left: 0; }
      .top-nav .nav > li {
        position: relative;
        width: auto;
        margin: auto;
        padding: 5px;
        height: 47px;
        display: block; }
      .top-nav .navbar-brand {
        width: 100%; }
      .top-nav .navbar-brand > img {
        margin: auto; } }

.dropdown-menu {
  min-width: auto; }

.navbar-toggle {
  position: absolute;
  top: 0;
  top: 10px;
  left: 25px;
  border-radius: 0;
  padding: 5px;
  margin: 0; }
  @media only screen and (max-width: 480px) {
    .navbar-toggle {
      left: 15px; } }
  .navbar-toggle .icon-bar {
    width: 32px;
    height: 0px;
    margin: 0;
    background-color: black;
    padding: 2px;
    border-radius: 2px; }

/*=====  End of HEADER  ======*/
/*==============================
=            Footer            =
==============================*/
footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ececec; }
  @media only screen and (max-width: 991px) {
    footer .social {
      margin-bottom: 30px; }
      footer .social ul {
        text-align: center; }
      footer .social .fa {
        width: 40px;
        height: 40px;
        font-size: 26px; }
    footer .sponsors {
      display: block;
      text-align: center; }
      footer .sponsors li {
        display: inline-block;
        margin-bottom: 30px; } }

#footer-menu li {
  margin-bottom: 15px; }
  #footer-menu li a {
    font-size: 13px;
    padding: 10px 17px;
    text-transform: uppercase;
    font-weight: 700; }
  #footer-menu li a:hover {
    text-decoration: underline;
    color: #1f90ff; }

.legal {
  margin-top: 10px; }
  .legal ul li {
    display: inline-block;
    margin-right: 5px; }
  .legal ul li a:hover {
    text-decoration: underline; }
  .legal ul > li + li:before {
    padding-right: 5px;
    content: "|"; }

.sponsors {
  display: table;
  width: 100%; }
  .sponsors li {
    display: table-cell;
    padding: 0 5px; }
  .sponsors img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .7; }
    .sponsors img:hover {
      filter: none;
      opacity: 1; }
  .sponsors .logo-unesco {
    background: url("../img/logo-unesco.png") no-repeat center bottom;
    display: block;
    width: 151px;
    height: 52px; }
    .sponsors .logo-unesco:hover {
      background-position: center top 2px; }
  .sponsors .logo-sen {
    background: url("../img/logo-sen.png") no-repeat center bottom;
    display: block;
    width: 80px;
    height: 52px; }
    .sponsors .logo-sen:hover {
      background-position: center top 3px; }
  .sponsors .logo-national {
    background: url("../img/logo-national.png") no-repeat center bottom;
    display: block;
    width: 155px;
    height: 52px; }
    .sponsors .logo-national:hover {
      background-position: center top 2px; }
  .sponsors .logo-uz {
    background: url("../img/logo-uz.png") no-repeat center bottom;
    display: block;
    width: 151px;
    height: 52px; }
    .sponsors .logo-uz:hover {
      background-position: center top 3px; }

.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid #ececec;
  padding: 20px 0;
  font-size: 13px;
  text-align: center; }

/*-----  End of Footer  ------*/
/*=============================
=            Aside            =
=============================*/
@media only screen and (max-width: 767px) {
  .right-aside {
    display: none; } }

/*=====  End of Aside  ======*/
/*==========================================
=            Module: Breadcrumb            =
==========================================*/
.breadcrumb {
  font-size: 13px;
  background-color: #FFFFFF;
  padding: 30px 0 20px;
  margin-bottom: 0;
  color: #b0bec5; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb > .active {
    color: #1d1d1d; }
  .breadcrumb > li + li:before {
    padding: 0px 10px;
    color: #1d1d1d;
    content: "";
    height: 10px;
    width: 12px;
    display: inline-block;
    background: url("../img/ico-vrb.png") no-repeat center; }

/*=====  End of Module: Breadcrumb  ======*/
/*========================================
=            Module: Card                =
========================================*/
.ui-card {
  position: relative;
  background: no-repeat center;
  background-color: #FFFFFF;
  margin-bottom: 6px; }
  .ui-card .media:hover .bottom-caption {
    color: #1f90ff;
    font-weight: 700; }
  .ui-card .media-bg {
    height: 150px; }
  .ui-card .media .bottom-caption {
    opacity: 0;
    min-height: auto;
    height: 0px;
    -webkit-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out; }
    .ui-card .media .bottom-caption .cta-primary {
      padding: 3px 10px;
      font-size: 12px;
      text-transform: initial;
      font-weight: 300;
      border-radius: 0; }
      .ui-card .media .bottom-caption .cta-primary:hover {
        background: #1f90ff;
        color: #FFFFFF; }
  .ui-card .media:hover .bottom-caption {
    opacity: 1;
    height: 60px; }
  .ui-card .media-picture {
    position: relative; }
    .ui-card .media-picture .ui-date {
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px 20px;
      background-color: #1f90ff;
      color: #FFFFFF; }

.bottom-caption {
  min-height: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  z-index: 5; }

.hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  height: 100%;
  font-size: 50px;
  font-weight: 300;
  text-align: center; }
  .hover span {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    color: #FFFFFF; }

a:hover .hover {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

/*=====  End of Module: Card  ======*/
/*====================================
=            Module: Post            =
====================================*/
.ui-post {
  border: 1px solid #ececec;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .ui-post .media, .ui-post .media-gallery, .ui-post .media-picture, .ui-post .media-video {
    margin: -20px -20px 20px; }
  .ui-post p:last-of-type {
    margin-bottom: 10px; }
  .ui-post:hover {
    background-color: #f9fafa; }
    .ui-post:hover .xs-headline {
      color: #1f90ff; }
  .ui-post:active {
    background-color: #eaefef; }

.media-gallery, .media-picture, .media, .media-video {
  position: relative;
  margin-bottom: 10px; }

.media-bg {
  background: no-repeat center;
  background-size: cover;
  background-color: #FFFFFF;
  height: 200px;
  display: block;
  width: 100%; }

.xl-headline {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .xl-headline:hover {
    color: #4c4c4c; }

.xs-headline {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .xs-headline:hover {
    color: #4c4c4c; }

.entradilla {
  font-size: 13px;
  margin-bottom: 5px !important; }

/*=====  End of Module: Post  ======*/
/*==========================================
=            Module: Pagination            =
==========================================*/
.pagination {
  display: block;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ececec;
  border-radius: 0;
  padding: 15px 0;
  margin-top: 10px; }
  .pagination li {
    display: inline-block; }
  .pagination li a {
    padding: 5px 10px;
    background: none;
    border: none;
    font-size: 14px;
    color: #000000; }
  .pagination .active > a,
  .pagination .active > a:focus,
  .pagination .active > a:hover,
  .pagination .active > span,
  .pagination .active > span:focus,
  .pagination .active > span:hover {
    background: #1f90ff;
    border-radius: 2px;
    color: #FFFFFF; }
  .pagination .fa {
    padding: 0 5px; }

/*=====  End of Module: Pagination  ======*/
/*=======================================
=            Module: Excerpt            =
=======================================*/
.excerpt {
  display: table;
  width: 100%;
  font-size: 13px; }
  .excerpt li {
    display: table-cell;
    vertical-align: top; }
    .excerpt li:last-child {
      padding-left: 10px; }
  .excerpt .xs-headline {
    color: #1f90ff;
    text-decoration: underline;
    font-size: 13px;
    margin-bottom: 5px; }
    .excerpt .xs-headline:hover {
      color: #4c4c4c; }
  .excerpt .excerpt-image {
    width: 75px; }
    .excerpt .excerpt-image .media {
      padding: 2px;
      border: 1px solid #e2e2e2; }
    .excerpt .excerpt-image .media-bg {
      height: 70px; }
  .excerpt .ui-date {
    margin-top: 5px; }
  .excerpt .fa {
    font-size: 16px;
    vertical-align: bottom; }

/*=====  End of Module: Excerpt  ======*/
/*=============================================
=            Objeto: News Carousel            =
=============================================*/
.main-carousel {
  margin-bottom: 20px; }
  .main-carousel .ui-post {
    min-height: 555px; }
    @media only screen and (max-width: 767px) {
      .main-carousel .ui-post {
        min-height: auto; } }
  .main-carousel .media-bg {
    height: 370px; }
    @media only screen and (max-width: 480px) {
      .main-carousel .media-bg {
        height: 200px; } }
  .main-carousel .bottom-caption {
    background-color: rgba(250, 250, 250, 0.85);
    color: #000000;
    min-height: auto;
    padding: 15px 30px; }
    @media only screen and (max-width: 767px) {
      .main-carousel .bottom-caption {
        position: static;
        padding: 15px 20px 0; } }
  .main-carousel .carousel-indicators {
    position: absolute;
    left: 10px;
    z-index: 2;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    top: 10px; }
    .main-carousel .carousel-indicators li {
      width: 12px;
      margin: 0 0 2px 0;
      height: 12px;
      display: block;
      border: 1px solid #ececec; }
      .main-carousel .carousel-indicators li.active {
        background-color: #ececec; }
  .main-carousel .carousel-control {
    text-shadow: none !important;
    opacity: 1; }
  .main-carousel .carousel-control.right, .main-carousel .carousel-control.left {
    background: none;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 5;
    background-color: #b0bec5; }
    @media only screen and (max-width: 480px) {
      .main-carousel .carousel-control.right, .main-carousel .carousel-control.left {
        width: 40px;
        height: 40px; } }
  .main-carousel .carousel-control.right {
    right: 20px;
    bottom: 40px;
    top: auto; }
    .main-carousel .carousel-control.right:hover {
      background-color: #90a4ae; }
  .main-carousel .carousel-control.left {
    right: 55px;
    left: auto;
    bottom: 40px;
    top: auto;
    background-color: #b0bec5; }
    .main-carousel .carousel-control.left:hover {
      background-color: #90a4ae; }
    @media only screen and (max-width: 480px) {
      .main-carousel .carousel-control.left {
        right: 65px; } }
  .main-carousel .fa {
    font-size: 30px;
    position: relative;
    bottom: 1px; }
    @media only screen and (max-width: 480px) {
      .main-carousel .fa {
        bottom: 0;
        top: 3px; } }
  .main-carousel .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s; }
  .main-carousel .carousel-fade .carousel-inner .active.left,
  .main-carousel .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  .main-carousel .carousel-fade .carousel-inner .active,
  .main-carousel .carousel-fade .carousel-inner .next.left,
  .main-carousel .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .main-carousel .carousel-fade .carousel-control {
    z-index: 2; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .main-carousel .carousel-fade .carousel-inner > .item.next,
    .main-carousel .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .main-carousel .carousel-fade .carousel-inner > .item.prev,
    .main-carousel .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .main-carousel .carousel-fade .carousel-inner > .item.next.left,
    .main-carousel .carousel-fade .carousel-inner > .item.prev.right,
    .main-carousel .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

/*=====  End of Objeto: News Carousel  ======*/
/*=================================================
=            Objeto: Carousel vertical            =
=================================================*/
.vertical-carousel {
  margin-bottom: 35px; }
  .vertical-carousel .media-bg {
    height: 330px; }
    @media only screen and (max-width: 767px) {
      .vertical-carousel .media-bg {
        height: 200px; } }

.carousel.vertical {
  /* Optimización visual del slide */ }
  @media only screen and (min-width: 992px) {
    .carousel.vertical {
      padding: 30px 0; }
      .carousel.vertical .item {
        left: 0;
        -webkit-transition: 0.4s ease-in-out top;
        -moz-transition: 0.4s ease-in-out top;
        -ms-transition: 0.4s ease-in-out top;
        -o-transition: 0.4s ease-in-out top;
        transition: 0.4s ease-in-out top; }
      .carousel.vertical ul li {
        display: block;
        margin-bottom: 10px; }
        .carousel.vertical ul li:last-child {
          margin: 0; }
      .carousel.vertical .carousel-control.left {
        top: 0px;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        color: #FFFFFF;
        background-color: #90a4ae;
        height: 20px;
        width: 100%;
        background-image: none;
        transition: none; }
      .carousel.vertical .carousel-control.right {
        bottom: 0px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #FFFFFF;
        background-color: #90a4ae;
        height: 20px;
        width: 100%;
        background-image: none;
        transition: none; }
      .carousel.vertical .active {
        top: 0; }
      .carousel.vertical .next, .carousel.vertical .active.right {
        top: 400px; }
      .carousel.vertical .prev, .carousel.vertical .active.left {
        top: -400px; }
      .carousel.vertical .next.left, .carousel.vertical .prev.right {
        top: 0; }
      .carousel.vertical .fa {
        font-size: 28px;
        line-height: 10px;
        height: 20px;
        position: relative;
        bottom: 2px; } }
  @media only screen and (max-width: 991px) {
    .carousel.vertical ul {
      display: table;
      width: 100%;
      padding: 0 30px; }
      .carousel.vertical ul li {
        display: table-cell;
        padding: 0 5px; } }
  @media only screen and (min-width: 480px) and (max-width: 991px) {
    .carousel.vertical .carousel-control.left {
      color: #FFFFFF;
      background-color: #90a4ae;
      height: 80px;
      width: 20px;
      top: 10px;
      left: 0;
      padding-top: 25px;
      background-image: none; }
    .carousel.vertical .carousel-control.right {
      color: #FFFFFF;
      background-color: #90a4ae;
      height: 80px;
      width: 20px;
      top: 10px;
      right: 0;
      padding-top: 25px;
      background-image: none; } }
  @media only screen and (max-width: 480px) {
    .carousel.vertical {
      padding: 30px 0; }
      .carousel.vertical .item {
        left: 0;
        -webkit-transition: 0.4s ease-in-out top;
        -moz-transition: 0.4s ease-in-out top;
        -ms-transition: 0.4s ease-in-out top;
        -o-transition: 0.4s ease-in-out top;
        transition: 0.4s ease-in-out top; }
      .carousel.vertical ul {
        padding: 0px; }
      .carousel.vertical ul li {
        display: block;
        margin-bottom: 10px; }
        .carousel.vertical ul li:last-child {
          margin: 0; }
      .carousel.vertical .carousel-control.left {
        top: 0px;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        color: #FFFFFF;
        background-color: #90a4ae;
        height: 20px;
        width: 100%;
        background-image: none;
        transition: none; }
      .carousel.vertical .carousel-control.right {
        bottom: 0px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #FFFFFF;
        background-color: #90a4ae;
        height: 20px;
        width: 100%;
        background-image: none;
        transition: none; }
      .carousel.vertical .active {
        top: 0; }
      .carousel.vertical .next, .carousel.vertical .active.right {
        top: 400px; }
      .carousel.vertical .prev, .carousel.vertical .active.left {
        top: -400px; }
      .carousel.vertical .next.left, .carousel.vertical .prev.right {
        top: 0; }
      .carousel.vertical .fa {
        font-size: 28px;
        line-height: 10px;
        height: 20px;
        position: relative;
        bottom: 2px; } }
  .carousel.vertical .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel.vertical .carousel-fade .carousel-inner .active {
    opacity: 1; }
  .carousel.vertical .carousel-fade .carousel-inner .active.left, .carousel.vertical .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  .carousel.vertical .carousel-fade .carousel-inner .next.left, .carousel.vertical .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.vertical .carousel-fade .carousel-control {
    z-index: 2; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.screen-slide {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  height: 60px;
  display: block; }
  @media only screen and (max-width: 991px) {
    .screen-slide {
      height: 80px;
      margin-top: 10px; } }
  @media only screen and (max-width: 480px) {
    .screen-slide {
      height: 150px; } }
  .screen-slide .carousel-caption {
    left: 60px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .screen-slide .carousel-caption {
        left: 40px; } }

/*=====  End of Objeto: Carousel vertical  ======*/
/*=====  Carousel  ======*/
.control {
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  padding: 0 5px; }
  .control:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .control span {
    font-family: "fontAwesome";
    color: #1f90ff;
    font-size: 40px;
    position: absolute;
    text-align: center;
    top: 40%; }
  .control.right {
    right: 0;
    height: 95%; }
    .control.right span:after {
      content: '\f105'; }
  .control.left {
    left: 0;
    height: 95%; }
    .control.left span:after {
      content: '\f104'; }

/*================================================
=            Module: Full width image            =
================================================*/
.full-width {
  background-color: #000000;
  margin: 30px 0; }
  .full-width .fullsizable {
    position: relative;
    display: block; }
  .full-width .canvas {
    display: block; }

.trigger {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/ico-enlarge.png");
  position: absolute;
  bottom: 20px;
  right: -50px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media only screen and (max-width: 991px) {
    .trigger {
      right: 10px; } }

a:hover .trigger {
  opacity: 1;
  background-color: rgba(250, 250, 250, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/*=====  End of Module: Full width image  ======*/
/*========================================
=            Section: Article            =
========================================*/
.article {
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .article .carousel.vertical {
      padding: 0; }
      .article .carousel.vertical .carousel-control.left, .article .carousel.vertical .carousel-control.right {
        height: 200px;
        top: -200px;
        padding-top: 100px;
        width: 20px;
        margin: 0; }
      .article .carousel.vertical .carousel-control.left {
        left: 0; }
      .article .carousel.vertical .carousel-control.right {
        right: 0;
        left: auto; } }

/*=====  End of Section: Article  ======*/
/*========================================
=            Section: Static            =
========================================*/
.static {
  padding-bottom: 60px; }
  .static .xl-headline {
    margin-bottom: 40px; }
  .static .screen-slide {
    height: 200px; }
    @media only screen and (max-width: 991px) {
      .static .screen-slide {
        height: 115px; } }
  .static .carousel.vertical .item {
    -webkit-transition: .2s ease-in-out top;
    -moz-transition: .2s ease-in-out top;
    -ms-transition: .2s ease-in-out top;
    -o-transition: .2s ease-in-out top;
    transition: .2s ease-in-out top; }
  .static .carousel.vertical .carousel-control.left, .static .carousel.vertical .carousel-control.right {
    height: 30px;
    padding-top: 5px; }
  @media only screen and (min-width: 992px) {
    .static .carousel.vertical {
      padding: 40px 0; }
    .static .carousel.vertical ul li {
      margin-bottom: 0 !important;
      padding: 5px 0;
      background-color: #FFFFFF; } }
  @media only screen and (min-width: 480px) and (max-width: 991px) {
    .static .carousel.vertical .carousel-control.left, .static .carousel.vertical .carousel-control.right {
      height: 115px;
      padding-top: 40px;
      width: 20px;
      background-color: #90a4ae;
      top: 10px; } }
  @media only screen and (max-width: 480px) {
    .static .carousel.vertical ul li {
      padding: 0; }
    .static .carousel.vertical ul li:last-child {
      margin-bottom: 10px; } }
  .static .cta-primary {
    width: 48%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .static .cta-primary {
        width: 100%;
        float: none !important;
        padding: 15px 20px;
        margin-top: 5px; } }

/*=====  End of Section: Article  ======*/
/*========================================
=            Section: Gallery            =
========================================*/
.gallery .media-bg {
  height: 310px; }
  @media only screen and (max-width: 991px) {
    .gallery .media-bg {
      height: 250px; }
      .gallery .media-bg .sm-title {
        font-size: 16px; } }
.gallery .col-xs-1, .gallery .col-sm-1, .gallery .col-md-1, .gallery .col-lg-1, .gallery .col-xs-2, .gallery .col-sm-2, .gallery .col-md-2, .gallery .col-lg-2, .gallery .col-xs-3, .gallery .col-sm-3, .gallery .col-md-3, .gallery .col-lg-3, .gallery .col-xs-4, .gallery .col-sm-4, .gallery .col-md-4, .gallery .col-lg-4, .gallery .col-xs-5, .gallery .col-sm-5, .gallery .col-md-5, .gallery .col-lg-5, .gallery .col-xs-6, .gallery .col-sm-6, .gallery .col-md-6, .gallery .col-lg-6, .gallery .col-xs-7, .gallery .col-sm-7, .gallery .col-md-7, .gallery .col-lg-7, .gallery .col-xs-8, .gallery .col-sm-8, .gallery .col-md-8, .gallery .col-lg-8, .gallery .col-xs-9, .gallery .col-sm-9, .gallery .col-md-9, .gallery .col-lg-9, .gallery .col-xs-10, .gallery .col-sm-10, .gallery .col-md-10, .gallery .col-lg-10, .gallery .col-xs-11, .gallery .col-sm-11, .gallery .col-md-11, .gallery .col-lg-11, .gallery .col-xs-12, .gallery .col-sm-12, .gallery .col-md-12, .gallery .col-lg-12 {
  padding-right: 3px;
  padding-left: 3px; }

/*=====  End of Section: Gallery  ======*/
/*========================================
=            Section: Stories            =
========================================*/
.story .entradilla {
  font-weight: 700;
  margin-bottom: 30px; }
.story .sm-title {
  margin-bottom: 20px; }

/*=====  End of Section: Stories  ======*/
/*============================================
=            Section: Home digest            =
============================================*/
.home-digest .ui-post {
  padding: 10px;
  border-color: #e2e2e2; }
.home-digest .media-gallery {
  margin: -10px -10px 20px; }
  .home-digest .media-gallery .media-bg {
    height: 170px; }
.home-digest .media-picture .media-bg {
  height: 120px; }
  @media only screen and (max-width: 767px) {
    .home-digest .media-picture .media-bg {
      height: 170px; } }
.home-digest .media-video {
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer; }
  .home-digest .media-video .media-bg {
    height: 170px; }
  .home-digest .media-video .hover {
    opacity: 1; }
  .home-digest .media-video .play {
    display: block;
    padding: 15px 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid #FFFFFF;
    margin: auto;
    background-color: rgba(250, 250, 250, 0.3);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .home-digest .media-video .play img {
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        .home-digest .media-video .play img {
          width: 100%; } }
    .home-digest .media-video .play:hover {
      background-color: #1f90ff;
      border: 3px solid #1f90ff; }
    .home-digest .media-video .play:active {
      background-color: rgba(31, 144, 255, 0.2);
      border: 3px solid #1f90ff; }
.home-digest .xs-headline {
  font-size: 16px;
  font-weight: 700; }
.home-digest p {
  font-size: 13px; }
.home-digest .row {
  margin-right: -3px;
  margin-left: -3px; }
.home-digest .col-xs-1, .home-digest .col-sm-1, .home-digest .col-md-1, .home-digest .col-lg-1, .home-digest .col-xs-2, .home-digest .col-sm-2, .home-digest .col-md-2, .home-digest .col-lg-2, .home-digest .col-xs-3, .home-digest .col-sm-3, .home-digest .col-md-3, .home-digest .col-lg-3, .home-digest .col-xs-4, .home-digest .col-sm-4, .home-digest .col-md-4, .home-digest .col-lg-4, .home-digest .col-xs-5, .home-digest .col-sm-5, .home-digest .col-md-5, .home-digest .col-lg-5, .home-digest .col-xs-6, .home-digest .col-sm-6, .home-digest .col-md-6, .home-digest .col-lg-6, .home-digest .col-xs-7, .home-digest .col-sm-7, .home-digest .col-md-7, .home-digest .col-lg-7, .home-digest .col-xs-8, .home-digest .col-sm-8, .home-digest .col-md-8, .home-digest .col-lg-8, .home-digest .col-xs-9, .home-digest .col-sm-9, .home-digest .col-md-9, .home-digest .col-lg-9, .home-digest .col-xs-10, .home-digest .col-sm-10, .home-digest .col-md-10, .home-digest .col-lg-10, .home-digest .col-xs-11, .home-digest .col-sm-11, .home-digest .col-md-11, .home-digest .col-lg-11, .home-digest .col-xs-12, .home-digest .col-sm-12, .home-digest .col-md-12, .home-digest .col-lg-12 {
  padding-left: 3px;
  padding-right: 3px; }

.ico-heart {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #90a4ae; }

iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 170px;
  margin-bottom: -6px; }

/*=====  End of Section: Home digest  ======*/
/*========================================
=            Section: Related            =
========================================*/
/*=====  End of Section: Related  ======*/
/*================================
=            WYSIWYG             =
================================*/
.wysiwyg a {
  color: #1f90ff;
  text-decoration: underline;
  font-weight: bold; }
  .wysiwyg a:hover {
    color: #000000; }
.wysiwyg p {
  text-align: justify;
  margin-bottom: 15px; }
  .wysiwyg p:last-of-type {
    margin-bottom: 0; }
.wysiwyg img {
  max-width: 100%;
  height: auto; }
.wysiwyg img.alignleft {
  float: left !important;
  margin: 0.5em 1em 0.5em 0 !important; }
.wysiwyg img.alignright {
  float: right !important;
  margin: 0.5em 0 0.5em 1em !important; }
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px; }
.wysiwyg li {
  display: list-item; }
.wysiwyg strong {
  font-weight: 900; }
.wysiwyg .strong {
  font-weight: 900 !important; }
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  margin: 20px 0 30px; }
.wysiwyg h1 {
  font-size: 28px; }
.wysiwyg h2 {
  font-size: 24px; }
.wysiwyg h3 {
  font-size: 18px; }
.wysiwyg h4 {
  font-size: 15px; }
.wysiwyg blockquote {
  font-style: italic;
  border: none;
  quotes: "“" "”" "‘" "’";
  background: #ececec;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 10px; }
  .wysiwyg blockquote:before {
    color: #1f90ff;
    content: open-quote;
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .wysiwyg blockquote:after {
    color: #1f90ff;
    content: close-quote;
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: -0.4em;
    margin-left: 5px; }
.wysiwyg .media-picture {
  float: left;
  clear: left;
  display: block;
  width: 220px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  z-index: 1; }
  @media only screen and (max-width: 480px) {
    .wysiwyg .media-picture {
      width: 100%;
      margin-bottom: 30px; } }
  .wysiwyg .media-picture:before {
    display: table;
    content: '';
    line-height: 0; }

/*=====   End of WYSIWYG   ======*/
/*===========================================
=            Plugin: FULLSIZABLE            =
===========================================*/
#jquery-fullsizable {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999; }

#jquery-fullsizable.fullsized_spinner {
  background-image: url(data:img/gif;base64,R0lGODlhEAAQAPIAAAAAAP///zw8PLy8vP///5ycnHx8fGxsbCH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

#jquery-fullsizable #fullsized_image_holder img {
  display: block;
  margin: 0 auto; }

#fullsized_go_prev, #fullsized_go_next {
  position: absolute;
  top: 40%;
  display: block;
  width: 32px;
  height: 126px; }

#fullsized_go_prev {
  left: 0;
  background: url("../img/jquery-fullsizable.png"); }

#fullsized_go_prev:hover {
  background-position: 0 -126px; }

#fullsized_go_next {
  right: 0;
  background: url("../img/jquery-fullsizable.png") -32px 0; }

#fullsized_go_next:hover {
  background-position: -32px -126px; }

#fullsized_close, #fullsized_fullscreen {
  position: absolute;
  top: 0;
  display: block;
  width: 32px;
  height: 32px; }

#fullsized_close {
  right: 0;
  background: url("../img/jquery-fullsizable.png") -64px 0; }

#fullsized_close:hover {
  background-position: -64px -32px; }

#fullsized_fullscreen {
  right: 40px;
  background: url("../img/jquery-fullsizable.png") -96px 0; }

#fullsized_fullscreen:hover {
  background-position: -96px -32px; }

:fullscreen #fullsized_fullscreen {
  background-position: -96px -64px; }
  :fullscreen #fullsized_fullscreen:hover {
    background-position: -96px -96px; }

:-webkit-full-screen #fullsized_fullscreen {
  background-position: -96px -64px; }
  :-webkit-full-screen #fullsized_fullscreen:hover {
    background-position: -96px -96px; }

:-moz-full-screen #fullsized_fullscreen {
  background-position: -96px -64px; }
  :-moz-full-screen #fullsized_fullscreen:hover {
    background-position: -96px -96px; }

/*=====  End of Plugin: FULLSIZABLE  ======*/
.video-thumb {
  width: 100%; }

/*# sourceMappingURL=master.css.map */
