@import url("../webfonts/icomoon/stylesheet.css");
@import url("../webfonts/GothamBook/stylesheet.css");
@import url("../webfonts/Britannic_Bold/stylesheet.css");
@import url("../webfonts/Bulletto_Killa/stylesheet.css");

/* AZUL TRANSPARENTE PARA PAGINA 
background-color: rgba(0, 40, 126, .9);

GRIS TRANSPARENTE PARA PAGINA
background-color: rgba(0, 0, 0, .6);

AZUL GENERAL
#00287e

AMARILLO GENERAL
#ffea00

*/


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: arial;
}

@font-face{
	font-family: "Britannic Bold"; /* fuente para palabra ALIANZA */
	font-family: "Gotham-Black"; /* fuente para TITULOS */
	font-family: "GothamBook"; /* fuente para CONTENIDOS */
	font-family: "Gotham-Thin"; /* fuente para CONTENIDOS */
	src: url("../fonts/Britannic Bold.TTF") format('truetype'),
	url("../fonts/Gotham-Black.otf") format('opentype'),
	url("../fonts/GothamBook.ttf") format('truetype'),
	url("../fonts/Gotham-Thin.otf") format('opentype');
}

body {
	/* background: url('../img/home_bg.jpg')fixed; */	/*old background*/
	background: white;	
}

.menu_bar {
	display: none;
}


/* esta clase se agrego para separar logo del menu responsivo y enlazar a inicio*/

.logo_caja_inicio {
	display: none;
}

.logo_caja_inicio img {
	height: 80px; 
	display: block; 
	position: fixed; 
	top: 0; 
	z-index: 1001; 
	margin: 20px;
}


/*//////////////////////////////*/

header {
	width: 100%;
	text-align: center;
}

.logo_caja {
	padding-top: 15px;
	padding-right: 5px;
	margin-bottom: -10px;
}



/* barra de inicio con botones */

header nav {
	z-index: 1000;
	max-width: 100%;
	width: 100%;
	/* background: url('../img/footer-bg.jpg') no-repeat center center fixed; */ /* se quita la imagen para reemplazarla por color solido para que no se trabe al cargar */ 
	/* background: #031476; /* color del menu*/
	background: #006ec7;
    background-size: cover;
	border-bottom: 1px solid rgba(255,255,255, 100);
	position: static;      /* SE MODIFICO DE fixed a static PARA NO SOBREPONER MENU EN SLIDER */
}

header nav ul {
	list-style: none;
}

header nav ul li {
	display: inline-block;
	position: relative;
	border-right: 1px solid rgba(255,255,255, 100);
	font-family: arial;
    font-size: 110%;
	
}


header nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 20px;
	margin-left: -5px;
}

/* ///////////////// */
header nav ul li a:hover {
	background: #006ec7; 
	color: #000;
}
/* ///////////////// */

header nav ul li a span {
	/* se declaran los margenes de los iconos */
	margin-right: 10px;
}

header nav ul li:hover .children {
	display: block;
}

header nav ul li .children {
	display: none;
	background: #006ec7; /* color de los submenus */
	position: absolute;
	width: 120%;
	z-index: 1000;
	text-align: left;
	font-family: arial;
    font-size: 80%;  /* cambiar el tamano de fuente de submenus  */

}

header nav ul li .childInicio {
	width: 200%;
}


header nav ul li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255, .5);
}

header nav ul li .children li a {
	display: block;
	padding: 12px;
	padding-left: 20px;  /* para cambiar el ancho top y bottom de los submenus*/
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top: 3px;
	margin-right: 0px;
	margin-left: 10px;
}

header nav ul li .caret {
	/* se declara la posicion de las flechitas para los menus desplegables  */
	position: relative;
	top: 3px;
	margin-left: 10px;
	marker-right: 0px;
}

/*.children li a {
	padding-bottom: 10px;
	padding-top: 10px;
} */

body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(11, 2, 51);
  font-size: 20px;
  color: white;
  padding: 10px 30px;
  cursor: pointer;
}

#popUpBox{
  width: 500px;
  overflow: hidden;
  background: rgb(11, 2, 51);
  box-shadow: 0 0 10px black;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 10px;
  text-align: center;
  display: none;
}




