* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto Flex', sans-serif;
}
body {
	background: #f0f5ed;
}
sections {
	min-height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;  
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
sections:nth-child(odd) {

}
sections:nth-child(even) {

	background: #fcfff5;	
}
/*sections:nth-child(3) {
	color: #fff;
}
sections:nth-child(4) {
	color: #1D212B;
	background: #fff;	
}
sections:nth-child(5) {
	color: #fff;
}*/
sections .containers {
	margin: 50px;
}
sections h1 {
	font-size: 40px;
	text-align: center;	
	padding: 10px;
	color: #69656a;
}
sections .h1a {
	color: #178136;
}
sections h2 {
	font-size: 20px;
	text-align: center;
	padding: 0 0 5px 0;
	color: slategrey;	
}
sections h3 {
	font-size: 14px;
	text-align: center;
	padding: 0 0 5px 0;
	color: slategrey;	
}
sections .containers .spages1 {
	font-size: 20px;
	text-align: center;
	padding: 20px 0 10px 0;
	color: slategrey;	
}
sections .containers .spages {
	font-size: 20px;
	text-align: center;
	padding: 40px 0 10px 0;
	color: slategrey;	
}
sections hr {
	margin: 0 20px 20px 20px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
sections p {
	font-size: 18px;
	padding: 10px;	
	color: grey;
	line-height: 1.5;
}
sections p.legisladores {
	text-align: justify;
}
sections p.otros {
	text-align: justify;
}
sections .img {
	display: block;
}
sections .img img {
	float: right;
	clear: both;
	margin: 20px;
	width: 100%;
	height: auto;
	max-width: 250px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;	
}
sections .img2 img {
	float: left;
	clear: both;
	margin: 20px;
	width: 100%;
	height: auto;
	max-width: 250px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;		
}
sections .cards {
	display: flex;
}
sections .cards .text-cards {
	transition: all .3s ease;
	background: #178136;
	margin: 20px;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	/*width: 25%;*/
	width: 33%;	
}
sections .cards .text-cards33 {
	width: 33%;	
}
sections .cards .text-cards:hover {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
sections .cards .text-cards h3 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
sections .cards .text-cards {
	text-align: center;
}
sections .cards a {
	text-decoration: none;
	color: black;
	text-align: center;
}
sections .cards .text-cards h2 {
	color: #d8e3db;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;	
}
sections .cards .text-cards i {
	padding: 10px;
	color: #d8e3db;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;	
}
.reveal {
	position: relative;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s ease;
}
.reveal.active {
	transform: translateY(0px);
	opacity: 1;	
}

/*OLD*/

.wrapper {
	margin: 0 auto;
	max-width: 1024px;	
}
header {
	width: 100%;
	padding: 30px 10px;
    box-sizing: border-box;
   	background-color: #fcfff5;
}
header i {
	float: right;
	padding: 25px;
	color: #4267b2;
    opacity: 1;
    transition: 0.3s;
}
header i:hover {
	float: right;
	padding: 25px;
	color: #898f9c;
    opacity: 1;
}
header_mobile {
	display: none;
}
mobile_header {
	display: none;
}
nav3 {
	width: 100%;
	height: auto;
}
nav3 ul li {
	font-size: 16px;
}
nav3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #178136;
}
nav3 li {
	float: left;
}
nav3 li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 18px 20px;
	text-decoration: none;
	transition: all .3s ease;
}
nav3 li a:hover:not(.active) {
	background-color: #dbb924;
}
/*nav3 li a.active {
	color: #555555;
	background-color: #d1dbbd;
}*/
nav4 {
	display: none;
}
nav_open_close {
	display: none;
}
nav4a {

}	
footer {
	width: 100%;
	padding: 40px;
	background-color: #69656a;
	text-align: center;
	box-sizing: border-box;
	/*position: sticky;
	top: 100vh;*/
}
c {
	color: #f5f5f5;
	font-size: 15px;
}
.c640 {
	display: none;
}

.thumbs {
	text-align: center;
}
.thumbs_l {
	display: inline-block;
	padding 0;
	margin 0;
}
.thumbs_l p {
	padding 0;
	margin 0;
	font-size: 12px;	
}
.thumbs .thumbs_l img.img {
 	border: 1px solid #ddd;
 	border-radius: 4px;
  	padding: 5px;
	margin: 0 30px;
  	width: 200px;
	height: 200px;
	transition: all .3s ease;	
}
.thumbs .thumbs_l img.img:hover {
  	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: center;
}
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
facebook {
	display: block;
	position: fixed;
	margin: 0 20px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	top: 5%;
	/*bottom: 5%;*/
	right: 0;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    opacity: .9;
    filter:alpha(opacity=90);	
}
.facebook {

}

@media (max-width: 900px) {

	sections {
		min-height: initial;
	}
	sections .cards {
		flex-direction: column;
	}
	sections .cards .text-cards {	
		margin: 0 0 20px 0;
		width: 100%;
	}
	sections .img img {
		width: 50%;
	}	
	sections .img2 img {
		width: 50%;
	}		
}

@media screen and (max-width: 900px) {
	header {
		display: none;
	}
	header_mobile {
		display: block;
		background-color: #fcfff5;		
	}
	header_mobile img {
		max-width: 60%;
		height: auto;
		padding: 15px;
	}
	header_mobile i {
		float: right;
		max-width: 30%;
		height: auto;
		padding: 10px 15px;
		color: #4267b2;
   		opacity: 1;
    	transition: 0.3s;
	}
	header_mobile i:hover {
		color: #898f9c;
    	opacity: 1;
	}	
	mobile_header {
		display: block;	
		overflow: hidden;
		box-sizing: border-box;
		background-color: #2B8408;
	}
	.mobile_header_left {
		float: left;
		padding: 14px;
		color: #ffffff;		
		background-color: #2B8408;
	}
	.mobile_header_left:hover {

	}
	.mobile_header_left_on {

	}
	.mobile_header_left.active {

	}			        
	nav3 {
		display: none;
	}
	nav4 {
		display: none;
		font-size: 16px;
		width: 100%;
		height: auto;
	}
	nav4 ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #178136;			
	}
	nav4 li {
		float: none;
		background-color: #69656a;			
	}
	nav4 li a {
		display: block;
		color: #ffffff;
		text-align: center;
		padding: 20px;
		text-decoration: none;
		transition: all .3s ease;	
	}
	nav4 li a:hover:not(.active) {
		color: #ffffff;
		background-color: #dbb924;
	}
	/*nav4 li a.active {
		color: #ffffff;
		background-color: #bbb;
	}*/
	nav_open_close {
		display: block;
	}	
	nav4a {
		display: block;
	}	
	.c641 {
		display: none;
	}	
	.c640 {
		display: block;
	}	
	 .column {
    	flex: 50%;
    	max-width: 50%;
	}
	sections .img img {
		width: 100%;
		height: auto;
	}
	sections .img2 img {
		width: 100%;
		height: auto;
	}
}
	
@media print {
	header, nav3, nav4 {
		display: none;
	}
}