.t3-header {
  position: relative;
}
.t3-header.affix {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
}
.logo {
  padding-bottom: 22px;
  padding-top: 22px;
  text-align: left;
}
@media (min-width: 1280px) {
  .logo {
    padding-bottom: 0;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  white-space: nowrap;
}
.logo-text a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.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: 11px;
  margin-top: 5px;
}
.nav-search {
  padding: 0;
}
.nav-search > a {
  color: #406a80;
  border-bottom: 2px solid transparent;
  padding: 22px 24px;
  display: block;
}
.nav-search > a:hover {
  color: #73bfe6;
}
.nav-search.open > a {
  color: #73bfe6;
  border-bottom-color: #73bfe6;
}
.nav-search .dropdown-menu {
  background: #2c3236;
  margin-top: 0;
  right: 0;
  left: auto;
  padding: 24px;
  border: 0;
}
@media (max-width: 479px) {
  .nav-search .dropdown-menu {
    right: -54px;
  }
}
.nav-search .dropdown-menu .t3-module {
  margin-bottom: 0;
}
.nav-search .dropdown-menu .t3-module .search input {
  background: #2c3236;
  border-color: #406a80;
  color: #667780;
  font-size: 13px;
  width: 200px;
}
.nav-search .dropdown-menu .t3-module .search input:hover,
.nav-search .dropdown-menu .t3-module .search input:active,
.nav-search .dropdown-menu .t3-module .search input:focus {
  background: #212528;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
.t3-sl .t3-sl-title {
  color: #406a80;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 72px;
  text-align: center;
}
@media (min-width: 768px) {
  .t3-sl .t3-sl-title {
    font-size: 36px;
  }
}
.t3-mainbody {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sidebar {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-footer {
  background: #2c3236;
  color: #6b7c88;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  text-decoration: none;
  color: #ffffff;
}
#back-to-top {
  position: fixed;
  right: 24px;
  top: auto;
  z-index: 999;
  display: none;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #363d42;
  border-color: #73bfe6;
  color: #73bfe6;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  opacity: 0.7;
  padding: 0;
  text-align: center;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #2c3236;
  opacity: 1;
}
#back-to-top.affix {
  bottom: 48px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 30px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 48px 0;
  }
}
@media screen and (min-width: 1280px) {
  .t3-footnav {
    padding: 96px 0;
  }
}
.t3-footnav .t3-module {
  background: #2c3236;
  color: #6b7c88;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #73bfe5;
  font-size: 16px;
  margin-bottom: 24px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}
