/*********************************************
** Home 
*********************************************/

#paginaInicial {
	float: left;
	width: 100%;
	padding: 0 0 100px 0;
}

/* Banner Principal */

.bannerPrincipal {
    float: left;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    position: relative;
}

.bannerPrincipal .container {
    position: relative;
}

.bannerPrincipal .imgAleatoria1 {
    position: absolute;
    bottom: -70px;
    left: -170px;
}

.bannerPrincipal .imgAleatoria2 {
    position: absolute;
    bottom: -130px;
    right: 30px;
}

.bannerPrincipal .imgAleatoria2 img {
    width: 370px;
}

/* Lista Categorias */

.listaCategorias {
    float: left;
    width: 100%;
}

.listaCategorias .boxItemCategoria {
    float: left;
    width: 100%;
}

.listaCategorias .boxItemCategoria + .boxItemCategoria {
    margin-top: 50px;
}

.listaCategorias .boxItemCategoria .tituloCategoria {
    float: left;
    color: #D62020;
    font-family: Cy;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 10px;
}

.listaCategorias .boxItemCategoria .listaProjetos {
    float: left;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
}

.listaCategorias .boxItemCategoria .listaProjetos li {
    padding: 0 10px;
}

.listaCategorias .boxItemCategoria .listaProjetos .slick-arrow {
    width: 48px;
    height: 48px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    position: absolute;
    left: -14px;
    top: calc(50% - 24px);
    z-index: 1;
    border-radius: 50px;
    cursor: pointer;
}

.listaCategorias .boxItemCategoria .listaProjetos .slick-arrow.rightArrow {
    left: auto;
    right: -14px;
}

.listaCategorias .boxItemCategoria .listaProjetos .slick-arrow i {
    color: #181C32;
    font-size: 18px;
}

/* Show Reel */

.boxShowReel {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url('../../../uploads/2025/09/bg-body.png') center center repeat-x!important;
    margin: 120px 0 0 0;
}

.boxShowReel .container {
    position: relative;
}

.boxShowReel .imgAleatoria1 {
    position: absolute;
    top: -150px;
    left: -90px;
}

.boxShowReel .imgAleatoria2 {
    position: absolute;
    top: -130px;
    right: 30px;
}

.boxShowReel .imgAleatoria2 img {
    width: 450px;
}

.boxShowReel h2 {
    float: left;
    color: #D62020;
    font-family: Cy;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin: 0 0 30px 0;
}

.boxShowReel video {
    float: left;
    width: 100%;
}

/* Selos */

.boxSelos {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.boxSelos ul.listaSelos {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.boxSelos ul.listaSelos li figure {
    text-align: center;
}

.boxSelos ul.listaSelos li figure a {
    display: inline-block;
}

/* Clientes */

.boxClientes {
    float: left;
    width: 100%;
    margin-top: 70px;
    position: relative;
    z-index: 99;
}

.boxClientes .boxTitulo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.boxClientes .boxTitulo h2 {
    float: left;
    color: #D62020;
    font-family: Cy;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin: 0;
}

.boxClientes .boxListaClientes {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url('../../../uploads/2025/09/Bg-Clientes.png') center center no-repeat;
    background-size: cover;
    position: relative;
}

.boxClientes .boxListaClientes .container {
    display: flex;
    align-items: center;
}

.boxClientes .boxListaClientes ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 15px;
}

.boxClientes .boxListaClientes ul li {
    list-style: none;
    text-align: center;
}

.boxClientes .boxListaClientes ul li a {
    display: inline-block;
}

@media only screen and (max-width: 768px) {

   

}