.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single{
  display: flex;
  align-items: center;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a{
  padding: 0 20px 0 20px;
  width: 90%;
}

.v2-date-event-item{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.btn-all-properties{
    background-color: #d3d4d6;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #343643;
    font-weight: bold;
    font-size: 20px;
}

.property-location{
    background-color: #475b80;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.property-title{
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: rgba(51, 54, 66, 0.8);
    padding: 20px;
    position: absolute;
    top: 215px;
    width: 100%;
    margin-bottom: 0;
}

.property-title:hover, .property-title:focus{
    color: #fff;
}

.property-details{
    padding: 10px;
    background-color: #f7f7f7;
}

.container-inside{
    padding: 10px;
}

#container-sections, .container-historial{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.section-issuu{
    display: flex;
    width: 49%;
	flex-direction: column;
}

.historial-issuu{
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
    width: 19%;
}

.title-issuu{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.img-overlay{
    width: 100%;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-color{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    opacity: 0;
}

.img-section{
    width: 100%;
    opacity: 0;
}

.img-historial{
    width: 100%;
}

.information-section{
    width: 100%;
}

.title-section{
    font-weight: bold;
    margin-bottom: 5px;
}

.description-section{
	padding: 20px;
}

.c--title-section{
    font-weight: bold;
    background-color: #00a7ff;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.link-section{
	font-weight: bold;
    background-color: #ff4500;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
	text-decoration: none;
	text-align: center;
}

.c--link-section-issuu{
	background-color: #073855;
}

.c--link-section-issuu-home{
	background-color: #073855;
}

.c--container-links-section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c--container-links-section a{
	width: 50%;
}

.c--container-information-article{
	bottom: 50px;
}

.c--container-links-section-home{
	padding-top: 20px;
}

.pages-section{
    color: #0090f6;
    margin-bottom: 5px;
}

.current-magazine{
    display: none;
}

.container-btn-more{
    display: block;
    width: 100%;
    text-align: center;
}

.btn-load-more {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #bbb;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 30px;
    font-weight: bold;
}

.v2-main-article .grid-title-link{
	height: 501px;
	margin-bottom: 30px;
}

.v2-page-social-float{
	display: flex;
}
.page-social-bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.c--social-x{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}

.c--article-section-home{
	position: relative;
	width: 49.5%;
    margin-bottom: 10px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c--container-information-article{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
	padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 767px){
	.c--article-section-home{
		height: auto;
		width: 100%;
	}

	.c--container-information-article{
		padding-right: 10px;
		padding-left: 10px;
	}

}

@media (max-width: 479px){
    .img-section {
        width: 100%;
    }

    .img-historial {
        width: 100%;
    }

    .img-overlay{
        width: 100%;
    }

    .section-issuu{
        width: 100%;
        flex-wrap: wrap;
        margin-right: 0;
    }

    .historial-issuu {
        width: 100%;
    }
}