
.content-all-widget-actividades-home .content-verde-figura img{
	width: 100%;
}
.content-all-widget-actividades-home .content-verde-figura .rectangulo-verde{
    height: 200px;
    background: #93c847;
    width: 100%;
}
.content-all-widget-actividades-home .content-verde-figura {
	position: absolute;
    bottom: 200px;
    z-index: 0;
    width: 100%;
}

.content-all-widget-actividades-home {
	position: relative;
	margin-top: 140px;
    width: 100%;
    /*width: calc(100vw - 17px) !important;  */
}
.content-all-widget-actividades-home .content-title-prox-actividades-cm h2 {
	color: #ffffff;
	padding-left: 15px;
    font-weight: bold;
}

.content-all-widget-actividades-home .content-title-prox-actividades-cm h2:before{
	content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background: #ffffff;
    top: -3px;
}

.content-all-widget-actividades-home .content-cards-actividades .card{
	height: 240px !important;
	display: flex;
	box-shadow: 0px 2px 6px 1px #e2e2e2;
}

.content-all-widget-actividades-home .content-cards-actividades .card h5{
	flex: 1;
	width: 90%;
    font-weight: 500;
    color: #232323;
}
.content-all-widget-actividades-home .content-cards-actividades .card .footer-card-custom{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-all-widget-actividades-home .content-cards-actividades .card .footer-card-custom p{
	margin-bottom: 0 !important;
	color: #232323 !important;
	font-weight: 300;
}

.content-all-widget-actividades-home .content-cards-actividades .card::before {
    content: "";
    position: absolute;
    top: -9px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #93c847 transparent transparent transparent;
    transform: rotate(94deg);
}


.content-all-widget-actividades-home .content-enlace-all-actividades .btn-enlace{
    color: #232323 !important;
}


@media (max-width: 992px) {
    
    .content-widget-proximas-actividades-cm {
        padding-top: 40px !important;
    }
    .content-all-widget-actividades-home {
         background: #93c847;
         width: 100vw !important;
         margin-top: 0 !important;
         /*width: 100% !important;
         margin-top: 0 !important;*/
    }
    .content-all-widget-actividades-home .content-title-prox-actividades-cm{
        margin-top: 20px !important;
    }
    .content-all-widget-actividades-home .content-verde-figura {
        display: none;
    }
    .content-all-widget-actividades-home .content-enlace-all-actividades .btn-enlace{
        padding: 9px 20px;
        background: #fff;
    }
}








