/** Single Proyectos */


.c-proyect__category {
    border-top: 1px solid #848484;
}

.c-proyectc__basic-info {
 	border-bottom: 1px solid #848484;
}

.c-proyect__data-city {
    border-right: 1px solid #848484;
}

.c-proyect__year {
    padding-left: 10px;
}

.c-proyect__paragraphs p {
    margin-bottom: 13px !important;
}

.c-proyect__imagen figure, .c-proyect__imagen img {
    height: 100%;
	max-height:300px;
    object-fit: cover;
}

/** Cat proyecto*/
.taxonomy-cat_proyecto {
    align-items: center;
    display: flex;
    gap: 7px;
}

/** Grid information */

.c-grid-proyect__element {
    border-bottom: 0.5px solid #848484;
    padding: 10px 0px;
}


/** Social */
.c-social {
    position: relative;
    top: -35px;
}