.the-tooltip {
  position: relative;
}
.the-tooltip :focus + :last-child, .the-tooltip:focus > :last-child, .the-tooltip:hover > :last-child {
  opacity: 1;
  -webkit-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  -ms-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
  visibility: visible;
}
.the-tooltip > :last-child {
  border: solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align:justify;
  line-height: 1.5;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 0.2s 0s;
  -moz-transition: 0.2s 0s;
  -ms-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  visibility: hidden;
  width: 280px;
  z-index:999999;
}
.the-tooltip > :last-child * {
  max-width: 100%;
}
.the-tooltip > :last-child:after, .the-tooltip > :last-child:before {
  border: solid 11px;
  content: "";
  display: block;
  margin: 0 20px 0 20px;
  position: absolute;
}
.the-tooltip.bottom > :last-child {
  margin-top: 15px;
  margin-top: 90px;
  top: 100%;
}
.the-tooltip.bottom > :last-child:after {
  margin-bottom: -1px;
}
.the-tooltip.bottom > :last-child:after, .the-tooltip.bottom > :last-child:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}
.the-tooltip.bottom > :last-child:before {
  margin-bottom: 0px;
}
.the-tooltip.center > :last-child {
  left: -140px;
  margin-left: 50%;
}
.the-tooltip.center > :last-child:after, .the-tooltip.center > :last-child:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip.left > :last-child {
  left: 0;
}
.the-tooltip.left > :last-child:after, .the-tooltip.left > :last-child:before {
  left: 0;
}
.the-tooltip.right > :last-child {
  right: 0;
}
.the-tooltip.right > :last-child:after, .the-tooltip.right > :last-child:before {
  right: 0;
}
.the-tooltip.top > :last-child {
  bottom: 100%;
  margin-bottom: 15px;
}
.the-tooltip.top > :last-child:after {
  margin-top: -1px;
}
.the-tooltip.top > :last-child:after, .the-tooltip.top > :last-child:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip.top > :last-child:before {
  margin-top: 0px;
}
.the-tooltip.auto-width > :last-child {
  white-space: nowrap;
  width: auto;
}
.the-tooltip.full-width > :last-child {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip.apple-green > :last-child {
  background-color: #8db600;
  border-color: #658300;
  color: #161d00;
}
.the-tooltip.apple-green > :last-child:after {
  border-color: #8db600;
}
.the-tooltip.apple-green > :last-child:before {
  border-color: #658300;
}
.the-tooltip.apple-green > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.apricot > :last-child {
  background-color: #fbceb1;
  border-color: #f9b080;
  color: #441d03;
}
.the-tooltip.apricot > :last-child:after {
  border-color: #fbceb1;
}
.the-tooltip.apricot > :last-child:before {
  border-color: #f9b080;
}
.the-tooltip.apricot > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.black > :last-child {
  background-color: #333333;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip.black > :last-child:after {
  border-color: #333333;
}
.the-tooltip.black > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip.black > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip.spp-blue > :last-child {
  background-color: #2f5597;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip.spp-blue > :last-child:after {
  border-color: #333333;
}
.the-tooltip.spp-blue > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip.spp-blue > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}