/* 
██████╗░███████╗░██████╗██████╗░░█████╗░███╗░░██╗░██████╗██╗██╗░░░██╗███████╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██╔══██╗████╗░██║██╔════╝██║██║░░░██║██╔════╝
██████╔╝█████╗░░╚█████╗░██████╔╝██║░░██║██╔██╗██║╚█████╗░██║╚██╗░██╔╝█████╗░░
██╔══██╗██╔══╝░░░╚═══██╗██╔═══╝░██║░░██║██║╚████║░╚═══██╗██║░╚████╔╝░██╔══╝░░
██║░░██║███████╗██████╔╝██║░░░░░╚█████╔╝██║░╚███║██████╔╝██║░░╚██╔╝░░███████╗
╚═╝░░╚═╝╚══════╝╚═════╝░╚═╝░░░░░░╚════╝░╚═╝░░╚══╝╚═════╝░╚═╝░░░╚═╝░░░╚══════╝

/* ///////////////////////////RESPONSIVE//////////////////////////////////// */

@media screen and (max-width: 800px) {
	body {
		padding-top: 126px;

	}

	.logo_caja {
		display: none;
	}

	.menu_bar {
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 1000;
	}

	.logo_caja_inicio { 	/* esta clase se agrego para separar logo del menu responsivo y enlazar a inicio*/
		display: block;
		z-index: 1001;
	}

	/* menu desde movil */

	.menu_bar .bt-menu {
		border-bottom: 1px solid rgba(255,255,255, 0.5);
		display: block;
		padding: 20px;
		background: #006ec7;
		background: #006ec7;
    	background-size: cover;
    	color: #fff;
		overflow: hidden;
		text-decoration: none;
		font-weight: bold;
		font-size: 23px;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header {
		text-align: left;
	}

	header nav {
		width: 80%;
		height: calc(100% - 100px);  /* PARA CAMBIAR EL LARGO DEL MENU DESPLEGABLE MOVIL se cambio de -80 a -100 para que sea visible la pestana contactanos */
		right: 100%;
		margin: 0;
		overflow: scroll;
		position: fixed;
	}

	header nav ul li {
		display: block;
		border-bottom: 1px solid rgba(255,255,255, .5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li a:hover .children {
		background: #000;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
		font-size: 85%;

	}

	header nav ul li .children li a {
		marker-left: 20px;
		padding: 20px; /* para cambiar el ancho top y bottom de los submenus*/
	}

	header nav ul li .caret {
		float: right;
	}

	/* slider desde moviles */
	.main {
	width: 100%;
    }


    /* botones desde moviles */
    .boton_ini {
    	text-decoration: none;
		display: inline-block;
		border: 1px solid gray;
		width: 150px;
		height: 150px;
		margin: 10px;
		margin-top: 30px;
		background: #fff; 
		border-radius: 10px 10px 10px 10px;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	}


	/* contenido de pagina index desde moviles  */

	div .contenido_textos {
		/* TONO GRIS CON TRANSPARENCIA */
		padding-right: 5%;
		padding-left: 5%;
	}

	div .contenido_textos p {
		font-size: 20px;
		line-height: 26px;
	}

	div .contenido_textos h1 {
		font-size: 30px;
		padding-top: 0px;
	}

	div .contenido_textos ul {
		font-size: 20px;
		line-height: 26px;
		margin-left: 20px;
	}

	div .contenido_textos img {
		padding-right: 5%;
		padding-left: 5%;
		float: none;
	}

	div .contenido_textos_hist_lista p {
		text-align: left; 
		line-height: 30px;
		padding-bottom: 14px;
	}

	div .contenido_textos_hist h1 {
		font-size: 36px;
	}

	#histLog {
		width: 90%;
	}

	/* TABS */

	div.tabs {
		margin-left: 0px;
	}

	.menu-fixed {
		margin-right: 10%;
	}


	ul.tabs li {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
	}

	div ul.tabs li a .tab-text {
		font-size: 26px;
		display: none;
	}


	/* Productos Credi ALIANZA */

	div .contenido_prod_boton {
		display: inline-block;
		margin-left: 10px;
		margin-right: 0px;
	}

	div .contenido_prods ol li {
		margin-left: 10%;
		font-size: 26px;
	}



	/* DISCLAIMER */

	div .disclaimer_text {
		padding-left: 0;
		padding-right: 0;
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
	}

	div .disclaimer_text img {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	div .barra_org_container {
		text-align: center;
	}

	/*galeria*/

	.modal {
		padding-top: 30%;
		padding-bottom: 30%;
	}






	/*----------  tablas-------- */
	
    div .tablemenores img {
		width: 40px;
	}

	div .tablemenores th {
		font-size: 20px;


	}

	div .contenido_textos td{
		font-size: 20px;
	}


	/* textos */
	div .contenido_textos ul {
     	font-size: 20px;
		line-height: 26px;
		margin-left: 20px;
		
	}
	/* textos*/
	div .contenido_textos p1 {
		font-size: 20px;
		line-height: 26px;
	}
	/* textos */
	div .contenido_textos p2 {
        font-size: 20px;
		line-height: 26px;
	}
	/* textos */
	div .contenido_buro p {
		font-size: 22px;
		line-height: 30px;

	}
	div .contenido_buro img { 
	width: 50%; 
	margin-right: 4%;
	
	}
	div .contenido_limpieza p {
		font-size: 25px;
		line-height: 30px;
		height: 100%;

	}
	
	div.contenido_limpieza img{
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	
	}

	.adultosiframe {
		width: 100%;
		height: 200px;
		margin-top: 0;
		margin-top: 18%;
	}

	.menoresiframe {
		width: 80%;
	}

	div .galeria {
		padding-left: 0%;
		padding-right: 0%;
	}



/* contenido para educacion cooperativa */

	div .contEdu {
		margin-right: 10%; 
		margin-left: 10%;
		width: 80%;
		margin-top: 30px;
	}

	div .placeEdu h1 {
		font-size: 32px;
	}


/*                                      */

	div .contentEduAmb {
		margin-left: 1%;
		margin-right: 10%;
		width: 80%;
		height: 90%;
	}
	


	div .contenidoConvocatorias {
		width: 100%;
	}

	

	div .contentConv {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 70px;
		margin-top: 70px;
	}



	div .valoresContenido {
		grid-template-columns: repeat(1,1fr);
	}

	div .valoresContent h1 {
		font-size: 50px;
	}

	.valoresContent p {
		font-size: 16px;
		width: 100%;
	}


	/* CSS para pagina de DERECHOS cooperativos */

	div .derechosContenido {
		grid-template-columns: repeat(1,1fr);
		padding-left: 18%;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	/* CSS para QUE ES UNA COOPERATIVA */

	div .queEsCooperativa {
		margin-top: 40px;
		margin-left: -80px;
		margin-right: -80px;
	}

	div .queEsCooperativa p {
		font-size: 24px;
		line-height: 36px;
		width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}

	div .queEsCooperativa img {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		height: 300px;
	}


	/* */

	div .principiosContenido {
		grid-template-columns: repeat(1,1fr);
	}



	/* REFORESTACION */ 

	div .textoReforestacion {
		width: 90%;
	}

	div .imgtextReforest {
		width: 90%
	}

	div .imgReforest {
		width: 100%;
		overflow: hidden;
	}


	div .correcionCampana {
		margin-top: 0px;
	}

	.contenido_limpieza p {
		margin-bottom: 80px;
	}


	/* PARRAFO DE RECICLAJE*/


	.parrafoReciclaje {  
		margin-top: ;
	}

	.correccionDivReciclaje {
		margin-bottom: 150px;
	}



	/* disclaimer correccion*/

	div .correccionLLamanos {
		margin-left: 40%;
		margin-right: 30%;
	}


	div .cerrar {
		margin-top: 40%;
	}

	div .imagen {

		margin-top: -10%;

	}

	div .navegadoresImg {
		margin-bottom: 30px;
	}

	div .correccionTextoDisc {
		width: 90%; 
		margin-left: auto; 
		margin-right: auto;
		text-align: left;
	}



	.ultimoSubmenu {
		margin-bottom: 50px;
	}


	div .botonVerAquiAnimado h1 {
		font-size: 24px;

	}

	div .secciones p{
		font-size: 22px;
		line-height: 30px;
		text-align: left;
	}

	div .secciones ul{
		font-size: 22px;
		text-align: left;
		line-height: 32px;
	}

	div .educatucartera {
		width: 100%;
	}

	div h1 .responsabilidadParche {
		margin-left: 5px;
		font-size: 40px;
		line-height: 50px;
	}

	div .parchePrincipios {
		padding-left: 0%;
	}



}

/* ////////////////////////////////////////////// */
/* 
░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗░░░░██╗
░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝
░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░
░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░
██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░██╔╝░░░
╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░╚═╝░░░░



/* iframe para los videos de youtube */

.adultosiframe {
		margin-top: 18%;
	}

.menoresiframe {
	margin: 2%;
}





/* CSS para slider */

.main {
	width: 100%;
}

.slides {
	width: 100%;
}

.slides img {
	width: 100%;
}

.slidesjs-pagination {
	background:  #031476;
	list-style: none;
	overflow: hidden;
}

.slidesjs-pagination li {
	float: left;
}

.slidesjs-pagination li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
}

.slidesjs-pagination li a:hover {
	background: #ffea00;
	color: #031476;
}

.slides .active {
	background: #ffea00;
	color: #031476;
}

.slidesjs-navigation {
	background: #031476; 
	color: #ffea00;
	text-decoration: none;
	display: inline-block;
	padding: 11px 20px;
	float: right;
}

.slidesjs-navigation:hover {
	background: #000A44;
}


/* CSS para botones INICIO */

.botones_inicio {
	text-align: center;
}

.boton_ini {
	text-decoration: none;
	display: inline-block;
	border: 1px solid gray;
	width: 150px;
	height: 150px;
	margin: 40px;
	margin-top: 30px;
	background: #fff; 
	border-radius: 10px 10px 10px 10px;

	box-shadow: 0px 10px 0px #000;

	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}

.boton_ini:hover {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
  	animation-name: hvr-bob-float, hvr-bob;
  	-webkit-animation-duration: .3s, 1.5s;
  	animation-duration: .3s, 1.5s;
  	-webkit-animation-delay: 0s, .3s;
  	animation-delay: 0s, .3s;
  	-webkit-animation-timing-function: ease-out, ease-in-out;
  	animation-timing-function: ease-out, ease-in-out;
  	-webkit-animation-iteration-count: 1, infinite;
  	animation-iteration-count: 1, infinite;
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
  	-webkit-animation-direction: normal, alternate;
  	animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}


/* CSS para pie de pagina con certificaciones */

.disclaimer {
	background: url('../img/footer-bg.jpg') no-repeat center center fixed;
	background-size: cover;
	border-top: 2px solid #ffea00;
	text-align: center;
	color: #fff;
	font-family: arial;
}

/*.disclaimer_content {
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 35px;
	padding-left: 35px;
} */

.disclaimer_text {
	vertical-align: top;
	display: block;
	margin: 35px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	display: inline-block;
}

.correccionTextoDisc {
	width: 500px;
}


@media (max-width: 1257px) {
	.disclaimer_text {
		margin: 10px;
		padding-left: 2%;
		padding-right: 2%;
		margin-top: 35px;
		}

	.correccionTextoDisc {
		width: 370px;
	}


	.navegadoresImg {
		margin-bottom: 30px;
	}
}


.disclaimer_text h1 {
	font-size: 25px;
}

.disclaimer_text p {
	line-height: 25px;
}

.barra_org {
	background-color: #454545;
	text-align: center;
}

.barra_org_container {
	display: block;
	margin: 25px;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 1201px) {
	div .barra_org_container {
		text-align: center;
		margin-top: 15px;
	}
}

.barra_org_container a:hover {
	opacity: 0.7;
}

.seccionredes {
	margin: 30px auto;
	height: 90px;
}

.rede {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
	transition: all 0.2s ease-out;
	background-color: #00287e;
	border-radius: 50%;
}

.rede:hover {
	cursor: pointer;
	transform: translateY(-3px);
	background-color: #ffea00;
}

.rede img {
	margin: 8px auto;
	margin-left: 7.5px;
	width: 35px;
}


/*      ////////////////////      */



/*      Contenido de pagina INDEX      */

.contenido {
	width: 100%;
	text-align: center;
}

.contenido_textos {
	/* TONO GRIS CON TRANSPARENCIA */
	color: #006ec7;
	padding: 45px;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 70px;
}

.contenido_textos h1 {
	padding: 25px;
	font-size: 40px;
	font-family: 'Gotham';
	font-weight:normal
}

.contenido_textos p {
    padding-bottom: 25px;
    font-size: 28px;
    text-align: justify;
    line-height: 38px;
}

/* ///////////////////////// */

.contenido_textos ul {
    text-align: left;
    font-size: 30px;
    list-style: square;
    line-height: 40px;
}



.contenido_textos_hist img {
	float: left; 
	width: 40%; 
	margin-right: 3%;
}

.contenido_textos_hist p {
	font-size: 27px;
	line-height: 36px;
}

.contenido_textos_hist_lista p {
	text-align: left; 
	line-height: 10px;
}





.botonVerAquiAnimado h1 {
	font-weight: normal;
	font-size: 28px;

}

.boton_verAqui {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 1px solid white;
	width: 180px;
	height: 65px;
	padding: 15px;
	background: #fff; 
	background-color: #00287e;
	border-radius: 10px 10px 10px 10px;

	box-shadow: 0px 10px 0px #000;

	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}

.boton_verAqui:hover {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
  	animation-name: hvr-bob-float, hvr-bob;
  	-webkit-animation-duration: .3s, 1.5s;
  	animation-duration: .3s, 1.5s;
  	-webkit-animation-delay: 0s, .3s;
  	animation-delay: 0s, .3s;
  	-webkit-animation-timing-function: ease-out, ease-in-out;
  	animation-timing-function: ease-out, ease-in-out;
  	-webkit-animation-iteration-count: 1, infinite;
  	animation-iteration-count: 1, infinite;
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
  	-webkit-animation-direction: normal, alternate;
  	animation-direction: normal, alternate;
}

.boton_verAqui:active {
	color: gray;
}

/*      ////////////////////      */



.banner {
	width: 100%;
}

.banner_img {
	width: 100%;
}



/* Historia y Logros */

.hist_cabecera {
	width: 100%;
	margin: 30px;
	background-attachment: fixed;
}

.post-list {
	display: flex;
	/*   min-height: 100vh;   */
	align-items: center;
	justify-content: center;
	padding-left: 35px 15px;
	padding-bottom: 20px;
	margin-left: -100px;
}

.content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	max-width: 1000px;
	margin: auto; 
	height: auto;
	margin-left: 20px;
	margin: auto;
}

.content a {
	text-decoration: none;
}

.post-img {
	width: 168px;
	height: 259px;
	margin-left: auto;
 	margin-right: auto;
 	margin-top: 10%;
	background-position: center;
	transition: .2s;
}

/*

.post-img-2 {
	background: url('../img/buronuevo.png');
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	transition: .2s;
}

*/

.post {
	box-shadow: 0 1px 6px 1px rgba(0,0,0,.1);
	overflow: hidden;
	transition: 0.2s;
	width: 350px;
}

.post:hover {
	transform: translateY(-4px);
	box-shadow: 0 1px 14px 2px rgba(0,0,0,.15);
}

.post-header {
	margin-left: auto;
 	margin-right: auto;
	width: 187px;
	height: 265px;
}

.post:hover .post-img-1,
.post:hover .post-img-2,
.post:hover .post-img-3 {
	transform: scale(1);
}

.post-body {
	margin-left: auto;
  	margin-right: auto;
  	padding: 10px; 
	text-align: center;
}

.post-body span{
	display: inline-block;
	color: #999;
	margin-bottom: 10px;
}

.post-body h2{
	margin-bottom: 15px;
}

.post-body p{
	line-height: 1.5;
	line-height: 35px;
	text-align: center;
	/* padding-bottom: 10px; */
}

.post-body .post-link{
	display: block;
	text-decoration:none;
	padding:10px;
	background: #2b6ebb;
	color: #fff;
	width: 50%;
	margin: auto;
	border-radius: 20px;
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.1); 
	transition: .2s;
}

.post-body .post-link:hover{
	background: #3378c7;
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px); 
}

