@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mapa 2019 - */
/* TIPOGRAFIAS */ 
/* COLORES */
.animated5, .mapa .datos-mapa {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* - - - - - - - - */
.mapa {
  background: #FFFFFF;
  position: relative;
  overflow-x: hidden;
  padding-top: 50px; }
  .mapa::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0; }
  .mapa::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 20px; }
  .mapa::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 20px; }
  .mapa h2 {
    font-family: "benton-bold";
    font-size: 36px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #121212;
    margin-bottom: 2rem;
    display: none; }
  .mapa .mapa-img {
    min-height: 475px;
    width: 100%;
    background: url("../img/mapa-home-2019.svg");
    background-repeat: no-repeat;
    background-position: right;
    z-index: 20; }
    .mapa .mapa-img .dato {
      position: absolute;
      border: 1px solid #E9E9E9;
      background: #043263;
      cursor: pointer; }
      .mapa .mapa-img .dato .titulo {
        background: #FFFFFF;
        color: #121212;
        font-size: 16px;
        font-family: "benton-medium";
        letter-spacing: -0.1px;
        text-align: center;
        padding: .5rem; }
      .mapa .mapa-img .dato .valores {
        background-color: #1973B8;
        display: flex;
        padding: .2rem .6rem; }
        .mapa .mapa-img .dato .valores > div {
          white-space: nowrap;
          color: #FFFFFF;
          font-size: 15px; }
          .mapa .mapa-img .dato .valores > div.valor-izquierda {
            padding-right: 1rem; }
          .mapa .mapa-img .dato .valores > div.valor-derecha {
            padding-left: 1rem;
            text-align: right;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            font-family: "benton-bold"; }
            .mapa .mapa-img .dato .valores > div.valor-derecha i {
              display: inline-block;
              width: 17px;
              height: 17px; }
              .mapa .mapa-img .dato .valores > div.valor-derecha i.up {
                background: url("../img/icon-arrow-up.svg");
                background-size: 100%;
                background-repeat: no-repeat;
                margin-right: .3rem; }
              .mapa .mapa-img .dato .valores > div.valor-derecha i.down {
                background: url("../img/icon-arrow-down.svg");
                background-size: 100%;
                background-repeat: no-repeat;
                margin-right: .3rem; }
              .mapa .mapa-img .dato .valores > div.valor-derecha i.igual {
                background: url("../img/icon-arrow-igual.svg");
                background-size: 100%;
                background-repeat: no-repeat;
                margin-right: .3rem; }
      .mapa .mapa-img .dato[data-dato="usa"] {
        top: 90px;
        left: 10px; }
      .mapa .mapa-img .dato[data-dato="espana"] {
        top: 10px;
        left: 500px; }
      .mapa .mapa-img .dato[data-dato="mexico"] {
        top: 220px;
        left: 30px; }
      .mapa .mapa-img .dato[data-dato="ncre"] {
        left: 500px;
        top: 160px; }
      .mapa .mapa-img .dato[data-dato="turquia"] {
        right: 210px;
        top: 160px; }
      .mapa .mapa-img .dato[data-dato="americasur"] {
        bottom: 30px;
        left: 130px; }
      .mapa .mapa-img .dato[data-dato="eurasia"] {
        right: 120px;
        bottom: 140px; }
  .mapa .datos-mapa {
    position: absolute;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none; }
    .mapa .datos-mapa:before {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - 130px);
      background: #043263;
      left: 0;
      bottom: 0;
      position: absolute;
      z-index: 5; }
    .mapa .datos-mapa .fondo {
      position: absolute;
      width: 100%;
      height: 100%;
      background: transparent;
      display: block;
      z-index: 10; }
    .mapa .datos-mapa .tabs {
      position: absolute;
      z-index: 200;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      background: #FFFFFF;
      padding: 0;
      display: block;
      border-bottom: 8px solid #FFFFFF; }
      .mapa .datos-mapa .tabs .nav-tabs {
        padding: 13px 0;
        background: #F4F4F4;
        border: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-around;
        width: 100%;
        padding-right: 65px;
        align-items: center; }
        .mapa .datos-mapa .tabs .nav-tabs .nav-item {
          margin: 7px 0; }
          .mapa .datos-mapa .tabs .nav-tabs .nav-item:before {
            display: none; }
        .mapa .datos-mapa .tabs .nav-tabs .nav-link {
          font-family: "benton-book";
          font-size: 15px;
          color: #666666;
          border: 0px solid transparent;
          border-top-left-radius: 0rem;
          border-top-right-radius: 0rem;
          cursor: pointer; }
          .mapa .datos-mapa .tabs .nav-tabs .nav-link:focus, .mapa .datos-mapa .tabs .nav-tabs .nav-link:hover {
            border: 0px;
            font-family: "benton-book"; }
          .mapa .datos-mapa .tabs .nav-tabs .nav-link.active {
            border: none;
            background: transparent;
            font-family: "benton-medium";
            color: #121212; }
        .mapa .datos-mapa .tabs .nav-tabs a.cerrar {
          display: inline-block;
          width: 15px;
          height: 15px;
          background: url("../img/aspa-cerrar.svg");
          background-size: 100%;
          background-repeat: no-repeat;
          position: absolute;
          right: 20px;
          top: 23px; }
      .mapa .datos-mapa .tabs .tab-pane {
        padding: 3rem;
        color: #FFFFFF;
        min-height: 670px;
        background-color: #FFFFFF;
        display: none; }
        .mapa .datos-mapa .tabs .tab-pane.active {
          display: block; }
        .mapa .datos-mapa .tabs .tab-pane > .row {
          justify-content: space-between; }
        .mapa .datos-mapa .tabs .tab-pane h3 {
          font-size: 28px;
          font-family: "benton-medium";
          margin-bottom: 0px;
          color: #121212; }
        .mapa .datos-mapa .tabs .tab-pane .leyenda {
          font-family: "benton-book";
          font-size: 12px;
          color: #666666;
          line-height: 20px;
          padding: 0;
          margin-bottom: 30px; }
        .mapa .datos-mapa .tabs .tab-pane h4 {
          color: #666666;
          text-transform: uppercase;
          font-size: 14px;
          font-family: "benton-medium";
          margin-bottom: 0; }
        .mapa .datos-mapa .tabs .tab-pane h5 {
          color: #121212;
          font-size: 14px;
          font-family: "benton-medium";
          margin-top: 1rem;
          margin-bottom: 0; }
        .mapa .datos-mapa .tabs .tab-pane ul {
          margin: 1.5rem 0 0;
          padding: 0; }
          .mapa .datos-mapa .tabs .tab-pane ul li {
            padding-left: 30px;
            font-size: 22px;
            line-height: 26px;
            letter-spacing: 0.28px;
            font-family: "benton-book";
            position: relative;
            display: block;
            margin-bottom: 2rem;
            color: #121212; }
            .mapa .datos-mapa .tabs .tab-pane ul li:before {
              content: "";
              display: block;
              width: 20px;
              height: 23px;
              background: url("../img/bullet-list-2b.png");
              background-repeat: no-repeat;
              position: absolute;
              left: 0;
              top: -9px; }
        .mapa .datos-mapa .tabs .tab-pane i {
          display: inline-block;
          width: 20px;
          height: 20px; }
          .mapa .datos-mapa .tabs .tab-pane i.up {
            background: url("../img/icon-arrow-up.svg");
            background-size: 100%;
            background-repeat: no-repeat;
            margin-right: .3rem; }
          .mapa .datos-mapa .tabs .tab-pane i.down {
            background: url("../img/icon-arrow-down.svg");
            background-size: 100%;
            background-repeat: no-repeat;
            margin-right: .3rem; }
          .mapa .datos-mapa .tabs .tab-pane i.igual {
            background: url("../img/icon-arrow-igual.svg");
            background-size: 100%;
            background-repeat: no-repeat;
            margin-right: .3rem; }
        .mapa .datos-mapa .tabs .tab-pane .claves {
          width: 50%;
          max-width: 310px; }
        .mapa .datos-mapa .tabs .tab-pane .resultados, .mapa .datos-mapa .tabs .tab-pane .actividad {
          width: 50%;
          max-width: 390px; }
          .mapa .datos-mapa .tabs .tab-pane .resultados h4, .mapa .datos-mapa .tabs .tab-pane .actividad h4 {
            margin-top: 2rem; }
            .mapa .datos-mapa .tabs .tab-pane .resultados h4:first-child, .mapa .datos-mapa .tabs .tab-pane .actividad h4:first-child {
              margin-top: 0; }
          .mapa .datos-mapa .tabs .tab-pane .resultados .row > div, .mapa .datos-mapa .tabs .tab-pane .actividad .row > div {
            font-size: 40px;
            font-family: "benton-medium";
            color: #121212;
            line-height: 45px; }
            .mapa .datos-mapa .tabs .tab-pane .resultados .row > div span, .mapa .datos-mapa .tabs .tab-pane .actividad .row > div span {
              display: block;
              font-size: 12px;
              color: #49A5E6;
              margin-top: -0.7rem;
              margin-bottom: 0.5rem; }
            .mapa .datos-mapa .tabs .tab-pane .resultados .row > div .porcentaje, .mapa .datos-mapa .tabs .tab-pane .actividad .row > div .porcentaje {
              font-size: 16px;
              display: flex;
              align-items: center;
              margin-bottom: 1.3rem;
              color: #666666; }
        .mapa .datos-mapa .tabs .tab-pane .actividad {
          position: absolute;
          top: 560px;
          left: 431px; }
        .mapa .datos-mapa .tabs .tab-pane .riesgos {
          width: 50%;
          max-width: 207px;
          margin-right: 60px; }
          .mapa .datos-mapa .tabs .tab-pane .riesgos .grafico-noncore {
            margin-top: 30px;
            margin-left: -30px; }
          .mapa .datos-mapa .tabs .tab-pane .riesgos h5 {
            margin-bottom: .5rem; }
          .mapa .datos-mapa .tabs .tab-pane .riesgos .row {
            margin-bottom: 1.5rem; }
            .mapa .datos-mapa .tabs .tab-pane .riesgos .row > div {
              font-size: 22px;
              color: #666666; }
              .mapa .datos-mapa .tabs .tab-pane .riesgos .row > div:first-child {
                color: #49A5E6; }
              .mapa .datos-mapa .tabs .tab-pane .riesgos .row > div:last-child {
                text-align: right; }
          .mapa .datos-mapa .tabs .tab-pane .riesgos .final {
            padding-top: .5rem; }
            .mapa .datos-mapa .tabs .tab-pane .riesgos .final > div {
              font-size: 12px;
              text-align: center; }
              .mapa .datos-mapa .tabs .tab-pane .riesgos .final > div:first-child {
                color: #49A5E6;
                border-top: 1px solid #49A5E6;
                padding-top: .3rem; }
              .mapa .datos-mapa .tabs .tab-pane .riesgos .final > div:last-child {
                border-top: 1px solid #666666;
                padding-top: .3rem;
                text-align: center; }
        .mapa .datos-mapa .tabs .tab-pane .leyenda-chile {
          font-family: "benton-book";
          color: #121212;
          font-size: 12px;
          margin: 0; }
  .mapa .leyenda {
    padding-top: 30px;
    position: relative; }
    .mapa .leyenda > div {
      width: 30%; }
    .mapa .leyenda p {
      color: #121212;
      margin-bottom: 0px;
      font-size: 10px; }
    .mapa .leyenda > a {
      background: #2DCCCD;
      font-family: "benton-medium";
      font-size: 15px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 24px;
      position: absolute;
      top: 15px;
      left: 50%;
      width: 186px;
      margin-left: -93px;
      padding: 17px 0; }

.datos-mapa-movil {
  display: none; }

.mapa .datos-mapa {
  position: relative; }
  .mapa .datos-mapa:before {
    display: none; }
  .mapa .datos-mapa .tabs {
    position: initial;
    display: flex;
    flex-direction: column; }
    .mapa .datos-mapa .tabs .tab-content {
      background-color: #fff; }
      .mapa .datos-mapa .tabs .tab-content .tab-pane {
        padding: 30px 0 0;
        position: relative; }
        .mapa .datos-mapa .tabs .tab-content .tab-pane:after{
          content: '';
          width: 100%;
          height: 100%;
          background-color: transparent;
          position: absolute;
          top: 0;
          left: 0; }
        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion {
          position: relative; }
          .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion:after {
            content: '';
            width: 100%;
            height: 80px;
            background-color: transparent;
            position: absolute;
            top: 0;
            left: 0; }
          .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .more {
            display: none; }
          .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume {
            display: none; }
          .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content {
            display: block; }
            .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row {
              display: flex;
              justify-content: space-between;
              margin: 0; }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row > div {
                width: 32%; }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .claves {
                max-width: initial; }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.resultados {
                width: 100%; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.resultados .row {
                  margin: 0; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.resultados .row div {
                    width: 50%; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.resultados .row div .porcentaje i {
                      min-width: 20px;
                      min-height: 20px; }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.actividad {
                position: initial;
                width: 100%; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.actividad .row {
                  margin: 0;
                  display: flex; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.actividad .row div {
                    width: 50%; }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos {
                max-width: initial;
                margin: 0; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos .row {
                  margin: 0;
                  display: flex;
                  justify-content: space-between; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos .row div {
                    width: 33%;
                    display: flex;
                    justify-content: center; }
  .mapa .datos-mapa .fondo {
    display: none; }

@media (max-width: 1200px) {
  .mapa .mapa-img {
    background-position: center;
    background-size: 85%; }
    .mapa .mapa-img .dato {
      width: 213px; }
      .mapa .mapa-img .dato[data-dato="usa"] {
        top: 150px;
        left: 0px; }
      .mapa .mapa-img .dato[data-dato="espana"] {
        top: 10px;
        left: auto;
        right: 0; }
      .mapa .mapa-img .dato[data-dato="mexico"] {
        top: 240px;
        left: 0px; }
      .mapa .mapa-img .dato[data-dato="ncre"] {
        left: auto;
        right: 0;
        top: 125px; }
        .mapa .mapa-img .dato[data-dato="ncre"] .valor-derecha {
          padding-left: 59px !important; }
      .mapa .mapa-img .dato[data-dato="turquia"] {
        right: 0;
        top: 240px; }
      .mapa .mapa-img .dato[data-dato="americasur"] {
        bottom: 75px;
        left: 0px; }
      .mapa .mapa-img .dato[data-dato="eurasia"] {
        right: 0;
        bottom: 70px; }
  .mapa .datos-mapa .tabs .nav-tabs {
    padding-right: 60px; }
  .mapa .datos-mapa .tabs .tab-pane h5 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 5px; }
  .mapa .datos-mapa .tabs .tab-pane > .row {
    width: 100%;
    margin: 0 auto; }
    .mapa .datos-mapa .tabs .tab-pane > .row .claves {
      max-width: 207px;
      margin-right: 60px; }
      .mapa .datos-mapa .tabs .tab-pane > .row .claves ul li {
        font-size: 18px;
        letter-spacing: 0.23px;
        line-height: 22px; }
    .mapa .datos-mapa .tabs .tab-pane > .row .resultados, .mapa .datos-mapa .tabs .tab-pane > .row .actividad {
      max-width: 277px; }
      .mapa .datos-mapa .tabs .tab-pane > .row .resultados .row > div, .mapa .datos-mapa .tabs .tab-pane > .row .actividad .row > div {
        font-size: 36px;
        letter-spacing: 0;
        line-height: 40px; }
        .mapa .datos-mapa .tabs .tab-pane > .row .resultados .row > div .porcentaje, .mapa .datos-mapa .tabs .tab-pane > .row .actividad .row > div .porcentaje {
          margin-bottom: 5px; }
    .mapa .datos-mapa .tabs .tab-pane > .row .actividad {
      top: 520px;
      left: 324px; }
    .mapa .datos-mapa .tabs .tab-pane > .row .riesgos {
      max-width: 183px;
      margin-left: 60px; } }

@media (max-width: 1023px) {
  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row > div {
    width: 100%;
    margin-bottom: 30px; }
  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .claves ul li {
    font-size: 19px;
    margin-bottom: 10px; }
  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div {
      width: 100%; }
      .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.resultados {
        max-width: initial;
        margin-bottom: 30px; }
        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.resultados .row div {
          width: 25%; }
  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos .row {
    max-width: 300px; } }

@media (max-width: 992px) {
  .mapa .datos-mapa .tabs .tab-pane > .row .claves {
    margin-bottom: 40px;
    flex: initial;
    max-width: initial;
    margin-right: 0; }
    .mapa .datos-mapa .tabs .tab-pane > .row .claves ul {
      width: 90%; }
  .mapa .datos-mapa .tabs .tab-pane > .row .resultados {
    margin-bottom: 40px;
    max-width: initial;
    flex: initial; }
  .mapa .datos-mapa .tabs .tab-pane > .row .resultados > .row, .mapa .datos-mapa .tabs .tab-pane > .row .actividad > .row {
    flex-direction: column; }
    .mapa .datos-mapa .tabs .tab-pane > .row .resultados > .row .col-6, .mapa .datos-mapa .tabs .tab-pane > .row .actividad > .row .col-6 {
      flex: initial;
      max-width: initial; }
  .mapa .datos-mapa .tabs .tab-pane > .row .actividad {
    position: initial; }
  .mapa .datos-mapa .tabs .tab-pane > .row .riesgos {
    margin-right: 0px;
    margin-left: 0px;
    flex: initial;
    max-width: initial; } }

@media (max-width: 768px) {
  .mapa {
    height: auto; }
    /*.mapa .leyenda {
      display: none; }*/
    .mapa .mapa-img {
      display: none; }
    .mapa .datos-mapa {
      display: block !important;
      position: relative; }
      .mapa .datos-mapa .tabs {
        position: relative; }
        .mapa .datos-mapa .tabs .nav-tabs {
          display: none; }
        .mapa .datos-mapa .tabs .tab-content {
          padding: 0 15px; }
          .mapa .datos-mapa .tabs .tab-content .tab-pane {
            display: block;
            opacity: 1;
            min-height: initial; }
          .mapa .datos-mapa .tabs .tab-content .tab-pane:after{
            display: none; }
            .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion {
              border: 1px solid #1973B8;
              cursor: pointer;
              margin-bottom: 24px; }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion:after {
                display: none; }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion {
                position: relative; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion h3 {
                  color: #fff;
                  font-family: "benton-medium";
                  padding: 10px 15px;
                  font-size: 18px;
                  letter-spacing: -0.1px;
                  text-align: left;
                  line-height: 18px;
                  background-color: #1973B8;
                  margin-top: 0; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .more {
                  display: block;
                  position: absolute;
                  top: 5px;
                  right: 15px;
                  transition: all .3s ease;
                  transform-origin: 50% 60%; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume {
                  display: flex;
                  justify-content: space-between;
                  padding: 5px 15px 5px;
                  font-family: "benton-medium";
                  font-size: 15px;
                  letter-spacing: -0.08px;
                  line-height: 18px; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume p {
                    margin-bottom: 0; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume div {
                    margin-top: -1px;
                    position: relative; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume div i {
                      display: inline-block;
                      width: 17px;
                      height: 17px;
                      min-width: 17px !important;
                      min-height: 17px !important;
                      background-size: 100%;
                      background-repeat: no-repeat;
                      margin-right: .3rem;
                      position: absolute;
                      top: 0;
                      left: -22px; }
                      .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume div i.up {
                        background: url("../img/icon-arrow-up.svg"); }
                      .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume div i.down {
                        background: url("../img/icon-arrow-down.svg"); }
                      .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion .resume div i.igual {
                        background: url("../img/icon-arrow-igual.svg"); }
              .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content {
                display: none;
                padding: 15px; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content .leyenda {
                  font-family: "benton-medium";
                  font-size: 12px;
                  color: #49A5E6;
                  letter-spacing: 0;
                  line-height: 20px; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row h4 {
                  font-family: "benton-medium";
                  font-size: 14px;
                  color: #2DCCCD;
                  letter-spacing: -0.26px;
                  line-height: 32px;
                  text-transform: uppercase; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .claves ul {
                  padding-left: 23px; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .claves ul li {
                    position: relative;
                    list-style: none;
                    font-family: "benton-book";
                    font-size: 14px;
                    letter-spacing: 0.18px;
                    line-height: 22px;
                    margin-bottom: 20px;
                    padding-left: 0; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .claves ul li:before {
                      content: "";
                      display: block;
                      width: 12px;
                      height: 13px;
                      background: url("../img/bullet-list-2b.png");
                      background-repeat: no-repeat;
                      position: absolute;
                      background-size: 100%;
                      left: -23px;
                      top: -2px; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row {
                  justify-content: space-between;
                  flex-direction: row; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div {
                    width: 46%;
                    font-family: "benton-medium";
                    font-size: 32px;
                    letter-spacing: 0;
                    line-height: 40px;
                    margin-bottom: 35px;
                    color: #121212; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div h5, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div h5 {
                      font-family: "benton-book";
                      font-size: 14px;
                      letter-spacing: 0;
                      line-height: 16px;
                      max-width: 150px;
                      margin-bottom: 10px; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div .porcentaje, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div .porcentaje {
                      font-size: 16px;
                      letter-spacing: 0;
                      line-height: 20px;
                      position: relative;
                      margin-left: 20px; }
                      .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div .porcentaje.ns, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div .porcentaje.ns {
                        margin-left: 0px; }
                      .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div .porcentaje i, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div .porcentaje i {
                        display: inline-block;
                        width: 17px;
                        height: 17px;
                        min-width: 17px !important;
                        min-height: 17px !important;
                        background-size: 100%;
                        background-repeat: no-repeat;
                        margin-right: .3rem;
                        position: absolute;
                        top: 0;
                        left: -22px; }
                        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div .porcentaje i.up, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div .porcentaje i.up {
                          background: url("../img/icon-arrow-up.svg"); }
                        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div .porcentaje i.down, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div .porcentaje i.down {
                          background: url("../img/icon-arrow-down.svg"); }
                        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados > .row > div .porcentaje i.igual, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad > .row > div .porcentaje i.igual {
                          background: url("../img/icon-arrow-igual.svg"); }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .resultados .leyenda-chile, .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .actividad .leyenda-chile {
                  font-size: 10px;
                  font-family: "benton-book"; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos h5 {
                  font-family: "benton-book";
                  font-size: 14px;
                  letter-spacing: 0;
                  line-height: 16px; }
                .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row {
                  justify-content: center;
                  flex-direction: row;
                  margin-bottom: 30px; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div {
                    font-family: "benton-medium";
                    font-size: 22px;
                    letter-spacing: -0.2px;
                    line-height: 26px;
                    width: 80px;
                    color: #121212; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div:nth-child(1) {
                      color: #49A5E6;
                      text-align: right; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div:nth-child(2) {
                      width: 50px; }
                      .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div:nth-child(2) i {
                        display: block;
                        width: 17px;
                        height: 17px;
                        min-width: 17px !important;
                        min-height: 17px !important;
                        background-size: 100%;
                        background-repeat: no-repeat;
                        margin: 0 auto; }
                        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div:nth-child(2) i.up {
                          background: url("../img/icon-arrow-up.svg"); }
                        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div:nth-child(2) i.down {
                          background: url("../img/icon-arrow-down.svg"); }
                        .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div:nth-child(2) i.igual {
                          background: url("../img/icon-arrow-igual.svg"); }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row > div:nth-child(3) {
                      text-align: left; }
                  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row.final > div {
                    text-align: center;
                    font-family: "benton-medium";
                    font-size: 12px;
                    letter-spacing: 0;
                    line-height: 20px; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row.final > div:nth-child(1) {
                      border-top: 1px solid #49A5E6; }
                    .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .riesgos > .row.final > div:nth-child(3) {
                      border-top: 1px solid #121212; } }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mapa 2017 - */
.relative {
  position: relative; }

.section-map {
  background-color: #FFFFFF; }

.section-map-navigation {
  margin: 0 auto;
  position: relative;
  /*height: 140px;*/
  /*220px;*/ }

.section-map-navigation .title-section {
  font-family: "benton-light";
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.5px;
  margin-top: 72px; }

.section-map-navigation .container {
  background-color: #FFF; }

.section-map-navigation .internal-menu {
  display: block;
  width: 100%; }

.section-map-navigation .internal-menu nav {
  padding: 13px 0;
  padding-bottom: 0; }

.section-map-navigation .internal-menu ol {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'benton-book';
  color: #666666;
  font-size: 15px;
  line-height: 24px; }

.section-map-navigation .internal-menu li.active
 {
  opacity: 1;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'benton-medium';
  color: #000;
  /*font-weight: bold;*/ }

.section-map-navigation .internal-menu li {
  list-style: none;
  display: inline-block !important;
  vertical-align: middle;
  color: #575757;
  position: relative;
  margin: 0 12px;
  margin-bottom: 43px;
  opacity: .6;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.section-map-navigation .internal-menu li.active:after {
  content: url("../img/mapa/triangule.svg");
  border-bottom: 1px solid #999999;
  margin: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  top: 30px;
  z-index: 9;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.tabs-navigation .tab-ctrl {
  cursor: pointer; }

.tabs-elements .tab {
  display: none;
  width: 100%; }

.tabs-elements .active {
  display: block; }

.small-resolution {
  display: none; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Clases de Manu */
.tabs-elements {
  padding-top: 15px;
  padding-bottom: 100px; }

.map-content-12 {
  width: 100%;
  height: 482px;
  /*background-color: pink;*/
  position: relative; }

.map-content-5 {
  width: 40%;
  display: table;
  /*background-color: red;*/
  float: left;
  position: relative; }

.map-content-7 {
  width: 60%;
  display: table;
  /*background-color: red;*/
  float: left;
  position: relative; }

.map-content-5 p.seccion {
  font-family: 'benton-bold';
  font-size: 22px;
  height: 56px;
  padding: 10px 0px 0px 0px;
  margin-bottom: 23px; }

.map-content-5 p.seccion sup {
  font-size: 10px;
  margin-left: 2px; }

.map-content-7 .info-pais {
  position: absolute; }

.map-content-7 .info-pais .pais {
  font-family: 'benton-medium';
  font-size: 22px;
  color: #121212;
  letter-spacing: 0.05px;
  line-height: 31px; }

/* - - - - - - - - - - - - - - - Menu desplegable dropdown */
.contentdropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5; }

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  width: 328px;
  height: 56px; }

.dropbtn {
  background-color: white;
  color: #121212;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: left;
  font-family: 'benton-book'; }

.dropbtn img {
  float: right;
  margin-top: 5px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 328px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  font-family: 'benton-book';
  padding: 16px;
  font-size: 16px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: lightgrey; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropbtn {
  background-color: #FCFCFC; }

/* - - - - - - - - - - - - - - - Fin Menu desplegable dropdown */
/* - - - - - - - - - - - - - - - - - - - - - - Estilos Paises*/
.map-content-7 .info-pais .num {
  font-family: 'benton-book';
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.08px; }

.map-content-7 .info-pais .num span {
  font-family: 'benton-book';
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.05px; }

.map-content-7 .info-pais .percent p {
  font-family: 'benton-bold';
  font-size: 15px;
  color: #121212;
  letter-spacing: 0; }

.map-content-7 img.mapa {
  margin-top: 143px;
  left: 0px; }

div.map-content-12 hr {
  position: absolute;
  left: 1%;
  width: 98%;
  top: 56px;
  height: 0.5px;
  background-color: #666666;
  border: none;
  z-index: 2; }

@media (max-width: 720px) {
  div.map-content-12 .claves > hr {
    display: none; } }
/* - - - - - - - - - - - - - - - - - - - Clases EEUU - CLAVES */
.eeuuclaves .map-content-5 ul {
  margin-top: 74px;
  max-width: 345px; }

.eeuuclaves .map-content-5 ul li {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 23px;
  list-style: none;
  margin-left: 15px;
  padding-left: 10px; }

.map-content-7 .infoeeuuclaves {
  top: 150px;
  left: 165px; }

.eeuuclaves .map-content-7 .info-pais .percent img {
  margin-right: 7px;
  float: left; }

/* - - - - - - - - - - - - - - - - - - - Clases EEUU - ACTIVIDAD */
.eeuuactividad .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 200%; }

.eeuuactividad ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.eeuuactividad ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.eeuuactividad ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px; }

.map-content-7 .infoeeuuactividad {
  top: 159px;
  left: 108px; }

/* - - - - - - - - - - - - - - - - - - - Clases EEUU - RESULTADOS */
.eeuuresultados .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.eeuuresultados ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.eeuuresultados ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.infoeeuuresultados p.pais {
  float: initial;
  width: 100%; }

.eeuuresultados ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 0px;
  position: initial; }

.map-content-5 .info-pais .num {
  font-family: 'benton-book';
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.08px; }

.map-content-5 .info-pais .num span {
  font-family: 'benton-book';
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.05px; }

.map-content-5 .info-pais .percent p {
  font-family: 'benton-bold';
  font-size: 15px;
  color: #121212;
  letter-spacing: 0; }

.map-content-5 .info-pais .percent img {
  margin-right: 7px;
  float: left; }

/* - - - - - - - - - - - - - - - - - - - Clases EEUU - RIESGOS */
.eeuuriesgos .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.eeuuriesgos div.contentriesgos {
  width: 100%;
  display: table;
  margin-top: 23px;
  /*background-color: yellow;*/ }

.eeuuriesgos div.contentriesgos div.datos {
  width: 100%;
  height: 100px;
  display: table;
  /*background-color: lightblue;*/ }

.eeuuriesgos div.contentriesgos div.datos div.datosname {
  text-transform: uppercase;
  float: left;
  width: 34%;
  font-family: 'benton-medium';
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 41px; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica {
  float: left;
  width: 60%;
  /*background-color: salmon;*/
  height: 100%;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D3D3; }

.eeuuriesgos div.contentriesgos div.datos div.last {
  border-width: 0 0 0px 0; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraleft {
  position: absolute;
  top: 31px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica hr.tasamora {
  position: absolute;
  top: 50px;
  left: 21px;
  width: 85%;
  transform: rotate(0deg);
  height: 3px;
  background-color: #00A4B7;
  border: none; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright {
  position: absolute;
  top: 31px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eeuuriesgos div.contentriesgos div.high {
  height: 150px; }

.eeuuriesgos div.contentriesgos div.high p.high {
  margin-top: 25px; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaleft {
  position: absolute;
  top: 50px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica hr.tasacobertura {
  position: absolute;
  top: 81px;
  left: 21px;
  width: 85%;
  transform: rotate(3deg);
  height: 3px;
  background-color: #103567;
  border: none; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright {
  position: absolute;
  top: 60px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoleft {
  position: absolute;
  top: 31px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica hr.costeriesgo {
  position: absolute;
  top: 61px;
  left: 21px;
  width: 85%;
  transform: rotate(3deg);
  height: 3px;
  background-color: #D89F40;
  border: none; }

.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoright {
  position: absolute;
  top: 40px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.riesgoseeuu div.rangofecha {
  height: 70px;
  /*background-color: white;*/
  margin-left: 34%;
  width: 60%;
  position: relative; }

.riesgoseeuu div.rangofecha hr.hor {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 85.5%;
  margin: 0 auto;
  height: 0.5px;
  background-color: #D3D3D3; }

.riesgoseeuu div.rangofecha hr.verizq {
  position: absolute;
  top: 10px;
  left: 15px;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgoseeuu div.rangofecha hr.verder {
  position: absolute;
  top: 10px;
  right: 15px;
  left: initial;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgoseeuu div.rangofecha p.left {
  position: absolute;
  top: 30px;
  left: 5px; }

.riesgoseeuu div.rangofecha p.right {
  position: absolute;
  top: 30px;
  right: 5px; }

.map-content-7 .infoeeuuriesgos {
  top: 159px;
  left: 108px; }

/* - - - - - - - - - - - - - - - - - - - Clases MEXICO - CLAVES */
.mexicoclaves .map-content-5 ul {
  margin-top: 74px;
  max-width: 355px; }

.mexicoclaves .map-content-5 ul li {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 23px;
  list-style: none;
  margin-left: 15px;
  padding-left: 10px; }

.map-content-7 .infomexicoclaves {
  top: 190px;
  left: 138px; }

.mexicoclaves .map-content-7 .info-pais .percent img {
  margin-right: 7px;
  float: left; }

/* - - - - - - - - - - - - - - - - - - - Clases MEXICO - ACTIVIDAD */
.mexicoactividad .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 200%; }

.mexicoactividad ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.mexicoactividad ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.mexicoactividad ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0; }

.map-content-7 .infomexicoactividad {
  top: 278px;
  left: 112px; }

/* - - - - - - - - - - - - - - - - - - - Clases MEXICO - RESULTADOS */
.mexicoresultados .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.mexicoresultados ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.mexicoresultados ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.infomexicoresultados p.pais {
  float: initial;
  width: 100%; }

.mexicoresultados ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 0px;
  position: initial; }

.map-content-5 .info-pais .num {
  font-family: 'benton-book';
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.08px; }

.map-content-5 .info-pais .num span {
  font-family: 'benton-book';
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.05px; }

.map-content-5 .info-pais .percent p {
  font-family: 'benton-bold';
  font-size: 15px;
  color: #121212;
  letter-spacing: 0; }

.map-content-5 .info-pais .percent img {
  margin-right: 7px;
  float: left; }

/* - - - - - - - - - - - - - - - - - - - Clases MEXICO - RIESGOS */
.mexicoriesgos .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.mexicoriesgos div.contentriesgos {
  width: 100%;
  display: table;
  margin-top: 23px;
  /*background-color: yellow;*/ }

.mexicoriesgos div.contentriesgos div.datos {
  width: 100%;
  height: 100px;
  display: table;
  /*background-color: lightblue;*/ }

.mexicoriesgos div.contentriesgos div.datos div.datosname {
  text-transform: uppercase;
  float: left;
  width: 34%;
  font-family: 'benton-medium';
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 41px; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica {
  float: left;
  width: 60%;
  /*background-color: salmon;*/
  height: 100%;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D3D3; }

.mexicoriesgos div.contentriesgos div.datos div.last {
  border-width: 0 0 0px 0; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraleft {
  position: absolute;
  top: 32px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica hr.tasamora {
  position: absolute;
  top: 50px;
  left: 21px;
  width: 85%;
  transform: rotate(2deg);
  height: 3px;
  background-color: #00A4B7;
  border: none; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright {
  position: absolute;
  top: 35px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.mexicoriesgos div.contentriesgos div.high {
  height: 150px; }

.mexicoriesgos div.contentriesgos div.high p.high {
  margin-top: 25px; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaleft {
  position: absolute;
  top: 78px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica hr.tasacobertura {
  position: absolute;
  top: 87px;
  left: 21px;
  width: 85%;
  transform: rotate(-8deg);
  height: 3px;
  background-color: #103567;
  border: none; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright {
  position: absolute;
  top: 56px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoleft {
  position: absolute;
  top: 37px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica hr.costeriesgo {
  position: absolute;
  top: 61px;
  left: 21px;
  width: 85%;
  transform: rotate(3deg);
  height: 3px;
  background-color: #D89F40;
  border: none; }

.mexicoriesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoright {
  position: absolute;
  top: 45px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.riesgosmexico div.rangofecha {
  height: 70px;
  /*background-color: white;*/
  margin-left: 34%;
  width: 60%;
  position: relative; }

.riesgosmexico div.rangofecha hr.hor {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 85.5%;
  margin: 0 auto;
  height: 0.5px;
  background-color: #D3D3D3; }

.riesgosmexico div.rangofecha hr.verizq {
  position: absolute;
  top: 10px;
  left: 15px;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosmexico div.rangofecha hr.verder {
  position: absolute;
  top: 10px;
  right: 15px;
  left: initial;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosmexico div.rangofecha p.left {
  position: absolute;
  top: 30px;
  left: 5px; }

.riesgosmexico div.rangofecha p.right {
  position: absolute;
  top: 30px;
  right: 5px; }

.map-content-7 .infomexicoriesgos {
  top: 278px;
  left: 112px; }

/* - - - - - - - - - - - - - - - - - - - Clases AMERICA DEL SUR - CLAVES */
.americasurclaves .map-content-5 ul {
  margin-top: 74px;
  max-width: 355px; }

.americasurclaves .map-content-5 ul li {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 23px;
  list-style: none;
  margin-left: 15px;
  padding-left: 10px; }

.map-content-7 .infoamericasurclaves {
  top: 230px;
  left: 162px; }

.americasurclaves .map-content-7 .info-pais .percent img {
  margin-right: 7px;
  float: left; }

/* - - - - - - - - - - - - - - - - - - - Clases AMERICA DEL SUR - ACTIVIDAD */
.americasuractividad .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.americasuractividad ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.americasuractividad ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.americasuractividad ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px; }

.map-content-7 .infoamericasuractividad {
  top: 250px;
  left: 139px; }

/* - - - - - - - - - - - - - - - - - - - Clases AMERICA DEL SUR - RESULTADOS */
.americasurresultados .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.americasurresultados ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.americasurresultados ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.infoamericasurresultados p.pais {
  float: initial;
  width: 100%; }

.americasurresultados ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 0px;
  position: initial; }

.map-content-5 .info-pais .num {
  font-family: 'benton-book';
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.08px; }

.map-content-5 .info-pais .num span {
  font-family: 'benton-book';
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.05px; }

.map-content-5 .info-pais .percent p {
  font-family: 'benton-bold';
  font-size: 15px;
  color: #121212;
  letter-spacing: 0; }

.map-content-5 .info-pais .percent img {
  margin-right: 7px;
  float: left; }

.hide {
  display: none; }

/* - - - - - - - - - - - - - - - - - - - Clases AMERICA DEL SUR - RIESGOS */
.americasurriesgos .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.americasurriesgos div.contentriesgos {
  width: 100%;
  display: table;
  margin-top: 23px;
  /*background-color: yellow;*/ }

.americasurriesgos div.contentriesgos div.datos {
  width: 100%;
  height: 100px;
  display: table;
  /*background-color: lightblue;*/ }

.americasurriesgos div.contentriesgos div.datos div.datosname {
  text-transform: uppercase;
  float: left;
  width: 34%;
  font-family: 'benton-medium';
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 41px; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica {
  float: left;
  width: 60%;
  /*background-color: salmon;*/
  height: 100%;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D3D3; }

.americasurriesgos div.contentriesgos div.datos div.last {
  border-width: 0 0 0px 0; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraleft {
  position: absolute;
  top: 36px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica hr.tasamora {
  position: absolute;
  top: 49px;
  left: 21px;
  width: 85%;
  transform: rotate(-5deg);
  height: 3px;
  background-color: #00A4B7;
  border: none; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright {
  position: absolute;
  top: 28px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.americasurriesgos div.contentriesgos div.high {
  height: 150px; }

.americasurriesgos div.contentriesgos div.high p.high {
  margin-top: 25px; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaleft {
  position: absolute;
  top: 65px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica hr.tasacobertura {
  position: absolute;
  top: 81px;
  left: 21px;
  width: 85%;
  transform: rotate(-5deg);
  height: 3px;
  background-color: #103567;
  border: none; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright {
  position: absolute;
  top: 50px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoleft {
  position: absolute;
  top: 44px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica hr.costeriesgo {
  position: absolute;
  top: 61px;
  left: 21px;
  width: 85%;
  transform: rotate(-5deg);
  height: 3px;
  background-color: #D89F40;
  border: none; }

.americasurriesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoright {
  position: absolute;
  top: 32px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.riesgosamericasur div.rangofecha {
  height: 70px;
  /*background-color: white;*/
  margin-left: 34%;
  width: 60%;
  position: relative; }

.riesgosamericasur div.rangofecha hr.hor {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 85.5%;
  margin: 0 auto;
  height: 0.5px;
  background-color: #D3D3D3; }

.riesgosamericasur div.rangofecha hr.verizq {
  position: absolute;
  top: 10px;
  left: 15px;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosamericasur div.rangofecha hr.verder {
  position: absolute;
  top: 10px;
  right: 15px;
  left: initial;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosamericasur div.rangofecha p.left {
  position: absolute;
  top: 30px;
  left: 5px; }

.riesgosamericasur div.rangofecha p.right {
  position: absolute;
  top: 30px;
  right: 5px; }

.map-content-7 .infoamericasurriesgos {
  top: 250px;
  left: 139px; }

/* - - - - - - - - - - - - - - - - - - - Clases ESPAÑA - CLAVES */
.espanaclaves .map-content-5 ul {
  margin-top: 74px;
  max-width: 355px; }

.espanaclaves .map-content-5 ul li {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 23px;
  list-style: none;
  margin-left: 15px;
  padding-left: 10px; }

.map-content-7 .infoespanaclaves {
  top: 40%;
  right: 23%; }

.espanaclaves .map-content-7 .info-pais .percent img {
  margin-right: 7px;
  float: left;
  /* transform: rotate(180deg); */ }

.down-arrow-1 {
  transform: rotate(0) !important; }

.up-arrow-1 {
  transform: rotate(180deg) !important; }

/* - - - - - - - - - - - - - - - - - - - Clases ESPAÑA - ACTIVIDAD */
.espanaactividad .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 200%; }

.espanaactividad ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.espanaactividad ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.espanaactividad ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0; }

.map-content-7 .infoespanaactividad {
  top: 189px;
  left: 250px; }

/* - - - - - - - - - - - - - - - - - - - Clases ESPAÑA - RESULTADOS */
.espanaresultados .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.espanaresultados ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.espanaresultados ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

span.oculto01 {
  width: 52px;
  height: 14px;
  background-color: transparent;
  display: inline-block;
  margin: 2px 0px; }

span.oculto02 {
  width: 59.5px;
  height: 10px;
  background-color: transparent;
  display: inline-block;
  margin: 0px 0px; }

@media (max-width: 740px) {
  span.oculto01 {
    width: 48px; } }
@media (max-width: 722px) {
  span.oculto02 {
    width: 59px; } }
@media (max-width: 517px) {
  span.oculto01 {
    width: 52px; } }
.infoespanaresultados p.pais {
  float: initial;
  width: 100%; }

.espanaresultados ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 0px;
  position: initial; }

.map-content-5 .info-pais .num {
  font-family: 'benton-book';
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.08px; }

.map-content-5 .info-pais .num span {
  font-family: 'benton-book';
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.05px; }

.map-content-5 .info-pais .percent p {
  font-family: 'benton-bold';
  font-size: 15px;
  color: #121212;
  letter-spacing: 0; }

.map-content-5 .info-pais .percent img {
  margin-right: 7px;
  float: left;
  width: 20px;
  height: 20px; }

.hide {
  display: none; }

/* - - - - - - - - - - - - - - - - - - - Clases ESPAÑA - RIESGOS */
.espanariesgos .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.espanariesgos div.contentriesgos {
  width: 100%;
  display: table;
  margin-top: 23px;
  /*background-color: yellow;*/ }

.espanariesgos div.contentriesgos div.datos {
  width: 100%;
  height: 100px;
  display: table;
  /*background-color: lightblue;*/ }

.espanariesgos div.contentriesgos div.datos div.datosname {
  text-transform: uppercase;
  float: left;
  width: 34%;
  font-family: 'benton-medium';
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 41px; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica {
  float: left;
  width: 60%;
  /*background-color: salmon;*/
  height: 100%;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D3D3; }

.espanariesgos div.contentriesgos div.datos div.last {
  border-width: 0 0 0px 0; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraleft {
  position: absolute;
  top: 28px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica hr.tasamora {
  position: absolute;
  top: 52px;
  left: 21px;
  width: 85%;
  transform: rotate(4deg);
  height: 3px;
  background-color: #00A4B7;
  border: none; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright {
  position: absolute;
  top: 37px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.espanariesgos div.contentriesgos div.high {
  height: 150px; }

.espanariesgos div.contentriesgos div.high p.high {
  margin-top: 25px; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaleft {
  position: absolute;
  top: 65px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica hr.tasacobertura {
  position: absolute;
  top: 83px;
  left: 21px;
  width: 85%;
  transform: rotate(-4deg);
  height: 3px;
  background-color: #103567;
  border: none; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright {
  position: absolute;
  top: 55px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoleft {
  position: absolute;
  top: 34px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica hr.costeriesgo {
  position: absolute;
  top: 59px;
  left: 21px;
  width: 85%;
  transform: rotate(2deg);
  height: 3px;
  background-color: #D89F40;
  border: none; }

.espanariesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoright {
  position: absolute;
  top: 43px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.riesgosespana div.rangofecha {
  height: 70px;
  /*background-color: white;*/
  margin-left: 34%;
  width: 60%;
  position: relative; }

.riesgosespana div.rangofecha hr.hor {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 85.5%;
  margin: 0 auto;
  height: 0.5px;
  background-color: #D3D3D3; }

.riesgosespana div.rangofecha hr.verizq {
  position: absolute;
  top: 10px;
  left: 15px;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosespana div.rangofecha hr.verder {
  position: absolute;
  top: 10px;
  right: 15px;
  left: initial;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosespana div.rangofecha p.left {
  position: absolute;
  top: 30px;
  left: 5px; }

.riesgosespana div.rangofecha p.right {
  position: absolute;
  top: 30px;
  right: 5px; }

.map-content-7 .infoespanariesgos {
  top: 189px;
  left: 250px; }

/* - - - - - - - - - - - - - - - - - - - Clases NONCORE - CLAVES */
/*Son las mismas que "Clases ESPAÑA - CLAVES"*/
/* - - - - - - - - - - - - - - - - - - - Clases NONCORE - RESULTADOS */
/*Son las mismas que "Clases ESPAÑA - RESULTADOS"*/
/* - - - - - - - - - - - - - - - - - - - Clases NONCORE - EXPOSICIÓN NETA INMOBILIARIA */
.noncoreexpo .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.noncoreexpo div.contentexpo {
  width: 100%;
  display: table;
  margin-top: 23px;
  /*background-color: yellow;*/ }

.noncoreexpo div.contentexpo div.leyenda {
  width: 50%;
  float: left; }

.noncoreexpo div.contentexpo div.leyenda ul {
  display: table;
  margin-top: 90px; }

.noncoreexpo div.contentexpo div.leyenda ul li {
  margin-top: 42px; }

.noncoreexpo div.contentexpo div.leyenda .square {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px; }

.noncoreexpo div.contentexpo div.leyenda .turquesa {
  background: #00CDCE; }

.noncoreexpo div.contentexpo div.leyenda .lightblue {
  background: #0064A9; }

.noncoreexpo div.contentexpo div.leyenda .blue {
  background: #004284; }

.noncoreexpo div.contentexpo div.leyenda p {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  display: inline; }

.noncoreexpo div.contentexpo div.grafica {
  width: 50%;
  float: left; }

.noncoreexpo div.contentexpo div.grafica p.principaldata {
  font-family: 'benton-book';
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0;
  width: 100%;
  text-align: center; }

.noncoreexpo div.contentexpo div.grafica table {
  width: 100%;
  font-family: 'benton-medium';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0; }

.noncoreexpo div.contentexpo div.grafica table td {
  width: 20%;
  text-align: center;
  position: relative; }

.noncoreexpo div.contentexpo div.grafica table td p {
  margin: 10px 0px 0px; }

.noncoreexpo div.contentexpo div.grafica table td.barra {
  position: relative;
  height: 150px; }

.noncoreexpo div.contentexpo div.grafica table td.border-left {
  border-left: 1px solid #D3D3D3; }

.noncoreexpo div.contentexpo div.grafica table td.border-top {
  border-top: 1px solid #D3D3D3; }

.noncoreexpo div.contentexpo div.grafica table td.barra svg {
  position: absolute;
  bottom: 0;
  left: 40%; }

.noncoreexpo div.contentexpo div.grafica div.contentrangofecha {
  width: 100%;
  padding-top: 10px;
  display: table;
  font-family: 'benton-book';
  font-size: 12px;
  color: #666666;
  letter-spacing: 0; }

.noncoreexpo div.contentexpo div.grafica div.contentrangofecha div.rangofecha {
  width: 70%;
  height: 10px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0.5px 0.5px 0px 0.5px;
  border-color: #D3D3D3; }

.noncoreexpo div.contentexpo div.grafica div.contentrangofecha p.left {
  float: left;
  margin: 3px 7%; }

.noncoreexpo div.contentexpo div.grafica div.contentrangofecha p.right {
  float: right;
  margin: 3px 7%; }

/* - - - - - - - - - - - - - - - - - - - Clases TURQUIA - CLAVES */
.turquiaclaves .map-content-5 ul {
  margin-top: 74px;
  max-width: 355px; }

.turquiaclaves .map-content-5 ul li {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 23px;
  list-style: none;
  margin-left: 15px;
  padding-left: 10px; }

.map-content-7 .infoturquiaclaves {
  top: 125px;
  left: 282px; }

.turquiaclaves .map-content-7 .info-pais .percent img {
  margin-right: 7px;
  float: left;
  transform: rotate(0deg); }

/* - - - - - - - - - - - - - - - - - - - Clases TURQUIA - ACTIVIDAD */
.turquiaactividad .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 200%; }

.turquiaactividad ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.turquiaactividad ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.turquiaactividad ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px; }

.map-content-7 .infoturquiaactividad {
  top: 189px;
  left: 250px; }

/* - - - - - - - - - - - - - - - - - - - Clases TURQUIA - RESULTADOS */
.turquiaresultados .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.turquiaresultados ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.turquiaresultados ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.infoturquiaresultados p.pais {
  float: initial;
  width: 100%; }

.turquiaresultados ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 0px;
  position: initial; }

.map-content-5 .info-pais .num {
  font-family: 'benton-book';
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.08px; }

.map-content-5 .info-pais .num span {
  font-family: 'benton-book';
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.05px; }

.map-content-5 .info-pais .percent p {
  font-family: 'benton-bold';
  font-size: 15px;
  color: #121212;
  letter-spacing: 0; }

.map-content-5 .info-pais .percent img {
  margin-right: 7px;
  float: left;
  width: 20px;
  height: 20px; }

.hide {
  display: none; }

/* - - - - - - - - - - - - - - - - - - - Clases TURQUIA - RIESGOS */
.turquiariesgos .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.turquiariesgos div.contentriesgos {
  width: 100%;
  display: table;
  margin-top: 23px;
  /*background-color: yellow;*/ }

.turquiariesgos div.contentriesgos div.datos {
  width: 100%;
  height: 100px;
  display: table;
  /*background-color: lightblue;*/ }

.turquiariesgos div.contentriesgos div.datos div.datosname {
  text-transform: uppercase;
  float: left;
  width: 34%;
  font-family: 'benton-medium';
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 41px; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica {
  float: left;
  width: 60%;
  /*background-color: salmon;*/
  height: 100%;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D3D3; }

.turquiariesgos div.contentriesgos div.datos div.last {
  border-width: 0 0 0px 0; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraleft {
  position: absolute;
  top: 25px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica hr.tasamora {
  position: absolute;
  top: 47px;
  left: 21px;
  width: 85%;
  transform: rotate(2deg);
  height: 3px;
  background-color: #00A4B7;
  border: none; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright {
  position: absolute;
  top: 29px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.turquiariesgos div.contentriesgos div.high {
  height: 150px; }

.turquiariesgos div.contentriesgos div.high p.high {
  margin-top: 25px; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaleft {
  position: absolute;
  top: 69px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica hr.tasacobertura {
  position: absolute;
  top: 85px;
  left: 21px;
  width: 85%;
  transform: rotate(-2deg);
  height: 3px;
  background-color: #103567;
  border: none; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright {
  position: absolute;
  top: 59px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoleft {
  position: absolute;
  top: 39px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica hr.costeriesgo {
  position: absolute;
  top: 56px;
  left: 21px;
  width: 85%;
  transform: rotate(-5deg);
  height: 3px;
  background-color: #D89F40;
  border: none; }

.turquiariesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoright {
  position: absolute;
  top: 32px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.riesgosturquia div.rangofecha {
  height: 70px;
  /*background-color: white;*/
  margin-left: 34%;
  width: 60%;
  position: relative; }

.riesgosturquia div.rangofecha hr.hor {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 85.5%;
  margin: 0 auto;
  height: 0.5px;
  background-color: #D3D3D3; }

.riesgosturquia div.rangofecha hr.verizq {
  position: absolute;
  top: 10px;
  left: 15px;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosturquia div.rangofecha hr.verder {
  position: absolute;
  top: 10px;
  right: 15px;
  left: initial;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgosturquia div.rangofecha p.left {
  position: absolute;
  top: 30px;
  left: 5px; }

.riesgosturquia div.rangofecha p.right {
  position: absolute;
  top: 30px;
  right: 5px; }

.map-content-7 .infoturquiariesgos {
  top: 189px;
  left: 250px; }

/* - - - - - - - - - - - - - - - - - - - Clases EURASIA - CLAVES */
.eurasiaclaves .map-content-5 ul {
  margin-top: 74px;
  max-width: 355px; }

.eurasiaclaves .map-content-5 ul li {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 23px;
  list-style: none;
  margin-left: 15px;
  padding-left: 10px; }

.map-content-7 .infoeurasiaclaves {
  top: 145px;
  right: 10%; }

.eurasiaclaves .map-content-7 .info-pais .percent img {
  margin-right: 7px;
  float: left;
  transform: rotate(0deg);
  width: 20px;
  height: 20px; }

/* - - - - - - - - - - - - - - - - - - - Clases EURASIA - ACTIVIDAD */
.eurasiaactividad .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 200%; }

.eurasiaactividad ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.eurasiaactividad ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.eurasiaactividad ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px; }

.map-content-7 .infoeurasiaactividad {
  top: 167px;
  right: 10%; }

/* - - - - - - - - - - - - - - - - - - - Clases EURASIA - RESULTADOS */
.eurasiaresultados .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.eurasiaresultados ul {
  width: 100%;
  display: table;
  margin-top: 55px; }

.eurasiaresultados ul li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 80px;
  float: left;
  font-family: 'benton-medium';
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-transform: uppercase; }

.infoeurasiaresultados p.pais {
  float: initial;
  width: 100%; }

.eurasiaresultados ul li .percent {
  font-family: 'benton-book';
  font-size: 36px;
  color: #121212;
  letter-spacing: 0.11px;
  margin-top: 0px;
  position: initial; }

.map-content-5 .info-pais .num {
  font-family: 'benton-book';
  font-size: 24px;
  color: #121212;
  letter-spacing: 0.08px; }

.map-content-5 .info-pais .num span {
  font-family: 'benton-book';
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.05px;
  text-transform: initial; }

.map-content-5 .info-pais .percent p {
  font-family: 'benton-bold';
  font-size: 15px;
  color: #121212;
  letter-spacing: 0; }

.map-content-5 .info-pais .percent img {
  margin-right: 7px;
  float: left;
  width: 20px;
  height: 20px; }

.hide {
  display: none; }

/* - - - - - - - - - - - - - - - - - - - Clases TURQUIA - RIESGOS */
.eurasiariesgos .map-content-5 p.intro {
  font-family: 'benton-book';
  font-size: 15px;
  color: #666666;
  width: 110%; }

.eurasiariesgos div.contentriesgos {
  width: 100%;
  display: table;
  margin-top: 23px;
  /*background-color: yellow;*/ }

.eurasiariesgos div.contentriesgos div.datos {
  width: 100%;
  height: 100px;
  display: table;
  /*background-color: lightblue;*/ }

.eurasiariesgos div.contentriesgos div.datos div.datosname {
  text-transform: uppercase;
  float: left;
  width: 34%;
  font-family: 'benton-medium';
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 41px; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica {
  float: left;
  width: 60%;
  /*background-color: salmon;*/
  height: 100%;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D3D3D3; }

.eurasiariesgos div.contentriesgos div.datos div.last {
  border-width: 0 0 0px 0; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraleft {
  position: absolute;
  top: 22px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica hr.tasamora {
  position: absolute;
  top: 50px;
  left: 21px;
  width: 85%;
  transform: rotate(3deg);
  height: 3px;
  background-color: #00A4B7;
  border: none; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright {
  position: absolute;
  top: 33px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eurasiariesgos div.contentriesgos div.high {
  height: 150px; }

.eurasiariesgos div.contentriesgos div.high p.high {
  margin-top: 25px; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaleft {
  position: absolute;
  top: 64px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica hr.tasacobertura {
  position: absolute;
  top: 77px;
  left: 21px;
  width: 85%;
  transform: rotate(-8deg);
  height: 3px;
  background-color: #103567;
  border: none; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright {
  position: absolute;
  top: 50px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoleft {
  position: absolute;
  top: 37px;
  left: 21px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica hr.costeriesgo {
  position: absolute;
  top: 62px;
  left: 21px;
  width: 85%;
  transform: rotate(4deg);
  height: 3px;
  background-color: #D89F40;
  border: none; }

.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoright {
  position: absolute;
  top: 43px;
  right: 3px;
  font-family: 'benton-book';
  font-size: 18px;
  color: #121212;
  letter-spacing: 0; }

.riesgoseurasia div.rangofecha {
  height: 70px;
  /*background-color: white;*/
  margin-left: 34%;
  width: 60%;
  position: relative; }

.riesgoseurasia div.rangofecha hr.hor {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 85.5%;
  margin: 0 auto;
  height: 0.5px;
  background-color: #D3D3D3; }

.riesgoseurasia div.rangofecha hr.verizq {
  position: absolute;
  top: 10px;
  left: 15px;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgoseurasia div.rangofecha hr.verder {
  position: absolute;
  top: 10px;
  right: 15px;
  left: initial;
  transform: rotate(90deg);
  width: 10px;
  height: 1px; }

.riesgoseurasia div.rangofecha p.left {
  position: absolute;
  top: 30px;
  left: 5px; }

.riesgoseurasia div.rangofecha p.right {
  position: absolute;
  top: 30px;
  right: 5px; }

.map-content-7 .infoeurasiariesgos {
  top: 167px;
  right: 10%; }

@media (max-width: 990px) {
  /*responsive tabs*/
  .section-map-navigation .internal-menu {
    display: none; }

  .section-map .noborder-top {
    border-top: 0px !important; }

  .small-resolution {
    display: block;
    text-align: center;
    width: 100%;
    font-family: "benton-light";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin-top: 5px;
    clear: both;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #000; }

  .tabs-elements {
    padding-top: 0px;
    padding-bottom: 10px; }

  .tabs-elements .tab {
    display: block; }

  .section-map {
    margin: 0 auto;
    position: relative;
    max-height: max-content;
    display: table; } }
/*414*/
@media (max-width: 720px) {
  img.mapa {
    height: auto;
    max-width: 100%; }

  .container-letter {
    height: auto; }

  .text-letter {
    width: 100%; }

  .section--letter {
    max-height: none; }

  .contentdropdown {
    position: relative; }

  .map-content-5 {
    width: 100%; }

  .map-content-7 {
    width: 100%;
    margin-bottom: 106px; }

  .map-content-7 img.mapa {
    margin-top: 1px;
    margin-bottom: 20px; }

  .eurasia {
    margin-bottom: 50px; }

  .eurasia .info-pais {
    left: 260px; }

  .section--relevant {
    max-height: none; }

  /*.turquiaactividad .map-content-5 p.intro {
      width: 100%;
  } */
  .sectsubarea > hr {
    display: none; }

  .dropdown {
    float: inherit;
    width: 90%;
    margin: 0% 5%; }

  .dropdown-content {
    width: 100%; }

  .tabs-elements .tab {
    display: table; }

  .map-content-5 {
    width: 90%;
    margin: 0% 5%; }

  .map-content-7 {
    margin-bottom: 30px; }

  .section-map .actividad ul > li {
    height: auto !important; }

  /* - - - - - - - - - - - - - - - - - - - - Claves*/
  .map-content-5 p.seccion {
    height: initial; }

  .espanaclaves .map-content-5 ul {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: initial; }

  .eeuu .map-content-5 ul {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: initial; }

  .mexico .map-content-5 ul {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: initial; }

  .turquia .map-content-5 ul {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: initial; }

  .americasur .map-content-5 ul {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: initial; }

  .eurasia .map-content-5 ul {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: initial; }

  .map-content-7 .infoespanaclaves {
    right: 30px;
    top: 15px;
    left: initial; }

  .map-content-7 .infoeeuuclaves {
    right: 30px;
    top: 50px;
    left: initial; }

  .map-content-7 .infomexicoclaves {
    right: 30px;
    top: 50px;
    left: initial; }

  .map-content-7 .infoturquiaclaves {
    right: 30px;
    top: 130px;
    left: initial; }

  .map-content-7 .infoamericasurclaves {
    right: 10px;
    top: 20px;
    left: initial; }

  .map-content-7 .infoeurasiaclaves {
    right: 10px;
    top: 95px;
    left: initial; }

  /* - - - - - - - - - - - - - - - - - - - - Actividad*/
  .section-map ul > li {
    height: auto; }

  ul li p.percent {
    float: left;
    width: 40%;
    margin-top: -3px;
    text-align: right;
    position: initial; }

  ul li p.text, ul li p:nth-child(1) {
    float: left;
    width: 60%; }

  .actividad ul li .percent {
    margin-top: -3px; }

  /* - - - - - - - - - - - - - - - - - - - España*/
  .espana .map-content-5 p.intro {
    width: 100%; }

  .espanaactividad ul li {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px; }

  .espanaactividad ul li p.text {
    float: left;
    width: 60%; }

  .espanaactividad ul li p.percent {
    float: left;
    width: 40%;
    margin-top: -3px;
    text-align: right;
    position: initial; }

  .map-content-7 .infoespanaactividad {
    top: 40px;
    left: 200px; }

  .map-content-7 .infoespanariesgos {
    top: 40px;
    left: 200px; }

  .espanaactividad ul {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* - - - - - - - - - - - - - - - - - - - EEUU*/
  .eeuu .map-content-5 p.intro {
    width: 100%; }

  .eeuuactividad ul li {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px; }

  .eeuuactividad ul li p.text {
    float: left;
    width: 60%; }

  .eeuuactividad ul li p.percent {
    float: left;
    width: 40%;
    margin-top: -3px;
    text-align: right;
    position: initial; }

  .map-content-7 .infoeeuuactividad {
    top: 40px;
    left: 100px; }

  .map-content-7 .infoeeuuriesgos {
    top: 40px;
    left: 100px; }

  .eeuuactividad ul {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* - - - - - - - - - - - - - - - - - - - Mexico*/
  .mexico .map-content-5 p.intro {
    width: 100%; }

  .mexicoactividad ul li {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px; }

  .mexicoactividad ul li p.text {
    float: left;
    width: 60%; }

  .mexicoactividad ul li p.percent {
    float: left;
    width: 40%;
    margin-top: -3px;
    text-align: right;
    position: initial; }

  .map-content-7 .infomexicoactividad {
    top: 70px;
    left: 70px; }

  .map-content-7 .infomexicoriesgos {
    top: 70px;
    left: 70px; }

  .mexicoactividad ul {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* - - - - - - - - - - - - - - - - - - - Mexico*/
  .turquia .map-content-5 p.intro {
    width: 100%; }

  .turquiaactividad ul li {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px; }

  .turquiaactividad ul li p.text {
    float: left;
    width: 60%; }

  .turquiaactividad ul li p.percent {
    float: left;
    width: 40%;
    margin-top: -3px;
    text-align: right;
    position: initial; }

  .map-content-7 .infoturquiaclaves {
    right: 30px;
    top: 60px; }

  .map-content-7 .infoturquiaactividad {
    top: 40px;
    left: 120px; }

  .map-content-7 .infoturquiariesgos {
    top: 40px;
    left: 120px; }

  .turquiaactividad ul {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* - - - - - - - - - - - - - - - - - - - America del sur*/
  .americasur .map-content-5 p.intro {
    width: 100%; }

  .americasuractividad ul li {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px; }

  .americasuractividad ul li p.text {
    float: left;
    width: 60%; }

  .americasuractividad ul li p.percent {
    float: left;
    width: 40%;
    margin-top: -3px;
    text-align: right;
    position: initial; }

  .map-content-7 .infoamericasurclaves {
    right: 20px;
    top: 0px; }

  .map-content-7 .infoamericasuractividad {
    top: 90px;
    left: 110px; }

  .map-content-7 .infoamericasurriesgos {
    top: 90px;
    left: 110px; }

  .americasuractividad ul {
    margin-top: 10px;
    margin-bottom: 30px; }

  /* - - - - - - - - - - - - - - - - - - - Eurasia*/
  .eurasia .map-content-5 p.intro {
    width: 100%; }

  .eurasiaactividad ul li {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px; }

  .eurasiaactividad ul li p.text {
    float: left;
    width: 60%; }

  .eurasiaactividad ul li p.percent {
    float: left;
    width: 40%;
    margin-top: -3px;
    text-align: right;
    position: initial; }

  .map-content-7 .infoeurasiaclaves {
    right: 20px;
    top: 0px; }

  .map-content-7 .infoeurasiaactividad {
    top: 90px;
    left: 110px; }

  .map-content-7 .infoeurasiariesgos {
    top: 90px;
    left: 110px; }

  .eurasiaactividad ul {
    margin-top: 10px;
    margin-bottom: 30px; }

  .resultados .map-content-5 ul li {
    margin: 0% 2.5%;
    min-width: 178px;
    margin-bottom: 30px; }

  .downloads-pdf {
    width: 90%;
    margin: 0% 5%; }

  section.downloads-pdf img {
    margin: 0 auto 10px; }

  .section.downloads-pdf a {
    max-width: inherit;
    text-align: center; } }
.section-map {
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto; }

.info-pais p {
  margin-bottom: 0px; }

.info-pais p:nth-child(2) > span {
  font-size: 62.5%; }

/*
.section-map ul > li::before {
    content: "";
    text-indent: 5px;
    width: 5px;
    height: 15px;
    background-color: #2DCCCD;
    display: inline-block;
    margin: 0 8px 0px 0;
}
*/
.section-map ul > li {
  padding-left: 1.25rem;
  position: relative;
  list-style-type: none; }

.section-map .actividad ul > li {
  height: 180px;
  position: relative; }

.section-map ul > li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 15px;
  background: url("../img/bullet-list-2.png") no-repeat;
  background-size: cover; }

@media (max-width: 720px) {
  .mapa .datos-mapa .tabs .tab-content .tab-pane .container-accordion .accordion-content > .row .columna-res-act > div.resultados .row div{
    width: 50%;
    margin-bottom: 10px;
  }
}