.the-tooltip2 {
  position: relative;
}
.the-tooltip2 :focus + :last-child, .the-tooltip2:focus > :last-child, .the-tooltip2:hover > :last-child {
  opacity: 1;
  -webkit-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  -ms-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
  visibility: visible;
}
.the-tooltip2 > :last-child {
  border: solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align:justify;
  line-height: 1.5;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 0.2s 0s;
  -moz-transition: 0.2s 0s;
  -ms-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  visibility: hidden;
  width: 350px;
  z-index:999999;
}
.the-tooltip2 > :last-child * {
  max-width: 100%;
}
.the-tooltip2 > :last-child:after, .the-tooltip2 > :last-child:before {
  border: solid 11px;
  content: "";
  display: block;
  margin: 0 20px 0 20px;
  position: absolute;
}
.the-tooltip2.bottom > :last-child {
  margin-top: 15px;
  margin-top: 90px;
  top: 100%;
}
.the-tooltip2.bottom > :last-child:after {
  margin-bottom: -1px;
}
.the-tooltip2.bottom > :last-child:after, .the-tooltip2.bottom > :last-child:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}
.the-tooltip2.bottom > :last-child:before {
  margin-bottom: 0px;
}
.the-tooltip2.center > :last-child {
  left: -175px;
  margin-left: 50%;
}
.the-tooltip2.center > :last-child:after, .the-tooltip2.center > :last-child:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip2.left > :last-child {
  left: 0;
}
.the-tooltip2.left > :last-child:after, .the-tooltip2.left > :last-child:before {
  left: 0;
}
.the-tooltip2.right > :last-child {
  right: 0;
}
.the-tooltip2.right > :last-child:after, .the-tooltip2.right > :last-child:before {
  right: 0;
}
.the-tooltip2.top > :last-child {
  bottom: 100%;
  margin-bottom: 15px;
}
.the-tooltip2.top > :last-child:after {
  margin-top: -1px;
}
.the-tooltip2.top > :last-child:after, .the-tooltip2.top > :last-child:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip2.top > :last-child:before {
  margin-top: 0px;
}
.the-tooltip2.auto-width > :last-child {
  white-space: nowrap;
  width: auto;
}
.the-tooltip2.full-width > :last-child {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip2.apple-green > :last-child {
  background-color: #8db600;
  border-color: #658300;
  color: #161d00;
}
.the-tooltip2.apple-green > :last-child:after {
  border-color: #8db600;
}
.the-tooltip2.apple-green > :last-child:before {
  border-color: #658300;
}
.the-tooltip2.apple-green > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip2.apricot > :last-child {
  background-color: #fbceb1;
  border-color: #f9b080;
  color: #441d03;
}
.the-tooltip2.apricot > :last-child:after {
  border-color: #fbceb1;
}
.the-tooltip2.apricot > :last-child:before {
  border-color: #f9b080;
}
.the-tooltip2.apricot > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip2.black > :last-child {
  background-color: #333333;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip2.black > :last-child:after {
  border-color: #333333;
}
.the-tooltip2.black > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip2.black > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip2.color-global-salud > :last-child {
  background-color: #eaeaea;
  border-color: #0d0d0d;
  color: #333f50;
}
.the-tooltip2.color-global-salud > :last-child:after {
  border-color: #333333;
}
.the-tooltip2.color-global-salud > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip2.color-global-salud > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}

.the-tooltip2.spp-color-autos > :last-child {
  background-color: #34cccd;
  border-color: #0d0d0d;
  color: #000;
}
.the-tooltip2.spp-color-autos > :last-child:after {
  border-color: #333333;
}
.the-tooltip2.spp-color-autos > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip2.spp-color-autos > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}



.the-tooltip2b {
  position: relative;
}
.the-tooltip2b :focus + :last-child, .the-tooltip2b:focus > :last-child, .the-tooltip2b:hover > :last-child {
  opacity: 1;
  -webkit-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  -ms-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
  visibility: visible;
}
.the-tooltip2b > :last-child {
  border: solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align:justify;
  line-height: 1.5;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 0.2s 0s;
  -moz-transition: 0.2s 0s;
  -ms-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  visibility: hidden;
  width: 350px;
  z-index:999999;
}
.the-tooltip2b > :last-child * {
  max-width: 100%;
}
.the-tooltip2b > :last-child:after, .the-tooltip2b > :last-child:before {
  border: solid 11px;
  content: "";
  display: block;
  margin: 0 20px 0 20px;
  position: absolute;
}
.the-tooltip2b.bottom > :last-child {
  margin-top: 15px;
  margin-top: 105px;
  top: 100%;
}
.the-tooltip2b.bottom > :last-child:after {
  margin-bottom: -1px;
}
.the-tooltip2b.bottom > :last-child:after, .the-tooltip2b.bottom > :last-child:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}
.the-tooltip2b.bottom > :last-child:before {
  margin-bottom: 0px;
}
.the-tooltip2b.center > :last-child {
  left: -175px;
  margin-left: 50%;
}
.the-tooltip2b.center > :last-child:after, .the-tooltip2b.center > :last-child:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip2b.left > :last-child {
  left: 0;
}
.the-tooltip2b.left > :last-child:after, .the-tooltip2b.left > :last-child:before {
  left: 0;
}
.the-tooltip2b.right > :last-child {
  right: 0;
}
.the-tooltip2b.right > :last-child:after, .the-tooltip2b.right > :last-child:before {
  right: 0;
}
.the-tooltip2b.top > :last-child {
  bottom: 100%;
  margin-bottom: 15px;
}
.the-tooltip2b.top > :last-child:after {
  margin-top: -1px;
}
.the-tooltip2b.top > :last-child:after, .the-tooltip2b.top > :last-child:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip2b.top > :last-child:before {
  margin-top: 0px;
}
.the-tooltip2b.auto-width > :last-child {
  white-space: nowrap;
  width: auto;
}
.the-tooltip2b.full-width > :last-child {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip2b.apple-green > :last-child {
  background-color: #8db600;
  border-color: #658300;
  color: #161d00;
}
.the-tooltip2b.apple-green > :last-child:after {
  border-color: #8db600;
}
.the-tooltip2b.apple-green > :last-child:before {
  border-color: #658300;
}
.the-tooltip2b.apple-green > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip2b.apricot > :last-child {
  background-color: #fbceb1;
  border-color: #f9b080;
  color: #441d03;
}
.the-tooltip2b.apricot > :last-child:after {
  border-color: #fbceb1;
}
.the-tooltip2b.apricot > :last-child:before {
  border-color: #f9b080;
}
.the-tooltip2b.apricot > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip2b.black > :last-child {
  background-color: #333333;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip2b.black > :last-child:after {
  border-color: #333333;
}
.the-tooltip2b.black > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip2b.black > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip2b.color-global-salud > :last-child {
  background-color: #eaeaea;
  border-color: #0d0d0d;
  color: #333f50;
}
.the-tooltip2b.color-global-salud > :last-child:after {
  border-color: #333333;
}
.the-tooltip2b.color-global-salud > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip2b.color-global-salud > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}

