#sf-sp-main {
    display: flex;
    flex-direction: column;
    padding: 3em 10em!important;
}

/* INFO CONTAINER */

#sf-sp-c-info {
    display: flex;
    flex-direction: row;

    margin: 0px 5px 75px 5px;
}

/* IMG CAROUSEL CONTAINER */

#sf-sp-info-c-carousel {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
}

#sf-sp-info-carousel-c-img {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.sf-sp-info-carousel-img {
    width: 250px;
    padding: 25px 25px 25px 0px;
}

.sf-sp-info-carousel-img:last-child {
    padding-right: 0px;
}

/* -------------- */

/* TEXT CAROUSEL CONTAINER */

#sf-sp-info-c-text {
    flex: 0 0 40%;
    padding-left: 40px;
}

#sf-sp-info-text {
    background-color: #ecfbf8;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.sf-sp-info-text-categ {
    font-size: 32px;
}

.sf-sp-info-text-title {
    font-size: 40px;
}

.sf-sp-info-text-p {
    margin: 15px 0px;
    font-size: 20px;
}

.sf-sp-info-text-p:last-child {
    margin-bottom: 0px;
}

/* -------------- */

/* -------------- */



/* TEXT CONTAINER */

/* MORE CONTAINER */

#sf-sp-text-c-more {
    margin: 0px 5px 25px 5px;
}

#sf-sp-text-more {
    text-align: center;
    font-size: 30px;
    background-color: #31d3ae;
    color: #fff;
    padding: 7px 35px;
    border-radius: 20px;
}

/* -------------- */

/* LINK CONTAINER */

#sf-sp-text-c-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sf-sp-text-link {
	flex: 1 0 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	
	color: #000;
	margin: 15px 5px;
    text-decoration: none;
    font-size: 23px;
}

.sf-sp-text-link:hover {
	color: #31d3ae;
}

.sf-sp-text-link-c {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
	text-align: center;
}

.sf-sp-text-link-redim {
	flex: 1 1 100%;
	overflow: hidden;
}

.sf-sp-text-link-img {
	width: auto;
    height: auto;
	max-height: 400px;
}

.sf-sp-text-link-text {
	flex: 1 0 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -------------- */

/* -------------- */