@media (max-width: 1000px) {
	.content {
		grid-template-columns: repeat(2, 1fr);
	}

	.post-list {
		margin-left: 0;
	}
}

@media (max-width: 600px) {
	.content {
		grid-template-columns: repeat(1, 1fr);
	}

	.post-list {
		margin-left: 0;
	}
}


/* TABS */

.wrap {
	width: 65%;
	max-width: 100%;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
}

ul.tabs {
	width: 100%;
	background: #ffea00;
	list-style: none;
	display: flex;
}

ul.tabs li {
	width: 25%;
}

ul.tabs li a {
	color: #002063;
	text-decoration: none;
	font-size: 28px;
	text-align: center;

	display: block;
	padding: 20px 0px;
}

.activeTabs {
	background: #0984CC;
}

ul.tabs li a .tab-text{
	margin-left: 8px;
}

.secciones {
	width: 100%;
	background-color: rgba(0, 40, 126, 0);
	color: #fff;
	box-shadow: 0 1px 14px 2px rgba(0,0,0,.15);
}

.secciones article {
	padding: 30px;
}

.secciones p{
	text-align: justify;
	font-size: 26px;
	line-height: 36px;
}

.secciones ul{
	list-style: square;
	font-size: 28px;
	margin-left: 5%;
}

.secciones a {
	color: #fff;
}

