*{
	box-sizing: border-box;
}

body{
	font-family: 'Arial', 'Verdana';
	margin: 0;
	background:gray;
/*	background: #209F63;*/
}

/*------------------- Estilos Base -------------------------------*/

/*------------------- Estilos Header -----------------------------*/

/*------------------- Estilos del Menú ---------------------------*/

/*------ Estilos Principales : Contactenos -----------------------*/

/*--------------------------- PREVISION SOCIAL  -------------------------------------*/


.gcoo_titulo{
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #175935
}
.gcoo_subtitulo{
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #175935;
}

.gcoo_subtitulo_2{
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #175935;
}

.gcoo_columna_1{
	width: 100%;
}
.gcoo_columna_2{
/*	width: 47%; */
	width: 100%;
}

.gcoo_bloque{
	margin-top: 0px;
	margin-bottom: 0px;
}

.coop_img{
	width: 80%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}

.gcoo_texto{
	font-size: 0.9em;
	margin: 10px;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 1.6;
	margin-top: 0px;
}

.gcoo_texto_accordion{
	font-size: 0.9em;
}

.coop_seccion{
	background: #fff;
	width: 100%;
    margin: auto;
	margin-top: 88px;
	display: flex;
	flex-direction: column;
}

.coop_seccion .coop_seccion_menu{
/*	width: 100%; */
	width: 0%;
	background: #98A57B;
	background: #BCB5A4;
	background: #fff;
}


.coop_seccion .coop_informe{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	margin-top: 6px
}

.coop_seccion .coop_informe .coop_cooperativa{
	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 50px;
}

.coop_seccion .coop_informe .coop_cooperativa > h1{
	text-align: center;
}

.coop-cuadro-monto{
	background-color: #fff;
}

/*------------------- Estilos Base del Acordeon -----------------------*/


.accordion{
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1.0em;
	margin-right: 1.0em;
}

.accordion-item{
	background-color: #98A57B;
	color: #111;
	margin: 1em 0;
	border-radius: 0.5em;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}

.accordion-item-header{
	padding: 0.5em 3em 0.5em 1em;
	max-height: 3.5em;
	line-height: 1.25em;
	font-size: 0.8em;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.accordion-item-header::after{
	content: "\002B";
	font-size: 2.0em; 
	position: absolute;
	right: 0.5em;
	font-weight: 100;
}

.accordion-item-header.active::after{
	content: "\2212";
}

.accordion-item-body{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion-item-body-content{
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	padding-right: 1em;
	line-height: 1.5em;
	border-top: 1px solid #34495e;
	background-color: #f1f1c1;
}

.accordion-item-body-content p{
	padding-left: 1.0em;
	padding-top: 0em;
}




/*------------------- Estilos del Footer -----------------------*/

/*------------------- << Estilos Responsive >> -----------------------*/


@media screen and (min-width:320px) {
	
	.coop_seccion{
		margin-top: 89px;
	}	

}	


@media screen and (min-width:400px) {
	
	.coop_seccion{
		margin-top: 94px;
	}	

	.accordion-item-header{
		font-size: 0.9em;
	}

	.coop_img{
		margin-bottom: 20px;
	}
}	


@media screen and (min-width:480px) {
	
	.coop_seccion{
		margin-top: 106px;
	}

	.gcoo_titulo{
		margin-top: 5px;
		margin-bottom: 5px;
	}	
	
}


@media screen and (min-width:600px){
	
	.coop_seccion{
		width: 100%;
		margin: auto;
		margin-top: 120px;
		
		display: flex;
		flex-direction: row;			
	}	

	.coop_seccion .coop_seccion_menu{
/*		width: 19%; */
		width: 0%;
	}

	.coop_seccion .coop_informe{
/*		width: 79%; */
		width: 100%;
		margin-top: 0px;
	}
	
	.gcoo_titulo{
		font-size: 1.2em;
	}
	
	.gcoo_subtitulo{
		font-size: 1em; 
	}
	
	.gcoo_texto{
		margin-left: 30px;
		margin-right: 30px;
	}	

}



@media screen and (min-width:768px){
	
	.coop_seccion{
		margin-top: 144px;
	}
	
	.gcoo_titulo{
		font-size: 1.2em;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.gcoo_subtitulo{
		font-size: 1em; 
	}
	
	.gcoo_subtitulo_2{
		font-size: 0.9em;
	}
	
	.gcoo_texto{
		font-size: 0.9em;
	}
	
	.accordion-item-header{
		font-size: 1.0em;
	}

	.coop_img{
		margin-bottom: 30px;
	}	
	
}


@media screen and (min-width:850px){
	
	
	.gcoo_columna_2{
		width: 45%;
	}
	
	.coop_seccion{
		margin: auto;
		margin-top: 145px;
	}	
	
	.gcoo_titulo{
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.gcoo_bloque{
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.accordion{
		margin-top: 0.2em;
		margin-bottom: 0.2em;
		margin-left: 1.0em;
		margin-right: 1.0em;
	}

}

@media screen and (min-width:1024px){

	.coop_seccion{
		width: 90%;
		margin: auto;
		margin-top: 146px;
	}	

	.gcoo_titulo{
		font-size: 1.4em;
		margin-top: 14px;
		margin-bottom: 14px;		
	}
	
	.gcoo_subtitulo{
		font-size: 1.1em; 
	}
	
	.gcoo_subtitulo_2{
		font-size: 0.9em;
	}
	
	.gcoo_texto{
		font-size: 1em;
	}	

	.gcoo_columna_2{
		width: 46%;
	}	

	.coop_img{
		margin-bottom: 40px;
	}	
	
}	


@media screen and (min-width:1200px){
	
	.gcoo_columna_2{
		width: 47%;
	}

	.gcoo_bloque{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.accordion{
		margin-top: 1.0em;
		margin-bottom: 1.0em;
		margin-left: 1.0em;
		margin-right: 1.0em;
	}

	.gcoo_texto{
		margin-left: 40px;
		margin-right: 40px;
	}		
	
}


@media screen and (min-width:1400px){
	
	.gcoo_titulo{
		margin-top: 18px;
		margin-bottom: 20px;		
	}
	
}

	
@media screen and (min-width:1500px){ 
	
	.coop_seccion{
		width: 80%;
		margin: auto;
		margin-top: 146px;
	}
	
}

