@font-face {
  font-family: 'GT-Eesti-Pro-Light';
  src: url('GT-Eesti-Pro-Light.woff') format('woff'), /* Modern Browsers */
         url('GT-Eesti-Pro-Light.woff2') format('woff2'); /* Modern Browsers */
   font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'GT-Eesti-Pro-Regular';
  src: url('GT-Eesti-Pro-Regular.woff') format('woff'), /* Modern Browsers */
         url('GT-Eesti-Pro-Regular.woff2') format('woff2'); /* Modern Browsers */
   font-style:   normal;
  font-weight:  400;
}

a {
	color: black;
}

body{
	font: 14px 'GT-Eesti-Pro-Light';
	color: black;
	background-color: white;
}

.tableHeadTitle {
	background-color: #85e4c7;
	font-weight: bold;
}
img.tablaImagen {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
a,p {
	
	word-wrap: break-word;
	    overflow-wrap: break-word;
}
.kyoceraLink::after,li::after {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #f06400;
	position: absolute;
	top: 3px;
	left: -16px;
}

li {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}

.kyoceraLink {
	margin-left: 16px;
	position: relative;
}

ul {
	list-style: none;
	padding: 0 0 0 16px;
	margin: 0;
}

td{
	background-color: #c5f1e6;
}

.inactive div.itemContent {
	display: none;
}

.inactive div.itemContent {
	-webkit-transition: display 1s;
	    transition: display 1s;
	    transition-timing-function: ease-out;
}





h2 {
cursor: pointer;
	border-top: 1px solid #eaeaea;
	margin: 30px 0;
	padding-top: 15px;
	font-size: 14px;
	position: relative;
	padding-right: 50px;
}
.active h2::before{
	content: url(img/menos.svg);
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
}

.inactive h2::before{
	content: url(img/mas.svg);
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
}


.noBG {
	background-color: transparent;
}
.graficaTxt{
	background-color: transparent;
}

div.unaTabla {
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

.tituloGrafica {
	background-color: transparent;
	font-family: 'GT-Eesti-Pro-Regular';
}

h3 {
	font: normal normal 14px 'GT-Eesti-Pro-Regular';
}

.centered {
	text-align: center;
}

div.wrap {
 	width: 780px;
 	margin-right: auto;
 	margin-left: auto;
 }
   @media screen and (max-width: 840px) {
   
   
   div.wrap {
   	width: 620px;
   }
   
   }
   
   
   @media screen and (max-width: 680px) {
   
   
   div.wrap {
   	width: 480px;
   }
   
   }
   
   @media screen and (max-width: 540px) {
   
   
   div.wrap {
   	width: 360px;
   }
   
   }
   
   
   
   @media screen and (max-width: 400px) {
   
   
   div.wrap {
   	width: 260px;
   }
   
 
   }
   
   