@media screen and (max-width: 1375px) {
	
	ul.tabs li a .tab-text {
		font-size: 20px;
	}

	.wrap {
		width: 90%;
	}
}

@media screen and (max-width: 1065px) {

	ul.tabs li {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media screen and (max-width: 450px) {
	
	ul.tabs li a {
		padding: 15px 0px;
	}

	ul.tabs li a .tab-text {
		display: none;
	}

	.secciones article {
		padding: 20px;
	}
}




/*  MENU FIXED  */

.menu-fixed {  /* altera la barra de disclaimer */
	position: fixed;
	z-index: 999;
	top: 126px;
	width: 86.5%;
	animation: mover 0.2s;
}

.menu-fixed ul li{
	border-right: 1000px;
}


.menu-fixedIndex {  /* altera la barra de disclaimer */
	position: fixed;
	z-index: 999;
	animation: mover 0.2s;
}




/* Productos Credi ALIANZA */

.contenido_productos {
	margin-top: 10px;
	padding-left: 0;
	display: inline-block;
	/*  background: #000;  */
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.contenido_prod_boton {
	display: inline-block;
	margin-left: 50px;
	margin-right: 20px;
}

.contenido_prod_boton_text {
	margin-top: 20px;
	margin-bottom: -20px;
	font-size: 26px;
}

.contenido_prod_boton_img {
	background-color: #ffea00;
	width: 150px;
	height: 150px;
	margin: 35px;
	border-radius: 50%;
	box-shadow: 0 1px 14px 2px rgba(0,0,0,.50);
	transition: 0.2s;
}

.contenido_prod_boton_img:hover {
	transform: translateY(-4px);
	box-shadow: 0 1px 14px 2px rgba(0,0,0,.80);
}

.contenido_prods ol li {
	text-align: left;
	font-size: 30px;
	line-height: 40px;
}




/* CONTACTANOS */

.contenido_contact {
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 20px;
}

.contenedor_contact {
	margin-left: 15%;
	display: inline-block;
	width: 70%;
	padding: 10px;
	align-items: center;
}

.contenedor_contact_card {
	float: left;
	background-color: white;
	width: 50%;
	height: 500px;
	display: inline-block;
	margin: 10px;
	padding-bottom: 20px;
	border-radius: 5px;
	border: 1px solid blue;
}

.contenedor_contact_card_img {
	width: 100%;
	float: none;
}

.contenedor_contact_card_img img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	height: 250px;
}

.contenedor_contact_card_txt {
	
}

.contenedor_contact_card_txt p {
	margin-left: 20px;
	font-size: 16px;
	line-height: 20px;
}

.contenedor_contact_card_txt h1 {
	text-align: center;
	margin: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1396px) {

	.contenedor_contact {
		width: 80%;
		margin-left: 10%;
	}
	
}

@media screen and (max-width: 1230px) {

	.contenedor_contact_card {
		height: 550px;
	}
	
}

@media screen and (max-width: 1082px) {

	.contenedor_contact_card {
		height: 580px;
	}
	
}

@media screen and (max-width: 900px) {
	
	.contenedor_contact {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.contenedor_contact_card {
		width: 45%;
		height: 500px;
	}
}

@media screen and (max-width: 688px) {

	.contenedor_contact_card {
		height: 540px;
	}
}

@media screen and (max-width: 525px) {

	.contenedor_contact {
		margin-left: 0%;
		margin-right: 3%;
		width: 95%;
	}

	.contenedor_contact_card {
		width: 100%;
		height: 45%;
	}
}



/* CHAT FACEBOOK */

.chat-container {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 340px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 1100;
}

.chat-button {
	width: 100%;
	margin: 0;
	cursor: pointer;
	user-select: none;
	padding: 4px 0;
	background-color: #337AB7;
	text-align: center;
	color: #fff;
}

.chat-content {
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: none;
}

/* GALERIA */

.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 5px;
}

.galeria img {
	width: 280px;
	border: 5px solid #fff;
	border-radius: 5px;
}

.modal {
	display: none;
	opacity: 0;
}

.modal:target {
	display: block;
	opacity: 1;
	transition: all 0.2s;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}


.modal h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 15px 0;
	height: 40px;
}

.imagen {
	width: 100%;
	height: 50%;

	display: flex;
	justify-content: center;
	align-items: center;


}

.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	width: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.cerrar {
	z-index: 999;
	position: static;
	display: block;
	/*background: #fff;*/
	width: 30px;
	height: 30px;
	margin: 250px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	/*padding: 5px;*/
	border-radius: 50%;
	/*line-height: 17px; */}





/*---------- Tabla del angres ---------*/
.tablemenores table, td, th {
    font-size: 25px;
}

.tablemenores table {
    width: 50px;
    text-align: center;
    font-size: 20px;
}

.tablemenores td {
    height: 50px;
    vertical-align: bottom;
    text-align: left;
    font-size: 30px;
    padding: 10px;
}

/*---------- Tabla del angres ---------*/
.tablemano table, td, th {
    font-size: 25px;
}

.tablemanno table {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.tablemano td {
    height: 50px;
    vertical-align: bottom;
    text-align: left;
    font-size: 25px;
	padding:10px;
}


/*Andres estuvo aqui*/
.contenido_textos h3{
    font-size: 27px;
    text-align: left;
   
}

.contenido_textos h4{
    font-size: 30px;
    text-align: center;
    font-family: "Bulletto Killa";	
}
.contenido_textos h5{
    font-size: 50px;
    text-align: center;
  
}

.contenido_textos p1 {
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
}

.contenido_textos p2 {
    padding-bottom: 25px;
    font-size: 23.5px;
    line-height: 40px;
}

.contenido_textos a {
	color: #0838BF;
	
}

.contenido_buro {
padding: 45px;
	padding-right:4%;
	padding-left: 4%;
	padding-bottom: 50px;
	
}

.contenido_buro p {
	font-size: 27px;
	line-height: 36px;
}

.contenido_buro img {
	float: left; 
	width: 30%; 
	margin-right: 4%;
	
}

.contenido_limpieza p {
	font-size: 27px;
	line-height: 36px;
	color: #fff;
	margin-top: -4%;
}

.contenido_limpieza img{
	float: right; 
	width: 40%; 
	margin-left: 5%;
	margin-top: 4%;
		
	}



/* Tabla del angres */
table, td, th {
    border: 1px solid write;
    font-size: 25px;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

td {
    height: 50px;
    vertical-align: bottom;
    text-align: left;
    font-size: 30px;
}
/* ///////////////////////*/

/* Arte del angres */

.contenido_arte{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #000; display: inline-block;
	
}

.contenido_cultura{
    display:inline-block;
	margin: 50px;
	width: 25%;
	background-color: blue;
	
	
}





.rotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
 
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
 
  font-size: 30px;
  top: 50px;
}




/* Boton del angres */
.button_e{
  display: inline-block;
  padding: 20px 30px;
  font-size: 28px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #08136E;
  border: 2px solid white;
  border-radius: 15px;
  box-shadow: 0 9px #08136E;
}
.button_e:hover {background-color: #08136E}
.button_e:active {
  background-color: #08136E;
  box-shadow: 0 5px #08136E;
  transform: translateY(4px);
}

/* ////////////////////*/

.submenu p9 {
	font-family: 'Britannic Bold';
}

/*      ////////////////////      */


.contenedorEducacion {
	width: 100%; 
	/*background-color: #000; */
	display: inline-block;
}

.contentEduAuto {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	/*background-color: gray;*/
	width: 100%;
	height: 100%;
}

.contenidoEdu {
	/*background-color: blue;*/
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.contEdu {
	margin-left: 10%;
	display: inline-block;
	width: 20%;
	/*background-color: gray;*/
	margin-top: 30px;
}

.contEdu a {
	text-decoration: none;
}

.placeEdu {
	color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*background-color: black;*/
	width: 80%;              /* para cambiar el taman de las imagenes y letras juntas */
	margin-bottom: 40px;
}

.placeEdu img{
	margin-top: 8px;
	width: 100%;
	transition: 0.3s;
}

.placeEdu img:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.05)
}


.placeEdu h1 {
	color: #000;
	text-align: center;
	align-items: center;
}

.placeEdu h1:hover {
	color: #3E5F8A;
	text-decoration:underline;
}




@media screen and (max-width: 1262px) {


	.placeEdu h1 {
		font-size: 20px;
	}
}


/*/////////////////////////////////////*/



.contenidoEducacionAmb {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	/*background-color: black;*/
}

.contentEduAmb {
	display: inline-block;
	margin: 50px;
	margin-left: 50px;
	margin-right: 150px;
	margin-top: 0px;
	width: 25%;
	height: 90%;
	/*background-color: blue;*/ 
}

.contEduAmb {
	display: block;
}

.contEduAmb a {
	color: #000;
	text-decoration: none;
}

.contEduAmb img {
	transition: 0.3s;
	width: 100%;
	margin-top: 10px;
}

.contEduAmb img:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.05)
}

