#cms #wrapper .looks-by-fetiche.looks-principal .container-title{
	border-bottom: 2px solid var(--negro);
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title{
	color: var(--negro);
	text-align: center;
	font-family: 'InnovarElegant';
	font-size: 167px;
	font-weight: 400;
	line-height: 80%;
	text-transform: uppercase;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title .looksby{
	color: var(--negro);
	text-align: center;
	font-family: 'InnovarElegantLight';
	font-size: 98px;
	font-weight: 300;
	line-height: 90%;
	text-transform: lowercase;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title .looksfetiche{
	color: var(--negro);
	font-family: 'InnovarElegant';
	font-size: 98px;
	font-weight: 300;
	line-height: 90%;
	text-transform: capitalize;
}

#cms #wrapper .looks-by-fetiche.looks-principal .container-title p{
	text-align: center;
	color: var(--negro);
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	max-width: 474px;
	margin: 30px auto;
	font-family: 'Raleway';
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category{
	width: 40%;
	margin-top: 10%;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category h2{
	color: var(--negro);
	font-family: 'InnovarElegant';
    font-size: 70px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
    text-align: right;	
	text-transform: capitalize;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category .looks-category-description{
	color: var(--negro);
	text-align: right;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:first-of-type{
	margin-top: 60px;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:last-of-type{
	margin-bottom: 150px;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category{
	margin-bottom: 230px;
	display: flex;
	gap: 50px;
	width: 100%;
	max-width: 1533px;
	margin-left: auto;
	margin-right: auto;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:nth-child(even){
	flex-direction: row-reverse;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:nth-child(even) .title-category h2,
#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:nth-child(even) .title-category .looks-category-description{
	text-align: left;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms{
	width: 60%;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px 20px;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category{
	width: 100%;
	max-width: calc(50% - 10px);
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category-link{
	text-decoration: unset;
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	display: flex;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category h3{
	color: var(--negro);
	text-align: center;
	font-family: 'InnovarElegant';
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	letter-spacing: -0.4px;
	margin-top: 8px;
	text-transform: capitalize;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category-link img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: opacity .2s ease;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category img.reposo{
	opacity: 1;
	transition: opacity .2s ease;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category img.hover{
	z-index: 2;
}

#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category:hover img.reposo{
	opacity: 0;
}

/* INDIVIDUAL */
#cms #wrapper .looks-by-fetiche.looks-individual .back-to-looks{
	width: fit-content;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;	
	margin: 0 auto;
}

#cms #wrapper .looks-by-fetiche.looks-individual .back-to-looks span{
	color: var(--negro);
	font-family: Raleway;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.26px;
	text-transform: uppercase;	
}

#cms #wrapper .looks-by-fetiche.looks-individual .back-to-looks span.underline{
	text-decoration: underline;	
}

#cms #wrapper .looks-by-fetiche.looks-individual .looks-page-title{
	color: var(--negro);
	font-family: 'InnovarElegantLight';
	font-size: 100px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	text-transform: capitalize;
	border-bottom: 0px;
	padding: 0px;
}

#cms #wrapper .looks-by-fetiche.looks-individual .looks-content{
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px 20px;	
	width: 100vw;
	max-width: calc(100vw - 15px);
	box-sizing: border-box;
}

#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item{
	text-align: center;
	width: 100%;
	margin: 0px;
	aspect-ratio: 0.66 / 1;
	position: relative;
	cursor: pointer;
}

#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item .looks-img{
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item span{
	color: var(--negro);
	margin-top: 5px;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.16px;
	display: block;
}

#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item span a{
	line-height: unset;
	padding: 0px;
	display: block;
	border: 0px;
	text-decoration: unset;
}

#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cms.looksbyfetiche-individual #wrapper > .container{
	max-width: 100%;	
}

#cms.looksbyfetiche-individual #wrapper > .container,
#cms.looksbyfetiche-individual  #wrapper > .container > .row #content-wrapper{
	padding: 0px;	
}

#cms.looksbyfetiche-individual  #wrapper > .container > .row{
	margin: 0px;
}

#cms.looksbyfetiche-individual #wrapper .back-to-looks{
	max-width: 1920px;
	padding: 0px 50px;
	width: 100% !important;
}

#cms.looksbyfetiche-individual #wrapper .back-to-looks a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-decoration: unset !important;	
}

#cms.looksbyfetiche-individual #wrapper .container-title{
	max-width: 1920px;
	padding: 0px 50px;
	width: 100%;
	margin: 0 auto;
}

