@charset "utf-8";
/* CSS Document Concejo */

.sec-calen{          /* noticias */
	position:relative; width:90%; height: auto; margin: 0px; padding:7% 5% 7% 5%; background-color: rgb(245,245,245); z-index:350;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	}
/*--------------- Noticias ---------------*/
/*.sec-noti h1{
	float:left; position: relative; width: 100%; height: auto; overflow: hidden; 
    }*/
.calen-content{
	position: relative; width: 100%; height: auto; 
}
.calen-content h1{
	text-align: center; margin-top: 0px;
}
.calen-content h2{
	font-size: 16px; margin-bottom: 40px;
}
.calen-100{
	float:left; position: relative; width: 100%; height: auto; /*overflow-x: hidden;*/
    }
.calen-pnls{ /*3 elementos*/
	float:left; position: relative; width: 100%; height: auto; 
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    }
.calen-pnl{
	/*float: left; position: relative; width: 31.33%; height: auto; margin:1%; overflow: hidden; z-index: 5000; background-color: rgb(255,255,255); cursor:pointer; padding: 0px;*/
	position: relative; width: 31%;  /*overflow: hidden; */cursor:pointer;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    }
.calen-marco{
	position:relative; margin:0px; height: 100%; overflow: hidden; background-color: rgb(255,255,255);
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	
	-moz-box-shadow: 0px 0px 45px -30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 45px -30px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 45px -30px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		
	}
.img-calen{
	float:left; position:relative; /*max-width: 100%;*/ display:block;  /*z-index: 5001;*/
	width: 100%;
    height: auto;

	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;		
    
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    }
@supports(object-fit: cover){
    .img-calen{
         height: 60%; max-height: 320px;
         object-fit: cover;
         object-position: center center;
         }
}
.calen-pnl:hover{
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-ms-transform:scale(1.03);
	-o-transform:scale(1.03);
	transform:scale(1.03);
}
.calen-pnl:hover > img{
	/*filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;*/
    }
.calen-pnl:hover > p{
	/*color:rgb(160,160,160);*/
    }
.calen-pnl p:first-of-type{
	float:left; position:relative; color:rgb(164,164,164); width: calc(100% - 30px); text-align: left; font-size: 16px; margin: 0px 15px 0px 15px; vertical-align: middle; 
    }
.calen-pnl p:last-of-type{
	float:left; position:relative; width: calc(100% - 30px); text-align: left; font-size: 16px; margin: 0px 15px 0px 15px; padding: 0px;
    }
.icon-date{
	width: 15px; height: 15px; margin-top: 0px;
}
.calen-pnl h2{
	float:left; position:relative; text-align: left; font-size: 20px; font-weight: bold; 
	margin: 0px 15px 5px 15px; padding: 0px;
}
.calen-pnl p{
	float:left; position:relative; text-align: left;
}

.lst-calen{
	float:left; margin-left:calc(50% - 43px); margin-top: 20px; display: none; width:86px; height:auto; 
	}
.calen-nro{
    float:left; width:12px; height:12px; border:1px solid rgb(100,100,100); margin: 0px; margin-right: 10px; cursor:pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%; 
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.calen-nro:last-of-type{
	margin-right: 0px; 
    }
.calen-nro:first-of-type{
	background-color: rgb(100,100,100);
	}
.calen-nro:hover{
	background-color: rgb(100,100,100);
	}	
.calen-btn{
	float:left; position:relative; margin-left: calc(50% - 120px); width: 240px; height: 54px; line-height: 54px; background-color: rgb(254,77,67); color: rgb(255,255,255); margin-top: 20px; cursor: pointer; text-align: center; font-size: 14px; font-weight: bold;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	}
.calen-btn:hover{	
    background-color: rgb(253,112,104);
	color: rgb(255,255,255);
	/*-webkit-box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.3);
	box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.3);*/
    }
.calen-arrow{
	position:absolute; height: 48px; width: 48px; right:-48px; bottom:0px;
	/*filter: brightness(500%);*/
	
	-webkit-transition: transform 0.8s; /** Chrome & Safari **/
	-moz-transition: transform 0.8s; /** Firefox **/
	-o-transition: transform 0.8s; /** Opera **/
	transition: transform 0.8s;
    }

.calen-pnl:hover .calen-arrow{
	-webkit-transform: translate(-48px); /** Chrome & Safari **/
	-moz-transform: translate(-48px); /** Firefox **/
	-o-transform: translate(-48px); /** Opera **/
	transform: translate(-48px);	
}

@media all and (max-width: 1000px) {
	/* noticias */
	.sec-calen{
	    position:relative; width:100%; height: auto; margin: 0px; padding:0%; padding-top: 5%; padding-bottom: 5%; background-color: rgb(250,250,250);
        }
	.calen-100{
		width:100%; overflow: hidden;
	}
	.calen-pnls{ /*1 elementos funciona ok */
	    float:left; position:relative; width: 300%; padding: 0px; margin:0px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		
		gap: 0px;
        }
	.calen-pnl{
	    float:left; position:relative; width: 33%; margin: 0px; padding: 0%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
        }
	.calen-marco{
		margin:5%; height: 90%; background-color: rgb(255,255,255); overflow: hidden;

	}
	.img-calen{
	    min-width: 100%;
        }
	.lst-calen{
		display: block; 
	    }
	.calen-btn{
		display: block;
	    }


	
}