.eduAmb {
	margin: 20px;
	margin-top: 0px;
}



.contenidoConvocatorias {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	/*background-color: blue;*/
}

.contenidoConvocatorias a {
	color: #000f;
}

.contentConv {
	width: 30%;
	display: inline-block;
	margin-top: 150px;
	margin-bottom: 200px;
	margin-left: 40px;
	margin-right: 40px;
	/*background-color: red;*/
}

.contentConv {
	display: inline-block;

}

.contentConv img {
	transition: 0.3s;
	width: 60%;
}

.contentConv img:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.05)
}


/* CSS para pagina de valores cooperativos */

.valoresContenido {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 50px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

@media screen and (max-width: 1140px) {

	div .valoresContenido {
		grid-template-columns: repeat(1,1fr);
	}
}

.valoresContent {
	text-align: center;
}

.valoresContent h1 {
	font-size: 70px;
	margin: 18px;
}

.valoresContent p {
	font-size: 16px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}

.valoresContent a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


/* CSS para pagina de DERECHOS cooperativos */

.derechosContenido {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20%;
	padding-right: 15%;
}

@media screen and (max-width: 1000px) {

	div .derechosContenido {
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (max-width: 800px) {

	div .derechosContenido {
		grid-template-columns: repeat(1,1fr);
	}
}




.derechosContent {
	width: 80%;
	text-align: center;
	margin: 0;
	margin-bottom: 40px;
}

.derechosContent p {
	font-size: 20px;
}

.derechosContent img {
	width: 200px;
	transition: 0.3s;
}

.derechosContent img:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.05)
}




/* APARTADO que es una cooperativa*/

.queEsCooperativa {
	margin: 40px;
}

.queEsCooperativa p {
	font-size: 26px;
	line-height: 36px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20%;
	padding-left: 20%;
}

.queEsCooperativa img {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}



/* APARTADO principios cooperativos */

.principiosContenido {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 50px;
	width: 100%;
}

@media screen and (max-width: 1290px) {

	div .principiosContenido {
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (max-width: 800px) {

	div .principiosContenido {
		grid-template-columns: repeat(1,1fr);
	}
}

.principiosContenido h1 {
	font-size: 300%;
}




/* REFORESTACION */

.contenidoReforestacion {
	display: inline-block;
	width: 100%;
	/*background-color: blue;*/
	padding: 20px;
}

.textoReforestacion {
	display: inline-block;
	margin: 10px;
	width: 60%;
	/*background-color: red;*/
	vertical-align: text-top;
}

.imgtextReforest {
	width: 20%
}

.imgReforest {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.textoReforestacion p {
	font-size: 26px;
	text-align: justify;
	line-height: 36px;
}

.textoReforestacion ul {
	font-size: 26px;
	text-align: left;
}

.textoReforestacion img {
	width: 100%;
}

.textobajoimg {
	width: 100%; 
	background-color: rgba(255, 248, 35, .7);; 
	margin-top: 5%; 
	padding: 10px; 
	border-radius: 15px; 
	border: black 1px dashed;
}

.textobajoimg p {
	font-size: 24px;
	text-align: center;
	margin: 10px;
	line-height: 28px;
	font-weight: bold;
}



/* PARRAFO PARA RECICLAJE */

.parrafoReciclaje {  
	font-style: italic; 
}


.correccionDivReciclaje {
	margin-bottom: 80px;
}




/* ULTIMO BOTON DEL ANGRES */
.boton {
text-decoration: none;
 color: #fff;
 font-weight: bold;
 padding: 20px 30px;
 font-size: 26px;
 border-radius: 10px;
 background-color: #08136E;
 box-shadow: 0 5px 5px  #08136E , 0 9px 0 #03082B, 0px 9px 10px rgba(0,0,0,0.4);
 position: relative;
 border-bottom: 2px solid #FFF;
 display: inline-block;
 font-family: Arial, Helvetica, sans;
 text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}
 
.boton:hover {
 box-shadow: 0 5px 5px  #29227B, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
 color: #fff !important;
}
 
.boton:active {
 top: 7px;
 box-shadow: 0 2px 0 #393939, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);
 color: #fff !important;
}
 
.formaBoton {
 border-radius: 15px;
 padding-left: 25px;
 padding-right: 25px;
}
 
.colorRojo{
 background-color: #c34747;
 box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}
 
.colorRojo:hover {
 box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}
 
.colorRojon:active {
 box-shadow: 0 2px 0 #5e2525, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);
}



.correccionLLamanos {
	margin-left: 5%;
	width: 100px;
}

.diasInternacionales {
	margin-top: -3px; 
	width: 100%;
}

.navegadoresImg img{
		margin-top: -20px;
	}

h1 .responsabilidadParche {
	font-size: 50px; 
	font-family: 'Bulletto Killa'; 
	margin-bottom: -70px; 
	margin-left: 20px;
}

.parchePrincipios {
	padding-left: 5%;
}
