<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@font-face {
    /* font-family:ProximaNova; */
	font-family:Proxima;
	src: url(../fonts/ProximaNova-Regular.eot);
	src: local(☺),
		 url(../fonts/ProximaNova-Regular.eot?#amoportales) format("embedded-opentype"),
		 url(../fonts/ProximaNova-Regular.woff) format('woff'),
		 url(../fonts/ProximaNova-Regular.ttf) format('truetype'),
		 url(../fonts/ProximaNova-Regular.otf) format('opentype'),
		 url(../fonts/ProximaNova-Regular.svg) format('svg');
}
@font-face {
    /* font-family:ProximaNovaSemibold; */
	font-family:ProximaBold;
	src: url(../fonts/ProximaNovaSemibold.eot);
	src: local(☺),
		 url(../fonts/ProximaNovaSemibold.eot?#amoportales) format("embedded-opentype"),
		 url(../fonts/ProximaNovaSemibold.woff) format('woff'),
		 url(../fonts/ProximaNovaSemibold.ttf) format('truetype'),
		 url(../fonts/ProximaNovaSemibold.otf) format('opentype'),
		 url(../fonts/ProximaNovaSemibold.svg) format('svg');
}
@font-face {
	font-family:ProximaLight;
	/* font-family:ProximaNovaLight; */
	src: url(../fonts/ProximaNovaLight.eot);
	src: local(☺),
		 url(../fonts/ProximaNovaLight.eot?#amoportales) format("embedded-opentype"),
		 url(../fonts/ProximaNovaLight.woff) format('woff'),
		 url(../fonts/ProximaNovaLight.ttf) format('truetype'),
		 url(../fonts/ProximaNovaLight.otf) format('opentype'),
		 url(../fonts/ProximaNovaLight.svg) format('svg');
}

*{
    margin: 0;  padding: 0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    font-family:ProximaNova, Arial;
	font-weight: normal;
	color: #606060;
	line-height: 26px;
	font-size: 16px;
}

b, strong{
    font-family:ProximaNovaSemibold, Arial;
	font-weight: bold\9;	
}

.conten{
	/* width: 996px;
	max-width: 996px; */
	margin: 0 auto;
	/* border: 1px solid blue; */
	overflow: hidden;
	padding-top: 70px;
}
@media screen and (max-width: 995px){
	.conten{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.conten{
		width: 100%;
	}
}

.conten__header{
	border-bottom: 2px solid #fddb00;
	color: #919191;
	padding: 20px 0;
	font-size: 1.45rem;
	-webkit-box-shadow: 0 5px 10px rgba(200, 200, 200, 0.6);
	-moz-box-shadow: 0 5px 10px rgba(200, 200, 200, 0.6);
	box-shadow: 0 5px 10px rgba(200, 200, 200, 0.6);
	position: fixed;
	z-index: 30;
	width: 100%;
	background-color: #ffffff;
}
.header__logo{
	position: absolute;
	width: 35px;
	height: 35px;
	background-image: url(./../img/iconos/GS.svg);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 20px;
	top: 50%;
	right: 0;
	margin-right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__texto{
	text-align: center;
	font-family: ProximaBold;
	color: #909090;
	width: 100%;
	font-size: 24px;
}
/* @media screen and (max-width: 500px){
	.conten{
		width: 100%;
	}
} */

.menu__conten{
	/* background-color: #68a61d; */
	background-color: #f8f6f5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	position: fixed;
	transform: scale(0);
	transition: .4s;
	transform-origin: -100% -30%;
	/* display: none; */
}

.menu__contenAct{
	transform: scale(1);
	transition: .4s;
	transform-origin: -100% -30%;
}



.menu__action{
	position: fixed;
	z-index: 300;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	transition-property: left;
	/* transition-delay: .1s; */
	transition-duration: .1s

}
.menu__actionAct{
	left: 90%;
	transition-property: left;
	transition-delay: .1s;
	transition-duration: .4s
}

.menu__liner{
	width: 90%;
	height: 4px;
	background-color: #909090;
	border-radius: 7px;
}

.menu__actionAct .menu__liner:nth-child(1){
	transform: rotate(45deg) translateY(12px);
	transition: .4s;
	background-color: #68a61d;
}
.menu__actionAct .menu__liner:nth-child(2){
	transform: scale(0);
	transition: .4s;
	background-color: #68a61d;
}
.menu__actionAct .menu__liner:nth-child(3){
	transform: rotate(-45deg) translateY(-12px);
	transition: .4s;
	background-color: #68a61d;
}


.menu__btns{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	height: 90vh;
	
}

@media screen and (max-width: 500px){
	.menu__btns{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 5vh;
		height: 80vh;

	}
}

.menu__btn{
	color: #a2a2a1;
	text-decoration: none;
	background-position: 2px center;
	background-size: 20px;
	/* padding-left: 30px; */
	background-repeat: no-repeat;
	margin: 30px 0;
	color: #414141;
	font-size: 20px;
	text-transform: uppercase;
}
@media screen and (max-width: 500px){
	.menu__btn{
		color: #a2a2a1;
		text-decoration: none;
		background-position: 2px center;
		background-size: 20px;
		/* padding-left: 30px; */
		background-repeat: no-repeat;
		margin: 17px 0;
		color: #414141;
		font-size: 17px;
	}
}

.menu__btnHome{
	padding-top: 60px;
	background-image: url(./../img/iconos/home.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center 5px;
}

/* .menu__ambientalistas{
	background-image: url(./../img/iconos/icoAmbientalistas.svg)
}
.menu__directorio{
	background-image: url(./../img/iconos/comDirecta_directorioMenu.svg);
	background-size: 18px;
}
.menu__cuentanos{
	background-image: url(./../img/iconos/cuentanos.svg)
}
.menu__efemerides{
	background-image: url(./../img/iconos/calendar.svg)
} */


/* inicio estilos del slider */
/* inicio estilos del slider */
.slider{
	width: 880px;
	max-width: 880px;
	margin: 0 auto;
	padding-top: 90px;
	margin-bottom: 75px;
}
/* @media screen and (max-width: 500px){
	.slider{
		width: 100%;
		padding-top: 15px;
		margin-bottom: 15px;
	}
} */
@media screen and (max-width: 995px){
	.slider{
		width: 100%;
		padding-top: 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 500px){
	.slider{
		width: 100%;
		padding-top: 15px;
		margin-bottom: 15px;
	}
}

.slider__ico{
	width: 120px;
	height: 50px;
	background-image: url(./../img/iconos/SocioVerde.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-bottom: 30px;
}
@media screen and (max-width: 995px){
	.slider__ico{
		margin-bottom:30px;
		display: none;
	}
}

@media screen and (max-width: 500px){
	.slider__ico{
		margin-bottom:30px;
		display: none;
	}
}


.swiper-containerSlider .swiper-button-next{
	/* transform: translateY(-42%); */
}
.swiper-containerSlider .swiper-button-prev{
	/* transform: translateY(-42%); */
}
.swiper-containerSlider .swiper-paginationSlider{
	bottom: 20px;
	left: 20px;
	width: 250px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.swiper-containerSlider .swiper-paginationSlider .swiper-pagination-bullet{
	color: #1daf02;
	/* background-color: #1daf02; */
	color: #606060;
}
.swiper-containerSlider .swiper-paginationSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	background-color: #1daf02;
}

.slider__enlace{
	text-decoration: none;
}


.slider__item{
	width: 90%;
	display: flex;
	margin: 0 auto;
	flex-direction: row-reverse;
	height: auto;

}
@media screen and (max-width: 995px){
	.slider__item{
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 500px){
	.slider__item{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.slider__colum{
	width: 50%;
	padding-top: 30px;
}

.slider__item img{
	display: block;
	width: 45%;
}
@media screen and (max-width: 995px){
	.slider__item img{
		display: block;
		width: 50%;
	}
}
@media screen and (max-width: 500px){
	.slider__item img{
		display: block;
		width: 100%;
	}
}
.banner__textos{
	width: 50%;
}
@media screen and (max-width: 995px){
	.banner__textos{
		width: 50%;
	}
}
@media screen and (max-width: 500px){
	.banner__textos{
		width: 100%;
	}
}

.banner__titulo{
	text-align: left;
	font-family: ProximaBold;
	text-decoration: none;
	font-size: 28px;
	width: 80%;
	margin: 0 auto;
	font-size: 40px;
	line-height: 44px;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 995px){
	.banner__titulo{
		text-align: left;
		text-decoration: none;
		font-size: 24px;
		line-height: 25px;
		width: 80%;
		margin: 0 auto;
		line-height: 28px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 500px){
	.banner__titulo{
		text-align: center;
		text-decoration: none;
		font-size: 28px;
		line-height: 28px;
		width: 80%;
		margin: 0 auto;
		line-height: 32px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.banner__texto{
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
}
@media screen and (max-width: 995px){
	.banner__texto{
		width: 80%;
		margin: 0 auto;

	}
}



.home__titulo{
	font-family: ProximaLight;
	font-size: 45px;
	line-height: 45px;
	color: #3F3F3F;
}
.home_bold{
	font-family: ProximaBold;
}
.home__parrafo{
	font-family: ProximaLight;
	width: 90%;
	font-size: 18px;
	line-height: 20px;
	margin-top: 25px;
}
.home__parrafo b{
	font-family: ProximaBold;
	font-size: 18px;
}
.home__BoldGreen{
	color: #48AB34;
	font-family: ProximaBold;
}
.home__video{
	position: relative;
	top: -30px;
}
.home__img{
	width: 100%;
	display: block;
}

/* fin estilos del slider */
/* fin estilos del slider */


/* inicio estilos de comunicacio  */
/* inicio estilos de comunicacio  */

.comunicacion{
	background-color: #FAFAFA;
	padding-top: 15px;
	padding-bottom: 80px;
	position: relative;
	width: 100%;
	
}
@media screen and (max-width: 995px){
	.comunicacion{
		width: 100%;
		padding: 0 5%;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 500px){
	.comunicacion{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.comunicacion__media{
	max-width: 800px;
	margin: 0 auto;
}
.comunicacion__seccion{
	font-family: ProximaBold;
	color: #3F3F3F;
	font-size: 20px;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 15px;

}
@media screen and (max-width: 995px){
	.comunicacion__seccion{
		width: 100%;
		margin-bottom: 15px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 500px){
	.comunicacion__seccion{
		width: 85%;
		margin-bottom: 15px;
		padding-top: 30px;
	}
}
.comunicacion__conten{
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 500px){
	.comunicacion__conten{
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
}
.comunicacion__item{
	width: 45%;
	text-decoration: none;
	/* display: inline-block; */
	/* border: 1px solid; */
	
}
@media screen and (max-width: 500px){
	.comunicacion__item{
		width: 90%;
		margin-bottom: 30px;
	}
}
/* .comunicacion__item:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	border-radius: 0 50px 30px 30px ;
} */

.comunicacion__img{
	display: block;
	width: 100%;
	border-radius: 14px;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px){
	.comunicacion__img{
		margin-bottom: 10px;
	}
}
.comunicacion__textos{

}
@media screen and (max-width: 500px){
	.comunicacion__textos{
		display: flex;
		flex-direction: column-reverse;
	}
}
.comunicacion__titulo{
	color: #48AB34;
	font-size: 22px;
	font-family: ProximaBold;
	margin-bottom: 5px;
}
@media screen and (max-width: 500px){
	.comunicacion__titulo{
		margin-bottom: 5px;
	}
}
.comunicacion__parrafo{
	font-family: ProximaLight;
	margin-bottom: 15px;
	min-height: 78px;
	line-height: 24px;
}
.comunicacion__fecha{
	font-size: 11px;
	letter-spacing: 2px;
	display: none;
}

@media screen and (max-width: 500px){
	.comunicacion__fecha{
		padding: 0;
		color: #676767;
		display: none;
	}
}

.comunicacion__btn{
	color: #48AB34;
	border: 2px solid #48AB34;
	display: block;
	width: 200px;
	padding: 11px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 45px;
	margin: 0 auto;
	margin-top: 25px;
	font-family: ProximaBold;
}

@media screen and (max-width: 500px){
	.comunicacion__btn{
		margin-top: 0;
		margin-bottom: 30px;
	}
}

/* fin estilos de comunicacio  */
/* fin estilos de comunicacio  */

/* inicio estilos de programa de reconocimiento  */
/* inicio estilos de programa de reconocimiento  */
.ProgramaRec{
	padding: 45px 20px 75px;
	/* border: 1px solid red; */
}
.programaRec__ico{
	width: 58px;
    height: 42px;
    background-image: url(./../img/iconos/estrella.svg);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
    margin: auto;
	display: block;
}
.programaRec__titulo{
	font-size: 35px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
    font-family: ProximaBold;
    width: 100%;
	
}
.programaRec__parrafo{
    font-family: ProximaLight;
    text-align: center;
    width: 45%;
    margin: 0 auto 50px;
}
.programaRec__btn{
    background-color: #48ab34;
    border-radius: 29px;
    color: #ffffff;
    width: 230px;
    padding: 11px 0;
    text-align: center;
    font-size: 20px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 50px;
    font-family: ProximaBold;
}

/* fin estilos de programa de reconocimiento  */
/* fin estilos de programa de reconocimiento  */






/* inicio estilos de mediambiete */
/* inicio estilos de mediambiete  */

.mediambiente{
	margin-top: 15px;
	width: 100%;
}
@media screen and (max-width: 500px){
	.mediambiente{
		margin-top: 0;
		width: 100%;
	}
}
.mediambiente__ico{
	width: 58px;
	height: 42px;
	background-image: url(./../img/iconos/icoAmbientalistas.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	display: block;
}
.mediambiente__titulo{
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 30px;
	font-family: ProximaBold;
	width: 100%;

}
@media screen and (max-width: 500px){
	.mediambiente__titulo{
		width: 90%;
		margin: 30px auto;
	}
}



.mediambiente__conten{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 45px;
	/* flex-direction: column; */
}
@media screen and (max-width: 995px){
	.mediambiente__conten{
		width: 100%;
		justify-content: space-around;
		flex-direction: column;

	}
}
@media screen and (max-width: 500px){
	.mediambiente_conten{
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		padding-bottom: 30px;
	}
}


.mediambiente__conten .mediambienteUser{
	width: 30%;
	padding-bottom: 15px;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	border-radius: 0 45px 15px 15px;
}
@media screen and (max-width: 500px){
	.mediambiente__conten .mediambienteUser{
		width: 80%;
		margin-bottom: 30px;
		border-radius: 15px;
		overflow: hidden;
	}
}




.Cultmediambiente__contenBtns{
	width: 860px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 995px){
	.Cultmediambiente__contenBtns {
		width: 100%;
		margin: 30px auto 30px;
		flex-direction: row;
		justify-content: space-around;
	}
}
@media screen and (max-width: 500px){
	.Cultmediambiente__contenBtns {
		width: 100%;
		margin: 30px auto 30px;
		flex-direction: column;
	}
}
.Cultmediambiente__contenBtns &gt; a {
    text-decoration: none;
}

.Cultmediambiente__btnConten {
    width: 200px;
    min-height: 290px;
    height: auto;
    padding: 15px;
    text-align: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 4px;
    margin-bottom: 30px;
}
@media screen and (max-width: 500px){
	.Cultmediambiente__btnConten {
		width: 85%;
		margin: 15px auto;
		display: flex;
		min-height: 10px;
		align-items: center;
		padding: 15px 15px;
		background-color: #fafafa;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}
.Cultmediambiente__btnIco{
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px){
	.Cultmediambiente__btnIco {
		width: 30px;
		height: 30px;
		margin: 0;
		margin-bottom: 15px;
		margin-right: 90%;
	}
}
.Cultmediambiente__misionVision{
	background-image: url(../img/iconos/redes.svg);
}
.Cultmediambiente__valores{
	background-image: url(../img/iconos/talleres.svg);
}
.Cultmediambiente__decalogo{
	background-image: url(../img/iconos/apps.svg);
	width: 15%;
}
.Cultmediambiente__documental{
	background-image: url(../img/iconos/documental.svg);
}
.Cultmediambiente__btnTexto{
	text-align: left;
    width: 100%;
    line-height: 20px;
    font-family: ProximaBold;
    text-decoration: none;
    margin-top: 30px;
	font-size: 20px;
}
@media screen and (max-width: 500px){
	.Cultmediambiente__btnTexto {
		width: 99%;
		margin: 0;
		/* padding-left: 15px; */
		display: flex;
		min-height: 10px;
		text-align: left;
	}
}
.Cultmediambiente__btnParrafo{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    text-decoration: none;
    width: 100%;
    font-family: ProximaLight;
}
.Cultmediambiente__btn{
	margin-top: 15px;
	border: 1px solid #3F3F3F;
	font-family: ProximaBold;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	border-radius: 24px;
}

@media screen and (max-width: 500px){
	.Cultmediambiente__btn {
		width: 30px;
		height: 30px;
		border-radius: 0;
		margin: 15px auto;
		display: flex;
		font-size: 0;
		background-image: url(./../img/iconos/Arrow_next.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		border: 0;
		padding: 0;
		margin: 0;
	}
}


/* fin estilos de mediambiete  */
/* fin estilos de mediambiete  */


/* inicio estilos de cultura ambiental  */
/* inicio estilos de cultura ambiental  */

.CultAmbiental{
	width: 100%;
	max-width: 996px;
	margin: 0 auto;
}
@media screen and (max-width: 995px){
	.CultAmbiental{
		width: 100%;
	}
}
.CultAmbiental__seccion{
    font-family: ProximaBold;
    color: rgb(63, 63, 63);
    font-size: 20px;
    width: 800px;
    margin: 0px auto 30px;
	margin-top: 60px;

}
@media screen and (max-width: 995px){
	.CultAmbiental__seccion {
		width: 90%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 500px){
	.CultAmbiental__seccion {
		width: 85%;
		margin-bottom: 15px;
	}
}
.CultAmbiental__conten{
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
@media screen and (max-width: 995px){
	.CultAmbiental__conten {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		position: relative;
	}
}
@media screen and (max-width: 500px){
	.CultAmbiental__conten {
		width: 100%;
		margin: 0 auto;
		flex-direction: column-reverse;
	}
}
.CultAmbiental__contenTextos{
	width: 400px;
}
@media screen and (max-width: 995px){
	.CultAmbiental__contenTextos {
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px){
	.CultAmbiental__contenTextos {
		width: 100%;
	}
}
.CultAmbiental__titulo{
	width: 100%;
	font-size: 42px;
	line-height: 44px;
	margin-bottom: 30px;
}
@media screen and (max-width: 995px){
	.CultAmbiental__titulo {
		width: 100%;
		font-size: 42px;
		line-height: 45px;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 500px){
	.CultAmbiental__titulo {
		width: 85%;
		font-size: 28px;
		line-height: 35px;
		margin: 0 auto 30px;
	}
}
.CultAmbiental__tituloNegritas{
	color: #1daf02;
	font-family: ProximaBold;
	font-size: 28px;
}
.CultAmbiental__parrafo{
	font-family: ProximaLight;
	font-size: 18px;
}
@media screen and (max-width: 995px){
	.CultAmbiental__parrafo {
		/* width: 85%; */
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 500px){
	.CultAmbiental__parrafo {
		width: 85%;
		margin: 0 auto;
		margin-top: 15px;
	}
}
.CultAmbiental__parrafo b{
	font-family: ProximaBold;
}

.CultAmbiental__contenImg{
	display: block;
	width: 350px;
	margin-left: 50px;
}
@media screen and (max-width: 995px){
	.CultAmbiental__contenImg {
		width: 40%;
		margin: 5px auto 15px;
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 500px){
	.CultAmbiental__contenImg {
		width: 70%;
		margin: 30px auto 30px;
		flex-direction: column-reverse;
	}
}


.CultAmbiental__contenBtns{
	width: 600px;
	margin: 30px 0 30px 90px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 995px){
	.CultAmbiental__contenBtns {
		width: 100%;
		margin: 30px auto 30px;
		flex-direction: row;
		justify-content: space-around;
	}
}
@media screen and (max-width: 500px){
	.CultAmbiental__contenBtns {
		width: 100%;
		margin: 30px auto 30px;
		flex-direction: column;
	}
}
.CultAmbiental__contenBtns &gt; a {
    text-decoration: none;
}

.CultAmbiental__btnConten{
	width: 190px;
    min-height: 240px;
    height: auto;
    padding: 15px;
    text-align: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 4px;
    margin-bottom: 30px;
}
@media screen and (max-width: 500px){
	.CultAmbiental__btnConten {
		width: 85%;
		margin: 15px auto;
		display: flex;
		min-height: 10px;
		align-items: center;
		padding: 15px 15px;
		background-color: #fafafa;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}
.CultAmbiental__btnIco{
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px){
	.CultAmbiental__btnIco {
		width: 30px;
		height: 30px;
		margin: 0;
		margin-bottom: 15px;
		margin-right: 90%;
	}
}
.CultAmbiental__misionVision{
	background-image: url(./../img/iconos/misionVisionOn.svg);
}
.CultAmbiental__valores{
	background-image: url(./../img/iconos/valoresAmbietales.svg);
}
.CultAmbiental__decalogo{
	background-image: url(./../img/iconos/Decalogo.svg);
}
.CultAmbiental__btnTexto{
	text-align: left;
    width: 100%;
    line-height: 20px;
    font-family: ProximaBold;
    text-decoration: none;
    margin-top: 30px;
	font-size: 20px;
}
@media screen and (max-width: 500px){
	.CultAmbiental__btnTexto {
		width: 99%;
		margin: 0;
		/* padding-left: 15px; */
		display: flex;
		min-height: 10px;
		text-align: left;
	}
}
.CultAmbiental__btnParrafo{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    text-decoration: none;
	width: 100%;
}
.CultAmbiental__btn{
	margin-top: 15px;
	border: 1px solid #3F3F3F;
	font-family: ProximaBold;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	border-radius: 24px;
}

@media screen and (max-width: 500px){
	.CultAmbiental__btn {
		width: 30px;
		height: 30px;
		border-radius: 0;
		margin: 15px auto;
		display: flex;
		font-size: 0;
		background-image: url(./../img/iconos/Arrow_next.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		border: 0;
		padding: 0;
		margin: 0;
	}
}

/* fin estilos de programa de cultura ambiental  */
/* fin estilos de programa de cultura ambiental  */



/* inicio estilos de camDirecta  */
/* inicio estilos de camDirecta  */

.comDirecta{
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 996px;
	margin: 0 auto;
	overflow: hidden;
	/* background-color: rgba(255, 207, 0, 1); */
}
@media screen and (max-width: 995px){
	.comDirecta{
		flex-direction: column;
		max-height: auto;
	}
}
@media screen and (max-width: 500px){
	.comDirecta{
		flex-direction: column;
		max-height: auto;
	}
}
.comDirecta__colum{
	width: 50%;
	background-color: rgba(255, 207, 0, .5);
	color: #3F3F3F;
	min-height: 265px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 265px;
	overflow: hidden;
}
@media screen and (max-width: 995px){
	.comDirecta__colum{
		width: 100%;
		max-height: 100vw;
	}
}
@media screen and (max-width: 500px){
	.comDirecta__colum{
		width: 100%;
		max-height: 100vw;
	}
}
.comDirecta__colum:last-child{
	background-color: rgba(74, 37, 125, .9);
	overflow: hidden;
	
}
@media screen and (max-width: 500px){
	.comDirecta__colum:last-child{
		font-size: 15px;
		width: 100%;
		max-height: 100vw;
	}
		
}
.comDirecta__directorio{
	padding: 30px;
	position: relative;
	width: 100%;

}
@media screen and (max-width: 500px){
	.comDirecta__directorio{
		padding: 15px 5px;
		width: 100%;
		max-height: 100vw;
	}
		
}
.comDirecta__directorioIco{
	width: 30px;
	height: 35px;
	background-image: url(./../img/iconos/comDirecta_directorio.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 15px;
}
.comDirecta__hazlo{
	padding: 30px;
	position: relative;
}
@media screen and (max-width: 500px){
	.comDirecta__hazlo{
		padding: 15px 5px;
		position: relative;
		width: 100%;
	}	
}
.comDirecta__imagen{
	position: absolute;
	width: 100%;
	height: 262px;
	min-height: 268px;
	z-index: -10;
	top: -11px;
	left: 0;
}
@media screen and (max-width: 500px){
	.comDirecta__imagen{
		width: 100vw;
		height: 100vw;
		min-height: 268px;
	}
}

.comDirecta__hazlo .comDirecta__imagen{
	top: 0;
}
@media screen and (max-width: 500px){
	.comDirecta__hazlo .comDirecta__imagen{
		min-height: 320px;
	}
}

.comDirecta__hazloIco{
	width: 40px;
	height: 40px;
	background-image: url(./../img/iconos/bibliotecaSocioIco.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 15px;
	background-color: #ffffff;
	border-radius: 50%;
	background-size: 107%;
}
.comDirecta__titulo{
	font-size: 35px;
	line-height: 35px;
	font-family: ProximaBold;
	margin-bottom: 15px;
	text-align: center;
}
.comDirecta__hazlo .comDirecta__titulo{
	color: #ffffff;
}
.comDirecta__parrafo{
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (max-width: 995px){
	.comDirecta__parrafo{
		margin-bottom: 15px;
		text-align: center;
		width: 55%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px){
	.comDirecta__parrafo{
		margin-bottom: 15px;
		text-align: center;
		width: 90%;
	}
}
.comDirecta__hazlo .comDirecta__parrafo{
	color: #ffffff;
}
.comDirecta__ico{
	width: 30px;
	height: 30px;
	background-image: url(./../img/iconos/comDirecta_Mas.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 15px auto 15px;
	display: block;
}
.comDirecta__hazlo .comDirecta__ico{
	background-image: url(./../img/iconos/comDirecta_MasBlan.svg);
}

/* fin estilos de camDirecta  */
/* fin estilos de camDirecta  */

/* inicio estilos de efemerides  */
/* inicio estilos de efemerides  */

.efemerides{
	display: flex;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 45px;
	gap: 40px;
}
@media screen and (max-width: 995px){
	.efemerides{
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px){
	.efemerides{
		flex-direction: column;
	}
}

@media screen and (max-width: 500px){
	.efemerides__imgConten{
		width: 100%;
	}
}
.efemerides__img{
	display: block;
	width: 75%;
	margin: 0 auto;
	margin-top: -25px;
}
.efemerides__nav{
	width: 50%;
}
@media screen and (max-width: 500px){
	.efemerides__nav{
		width: 90%;
		margin:  0 auto;
	}
}
.efemerides__titulo{
	font-size: 18px;
	font-family: ProximaBold;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;

}
.efemerides__festejo{
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	font-family: ProximaLight;
}
.efemerides__bold{
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	display: block;
	font-family: ProximaBold;
	color: #000000;
}

.efemerides__icoWeb{
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	cursor: pointer;
	background-image: url(../img/iconos/icoInternet.svg);
	background-size: 100%;
	display: block;
	display: block;
    z-index: 99;
    position: relative;
}
.efemerides__icoWebInac{
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../img/iconos/icoInternetOff.svg);
	background-size: 100%;
	display: block;
}
/* .efemerides__dias{

} */

.swiper-container.swiper-ContainerEfemeride{
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	padding: 0 30px;
	align-items: center;
	height: 90px;
}
.swiper-wrapper.swiper-wrapperEfemeride{
	display: flex;
	align-items: center;
	height: 75px;
}

.swiper-container.swiper-ContainerEfemeride .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 50px;
	height: 45px;
	margin: 0 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	border-radius: 7px;

}
.swiper-container.swiper-ContainerEfemeride .swiper-slide-active{
	width: 70px;
	height: 70px;
	font-size: 26px;
	font-family: ProximaBold;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	/* border: 1px solid red; */
}
.swiper-button-next{
	right: 0;
	width: 40px;
	/* height: 100%; */
	/* border: 1px solid green; */
	background-image: url(./../img/iconos/Arrow_next.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: #ffffff;
	/* transform: translateY(-20%); */
}
.swiper-button-next::after{
	content: '';
	width: 0;
}
.swiper-button-prev{
	/* top: 0; */
	left: 0;
	width: 40px;
	/* height: 100%; */
	/* border: 1px solid green; */
	background-image: url(./../img/iconos/Arrow_prev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: #ffffff;
	/* transform: translateY(-20%); */
}
.swiper-button-prev::after{
	content: '';
	width: 1px;
}

.efemerides__dia{
	font-size: 14px;
	/* font-family: ProximaBold; */
	text-align: center;
	padding-top: 2px;
}
.swiper-slide-active .efemerides__dia{
	font-size: 26px;
	font-family: Proxima;
	/* font-family: ProximaBold; */
	text-align: center;
	display: block;
}
.efemerides__mes{
	font-size: 14px;
	font-family: ProximaBold;
	text-align: center;
	margin-top: -9px;
}
.swiper-slide-active .efemerides__mes{
	font-size: 26px;
	font-family: ProximaBold;
	text-align: center;
	margin-top: -13px;
}

/* fin estilos de efemerides  */
/* fin estilos de efemerides  */



/* inicio estilos de ambientalistas  */
/* inicio estilos de ambientalistas  */

.ambientalistas{
	margin-top: 60px;
	width: 100%;
}
@media screen and (max-width: 500px){
	.ambientalistas{
		margin-top: 0;
		width: 100%;
	}
}
.ambientalistas__ico{
	width: 58px;
	height: 42px;
	background-image: url(./../img/iconos/icoAmbientalistas.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	display: block;
}
.ambientalistas__titulo{
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 30px;
	font-family: ProximaBold;
	width: 100%;

}
@media screen and (max-width: 500px){
	.ambientalistas__titulo{
		width: 90%;
		margin: 30px auto;
	}
}
.ambientalistas__parrafo{
	font-family: ProximaLight;
	text-align: center;
	width: 45%;
	margin: 0 auto 50px;
	font-size: 18px;
}
@media screen and (max-width: 500px){
	.ambientalistas__parrafo{
		width: 90%;
		margin: 0 auto 50px;
	}
}

.ambientalistas__conten{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 45px;
}
@media screen and (max-width: 995px){
	.ambientalistas__conten{
		width: 100%;
		justify-content: space-around;
	}
}
@media screen and (max-width: 500px){
	.ambientalistas__conten{
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		padding-bottom: 30px;
	}
}


.ambientalistas__conten .ambientalistaUser{
	width: 30%;
	padding-bottom: 15px;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	border-radius: 0 45px 15px 15px;
}
@media screen and (max-width: 500px){
	.ambientalistas__conten .ambientalistaUser{
		width: 80%;
		margin-bottom: 30px;
		border-radius: 15px;
		overflow: hidden;
	}
}
.ambientalistaUser__Filtro{
	display: none;
}
.ambientalistaUser__imgConten{
	width: 100%;
	position: relative;
	/* border-radius: 0 15px 15px 0; */
	border-radius: 50%;
	/* overflow: hidden; */
	/* background-color: red; */
}
@media screen and (max-width: 500px){
	.ambientalistaUser__imgConten{
		width: 100%;
		position: relative;
		/* border-radius: 50%; */
		margin: 15px auto 0;
	}
}
.ambientalistaUser__img{
	display: block;
	width: 100%;
	

}
@media screen and (max-width: 500px){
	.ambientalistaUser__img{
		display: block;
		width: 50%;
		border-radius: 50%;
		margin: 0 auto;
	}
}
.ambientalistaUser__pais{
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 6px;
	right: 7px;


}
@media screen and (max-width: 500px){
	.ambientalistaUser__pais{
		margin: 0 auto;
		right: 50%;
		transform: translate(50%, 20px);
	}
}
.ambientalistaUser__paisImg{
	width: 60%;
}
.ambientalistaUser__textos{
	width: 100%;
	position: relative;
	padding: 10px;
	
}
.ambientalistaUser__nombre{
	letter-spacing: 1px;
	font-family: ProximaBold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 22px;
}
@media screen and (max-width: 500px){
	.ambientalistaUser__nombre{
		letter-spacing: 1px;
		font-family: ProximaBold;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 22px;
	}
}
.ambientalistaUser__causa{
	text-align: center;
    color: #48ab34;
    font-family: ProximaLight;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}
.ambientalistaUser__descrip{
	text-align: left;
	font-family: ProximaLight;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 90%;
	min-height: 208px;
}
@media screen and (max-width: 500px){
	.ambientalistaUser__descrip{
		height: 50px;
		overflow: hidden;
		min-height: auto;
		margin-bottom: 30px;
		font-size: 18px;

	}
}
.ambientalistaUser__descripAct{
	height: auto;
	overflow: visible;
	min-height: auto;
}
@media screen and (max-width: 500px){
	.ambientalistaUser__descripAct{
		/* height: 216px; */
		height: auto;
	}
}
.ambientalistaUser__mas{
	/* border: 1px solid red; */
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #cccccc;
	padding: 0 10px;
	/* padding-top: 5px; */
	padding-bottom: 0;
	font-size: 18px;
	/* height: px; */
	cursor: pointer;
	font-size: 15px;
	display: none;
}
@media screen and (max-width: 500px){
	.ambientalistaUser__mas{
		height: 30px;
		overflow: hidden;
		min-height: auto;
		margin-bottom: -5px;
		display: block;
	}
}

.ambientalistaUser__liner{
	width: 90%;
	margin: 0 auto;
	height: 2px;
	background-color: #FFCF00;
}
.ambientalistaUser__redes{
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.ambientalistaUser__ico{
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 25px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.icoFacebook{
	background-image: url(./../img/iconos/icoFacebook.svg);
}
.icoTwitter{
	background-image: url(./../img/iconos/icoTwitter.svg);
}
.icoWeb{
	background-image: url(./../img/iconos/icoWeb.svg);
}
.icoFacebook_inac{
	background-image: url(./../img/iconos/icoFacebook_Inac.svg);
}
.icoTwitter_inac{
	background-image: url(./../img/iconos/icoTwitter_Inac.svg);
}
.icoWeb_inac{
	background-image: url(./../img/iconos/icoWeb_Inac.svg);
}

.ambientalistas__verTodos{
	color: #48AB34;
	border: 2px solid #48AB34;
	display: block;
	width: 150px;
	padding: 11px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 45px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 45px;
}

/* fin estilos de ambientalistas  */
/* fin estilos de ambientalistas  */

/* inicio estilos de los eventos socio */
/* inicio estilos de los eventos socio */


.eventos{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.eventos__ico{
	width: 40px;
	height: 45px;
	background-image: url(./../img/iconos/icoEvento.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin: 0 auto;
}
.eventos__titulo{
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 35px;
	text-align: center;
	font-family: ProximaBold;
	color: #3F3F3F;
}
.eventos__parrafo{
	text-align: center;
	width: 45%;
	margin: 0 auto 50px;
	font-family: ProximaLight;
	line-height: 22px;
}
.eventos__conten{
	display: flex;
	justify-content: space-between;
}
.eventos__calendar{
	width: 373px;
	border: 1px solid #EBEBEB;
	border-radius: 20px;
	padding: 30px 35px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	position: relative;
}
.eventos__cardConten{
	width: 373px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
}

.cardEvent{
	padding: 30px;
	border: 1px solid #EBEBEB;
	border-radius: 20px;
}
.cardEvent__titulo{
	font-size: 22px;
	font-family: ProximaBold;
	color: #3F3F3F;
}
.cardEvent__lugar{
	display: flex;
	align-items: center;
}
.cardEvent__bandera{
	display: block;
	width: 15px;
	height: 10px;
	margin-right: 10px;

}
.cardEvent__lugarText{
	color: #48AB34;
	font-family: ProximaLight;
	letter-spacing: 1px;
	margin: 10px 0;
}
.cardEvent__parrafo{
	line-height: 20px;
	font-size: 16px;
	font-family: ProximaLight;
	color: #9F9F9F;

}
.cardEvent__lugar{
	color: #3F3F3F;
}
.cardEvent__web{
	font-family: ProximaBold;
	color: #3F3F3F;
}

/* estilos de calendario */
#calendar {
	font-family:Arial;
	font-size:12px;
}
#calendar .calendar__header {
	text-align:left;
	padding:5px 10px;
	/* background-color:#003366; */
	color:#fff;
	font-weight:bold;
	font-size:medium;
	display: flex;
	justify-content: space-between;
	/* max-width: 300px; */
	color: #3F3F3F;
	text-align: center;

}
.calendar__header a{
	cursor: pointer;
}
.calendar__mes{
	text-align: center;
	width: 100%;
	font-family: ProximaBold;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	position: relative;
}
.calendar__nav{
	/* border: 1px solid red; */
	display: flex;
	width: 75%;
	position: absolute;
	justify-content: space-between;
}
.calendar__nav a{
	font-family: ProximaBold;
	font-size: 26px;
}
.calendar__semana{
	display: flex;
	justify-content: space-between;
	max-width: 300px;
	margin-bottom: 15px;
}
.calendar__diaSem{
	text-align: center;
	font-family: ProximaBold;
	font-size: 16px;
	width: 13.8%;
}
/* #calendar caption div:nth-child(1) {float:left;}
#calendar caption div:nth-child(2) {float:right;}
#calendar caption div:nth-child(2) a {cursor:pointer;}
#calendar th {
	background-color:#006699;
	color:#fff;
	width:40px;
} */
#calendar td {
	text-align:right;
	padding:2px 5px;
	background-color:silver;
	cursor: pointer;
	margin: 5px !important;
}
/* #calendar .hoy {
	border-radius: 5px;
	background-color:red;
	border: 1px solid #1daf02;
	border-radius: 50%;
	width: 10px;
} */
.calendar__body{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 300px;
	justify-content: space-between;
	
}
.calendar__row{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.calendar__dia.hoy{
	display: block;
	width: 13.8%;
	text-align: center;
	/* border: 1px solid green; */
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1daf02;
	border-radius: 5px;
}

.calendar__dia.hoy.calendar__diaSelect{
	border: 1px solid #ffffff;
}



.calendar__diaVacio{
	display: block;
	width: 13.8%;
	text-align: center;
}
.calendar__dia{
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	margin: 5px 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cardEvent__lugarIco{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(./../img/iconos/eventoCalendario.svg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	background-size: 13px;
}

.calendar__diaEvento{
	position: relative;
	cursor: pointer;
}

.calendar__diaEvento::after{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #FFCF00;
	border-radius: 50%;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.calendar__diaSelect{
	color: #ffffff;
}



.calendar__diaSelect::after{
	content: '';
	width: 1px;
	height: 1px;
	background-color: #ffffff !important;  
	border-radius: 50%;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.calendar__diaSelect::before{
	content: '';
	width: 22px;
	height: 22px;
	background-color: #48ab34;
	position: absolute;
	z-index: -1;
	border-radius: 50%;
}

.cardEvent__web{
	margin-top: 10px;
	padding-left: 20px;
	background-image: url(./../img/iconos/eventoWeb.svg);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 13px;
}

/* inicio estilos de la eventos socio */
/* inicio estilos de la eventos socio */

/* inicio estilos de la micrositio socio */
/* inicio estilos de la micrositio socio */
.micrositio{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FAFAFA;
	height: 490px;
}
@media screen and (max-width: 995px){
	.micrositio{
		padding: 0 5%;
	}
}
@media screen and (max-width: 500px){
	.micrositio{
		flex-direction: column;
		height: auto;
	}
}
.micrositio__colum{
	width: 50%;
	max-width: 400px;
}
@media screen and (max-width: 500px){
	.micrositio__colum{
		width: 90%;
		max-width: auto;
	}
}
.micrositio__ico{
	width: 43px;
	height: 43px;
	background-image: url(../img/iconos/icoSocioVerde.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 500px){
	.micrositio__ico{
		margin-top: 20px;
	}
}
.micrositio__Nombre{
	font-family: ProximaBold;
	font-size: 35px;
	color: #48ab34;
	margin: 20px 0;
	line-height: 38px;
}
.micrositio__parrafo{
	font-family: Proxima;
	font-size: 18px;
}
.micrositio__btn{
	color: #48AB34;
	border: 2px solid #48AB34;
	display: block;
	width: 150px;
	padding: 11px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 45px;
	margin-top: 25px;	
}
.micrositio__bg{
	width: 374px;
	height: 338px;
	background-image: url(../img/fondoBiblioteca.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 500px){
	.micrositio__bg{
		width: 90%;
		height: 338px;
	}
}
.micrositio__img{
	display: block;
}
/* fin estilos de la micrositio socio */
/* fin estilos de la micrositio socio */




/* inicio estilos de la biblioteca socio */
/* inicio estilos de la biblioteca socio */
.biblioteca{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FAFAFA;
	height: 490px;
	
}
.biblioteca__colum{
	width: 50%;
	max-width: 400px;
}
.biblioteca__ico{
	width: 43px;
	height: 43px;
	background-image: url(../img/iconos/icoBiblioteca.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.biblioteca__Nombre{
	font-family: ProximaBold;
	font-size: 35px;
	color: #3F3F3F;
	margin: 20px 0;
}
.blblioteca__parrafo{
	font-family: ProximaLight;
}
.biblioteca__btn{
	color: #48AB34;
	border: 2px solid #48AB34;
	display: block;
	width: 150px;
	padding: 11px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 45px;
	margin-top: 25px;	
}
.biblioteca__bg{
	width: 374px;
	height: 338px;
	background-image: url(../img/fondoBiblioteca.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blbiloteca__img{
	display: block;
}
/* fin estilos de la biblioteca socio */
/* fin estilos de la biblioteca socio */


/* inicio seccion del cuentanos */
/* inicio seccion del cuentanos */

.cuentanos{
	background-color: #3F3F3F;
	padding-top: 90px;
	padding-bottom: 75px;
}
.cuentanos__titulo{
	color: #ffffff;
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	font-family: ProximaLight;
	margin-bottom: 30px;
}
@media screen and (max-width: 500px){
	.cuentanos__titulo{
		width: 90%;
		font-size: 30px;
		line-height: 40px;
		margin: 0 auto;
	}
}
.cuentanos__bold{
	color: #ffffff;
	font-family: ProximaBold;
	font-size: 30px;
}
.cuetanos__parrafo{
	text-align: center;
	color: #ffffff;
	line-height: 26px;
	font-size: 20px;
}
.cuentanos__btn{
	background-color: #FFCF00;
	border-radius: 29px;
	color: #000000;
	width: 230px;
	padding: 11px 0;
	text-align: center;
	font-size: 20px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 50px;
	font-family: ProximaBold;
}

.footer-movil {
	width: 100%;
	background-color: #000000;
	text-align:center;
	padding:15px;
	box-sizing:border-box;	
	position:relative;
	color:#848484;	
	display: none;
	/*font-family:Proxima;*/
}
.footer-movilAct{
	display: block;
}

 .conten__footer {
    background: #292a2a;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

.conten__footer{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px;
	align-items:  center;
} 
/* fin seccion del cuentanos */
/* fin seccion del cuentanos */
.footer__texto {
    color: #676767;
    font-size: 16.5px;
    display: inline-block;
}
@media screen and (max-width: 500px){
	.footer__texto {
		color: #676767;
		font-size: 12.5px;
		display: inline-block;
	}
}
.footer__aviso {
    color: #676767;
	font-size: 16.5px;
	margin-left: 5px;
}
@media screen and (max-width: 500px){
	.footer__aviso {
		font-size: 12.5px;
	}
}


</pre></body></html>