.the-tooltip2b.spp-color-autos > :last-child {
  background-color: #34cccd;
  border-color: #0d0d0d;
  color: #000;
}
.the-tooltip2b.spp-color-autos > :last-child:after {
  border-color: #333333;
}
.the-tooltip2b.spp-color-autos > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip2b.spp-color-autos > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}




.the-tooltip3 {
  position: relative;
}
.the-tooltip3 :focus + :last-child, .the-tooltip3:focus > :last-child, .the-tooltip3:hover > :last-child {
  opacity: 1;
  -webkit-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  -ms-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
  visibility: visible;
}
.the-tooltip3 > :last-child {
  border: solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align:justify;
  line-height: 1.5;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 0.2s 0s;
  -moz-transition: 0.2s 0s;
  -ms-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  visibility: hidden;
  width: 450px;
  z-index:999999;
}
.the-tooltip3 > :last-child * {
  max-width: 100%;
}
.the-tooltip3 > :last-child:after, .the-tooltip3 > :last-child:before {
  border: solid 11px;
  content: "";
  display: block;
  margin: 0 20px 0 20px;
  position: absolute;
}
.the-tooltip3.bottom > :last-child {
  margin-top: 15px;
  margin-top: 90px;
  top: 100%;
}
.the-tooltip3.bottom > :last-child:after {
  margin-bottom: -1px;
}
.the-tooltip3.bottom > :last-child:after, .the-tooltip3.bottom > :last-child:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}
.the-tooltip3.bottom > :last-child:before {
  margin-bottom: 0px;
}
.the-tooltip3.center > :last-child {
  left: -225px;
  margin-left: 50%;
}
.the-tooltip3.center > :last-child:after, .the-tooltip3.center > :last-child:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip3.left > :last-child {
  left: 0;
}
.the-tooltip3.left > :last-child:after, .the-tooltip3.left > :last-child:before {
  left: 0;
}
.the-tooltip3.right > :last-child {
  right: 0;
}
.the-tooltip3.right > :last-child:after, .the-tooltip3.right > :last-child:before {
  right: 0;
}
.the-tooltip3.top > :last-child {
  bottom: 100%;
  margin-bottom: 15px;
}
.the-tooltip3.top > :last-child:after {
  margin-top: -1px;
}
.the-tooltip3.top > :last-child:after, .the-tooltip3.top > :last-child:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip3.top > :last-child:before {
  margin-top: 0px;
}
.the-tooltip3.auto-width > :last-child {
  white-space: nowrap;
  width: auto;
}
.the-tooltip3.full-width > :last-child {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip3.black > :last-child {
  background-color: #333333;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip3.black > :last-child:after {
  border-color: #333333;
}
.the-tooltip3.black > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3.black > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip3.color-global-salud > :last-child {
  background-color: #eaeaea;
  border-color: #0d0d0d;
  color: #333f50;
}
.the-tooltip3.color-global-salud > :last-child:after {
  border-color: #333333;
}
.the-tooltip3.color-global-salud > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3.color-global-salud > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}

