#home {
	/* Divider BOTTOM */
	.custom-shape-divider-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
		transform: rotate(180deg);
		margin-bottom: -1px;
	}

	.custom-shape-divider-bottom svg {
		position: relative;
		display: block;
		width: calc(140% + 1.3px);
		height: 124px;
	}

	.custom-shape-divider-bottom .shape-fill {
		fill: #111010;
	}
}

#servicios {
	/* Divider TOP */
	.custom-shape-divider-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
		z-index: 1;
	}

	.custom-shape-divider-top svg {
		position: relative;
		display: block;
		width: calc(140% + 1.3px);
		height: 63px;
	}

	.custom-shape-divider-top .shape-fill {
		fill: #111010;
	}

	/* Divider BOTTOM */
	.custom-shape-divider-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
		transform: rotate(180deg);
        margin-bottom: -1px;
	}

	.custom-shape-divider-bottom svg {
		position: relative;
		display: block;
		width: calc(110% + 1.3px);
		height: 132px;
	}

	.custom-shape-divider-bottom .shape-fill {
		fill: #111010;
	}
}

#proyectos {
	/* Divider TOP */
	.custom-shape-divider-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	.custom-shape-divider-top svg {
		position: relative;
		display: block;
		width: calc(140% + 1.3px);
		height: 76px;
	}

	.custom-shape-divider-top .shape-fill {
		fill: #111010;
	}

	/* Divider BOTTOM */
	.custom-shape-divider-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
		transform: rotate(180deg);
        margin-bottom: -1px;
	}

	.custom-shape-divider-bottom svg {
		position: relative;
		display: block;
		width: calc(110% + 1.3px);
		height: 95px;
	}

	.custom-shape-divider-bottom .shape-fill {
		fill: #111010;
	}
}

#equipo {
	/* Divider TOP */
	.custom-shape-divider-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	.custom-shape-divider-top svg {
		position: relative;
		display: block;
		width: calc(140% + 1.3px);
		height: 87px;
	}

	.custom-shape-divider-top .shape-fill {
		fill: #111010;
	}

	/* Divider BOTTOM */
	.custom-shape-divider-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
		transform: rotate(180deg);
        margin-bottom: -1px;
	}

	.custom-shape-divider-bottom svg {
		position: relative;
		display: block;
		width: calc(110% + 1.3px);
		height: 62px;
	}

	.custom-shape-divider-bottom .shape-fill {
		fill: #111010;
	}
}

#tecnologias {
	/* Divider TOP */
	.custom-shape-divider-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	.custom-shape-divider-top svg {
		position: relative;
		display: block;
		width: calc(140% + 1.3px);
		height: 127px;
	}

	.custom-shape-divider-top .shape-fill {
		fill: #111010;
	}
}
