#pageSingleProjeto {
    float: left;
    width: 100%;
}

/* Banner Principal */

.bannerPrincipal {
    float: left;
    width: 100%;
}

.bannerPrincipal ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.bannerPrincipal ul li img {
    width: 100%;
}

.bannerPrincipal .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.bannerPrincipal .slick-dots li {
	display: inline-block;
	line-height: 100%;
}

.bannerPrincipal .slick-dots li button {
	background-color: transparent;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	border: 0;
	margin: 0;
	transition: all 0.2s linear;
	padding: 0;
	border-radius: 50px;
	border: solid 2px transparent;
	position: relative;
}

.bannerPrincipal .slick-dots li button::before {
	content: '';
	width: 16px;
	height: 16px;
	background: #F2F2F2;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	border-radius: 50px;
	transition: all 0.2s linear;
}

.bannerPrincipal .slick-dots li.slick-active button {
	border-color: #D62020;	
}

.bannerPrincipal .slick-dots li.slick-active button::before {
	background: #D62020;
}

/* Resumo do Projeto */

.resumoDoProjeto {
    float: left;
    width: 100%;
    padding: 180px 0 100px 0;
}

.resumoDoProjeto .container {
    display: flex;
    align-items: center;
}

.resumoDoProjeto h2 {
    float: left;
    color: #D62020;
    font-family: Cy;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin: 0 0 30px 0;
}

/* Box Vídeo */

.boxVideo {
    float: left;
    width: 100%;
    background: url('../../../uploads/2025/09/bg-body.png') center center repeat-x!important;
    padding: 80px 0;
    margin-bottom: 100px;
}

.boxVideo img {
    width: 100%;
    float: left;
}

.boxVideo video {
    width: 100%;
    float: left;
}

/* Ficha Técnica */

.boxFichaTecnica {
    float: left;
    width: 100%;
    padding: 150px 0;
}

.boxFichaTecnica .container {
    display: flex;
    justify-content: center;
}

.boxFichaTecnica h2 {
    float: left;
    color: #D62020;
    font-family: Cy;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}

.boxFichaTecnica .boxTexto {
    float: left;
    width: 100%;
    text-align: center;
}

/* Projetos Relacionados */

.boxRelacionados {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.boxRelacionados h2 {
    float: left;
    color: #D62020;
    font-family: Cy;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}

.boxRelacionados ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}