.t3-footnav .t3-module ul > li {
  border-bottom: none;
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #6b7c88;
  padding: 3px 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: none;
  color: #ffffff;
}
.t3-footnav .t3-module ul.contact-info {
  margin-bottom: 20px;
}
.t3-footnav .t3-module ul.contact-info li {
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 24px;
}
.t3-footnav .t3-module ul.contact-info li > i[class^="fa"] {
  float: left;
  font-size: 16px;
  margin: 1px 0 0 -24px;
}
.t3-footnav .t3-module ul.contact-info + a {
  color: #406a80;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.t3-footnav .t3-module ul.contact-info + a:hover,
.t3-footnav .t3-module ul.contact-info + a:active,
.t3-footnav .t3-module ul.contact-info + a:focus {
  color: #73bfe6;
  text-decoration: none;
}
.t3-footnav .addthis_toolbox > a {
  background: none;
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 5px 8px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  transition: 0.3s;
  width: 36px;
}
.t3-footnav .addthis_toolbox > a i {
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
  display: block;
  position: relative;
}
.t3-footnav .addthis_toolbox > a:hover,
.t3-footnav .addthis_toolbox > a:focus,
.t3-footnav .addthis_toolbox > a:active {
  opacity: 0.6;
}
.t3-footnav .addthis_toolbox > a.addthis_button_facebook_follow {
  background: #3B5998;
}
.t3-footnav .addthis_toolbox > a.addthis_button_twitter_follow {
  background: #00ACED;
}
.t3-footnav .addthis_toolbox > a.addthis_button_linkedin_follow {
  background: #007BB6;
}
.t3-footnav .addthis_toolbox > a.addthis_button_google_follow {
  background: #DD4B39;
}
.footer-logo .footer-logo-container {
  text-align: center;
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .footer-logo .footer-logo-container {
    border-top: 1px solid #3d474d;
  }
}
@media screen and (min-width: 1280px) {
  .footer-logo .footer-logo-container {
    padding-bottom: 48px;
    padding-top: 96px;
    border: none;
  }
}
.footer-logo .footer-logo-container > a {
  display: inline-block;
  width: 64px;
  height: 75px;
  background: url("../../templates/ja_nuevo/images/logo/footer-logo.png");
  overflow: hidden;
  text-indent: -999em;
}
@media screen and (min-width: 1280px) {
  .footer-logo .footer-logo-container > a {
    margin-top: 48px;
  }
}
.t3-copyright {
  background: #363d42;
  font-size: 13px;
  padding: 48px 0;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 24px;
  font-size: 12px;
  color: #525f66;
}
@media screen and (min-width: 939px) {
  .copyright {
    margin-bottom: 0;
    text-align: left;
  }
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 938px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.t3-content-top {
  padding-top: 24px;
  padding-bottom: 24px;
}
.jamasshead {
  text-align: center;
  padding: 115px;
  background: url('../../templates/ja_nuevo/images/bg-masthead.jpg') no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://joomlart.s3.amazonaws.com/images/templates/ja_nuevo/bg-masthead.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://joomlart.s3.amazonaws.com/images/templates/ja_nuevo/bg-masthead.jpg', sizingMethod='scale')";
}
@media screen and (max-width: 938px) {
  .jamasshead {
    padding: 24px;
  }
}
.jamasshead .jamasshead-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 60px;
  margin: 0;
}
@media screen and (max-width: 938px) {
  .jamasshead .jamasshead-title {
    font-size: 36px;
  }
}
.jamasshead .jamasshead-description {
  color: #7a8f99;
  margin-top: 24px;
  line-height: 1.8;
  width: 500px;
  margin: 24px auto auto;
}
@media screen and (max-width: 938px) {
  .jamasshead .jamasshead-description {
    font-size: 14px;
    margin: 12px auto auto;
    width: auto;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  
  padding-top: 0;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-thumb {
  width: 100%;
}
.video-wrapper .mask {
  top: 0;
  left: 0;
  background: #000000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.video-wrapper .btn {
  position: absolute;
  background: none;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 60px;
  padding: 0;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  border-radius: 60px;
}
.video-wrapper .btn .fa {
  font-size: 16px;
}
.video-wrapper .btn:hover,
.video-wrapper .btn:focus,
.video-wrapper .btn:active {
  outline: none;
}
.bonus-page {
  text-align: center;
}
.bonus-page .bn-item {
  border-bottom: 1px solid #e1e4e6;
  padding-bottom: 48px;
  padding-top: 48px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bonus-page .bn-item {
    border-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .bonus-page .bn-item {
    min-height: 440px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media (min-width: 1280px) {
  .bonus-page .bn-item:hover .circle-icon {
    -webkit-transform: translate(0, -360px);
    -moz-transform: translate(0, -360px);
    -o-transform: translate(0, -360px);
    -ms-transform: translate(0, -360px);
    transform: translate(0, -360px);
    display: none\9;
  }
  .bonus-page .bn-item:hover h4 {
    margin-top: -150px;
    margin-top: 50px\9;
  }
  .bonus-page .bn-item:hover .btn {
    display: inline-block;
  }
}
.bonus-page .circle-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bonus-page h4 {
  color: #406a80;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bonus-page h4 a {
  color: #406a80;
}
.bonus-page h4 a:hover {
  color: #73bfe6;
  text-decoration: none;
}
.bonus-page p {
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bonus-page .btn {
  margin-top: 24px;
}
@media (min-width: 1280px) {
  .bonus-page .btn {
    display: none;
  }
}
.layout-ja_nuevoservices .item {
  text-align: center;
}
.layout-ja_nuevoservices .item article {
  font-size: 15px;
  color: #999999;
  border: 2px solid transparent;
  padding: 0;
  height: 260px;
  overflow: hidden;
}
.layout-ja_nuevoservices .item article .article-header {
  margin: 24px 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.layout-ja_nuevoservices .item article .article-header .article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-ja_nuevoservices .item article .article-title a {
  font-size: 18px;
  text-transform: uppercase;
}
.layout-ja_nuevoservices .item article .service-intro {
  -webkit-transition: all 0.3s ease-in-out 0.05s;
  -o-transition: all 0.3s ease-in-out 0.05s;
  transition: all 0.3s ease-in-out 0.05s;
}
.layout-ja_nuevoservices .item article .fa {
  width: 150px;
  height: 150px;
  background: #406a80;
  text-align: center;
  line-height: 150px;
  font-size: 40px;
  border-radius: 150px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.layout-ja_nuevoservices .item article .btn-link {
  display: inline-block;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.layout-ja_nuevoservices .item article .bg-icon-darker {
  background: #385c6f;
}
.layout-ja_nuevoservices .item article .bg-icon-dark {
  background: #406a80;
}
.layout-ja_nuevoservices .item article .bg-icon-primary {
  background: #73bfe6;
}
.layout-ja_nuevoservices .item article .bg-icon-light {
  background: #9ed3ee;
}
.layout-ja_nuevoservices .item article:hover {
  border-color: transparent;
}
.layout-ja_nuevoservices .item article:hover .fa {
  background: #2c3236;
  color: #999999;
}
.layout-ja_nuevoservices .item article:hover .article-title a {
  color: #73bfe6;
}
.layout-ja_nuevoservices .item article:hover .article-header,
.layout-ja_nuevoservices .item article:hover .service-intro,
.layout-ja_nuevoservices .item article:hover .btn {
  -webkit-transform: translate(0px, -150px);
  -moz-transform: translate(0px, -150px);
  -o-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
  margin-top: 50px\9;
}
.layout-ja_nuevoservices .item article:hover .fa {
  -webkit-transform: translate(0px, -300px);
  -moz-transform: translate(0px, -300px);
  -o-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
  display: none\9;
}
.layout-ja_nuevoservices .item article:hover .service-intro,
.layout-ja_nuevoservices .item article:hover .btn {
  margin-top: 10px\9;
}
.about-us .text-center > h1 {
  font-weight: 100;
}
@media screen and (min-width: 939px) {
  .about-us .text-center > p {
    font-size: 16px;
  }
}
.about-us .text-center:first-child {
  margin-bottom: 72px;
}
.about-us .well {
  font-size: 20px;
  font-weight: 100;
  padding: 24px;
  margin-top: 72px;
}
@media screen and (min-width: 939px) {
  .about-us .well {
    font-size: 24px;
    padding: 48px 96px;
  }
}
.about-us .section {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 939px) {
  .about-us .section {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 939px) {
  .about-us .section.member > .col-md-3:nth-child(2n+1) {
    clear: both;
  }
}
.about-us h3 {
  color: #363d42;
  font-size: 28px;
}
.about-us .social > span {
  color: #73bfe6;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.about-us .addthis_toolbox > a {
  background: none;
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 36px;
}
.about-us .addthis_toolbox > a i {
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
  display: block;
  position: relative;
}
.about-us .addthis_toolbox > a:hover,
.about-us .addthis_toolbox > a:focus,
.about-us .addthis_toolbox > a:active {
  opacity: 0.8;
}
.about-us .addthis_toolbox > a.addthis_button_facebook_follow {
  background: #3B5998;
}
.about-us .addthis_toolbox > a.addthis_button_twitter_follow {
  background: #00ACED;
}
.about-us .addthis_toolbox > a.addthis_button_linkedin_follow {
  background: #007BB6;
}
.about-us .addthis_toolbox > a.addthis_button_google_follow {
  background: #DD4B39;
}
.about-us .thumbnail {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.about-us .thumbnail .caption {
  padding: 10px 0;
}
.about-us .thumbnail .caption h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.about-us .thumbnail .caption p {
  color: #73bfe6;
  font-size: 14px;
  text-transform: uppercase;
}
.about-us .thumbnail .caption .member-detail {
  color: #667780;
  font-size: 16px;
  text-transform: none;
}
.about-us .member .thumbnail {
  margin: 24px 0;
}
.about-us .member .thumbnail img {
  width: 100%;
}
.about-us .member .thumbnail .member-follow {
  background: #73bfe6;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-us .member .thumbnail .member-follow > .mask {
  background: #363d42;
  bottom: -100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.1s 0.2s;
  transition: transform 0.6s, opacity 0.1s 0.2s;
}
.about-us .member .thumbnail .member-follow > .social {
  bottom: -50%;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  z-index: 10;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.1s 0.2s;
  transition: transform 0.6s, opacity 0.1s 0.2s;
}
.about-us .member .thumbnail .member-follow:hover > .mask,
.about-us .member .thumbnail .member-follow:focus > .mask,
.about-us .member .thumbnail .member-follow:active > .mask {
  bottom: 0;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.about-us .member .thumbnail .member-follow:hover > .social,
.about-us .member .thumbnail .member-follow:focus > .social,
.about-us .member .thumbnail .member-follow:active > .social {
  bottom: 35%;
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.about-us .show-team {
  border: solid 1px #ecf0f1;
  border-left: 3px solid #73bfe6;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .about-us .show-team .info-team {
    float: left;
    width: 65%;
  }
}
.about-us .show-team a.btn-block {
  display: inline-block;
  margin-top: 12px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .about-us .show-team a.btn-block {
    margin-top: 7px;
    float: right;
  }
}
.page-services article .article-content h1,
.page-services article .article-content h2,
.page-services article .article-content h3,
.page-services article .article-content h4,
.page-services article .article-content h5,
.page-services article .article-content h6 {
  font-family: 'Montserrat', sans-serif;
}
.page-services article .article-content img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}