.relative {
  position: relative;
}
.fontsize-70 {
  font-size:70%;
  font-weight: normal;
  margin-bottom:0rem;
}
.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
/*.section-map-navigation .internal-menu li:hover*/ {
  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-7.fix {
  right: 0;
  position: absolute;
}
.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: 20px;
  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: 46px;
  left: 21px;
  width: 85%;
  transform: rotate(-1deg);
  height:3px;
  background-color:#00A4B7;
  border:none;
}
.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright{
  position: absolute;
  top: 20px;
  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: 40px;
  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: 70px;
  left: 21px;
  width: 85%;
  transform: rotate(6deg);
  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: 40px;
  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: 70px;
  left: 21px;
  width: 85%;
  transform: rotate(2deg);
  height:3px;
  background-color:#D89F40;
  border:none;
}
.eeuuriesgos div.contentriesgos div.datos div.datosgrafica p.datoscosteriesgoright{
  position: absolute;
  top: 50px;
  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: 20px;
  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: 30px;
  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: 45px;
  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: 50px;
  left: 21px;
  width: 85%;
  transform: rotate(-10deg);
  height:3px;
  background-color:#103567;
  border:none;
}
.mexicoriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright{
  position: absolute;
  top: 14px;
  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:32px;
  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: 45px;
  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: 17px;
  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: 68px;
  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: 82px;
  left: 21px;
  width: 85%;
  transform: rotate(-3deg);
  height:3px;
  background-color:#103567;
  border:none;
}
.americasurriesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright{
  position: absolute;
  top: 57px;
  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(-1deg);
  height:3px;
  background-color:#D89F40;
  border:none;
}
.americasurriesgos 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;
}
.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: 25%;
  right: 43%;
}
.map-content-7 .infoespanaclaves.fix {
  top: 25%;
  right: 47%;
}
.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: 20px;
  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: 50px;
  left: 21px;
  width: 85%;
  transform: rotate(2deg);
  height: 3px;
  background-color:#00A4B7;
  border:none;
}
.espanariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright{
  position: absolute;
  top: 30px;
  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: 80px;
  left: 21px;
  width: 85%;
  transform: rotate(-6deg);
  height:3px;
  background-color:#103567;
  border:none;
}
.espanariesgos 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;
}

.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: 252px;
}
.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: 45px;
  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: 55px;
  left: 21px;
  width: 85%;
  transform: rotate(-4deg);
  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: 42px;
  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(10deg);
  height:3px;
  background-color:#103567;
  border:none;
}
.turquiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright{
  position: absolute;
  top: 77px;
  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: 60px;
  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: 72px;
  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: 37px;
  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: 130px;
  right: 18%;
}
.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: 11px;
  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: 48px;
  left: 21px;
  width: 85%;
  transform: rotate(10deg);
  height:3px;
  background-color:#00A4B7;
  border:none;
}
.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasamoraright{
  position: absolute;
  top: 43px;
  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: 85px;
  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: 76px;
  left: 21px;
  width: 85%;
  transform: rotate(-20deg);
  height:3px;
  background-color:#103567;
  border:none;
}
.eurasiariesgos div.contentriesgos div.datos div.datosgrafica p.datostasacoberturaright{
  position: absolute;
  top: 20px;
  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: 53px;
  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: 71px;
  left: 21px;
  width: 85%;
  transform: rotate(-2deg);
  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%;
              z-index: 1;
            }
            .noncoreexpo div.contentexpo {
              margin-top: 105px;
              margin-left: 30px;
            }
            .map-content-7{
              margin-bottom:30px;
            }
            .map-content-7.fix {
              top: 58px;
            }
            .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: 140px;
              top:15px;
              left: initial;
            }
            .map-content-7 .infoespanaclaves.fix{
              right: 140px;
              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: 70px;
              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: 70px;
              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: 140px;
  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;
}

div.rangofecha hr.hor {
  top: 21px!important;
  background-color: #666!important;
}
section.section-map.tabs-elements p.text {
  font-size: 14px;
}


/* 20180720 */
section.section-map.tabs-elements .sectsubarea p.text {
  line-height: 1.4;
}
.datos.high .datosname p {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}


.contentexpo.expononcore img {
  display: inline-block;
  height: 350px;
}

.leyendapie {
    font-size: 0.9375rem;
    color: #121212;
}
