body.fuentes-de-energia {
	background-color: var(--amarillo);

}

.sun {
	background-image: url('../imgs/sun.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 80%;	
}

h3.subtitle {
	background: var(--rojo);
	color: white;
}

a { 
	text-decoration: none; color: #000; 
}

a.link-matriz {
	display: table;
	margin: 1rem auto 2rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: var(--rojo);
	background: #fff;
	padding: 4px 8px;
	transition: all .2s ease-in-out;
}

a.link-matriz:hover {
	color: var(--turquesa);
}
.wrapper.fuentes {
	/*background: url('../imgs/sun.png') no-repeat center center;*/
}
#fuentes-container {
	text-align: center; 
	max-width: 1100px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 90%;
	
}

#directa .energia div { 
	width: 50% 
}

#indirecta .energia div { 
	width: 33.333% 
}

#directa, #indirecta {
	width: 100%;
	margin: auto;
}

#fuentes-de-energia, #directa, #indirecta {
	margin-bottom: 3rem;
}

#fuentes-de-energia {
	grid-column-start: 1; 
	grid-column-end: -1; 
	padding: 2.25rem 5rem;
}

#directa-group {
	display: flex;
	justify-content: space-around;
}

.captacion {
	width: 50%;
}

.energia {	
	display: flex;
	justify-content: space-around;
}

.energias-container {
	display: flex;
}

.separador-directo {
	margin: auto;
	width: 50%;
	height: 24px;
	border: 1px solid #000;
	border-bottom: none;
}

.separador-indirecto {
	width: 66.6666%;
	height: 92px;
	border: 1px solid #000;
	border-bottom: none;
	margin: auto;
}

span.divider {
	display: inline-block;
	width: 1px;
	height: 92px;
	border-right: 1px solid black;
	margin: auto;
}

h1#fuentes-de-energia-titulo {
	font-family: 'Bebas Neue', sans-serif;
	background: #fff;
	display: table;
	margin: auto;
	padding: 1rem 1rem 0.4rem;
	margin-bottom: 2rem;
	letter-spacing: 4px;
}

.energia-titulo {
	width: 240px;
	margin: 0 auto 2.4rem;
}

.energia-titulo h2 {
	background: var(--rojo);
	display: inline;
	text-transform: uppercase;
	padding: 6px 12px;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2.4rem;
}

h3.fuentes-de-energia-sub {
	font-size: 2rem;
	background: var(--rojo);
	color: #fff;
	display: table;
	margin: 0 auto 2rem;
	padding: .2rem .6rem;
}

h3.fuentes-de-energia-sub-small {
	font-size: 1.5rem;
	background: var(--rojo);
	color: #fff;
	display: table;
	margin: 0 auto 2rem;
	padding: .2rem .6rem;
}

.captacion h4 {
	margin: .7rem 0;
}

.energia div {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.energia img {
	max-width: 95px;
	height: auto;
}

div.icons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 12px;
}

.icons img{
	max-width: 35px;
	margin: 6px;
	transition: all .1s ease-in-out;
}

.icons img:hover {
	transform: scale(1.1);
}

div.charts {
	text-align: center;
	padding: 2rem 0rem;
}

div.charts img {
	width: 450px;
}

div.charts p {
	margin: 3rem 0;
}

#saber-mas-pics {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

#saber-mas-pics img {
	width: 50%;
	padding: 4px;
}

#saber-mas-ul li {
	list-style-type: disc;
	margin-left: 1rem;
}

.modal-content {
	border: none !important;
}

.modal-respuesta.video {
	background: none;
}

@media screen and (max-width: 1000px) {
	#fuentes-container { 
		grid-template-columns: 1fr
	}

	#fuentes-de-energia {
		margin-bottom: 0;
		padding: 0px;
	}

	#indirecta {
		display: flex;		
		flex-direction: column;
		/*grid-row-start: -1;*/
		margin-bottom: 1rem;
	}	

	.separador-indirecto {
		/*transform: rotate(180deg);*/
		height: 24px;
	}

	span.divider {
		height: 1.5rem;
	}

	#indirecta .energia div {
		flex-direction: column;
	}	

	h1#fuentes-de-energia-titulo { 
		font-size: 1.3rem;
	}	

	h3.fuentes-de-energia-sub {
		font-size: 1.25rem;
	}

	.energia-titulo {
		width: 190px;
		margin: 1.2rem auto;
	}

	.energia-titulo h2 {
		font-size: 1rem;
		line-height: 1.6rem;
		padding: 6px 12px;
	}

	#directa-group .energia div img, #indirecta .energia img {
		max-width: 74px;
		height: auto;
	}

	#directa-group .energia div .icons img, #indirecta .energia div .icons img{
		max-width: 35px;
		margin: 6px;
	}

	#indirecta .energia div .icons {
		flex-direction: row;
		padding-bottom: 8px;
	}

	.captacion h4 { font-size: 14px; }
	p { 
		/*font-size: .8rem; */
	}

	a.link-matriz { 
		font-size: 1rem;
		/*margin auto;*/
		display: inline-block;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	#saber-mas-pics {
		flex-direction: column;
	}

	#saber-mas-pics img {
		width: 100%;
		padding: 0px;
		margin-bottom: 1rem;
	}
	
}

/*
div.container {
  width: 190px;
  text-align: center;
}
h2 {  
  text-align: center;
  background: #333;
  color: #fff;
  padding: 9px;
  display: inline;
  box-decoration-break: clone;
}
*/