body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .equal-height > * {
    min-height: 0 !important;
  }
  .equal-height.equal-height-child .col > * {
    min-height: 0 !important;
  }
}
.t3-header {
  background: #ffffff;
}
@media (max-width: 991px) {
  .t3-header {
    position: relative;
  }
}
.t3-header .container-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.t3-header .header-inner {
  align-items: center;
  display: flex;
}
.t3-topbar {
  background: #505252;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-height: 30px;
}
.logo-text a {
  color: #1b3060;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}
.logo-text a b {
  color: #0f5083;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 6.25px;
}
.headright {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .headright {
    line-height: 60px;
  }
}
.head-search {
  margin-left: 15px;
}
.head-search .search,
.head-search .form-search {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  height: 30px;
  width: 30px;
}
.head-search .search label,
.head-search .form-search label {
  display: none;
}
.head-search .search .form-control,
.head-search .form-search .form-control,
.head-search .search .search-query,
.head-search .form-search .search-query {
  border-radius: 4px;
  background-image: url('../../templates/ja_morgan/images/ico/search.png');
  background-position: 8px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #777777;
  position: absolute;
  padding: 0 0 0 30px;
  font-size: 14px;
  right: 0;
  top: 0;
  height: 30px;
  max-width: none;
  z-index: 10;
  width: 30px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.head-search .search .form-control::-moz-placeholder,
.head-search .form-search .form-control::-moz-placeholder,
.head-search .search .search-query::-moz-placeholder,
.head-search .form-search .search-query::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.head-search .search .form-control:-ms-input-placeholder,
.head-search .form-search .form-control:-ms-input-placeholder,
.head-search .search .search-query:-ms-input-placeholder,
.head-search .form-search .search-query:-ms-input-placeholder {
  color: #777777;
}
.head-search .search .form-control::-webkit-input-placeholder,
.head-search .form-search .form-control::-webkit-input-placeholder,
.head-search .search .search-query::-webkit-input-placeholder,
.head-search .form-search .search-query::-webkit-input-placeholder {
  color: #777777;
}
.head-search .search .form-control:focus,
.head-search .form-search .form-control:focus,
.head-search .search .search-query:focus,
.head-search .form-search .search-query:focus {
  border-color: #eaeaea;
  width: 150px;
  padding-right: 25px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .head-search .search .form-control:focus,
  .head-search .form-search .form-control:focus,
  .head-search .search .search-query:focus,
  .head-search .form-search .search-query:focus {
    width: 120px;
  }
}
.t3-section-wrap .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.t3-section-wrap .t3-section {
  background-repeat: no-repeat;
}
.t3-section-wrap .padding-bottom {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .t3-section-wrap .padding-bottom {
    padding-bottom: 60px;
  }
}
.t3-section-wrap .padding-top {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .t3-section-wrap .padding-top {
    padding-top: 60px;
  }
}
.t3-section-wrap .border-top {
  border-top: 1px solid #eaeaea;
}
.t3-section-wrap .border-bottom {
  border-bottom: 1px solid #eaeaea;
}
.t3-section-wrap .mod-bg-gray {
  background: #f2f3f7;
}
.t3-section-wrap .mod-bg-primary {
  background-color: #0f5083;
  color: #ffffff;
}
.t3-section-wrap .mod-bg-primary .sub-heading,
.t3-section-wrap .mod-bg-primary .section-title h3,
.t3-section-wrap .mod-bg-primary .section-title .h3 {
  color: #ffffff;
}
.t3-section-wrap .mod-bg-secondary {
  background-color: #1b3060;
  color: #ffffff;
}
.t3-section-wrap .mod-bg-secondary .sub-heading,
.t3-section-wrap .mod-bg-secondary .section-title h3,
.t3-section-wrap .mod-bg-secondary .section-title .h3 {
  color: #ffffff;
}
.sub-heading {
  color: #0f5083;
  
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 25px;
}
.sectioncabecera_numeros .section-title {
  max-width: 100% !important;
}
.section-title {
  margin-bottom: 60px;
  max-width: 520px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title h3,
.section-title .h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title h3,
  .section-title .h3 {
    font-size: 28px;
  }
}
.section-title .lead {
  margin-top: 30px;
}
.align-center .section-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.t3-sl {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
.t3-mainbody {
  padding-bottom: 75px;
  padding-top: 75px;
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
@media (min-width: 1300px) {
  .t3-mainbody > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1300px) {
  .t3-mainbody > .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .t3-mainbody > .row > div.t3-sidebar-right {
    border-left: 1px solid #eaeaea;
  }
}
@media (min-width: 768px) {
  .t3-mainbody > .row > div.t3-sidebar-left {
    border-right: 1px solid #eaeaea;
  }
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-footer {
  background: #111111;
  color: #888888;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer #t3-spotlight {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .t3-footer #t3-spotlight {
    padding-top: 30px;
  }
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #888888;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.t3-footer .logo-footer {
  color: #ffffff;
  border: 0;
  font-size: 24px;
  font-weight: 700;
}
.t3-section-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 150px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .t3-section-footer {
    padding-top: 60px;
  }
}
.t3-section-footer + #t3-spotlight {
  padding-top: 60px;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  background: #111111;
  color: #888888;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12.5px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 30px;
}
.t3-footnav .t3-module ul > li > a {
  background: transparent;
  border: 0;
  color: #888888;
  padding: 0;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: transparent;
  color: #ffffff;
}
.t3-footnav .t3-module .list-info {
  border: 0;
}
.t3-footnav .t3-module .list-info > li {
  border: 0;
  margin-right: 5px;
}
.t3-footnav .t3-module .list-info > li > a {
  background: #0f5083;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.t3-footnav .t3-module .list-info > li > a:hover,
.t3-footnav .t3-module .list-info > li > a:focus,
.t3-footnav .t3-module .list-info > li > a:active {
  background: #0c426c;
}
.t3-footnav .t3-module .list-info > li > a.facebook {
  background: #3b5999;
}
.t3-footnav .t3-module .list-info > li > a.facebook:hover,
.t3-footnav .t3-module .list-info > li > a.facebook:focus,
.t3-footnav .t3-module .list-info > li > a.facebook:active {
  background: #344e87;
}
.t3-footnav .t3-module .list-info > li > a.twitter {
  background: #55acee;
}
.t3-footnav .t3-module .list-info > li > a.twitter:hover,
.t3-footnav .t3-module .list-info > li > a.twitter:focus,
.t3-footnav .t3-module .list-info > li > a.twitter:active {
  background: #3ea1ec;
}
.t3-footnav .t3-module .list-info > li > a.youtube {
  background: #cd201f;
}
.t3-footnav .t3-module .list-info > li > a.youtube:hover,
.t3-footnav .t3-module .list-info > li > a.youtube:focus,
.t3-footnav .t3-module .list-info > li > a.youtube:active {
  background: #b71d1c;
}
.t3-footnav .t3-module .list-info > li > a.instagram {
  background: #e4405f;
}
.t3-footnav .t3-module .list-info > li > a.instagram:hover,
.t3-footnav .t3-module .list-info > li > a.instagram:focus,
.t3-footnav .t3-module .list-info > li > a.instagram:active {
  background: #e12a4c;
}
.t3-footnav .t3-module .list-info > li > a.vimeo {
  background: #1ab7ea;
}
.t3-footnav .t3-module .list-info > li > a.vimeo:hover,
.t3-footnav .t3-module .list-info > li > a.vimeo:focus,
.t3-footnav .t3-module .list-info > li > a.vimeo:active {
  background: #14a7d7;
}
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
#back-to-top.affix {
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top .btn {
  background: #1b3060;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
#back-to-top .btn span {
  margin-left: 0;
}
.t3-copyright {
  color: #777777;
  font-size: 13px;
  padding: 25px 0 30px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-copyright {
    padding: 30px 0;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #888888;
}
.t3-copyright a:hover,
.t3-copyright a:active,
.t3-copyright a:focus {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.copyright {
  margin-bottom: 25px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
  color: #0f5083;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > span:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > span:focus {
  color: #0f5083;
  background-color: transparent;
}