/* FIN INDIVIDUAL */

@media (max-width: 1250px){
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:first-of-type{
		margin-top: 30px;	
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 100px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category{
		margin-top: 0px;
		width: 100%;
		max-width: 580px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms{
		width: 100%;	
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category h2,
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category .looks-category-description{
		text-align: center;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:nth-child(even){
		flex-direction: column;	
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:last-of-type{
		margin-bottom: 100px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:nth-child(even) .title-category h2, 
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category:nth-child(even) .title-category .looks-category-description{
		text-align: center;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category h2{
		font-size: 50px;
		letter-spacing: -0.5px;
	}
		
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title{
		font-size: 101px;
		margin-top: 30px;
		max-width: 385px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title .looksby,
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title .looksfetiche{
		font-size: 60px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .container-title p{
		max-width: 100%;	
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category h3{
		font-size: 32px;
		letter-spacing: -0.324px;
	}
	
	/* INDIVIDUAL */
	
	#cms #wrapper .looks-by-fetiche.looks-individual .looks-content{
		grid-template-columns: repeat(3, 1fr);
 	}
	
	/* FIN INDIVIDUAL */
}

@media (max-width: 991px){
	
	#cms #wrapper .looks-by-fetiche.looks-individual .looks-page-title{
		font-size: 50px;
		margin-top: 15px;
	}
	
	#cms.looksbyfetiche-individual #wrapper .back-to-looks{
		padding: 0px 20px;
	}

	#cms.looksbyfetiche-individual #wrapper .container-title{
		padding: 0px 20px;
	}
		
	/* INDIVIDUAL */
	
	#cms #wrapper .looks-by-fetiche.looks-individual .looks-content{
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;	
	}
	
	#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item{
		aspect-ratio: unset;
		display: flex;
		flex-direction: column;
	}
	
	/* FIN INDIVIDUAL */
}

@media (max-width: 767px){
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .title-category h2{
		font-size: 40px;
		letter-spacing: -0.4px;
	}
		
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title{
		font-size: 93px;
		max-width: 385px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms{
		flex-direction: column;	
		gap: 30px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title .looksby,
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-page-title .looksfetiche{
		font-size: 55px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category h3{
		font-size: 30px;
		letter-spacing: -0.30px;
	}
	
	#cms #wrapper .looks-by-fetiche.looks-principal .looks-categories .looks-category .looks-category-cms .cms-category{
		max-width: 100%;	
	}
	
	/* INDIVIDUAL */

	#cms #wrapper .looks-by-fetiche.looks-individual .looks-page-title{
		font-size: 40px;	
	}
	
	/* FIN INDIVIDUAL */
}	

@media (min-width: 991px){

	#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item .looks-img:hover::before {
		content: "+";
		position: absolute;
		bottom: 16px;
		right: 92px; 
		width: 30px;
		height: 36px;
		background: var(--negro);
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 42px;
		font-family: 'RalewayLight';
		z-index: 1;
	}

	#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item .looks-img:hover::after {
		content: "AMPLIAR";
		position: absolute;
		bottom: 16px;
		right: 0px;
		width: 110px;
		height: 36px;
		background: var(--negro);
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#cms #wrapper .looks-by-fetiche.looks-individual .looks-content .looks-item .looks-img:hover::before{
		opacity: 1;
	}

}