* {margin: 0;padding: 0;}


/* - - - - - Clases errantes - - - - - */
  .w-1 { width: 1%; }
  .search-form {
    width: 3.0625rem;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    transition: all .2s linear; }
    .search-form .form-group {
      width: 0;
      margin-bottom: 0;
      transition: all .2s ease-out; }
      .search-form .form-group > .btn-toggle-search {
        display: none; }
    .search-form .form-control {
      width: 0;
      border: 0;
      padding: 0;
      background-color: transparent;
      color: #fff; }
      .search-form .form-control:focus {
        border: 0;
        outline: 0; }
    .search-form.show {
      width: 100%;
      background-color: #072146; }
      .search-form.show > .btn-toggle-search [class*="icon"]::before {
        font-size: 0.75rem;
        content: "\e902"; }
      .search-form.show .form-group,
      .search-form.show .form-control {
        width: 100%; }
      .search-form.show .form-group > .btn-toggle-search {
        display: initial; }

  .search-results {
    padding-left: 0;
    list-style: none;
    top: 3.0625rem;
    max-height: 25rem;
    padding: 0.625rem 0;
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    border: 1px solid #e9e9e9;
    margin-bottom: 0;
    background: #fff;
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .search-results > li > a {
      padding: 0 1.25rem;
      font-size: 0.9375rem;
      display: block;
      color: #666;
      font-family: "benton-light";
      line-height: 2.4; }
      .search-results > li > a:focus, .search-results > li > a:hover {
        background-color: #f4f4f4;
        text-decoration: none; }
      .search-results > li > a span {
        color: #2a86ca;
        font-family: "benton-medium"; }

  @media (min-width: 768px) {
    .search-form {
      height: 4.063rem; }
      .search-form.show > .btn-toggle-search [class*="icon"]::before {
        font-size: 1rem; } }

  @media (min-width: 992px) {
    .search-form {
      top: 0;
      height: auto; }
      .search-form .form-control {
        margin: 0 1rem; } }

  .table tr th, .table tr td {
    border-top: 0;
    border-bottom: 1px solid #e9e9e9;
    padding-right: 1rem;
    padding-left: .3rem;
    font-weight: normal;
    text-align: right; }
    .table tr th:first-child, .table tr td:first-child {
      text-align: left; }
    .table tr th:last-child, .table tr td:last-child {
      padding-right: .3rem; }

  .table tr th[scope] {
    border-bottom-color: #000;
    color: #000;
    font-family: "benton-bold";
    font-weight: normal; }

  .table tr.last td, .table tr.last th {
    border-bottom: #fff; }

  .table tr.hi-row-1 th, .table tr.hi-row-1 td, .table tr.hi-row-2 th, .table tr.hi-row-2 td {
    border-bottom-color: rgba(233, 233, 233, 0.5);
    color: #fff;
    font-family: "benton-bold"; }

  .table tr.hi-row-1 th, .table tr.hi-row-1 td {
    background-color: #004481; }

  .table tr.hi-row-2 th, .table tr.hi-row-2 td {
    background-color: #2dcccd; }

  .table tr.hi-row-3 th, .table tr.hi-row-3 td {
    border-bottom-color: #000;
    color: #000;
    font-family: "benton-bold"; }

  .table thead th[scope] {
    font-size: 1.125rem;
    border-bottom-color: #07467f;
    color: #004481;
    font-family: "benton-medium";
    line-height: 1.2; }

  .table tbody tr:not(.hi-row-1):not(.hi-row-2):hover th, .table tbody tr:not(.hi-row-1):not(.hi-row-2):hover td {
    background-color: #f4f4f4; }

  .table .border-bottom {
    border-bottom: 1px solid #000 !important; }

  .main-content .table-note {
    font-size: 0.8125rem;
    line-height: 1.5; }
    .main-content .table-note:not(:last-of-type) {
      margin-bottom: .7rem; }

  /*@media (max-width: 991px) {
    .table-responsive {
      position: relative; }
      .table-responsive .table th:first-child {
        width: 12.5rem;
        position: absolute;
        left: 0;
        line-height: 1.3; }
      .table-responsive .table thead th:not([class*="w-"]) {
        white-space: nowrap; }
    .table-responsive-inner {
      margin-left: 12.5rem;
      overflow-x: auto; } }*/

  .summary-collapse {
    max-width: 50rem;
    margin-bottom: 2rem; }
    .summary-collapse .btn-secodnary {
      color: #121212;
      background-color: #f4f4f4;
      border-color: #f4f4f4;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      cursor: pointer; }
      .summary-collapse .btn-secodnary:hover {
        color: #121212;
        background-color: #dbdada;
        border-color: #d5d5d5; }
      .summary-collapse .btn-secodnary:focus, .summary-collapse .btn-secodnary.focus {
        box-shadow: 0 0 0 2px rgba(244, 244, 244, 0.5); }
      .summary-collapse .btn-secodnary.disabled, .summary-collapse .btn-secodnary:disabled {
        background-color: #f4f4f4;
        border-color: #f4f4f4; }
      .summary-collapse .btn-secodnary:active, .summary-collapse .btn-secodnary.active,
      .show > .summary-collapse .btn-secodnary.dropdown-toggle {
        color: #121212;
        background-color: #dbdada;
        background-image: none;
        border-color: #d5d5d5; }
      .summary-collapse .btn-secodnary:focus, .summary-collapse .btn-secodnary.focus {
        box-shadow: none; }
      .summary-collapse .btn-secodnary.collapsed [class*="icon"]::before {
        content: "\e90c"; }
      .summary-collapse .btn-secodnary [class*="icon"] {
        font-size: 0.6875rem;
        color: #2a86ca; }
    .summary-collapse .collapse.in {
      display: block; }
    .summary-collapse .card {
      padding: 1rem 2rem 1rem 1rem;
      background-color: #f4f4f4; }
      .summary-collapse .card ul, .summary-collapse .card ol {
        margin-bottom: 0;
        padding-left: 20px; }
      .summary-collapse .card a {
        display: block;
        line-height: 1.3; }
        .summary-collapse .card a:focus, .summary-collapse .card a:hover {
          text-decoration: none; }
  .flex_item{
    width: 100%;
    margin-top: 50px;
  }
  .text_numb{
     font-family: "benton-light";
     font-size: 60px;
     text-align: left;
     width: 100%;
     display: block;
    height: 60px;
    margin-bottom: 20px;

    }
  .text_numb2{
     font-family: "benton-light";
     font-size: 18px;
     text-align: left;
  }
  .text_text{
     font-family: "benton-bold";
     font-size: 12px;
     text-align: left;
     color: #0086cd;
     display: block;

  }
  .arrow{
    width: 18px;
    height: 18px;
  }
  .block-info {
    text-align: left;
    padding: 20px 30px;
  }

  .block-info .map-infoMedia{
    margin-left: -20px;
    margin-right: -20px;
  }

  .block-info p {
      margin: 0;
      font-size: 15px;
  }

  .block-info .data-block {
      display: flex;
      margin-left: -10px;
      margin-right: -10px;
  }

  .block-info .data {
      display: block;
      margin-top: 12px;
      width: 100%;
      padding: 0 10px;
  }

  .block-info span.number {
      font-family: 'benton-light';
      font-size: 30px;
      color: #121212;
      display: block;
  }

  .block-info span.concept {
      display: block;
      font-size: 12px;
      line-height: 1.3em;
      margin-top: 5px;
      font-family: 'benton-medium';
      color: #666666;
  }

  .block-info .value img {
      max-width: 28px;
      display: inline-block;
      vertical-align: middle;
  }

  .block-info p.value {
      margin-top: 8px;
  }

  .block-info .value span.val {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px;
      line-height: 1em;
      color: #121212;
      font-family: 'benton-bold';
  }
  .not-like-link {
    font-family: "benton-book", "Helvetica Neue", Arial, sans-serif!important;
    font-weight: normal;
    font-size: 15px;
    color: #666666!important;
  }
  svg.highcharts-root {
    font-family: "benton-book", "Helvetica Neue", Arial, sans-serif !important;
  }
  text.grafic-delete {
      display: none;
  }
  .news-img-8 {
    background-image: url(../img/news-08.jpg);
    width:260px;
    max-width:100%;
  }
  .news-img-9 {
    background-image: url(../img/news-09.jpg);
    width:260px;
    max-width:100%;
  }
  .barChartW {
     width: 700px;
     clear: both;
     margin: 0 auto;
     padding: 40px 0 0;
  }
  .containerLeft {
    text-align:left;
    margin:0;
    padding:0;
  }
  .containerBanner {
    display: table-cell !important;
    vertical-align: middle;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto !important;
    color: #072146;
  }
  .comiteItemTitle {
      background: #CCC;
  }
  .contacto .contactop {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .contacto .spancontacto1 {
    margin-left: 30px;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
  }
  .contacto .spancontacto1 strong,
  .contacto .spancontacto1 a {
    display: block;
    color: #fff;
    font-family: "benton-bold";
  }
  .svg-middle {
    width: 100%;
    max-width: 400px;
  }
  .img-responsive {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: auto;
  }
  .subArea {
    margin: 0 !important;
  }

/* - - - - - Fin de Clases errantes - - - - - */

/* - - - Genericas - - - */
  .icon-bbva {
    color: #ffffff;
  }
  h1 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 40px 0px;
  }
  .table-note {
    text-align: left !important;
  }
  [data-basicLightbox] {
    display: none !important
  }
  [data-modal] {
    display: none
  }
  [data-modal-id] {
    cursor: pointer
  }
  [data-basicLightbox] {
    display: none !important
  }
  [data-modal] {
    display: none
  }
  [data-modal-id] {
    cursor: pointer
  }

/* - - - Main - - - */
  .main-content {
    font-size: 0.9375rem;
    font-size: 18px;
    line-height: 1.4em;
    color: #666666;
    padding: 5.5rem 0 0;
    /*padding-top: 50px;*/
  }
    .main-content p, .main-content ul, .main-content ol,
    .main-content .table {
      margin-bottom: 2rem;
      color: #666; }
    .main-content p, .main-content ul, .main-content ol {
      line-height: 1.8; }
    .main-content li {
      margin-bottom: .5rem; }

  @media (max-width: 992px) {
    .main-content{
      padding: 0;
    }
  }
  @media (min-width: 768px) {
    /*.main-content {
      padding: 7.813rem 0 0;
    }*/
      .main-content > .container > article {
        padding-right: 5rem;
      }
  }
  /*@media (min-width: 992px) {
    .main-content {
      padding: 12.125rem 0 0;
    }
  }*/

/* - - - Header - - - */
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #072146;
    color: #fff; }
    .site-header .h1 {
      font-size: 0.875rem;
      position: relative;
      top: 1px;
      margin-bottom: 0;
      margin-right: 1.5rem;
      font-family: "benton-light";
      font-weight: normal;
      line-height: 1; }
      .site-header .h1::before {
        margin-left: 0.8125rem;
        padding-left: 0.4375rem;
        content: "";
        display: inline-flex;
        position: relative;
        top: 1px;
        height: 14px;
        border-left: 1px solid white; }
    .site-header .btn-toggle-search {
      color: #5bbeff;
      background-color: transparent;
      border-color: transparent;
      font-size: 0.875rem;
      padding-top: 0.75rem;
      height: 3.25rem;
      cursor: pointer; }
      .site-header .btn-toggle-search:hover {
        color: #5bbeff;
        background-color: transparent;
        border-color: transparent; }
      .site-header .btn-toggle-search:focus, .site-header .btn-toggle-search.focus {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
      .site-header .btn-toggle-search.disabled, .site-header .btn-toggle-search:disabled {
        background-color: transparent;
        border-color: transparent; }
      .site-header .btn-toggle-search:active, .site-header .btn-toggle-search.active,
      .show > .site-header .btn-toggle-search.dropdown-toggle {
        color: #5bbeff;
        background-color: transparent;
        background-image: none;
        border-color: transparent; }
      .site-header .btn-toggle-search:focus, .site-header .btn-toggle-search:hover {
        outline: 0;
        box-shadow: none; }
    .site-header .navbar-search-container {
      display: flex;
      justify-content: space-between; }
  .header-brand-container {
    display: flex;
    align-items: center;
    height: 3.25rem; }
  .header-brand {
    font-size: 0.9375rem;
    color: #fff;
    line-height: 1;
  }
    .header-brand:focus, .header-brand:hover {
      color: #fff;
      text-decoration: none; }
  .navbar-primary .list-inline-item,
  .navbar-tools .list-inline-item {
    margin-right: -3px; }
  .navbar-primary a,
  .navbar-tools a {
    display: block;
    color: #9ca6b5;
    font-family: "benton-medium"; }
    .navbar-primary a:focus, .navbar-primary a:hover,
    .navbar-tools a:focus,
    .navbar-tools a:hover {
      color: #fff;
      text-decoration: none; }
  .navbar-tools {
    margin-bottom: 2.125rem;
    padding-top: 0.9375rem;
    text-align: right; }
    .navbar-tools ul {
      margin-bottom: 0; }
    .navbar-tools .navbar-lang {
      border-right: 1px solid #9ca6b5; }
    .navbar-tools a {
      padding: 0 0.8125rem;
      font-size: 0.75rem; }
  .navbar-primary ul {
    margin-left: -0.8125rem;
    margin-bottom: 0; }
  .navbar-primary ul > li > a {
    padding: 0 0.8125rem;
    font-size: 0.8125rem;
    text-transform: uppercase;
    transition: color .15s linear; }
    .navbar-primary ul > li > a.active {
      color: #fff; }
  .btn-toggle-navbar {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    min-width: 3.0625rem;
    padding: 0 0.75rem 0 0.9375rem;
    font-size: 0.875rem;
    height: 3.25rem; }
    .btn-toggle-navbar:hover {
      color: #fff;
      background-color: transparent;
      border-color: transparent; }
    .btn-toggle-navbar:focus, .btn-toggle-navbar.focus {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
    .btn-toggle-navbar.disabled, .btn-toggle-navbar:disabled {
      background-color: transparent;
      border-color: transparent; }
    .btn-toggle-navbar:active, .btn-toggle-navbar.active,
    .show > .btn-toggle-navbar.dropdown-toggle {
      color: #fff;
      background-color: transparent;
      background-image: none;
      border-color: transparent; }
    .btn-toggle-navbar:focus, .btn-toggle-navbar:hover {
      background-color: transparent;
      box-shadow: none; }
    .show-navbar-mobile .btn-toggle-navbar [class*="icon"]::before {
      content: "\e902"; }
  .navbar-mobile {
    position: fixed;
    top: 3.25rem;
    right: 0;
    left: 0;
    background-color: #072146;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .15s linear; }
    .show-navbar-mobile .navbar-mobile {
      bottom: 0;
      opacity: 1;
      transform: translateY(0);
      overflow-y: auto; }
    .navbar-mobile > ul:nth-child(1) {
      height: 75vh;
      overflow-y: auto; }
    .navbar-mobile a {
      display: block;
      color: rgba(255, 255, 255, 0.6);
      font-family: "benton-light"; }
      .navbar-mobile a.active {
        color: #fff; }
    .navbar-mobile a:active,
    .navbar-mobile a:focus {
      text-decoration: none; }
  .navbar-mobile-item {
    margin: 0 1.75rem;
    border-bottom: 1px solid rgba(233, 233, 233, 0.2); }
    .navbar-mobile-item a {
      padding: 1rem 0.9375rem;
      font-size: 1.0625rem; }
    .navbar-mobile-item > ul {
      margin-top: -0.625rem;
      margin-bottom: 0.6875rem; }
    .navbar-mobile-item li > a {
      padding: 0.4375rem 1.875rem;
      font-size: 0.9375rem; }
  .navbar-mobile-tools {
    right: 1.75rem;
    left: 1.75rem;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: #072146; }
  .navbar-mobile-tools-item {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0; }
    .navbar-mobile-tools-item::after {
      display: block;
      content: "";
      clear: both; }
    .navbar-mobile-tools-item:first-child {
      border-right: 1px solid rgba(233, 233, 233, 0.2);
      margin-right: .3rem;
      padding-right: .6rem; }
    .navbar-mobile-tools-item:last-child {
      float: right; }
    .navbar-mobile-tools-item a {
      font-size: 1.0625rem; }
  .containerBoxBanner {
    background-color: #ffffff;
    width: auto;
    max-width: 580px;
    margin: 25px;
    padding: 70px 40px 50px;
    text-align: left;
    word-wrap: normal;
    text-align: left;
  }
  .banner {
    max-height: 600px;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 45px;
  }

/* - - - Home - - - */
  .home {
   position: relative;
   height: 100vh;
   background: url("../img/bg-home-mobile.jpg") no-repeat;
   background-size: cover;
   color: #fff;
   max-height: 600px; }
    .home::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0); }
    .home > .container {
      position: relative;
      z-index: 5;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      height: 100vh; }
    .home .navbar-tools {
      position: absolute;
      top: 0;
      right: 5px;
      z-index: 100; }
    .home .brand-name {
      font-size: 2.9375rem;
      margin-bottom: .35rem; }
    .home h1 {
      font-size: 3.125rem;
      width: 80%;
      margin-bottom: 60px;
      font-family: "benton-book";
      line-height: 1.3;
      text-align: center; }
    .home .link-entry {
      font-size: 0.875rem;
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-family: "benton-bold";
      text-align: center; }
      .home .link-entry:hover {
        text-decoration: none; }
      .home .link-entry [class*="icon"] {
        display: block;
        margin-top: .35rem; }
  h1.homeTitle1s {
    font-size: 21px;
    font-family: 'benton-medium';
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0;
    text-align: left;
    color: #666666;
  }

  h2.homeTitle2s {
      display: block;
      margin: 0 auto;
      padding: 0;
      font-family: 'benton-book';
      font-size: 40px;
      width: auto;
      text-align: left;
      color: #121212;
  }

/* - - - La acción - - - */
  .accion {
    margin-bottom: 0;
    font-size: 36px;
    color: #171717;
    padding-bottom: 25px;
    text-align: center;
  }
  .grafica1 {
    width: 1180px;
    padding: 30px 0 100px;
    margin: 0 auto;
  }
  .grafica1 span {
    display: block;
    text-align: left;
    width: 370px;
    float: right;
  }
  .titleGrafica1 {
      margin-bottom: 30px;
  }
  .grafica1 h3 {
    text-align: center;
  }
  .grafica2 {
    padding: 0px 0 20px;
  }
  .dividendoStyle {
    width: 100%;
    margin-top: 25px;
  }
  .grafica2 span {
    display: block;
    text-align: left;
    width: 300px;
    float: right;
  }
  .display_grafica2{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .display_grafica2 > div{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  .display_grafica2 > div .barras{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
  }
  .display_grafica2 > div .barras .dato{
    width: 33.33333333333%;
  }
  .display_grafica2 > div .barras .dato div{
    background-color: #004481;
    width: 80%;
    margin: 0 auto;
  }
  .display_grafica2 > div .barras .dato.dato1 div{
    height: 90px;
  }
  .display_grafica2 > div .barras .dato.dato2 div{
    height: 90px;
  }
  .display_grafica2 > div .barras .dato.dato3 div{
    height: 150px;
  }
  .display_grafica2 > div .barras .dato p{
    text-align: center;
    margin: 10px 0;
    line-height: 1;
  }
  .display_grafica2 > div .barras .dato div{}
  .display_grafica2 > div .barras .dato .fecha{
    font-family: "benton-medium";
  }
  .display_grafica2 > div .leyenda{
    width: 100%;
    max-width: 100px;
    margin: 20px auto 0;
    display: flex;
  }
  .display_grafica2 > div .leyenda div{
    width: 20px;
    height: 20px;
    background-color: #004481;
    margin-right: 10px;
    margin-top: 4px;
  }
  .display_grafica2 > div .leyenda p{
    margin-bottom: 0px;
  }
  .grafica1 .content-leyenda{
    display: flex;
    justify-content: flex-end;
  }
  .grafica1 .content-leyenda p{
    font-size: 12px;
    padding-left: 15px;
    margin-right: 30px;
    position: relative;
  }
  .grafica1 .content-leyenda p:last-child{
    margin-right: 0;
  }
  .grafica1 .content-leyenda p:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari prior 9.0 */
    transform: skewX(-20deg); /* Standard syntax */
  }
  .grafica1 .content-leyenda p.bbva:before{
    background-color: #004481;
  }
  .grafica1 .content-leyenda p.europe:before{
    background-color: #d8be75;
  }
  .grafica1 .content-leyenda p.banks:before{
    background-color: #2dcccd;
  }
  .main {
    background-color: #fff;
  }
  .font1em { font-size: 1em !important;}
  .titleBlue {
    color: #2A85C9;
    font-size: 1.4em;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }

/* - - - Informacion del grupo - - - */
  .heading-content {
    padding: 0.625rem 0.75rem;
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    text-align: left;
    font-family: "benton-medium";
    color: #121212; }
    .heading-content em {
      display: block;
      font-family: "benton-book";
      color: #666666;
      font-style: normal; }
  .mainDesc {
    background: rgb(244, 244, 244);
  }
  .infodelGrupo {
    margin: 50px auto 0;
    padding: 35px 0;
    width: 1180px;
  }
  .comiteEj {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    position: relative;
    text-align: center; /* 20171023 */
  }
  .comiteItems {
      border-bottom: 1px solid #e0e3e5;
    color: #898989;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    display: table;
    height: 80px;
  }
  .comiteItems span {
    display: table-cell;
    vertical-align: middle;
    font-family: "benton-book";
    padding: 0 20px; /* 20171023 */
  }
  .ItemsResponse, .responseDesc {
      width: 100%;
      margin: 35px auto;
  }
  .comiteResponse, .resPrueba, .pruebaContenido {
      display: none;
  }
  .testParent {
      width: 90%;
      margin: 0 auto;
      display: none;
  }
  .test {
    text-align: center;
    margin-top: 30px;
  }
  .testNumbers {
    float: left;
    width: 33.33%;
      text-align: left;
      padding-left: 8%;
  }

  .testNumbersCont {
    padding: 35px 0;
  height: auto;
  overflow: hidden;
  }

  /*mover caja*/
  .comiteResponse {
      max-width: 90%;
      margin: 0 auto;
      position: relative;
      text-align: center;
  }
  .comiteResponse.active{
    display: block;
  }
  .global-item {
    display: inline-block;
    width: 13%;
    padding: 0px 5px;
    position: relative;
    font-size: 1rem;
    }

    .ejecutivo {
        position: relative;
        font-size: 20px;
        width: 200px !important;
        color: #0e568a;
        margin: 100px auto 0;
        width: auto;
        display: inline-block;
        border: 2px solid #bcbdbd;
        padding: 5px 0;
    }
    .comiteEj.clearfix:before {
        display: block;
        width: 85.72%;
        height: 2px;
        background: #bcbdbd;
        position: absolute;
        left: 7.14%;
        top: -20px;
    }
    .activo {
        border-bottom: 2px solid #999999;
      font-family: "benton-medium";
      font-weight: 900;
      color: #5D5D5D;
  }

  /*areas de negocio*/
    .areasNegocio {
     width:100%;
     height:100%;
     max-width:1152px;
     /*max-height:574px;*/
    }
    .area {padding-bottom: 0}
    .subArea{
        text-align: center;
        margin: 0 0 70px 0;
        font-size: 20px;
        color: #9c9c9c;
    }
  .areasNegocio {
    height: auto;
  }

  .areasTitle {
    padding: 65px  0 40px 0;
    text-align: center;
  }
    /*informacion de grupo*/
    .espacioGraficas {padding: 60px 0 0;}
    .comiteResponse a {margin: 30px auto 0 !important;}
    .testParent a {margin: 30px auto 0 !important;}
    /*noticias*/
    .col-md .video:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.25);
            margin: 0 15px;
    }
    /*paises*/
        .widthMap {
            width: 100%;
        }
    /*tablet*/
    .descargaText {float: left;padding-top: 80px;width: 50%;}
    .descargaText h2 {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 45px;
    }
    .descargaText h3 {font-size: 40px;}
    .tablet {float: right;width: 50%;}
    .btn {
        background: #2a86ca;
        width: auto;
        padding: 10px 15px;
        display: inline-block;
    }
    a .btn {
        color: #FFF;
        text-decoration: none;
    }
    .btn:hover {
        background: #256ea4;
    }
    .descargaMod {
        background: url(../img/newMod.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        overflow: hidden;
        padding: 40px 0;
        color: #FFF;
    }
  .seccionesCliqueables {
    margin-top: 20px;
  }
  ul.resultados>li {
      text-indent: -30px;
      margin-left: 30px;
      text-align: left;
      list-style-type: none;
    }

    ul.resultados>li::before {
      /*content: "";
      text-indent: 5px;
      display: inline-block;
      margin: 0 8px 0px 0;
      width: 5px;
      height: 15px;
      background: url("../img/bullet-list-2.png") no-repeat;
      background-size: cover;*/
      content: "";
      margin: 0 8px 0px 0;
      display: inline-block;
      width: 20px;
      height: 23px;
      background: url(../img/bullet-list-2b.png);
      background-repeat: no-repeat;
      background-size: cover;
    }
    ul.circle-empty > li {
      text-indent: 0;
      text-align:left;
      margin-left: 15px;
      position: relative;

    }
    ul.circle-empty > li:before{
      content: "";
      text-indent: 5px;
      width: 8px;
      height: 8px;
      background-color: transparent;
      border: 1px solid #2dcccd;
      border-radius: 100%;
      background-color: none;
      position: absolute;
      top: 11px;
      left: -15px;
    }

/* - - - Areas de negocio - - - */
  .u-txt-center {
      text-align: center;
    }
  /*Resto de estilos en el archivo map.css*/

/* - - - Noticias - - - */
  .noticias-section {
    background-color: #f4f4f4;
    padding-bottom: 80px
  }
  .noticias-section .card {
    background-color: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #eaeaea;
  }
  .noticias-section .card + .card {
    margin-top: 30px;
  }
  .noticias-section .card a {
    text-decoration: none;
  }
  .noticias-section .card-header {
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .noticias-section .card-small .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .noticias-section .card-big .card-header {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 377px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 30px 30px 60px;
    position: relative;
  }
  .noticias-section .card-big .card-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
  }
  .noticias-section .card .card-body {
    padding: 25px 20px 24px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .noticias-section .card-body p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .noticias-section .card-big .card-body p {
    margin-bottom: 2rem;
  }
  .noticias-section .card-big .card-body {
    padding: 30px 30px 24px;
    font-size: 15px;
  }
  .noticias-section .card h2 {
    margin: 0 0 10px;
    color: #171717;
    font-size: 20px;
  }
  .noticias-section .card-big h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-family: "benton-bold";
    z-index: 2;
  }
  .noticias-section .card-category {
    margin-bottom: 10px;
    color: #bdbdbd;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'benton-medium';
  }
  .noticias-section .card-big .card-category {
    margin-bottom: 15px;
    color: #fff;
    font-family: 'benton-medium';
    z-index: 2;
  }
  .noticias-section .card .read-more {
    margin-bottom: 0 !important;
    color: #2a86ca;
  }
  .btn-view-more {
    display: block;
    min-width: 12rem;
    margin: 60px auto 0;
    color: #2a86ca;
    text-align: center;
  }

  .btn-view-more:hover {
    color: #2a86ca;
    text-decoration: none;
  }

  .btn-view-more img {
    margin-right: 5px;
    vertical-align: text-top;
  }

/* - - - Contacto - - - */
  .contacto-section {
    padding-bottom: 80px;
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }

  .contacto-section img {
    display: block;
    border: 0;
    padding: 20px;
    margin: 0 auto;
  }

  .contacto-section a {
    color: #121212;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    font-family: 'benton-medium';
  }

/* - - - Footer - - - */
  .site-footer {
    padding-top: 2.5rem;
    height: 14rem;
    background-color: #072146;
    color: #fff; }
  .footer-brand,
  .footer-copyright {
    margin-bottom: 0.5rem; }
  .footer-copyright,
  .footer-url {
    font-size: 0.75rem; }
  .footer-url {
    margin-bottom: 0;
    text-align: center;
    line-height: 90px;
  }
    .footer-url a {
      font-size: 0.95rem;
      text-align: center;
      margin: 0 auto;
      width: 100%;
      color: #fff;
      transition: color .15s linear; }
      .footer-url a:focus, .footer-url a:hover {
        color: #ddd;
        text-decoration: none; }
  .footer-social-ntw {
    margin-top: 1.25rem; }
    .footer-social-ntw ul {
      margin-bottom: 0; }
    .footer-social-ntw .list-inline-item:not(:last-child) {
      margin-right: 0.4375rem; }
    .footer-social-ntw a {
      color: #5bbeff;
      transition: color .15s linear; }
      .footer-social-ntw a:hover {
        color: #2a86ca;
        text-decoration: none; }
    .footer-social-ntw [class*="icon"] {
      font-size: 1.5rem; }
  .back-top {
    font-size: 0.9375rem;
    position: fixed;
    right: 30px;
    bottom: 30px; }
    .back-top [class*="icon"] {
      font-size: 0.8125rem;
      margin-right: .25rem; }
    .back-top:focus, .back-top:hover {
      color: #2a86ca;
      text-decoration: none; }
  .flex_logo{
    display: -webkit-flex;
    display: flex;
    align-content: center;
    width: 200px;
    height: 36px;
  }
  .flex_logor1{
      width: 100px;
  }
  .flex_logor2{
      width: 100px;
      padding-top: 7px;
  }
  .icon-bbva-footer {
    text-align: left;
    font-size: 28px;
  }
  a.footer-section {
    text-decoration: none !important;
    margin: 0 auto;
  }
  .footer-texts {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .footer-txt1 {
    font-size: 12px;
    font-weight: bold;
    font-family: benton-medium;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
  }
  .footer-txt2 {
    font-size: 12px;
    font-weight: bold;
    font-family: benton-medium;
    color: #ffffff;
    text-align: left;
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
  }
  .site-footer >.container{
    background-color: #072146;
  }







/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media (max-width:740px) {
  h2.homeTitle2s,
  .containerBoxBanner {
    width: 90% !important;
    font-size: 35px;
  }
  h1.homeTitle1s,
  .containerBoxBanner {
    font-size: 1.2em;
  }
  .containerBoxBanner {
    margin: 0;
    padding: 30px 16px;
    width: 100% !important;
  }
  .containerBoxBanner .homeTitle1s {
    font-size: .8em !important;
    padding: 0;
  }
  .containerBoxBanner .homeTitle2s {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .site-header > .container {
    padding-left: 0;
    background-color: #072146; }
}

@media (min-width: 768px) {
  .site-header .h1 {
    font-size: 1.5rem;
    margin-right: 0; }
    .site-header .h1::before {
      margin-left: 1.25rem;
      padding-left: 0.625rem;
      height: 22px; }
  .site-header .btn-toggle-search {
    font-size: 1.25rem;
    height: 4.063rem; }
  .header-brand-container {
    height: 4.063rem; }
  .header-brand {
    font-size: 1.5rem; }
}

@media (min-width: 992px) {
  .site-header {
    height: 8.375rem; }
    .site-header .h1 {
      font-size: 1.6rem; }
    .site-header .btn-toggle-search {
      height: auto;
      padding: 0; }
  .header-brand-container {
    align-items: flex-end;
    height: auto;
    margin-bottom: 1rem; }
  .header-brand {
    font-size: 1.75rem; }
  .navbar-search-container {
    position: relative; }
  .navbar-primary ul {
    margin-bottom: 0; }
  .navbar-tools ul {
    margin-right: -13px; }
}

@media (min-width: 768px) {
  .footer-social-ntw {
    margin-bottom: 4.375rem;
    margin-top: 0;
    text-align: right; }
}


@media (min-width: 768px) {
  .btn-toggle-navbar {
    min-width: 3.5625rem;
    margin-right: 0.3125rem;
    font-size: 1.25rem; }
  .navbar-mobile {
    top: 4.063rem; }
}

@media (min-width: 992px) {
 .home {
   background-image: url("../img/bg-home.jpg"); }
   /*.home h1 {
     width: 40.625rem;
     font-size: 3.75rem; } */
}


@media all and (max-width: 768px){
  .accion{
    font-size: 26px !important;
  }
  .main-content{
    font-size: 15px;
  }
  .table thead th[scope]{
    font-size: 15px;
    white-space: nowrap;
  }
  .table tbody tr td{
    vertical-align: middle;
  }
  .noticias-section .card .card-body{
    padding: 30px 30px 24px;
  }
  .key-block{
    padding: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .key-block .map-infoSubtitle{
    text-align: center;
  }
  .block-info{
    text-align: center;
    padding: 20px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.espacioGraficas .col-md-6 {
    margin-bottom: 30px;
  }
  .noticias-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 740px){
  .containerBoxBanner{
    margin: 0;
    padding: 30px 16px;
    width: 100% !important;
  }
  .containerBoxBanner .homeTitle1s{
    font-size: 1em !important;
    padding: 0;
  }
  .display_grafica2{
    display: block;
  }
  .main-content{
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px){
  .align-items-center {
    display: block !important;
  }
  .navbar-tools {
    margin-bottom: 1.125rem;
  }

  .header-brand {
   padding-left:1rem;
  }
}


/*responsive de informacion del grupo*/

@media screen and (max-width: 1200px) {
  .grafica1, .infodelGrupo {width: 90%;}
  .descargaText {padding-top: 0;}
}

@media screen and (max-width: 1100px) {
  .descargaText h2 {
    font-size: 35px;
  }
  .descargaText h3 {font-size: 30px;}
}
@media screen and (max-width: 850px) {
  .global-item {
    float: none;
    width: 100%;

  }
  .testParent {
    display: none;
  }
  .comiteResponse {
    padding: 45px 0;
  }

  .barChartW {
   width: auto;
 }
}

@media screen and (max-width: 800px) {
  .descargaText h2 {
    margin-top: 0;
  }
  .testNumbers {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  /*ajuste del banner*/
  h1.homeTitle2 {
    width: 100% !important;
    font-size: 2.5em !important;
  }
}
@media screen and (max-width: 840px) {
  .comiteItems {
    background: #CCC;
    color: #5D5D5D;
    font-size: 20px;
    height: auto;
    display: table;
    min-height: 80px;
  }
  .testParent {display: none;}
}
@media screen and (max-width: 800px) {
  .tablet {display: none;}
  .descargaText {
    float: none;
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 740px) {
  .mapaDisplay {
    display: none;
  }
  .u-hideMobile {
    width: 90% !important;
    margin: 45px auto !important;
  }
}

@media (max-width: 500px) {
  .containerBoxBanner {
    width: 90%;
  }
  h1.homeTitle1s {
    font-size: 1em;
    width: 90%;
  }
  h2.homeTitle2s {
    font-size: 1.6em;
    width: 90%;
  }
  .main-content {
    padding-top: 0px;
  }
}

.logo-header{
  width: 90px;
}
@media (max-width: 768px) {
  .logo-header{
    width: 55px;
  }
}