.the-tooltip3.spp-color-autos > :last-child {
  background-color: #34cccd;
  border-color: #0d0d0d;
  color: #000;
}
.the-tooltip3.spp-color-autos > :last-child:after {
  border-color: #333333;
}
.the-tooltip3.spp-color-autos > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3.spp-color-autos > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}


.the-tooltip3.spp-color-autosb > :last-child {
  background-color: #34cccd;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip3.spp-color-autosb > :last-child:after {
  border-color: #333333;
}
.the-tooltip3.spp-color-autosb > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3.spp-color-autosb > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}




.the-tooltip3b {
  position: relative;
}
.the-tooltip3b :focus + :last-child, .the-tooltip3b:focus > :last-child, .the-tooltip3b:hover > :last-child {
  opacity: 1;
  -webkit-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  -ms-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
  visibility: visible;
}
.the-tooltip3b > :last-child {
  border: solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align:justify;
  line-height: 1.5;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 0.2s 0s;
  -moz-transition: 0.2s 0s;
  -ms-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  visibility: hidden;
  width: 450px;
  z-index:999999;
}
.the-tooltip3b > :last-child * {
  max-width: 100%;
}
.the-tooltip3b > :last-child:after, .the-tooltip3b > :last-child:before {
  border: solid 11px;
  content: "";
  display: block;
  margin: 0 20px 0 20px;
  position: absolute;
}
.the-tooltip3b.bottom > :last-child {
  margin-top: 15px;
  margin-top: 105px;
  top: 100%;
}
.the-tooltip3b.bottom > :last-child:after {
  margin-bottom: -1px;
}
.the-tooltip3b.bottom > :last-child:after, .the-tooltip3b.bottom > :last-child:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}
.the-tooltip3b.bottom > :last-child:before {
  margin-bottom: 0px;
}
.the-tooltip3b.center > :last-child {
  left: -225px;
  margin-left: 50%;
}
.the-tooltip3b.center > :last-child:after, .the-tooltip3b.center > :last-child:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip3b.left > :last-child {
  left: 0;
}
.the-tooltip3b.left > :last-child:after, .the-tooltip3b.left > :last-child:before {
  left: 0;
}
.the-tooltip3b.right > :last-child {
  right: 0;
}
.the-tooltip3b.right > :last-child:after, .the-tooltip3b.right > :last-child:before {
  right: 0;
}
.the-tooltip3b.top > :last-child {
  bottom: 100%;
  margin-bottom: 15px;
}
.the-tooltip3b.top > :last-child:after {
  margin-top: -1px;
}
.the-tooltip3b.top > :last-child:after, .the-tooltip3b.top > :last-child:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip3b.top > :last-child:before {
  margin-top: 0px;
}
.the-tooltip3b.auto-width > :last-child {
  white-space: nowrap;
  width: auto;
}
.the-tooltip3b.full-width > :last-child {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip3b.black > :last-child {
  background-color: #333333;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip3b.black > :last-child:after {
  border-color: #333333;
}
.the-tooltip3b.black > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3b.black > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip3b.color-global-salud > :last-child {
  background-color: #eaeaea;
  border-color: #0d0d0d;
  color: #333f50;
}
.the-tooltip3b.color-global-salud > :last-child:after {
  border-color: #333333;
}
.the-tooltip3b.color-global-salud > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3b.color-global-salud > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}

.the-tooltip3b.spp-color-autos > :last-child {
  background-color: #34cccd;
  border-color: #0d0d0d;
  color: #000;
}
.the-tooltip3b.spp-color-autos > :last-child:after {
  border-color: #333333;
}
.the-tooltip3b.spp-color-autos > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3b.spp-color-autos > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}


.the-tooltip3b.spp-color-autosb > :last-child {
  background-color: #34cccd;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip3b.spp-color-autosb > :last-child:after {
  border-color: #333333;
}
.the-tooltip3b.spp-color-autosb > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip3b.spp-color-autosb > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}




.the-tooltip2.spp-color-infonavit > :last-child {
  background-color: #c00000;
  border-color: #0d0d0d;
  color: #fff;
}
.the-tooltip2.spp-color-infonavit > :last-child:after {
  border-color: #333333;
}
.the-tooltip2.spp-color-infonavit > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip2.spp-color-infonavit > :last-child {
  text-shadow: 0 1px 0 #2f5597;
}


#tt01 {
    z-index:80;
}
#tt02 {
    z-index:70;
}
#tt03 {
    z-index:60;
}
#tt04 {
    z-index:50;
}
#tt05 {
    z-index:40;
}
#tt06 {
    z-index:30;
}
