/*--------------------------------------------------
	Showcase Portfolio
---------------------------------------------------*/
/* ---------------------
Stylos presentación 
Portfolio acordeon 
---------------------- */

/* Indica scroll botón animado */
#hide_button_bw {
	position: fixed;
	bottom: 18%;
	left: 50%;
	transform: translateX(-50%);
	/* z-index: -1; */
	transition: all 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
	opacity: 1;
	z-index: 9;
}

#hide_button_bw.show-button {
	bottom: 135px;
	opacity: 1;
}

.arrow {
	width: 40px;
	height: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle {
	width: 30px;
	height: 40px;
	opacity: 1;
}

.line {
	width: 2.5px;
	height: 10px;
	background-color: #f3bc44;
	position: absolute;
	top: 10px;
	left: 18.5px;
	animation: moveDown 2s infinite ease-in-out;
}

@keyframes moveDown {
	0% {
		top: 10px;
	}

	50% {
		top: 30px;
	}

	100% {
		top: 10px;
	}
}

#hide_button_bw {
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

#hide_button_bw.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* ------ */

/* Body */
.my_body_classes {
	background-color: #252525;
}

/* Main */
.content_portfolio {
	background-color: #252525;
}

.scroll_effect_panel {
	background-color: #252525;
}

.box_title_autumn2024 {
	background-color: #252525;
}


.wrap_container {
	background-color: #000;
	position: relative;
	width: 100vw;
	height: auto;
	/* border-top: 1px solid #323232; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10.5px;
	padding: 10.5px 0 10.5px 0;
}

.flex-container {
	position: relative;
	display: flex;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	gap: 10.5px;
}

.container_one {
	margin-top: 5%;
}

.flex-slide {
	flex: 1;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	overflow: hidden;
}

.flex-slide img {
	position: absolute;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	/* filter: grayscale(100%) brightness(.8); */
	transition: filter 0.5s ease, transform 0.5s ease;
}

.flex-slide:hover img {
	transform: scale(1.03);
}

.flex-container video {
	filter: grayscale(100%) contrast(1.2) brightness(.8);
}


/* ---- */
/* Texto titulo portada */
.stack_marquee_text {
	position: absolute;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 9999;
}

.item_stack_text {
	position: relative;
	margin-top: 5%;
	margin-right: 30%;
	overflow: hidden;
	/* Oculta el texto fuera de los límites */
}

.stack_text {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	font-size: 120px;
	line-height: 150px;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	transform: translateY(150%);
	/*text-transform: uppercase;*/
}


/* Texto Subtitulo portada */
.subtitle_item {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.subtitle_wrapper {
	position: relative;
	width: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transform: translateY(-150%);
}

.subtitle_text {
	font-size: 50px;
	font-family: "PPEditorial_New", sans-serif;
	font-weight: 200;
	font-style: italic;
	color: #fff;
}

.yclas {
	font-size: 120px;
	font-family: "PPEditorial_New", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}


/* Estilos individuales de cada imagen */
.wrap_item {
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}

.wrap_item img {
	width: 100%;
	height: auto;
	display: block;
}

/* Distribución de tamaños en pantallas grandes */
.wrap_item1 {
	width: 50%;
}

.wrap_item2 {
	width: 30%;
}

.wrap_item3 {
	width: 20%;
}

/* RESPONSIVE: Ajustes en pantallas medianas (tablets) */
@media (max-width: 1024px) {
	.wrap_item1 {
		width: 60%;
	}

	.wrap_item2 {
		width: 40%;
	}

	.wrap_item3 {
		width: 100%;
		/* La última imagen ocupa todo el ancho en tablet */
	}
}

/*  RESPONSIVE: Ajustes en móviles */
@media (max-width: 1600px) {
	.stack_text_1a {
		font-size: 100px;
		line-height: 110px;
	}

	.yclas {
		font-size: 100px;
		line-height: 110px;
	}

	.stack_text {
		margin-top: -55px;
	}

	.subtitle_text {
		font-size: 30px;
		line-height: 40px;
	}
}



/* Media Query */
@media screen and (max-width: 420px) {
	.slide_image .background_image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}

	.background_image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.title_content {
		font-size: 80px;
		line-height: 90px;
	}

	.slides_image .list_image {
		width: auto;
		height: auto;
	}

	.slides_image .slide_image {
		width: 100%;
		height: 100vh;
	}

	.item_stack_text {
		margin-right: 0;
	}

	.stack_text_1a {
		font-size: 45px;
		line-height: 50px;
	}

	.yclas {
		font-size: 45px;
		line-height: 50px;
	}

	.stack_text {
		margin-top: -55px;
	}

	.subtitle_text {
		font-size: 18px;
		line-height: 20px;
	}
}

/* --- */


/* Sección del título y subtítulo */
.reveal_effect {
	width: 100vw;
	height: 40vh;
	padding: 0 clamp(0, 12vw, 20rem);
	display: grid;
	place-content: center;
	text-align: center;
}

/* Estilo del texto animado */
.text_reveal {
	font-size: 65px;
	line-height: 75px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin: 0;
}

.style_ppeditorial {
	font-size: 65px;
	line-height: 75px;
	font-family: "PPEditorial_New", sans-serif;
	font-weight: 200;
	font-style: italic;
}

/* Párrafo */
.p_effect {
	position: relative;
	margin-top: 2%;
	width: 100vw;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_reveal_effect {
	position: relative;
	width: 45vw;
	height: auto;
	margin-top: -5%;
	display: flex;
	align-items: center;
	justify-content: center;

}

/* Estilo del párrafo animado */
.p_reveal {
	font-size: 20px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	margin: 0;
}

/* ------------ */
.box_title_autumn2024 {
	width: 100%;
	max-width: 100%;
	position: relative;
	padding-top: 0;
	padding-bottom: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
}

.item_wrapper_subtitle_autumn2024 {
	position: relative;
	margin-top: -2%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.wrapper_subtitle_autumn2024 {
	position: relative;
	margin-right: 5%;
}

.subtitle_autumn2024 {
	position: relative;
	color: #F33A3A;
	font-size: 20px;
	line-height: 30px;
	font-family: "PPEditorial_New", sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	font-style: italic;
}



/* Media Query */
@media screen and (max-width: 1600px) {
	.box_reveal_effect {
		width: 50vw;

	}

	.text_reveal {
		font-size: 50px;
		line-height: 60px;
	}

	.style_ppeditorial {
		font-size: 50px;
		line-height: 60px;
	}

	.p_reveal {
		font-size: 18px;
		line-height: 26px;
	}

	.subtitle_autumn2024 {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 420px) {
	.text_reveal {
		font-size: 22px;
		line-height: 22px;
	}

	.style_ppeditorial {
		font-size: 22px;
		line-height: 22px;
	}

	.p_reveal {
		font-size: 16px;
		line-height: 24px;
	}

	.text_reveal {
		font-size: 20px;
		line-height: 30px;
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		margin: 0;
	}

	.p_effect {
		margin-top: -70px;
	}

	.subtitle_autumn2024 {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0;
	}

	.item_wrapper_subtitle_autumn2024 {
		margin-top: 5%;
		width: 100%;
	}

	.box_reveal_effect {
		width: 90vw;

	}
}



/* Titulos texto fotos */
.box_text_street {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
}

.item_text_street {
	position: relative;
	width: 100%;
	margin-bottom: 2%;
}

.titul_text_street {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-left: 5%;
	opacity: 0;
	/*text-transform: uppercase;*/
	transition: all 0.5s ease;
}

/* -- */

.box_text_street_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 999999;
}

.item_text_street_slider {
	position: relative;
	width: 100%;
	margin-bottom: 5%;
}

.titul_text_street_slider {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-left: 5%;
	opacity: 1;
	/*text-transform: uppercase;*/
	transition: all 0.5s ease;
}

/* --- */


.box_text_street_g {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
}

.item_text_street_g {
	position: relative;
	width: 100%;
	margin-bottom: 30%;
}

.titul_text_street_g {
	font-family: 'barlow_condensedblack';
	font-size: 184px;
	color: #fff;
	margin-left: 5%;
	opacity: 0;
	/*text-transform: uppercase;*/
	transition: all 0.5s ease;
}

.image_wrap:hover .titul_text_street {
	bottom: 10%;
	opacity: 1;
	transform: translateY(-30px);
}

.image_wrap:hover .titul_text_street_g {
	bottom: 10%;
	opacity: 1;
	transform: translateY(-30%);
}

.subtitul_box_text_street {
	position: absolute;
	display: flex;
	align-items: flex-end;
	bottom: -50px;
	left: 0;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 9;
}

.subtitul_text_street {
	font-size: 16px;
	color: #858585;
}

.text_street_1 {
	color: #858585;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.text_street_2 {
	color: #858585;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 14px;
}

/* Galería de imágenes */
.scroll_effect_panel {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}






/* Estilos para la Grid */
.grid_wrap_item {
	background-color: #252525;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid {
	display: grid;
	width: 100%;
	padding-left: 45px;
	padding-right: 45px;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-rows: 250px;
	gap: 45px;
	grid-auto-flow: dense;
}

.grid-item {
	overflow: hidden;
	/* border-radius: 12px; */
}

.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Estilos personalizados por tamaño */
.horizontal_3_2 {
	grid-column: span 3;
	grid-row: span 2;
}

.vertical_1_2 {
	grid-row: span 1;
	grid-row: span 2;
}

.square_2_2 {
	grid-column: span 2;
	grid-row: span 2;
}

.square_1_1 {
	grid-column: span 1;
	grid-row: span 1;
}

.square_2_1 {
	grid-column: span 2;
	grid-row: span 1;
}

.square_4_2 {
	grid-column: span 4;
	grid-row: span 2;
}

/* --- */

.wrap_grid_item {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_grid_item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.box_grid_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease, filter 0.6s ease;
	will-change: transform, filter;
	filter: brightness(1) contrast(1) saturate(1) grayscale(100%);
}

/* Efecto al pasar el mouse */
.box_grid_item:hover img {
	transform: scale(1.05);
	filter: brightness(.5) contrast(1.2) saturate(1.3) grayscale(0%);
}


/* Media Query */
@media screen and (max-width: 1600px) {

	.square_4_2,
	.square_2_1,
	.horizontal_3_2,
	.vertical_1_2,
	.square_2_2,
	.square_1_1 {
		grid-column: span 1;
		grid-row: span 1;
	}

	.item_stack_text {
		margin-top: 5%;
		margin-right: 30%;
	}

	.stack_text {
		font-size: 130px;
		line-height: 180px;
	}

	.subtitle_text {
		font-size: 24px;
		line-height: 40px;
	}
}


@media screen and (max-width: 420px) {
	.grid {
		padding-left: 10px;
		padding-right: 10px;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		grid-auto-rows: 200px;
		gap: 15px;
		grid-auto-flow: dense;
	}

	.square_4_2,
	.square_2_1,
	.horizontal_3_2,
	.vertical_1_2,
	.square_2_2,
	.square_1_1 {
		grid-column: span 3;
		grid-row: span 2;
	}

	.item_stack_text {
		margin-top: 5%;
		margin-right: 0;
	}

	.stack_text {
		font-size: 80px;
		line-height: 130px;
	}

	.subtitle_text {
		font-size: 20px;
		line-height: 30px;
	}

}

/* Titulos de las imagenes */
.grid_caption {
	position: absolute;
	bottom: 0;
	padding: 12px 16px;
	transition: all 0.4s ease;
	opacity: 0;
	transform: translateY(10px);
}

.grid_caption.left {
	left: 0;
	font-size: 26px;
	line-height: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	color: #fff;
	/* border-top-right-radius: 8px; */
}

.grid_caption.right {
	font-family: "PPEditorial_New", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	right: 5px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

.box_grid_item:hover .grid_caption {
	opacity: 1;
	transform: translateY(0);
}

/* --- */










/* Estilos Slider Horizontal agarrable */
.image_wrap_slider {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cover_image_slider {
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}


.image_properties_slider {
	cursor: pointer;
	filter: grayscale(100%) contrast(110%) brightness(100%);
	transform: scale(1);
	transition: all 0.5s 0s ease;
}

.image_properties_slider:hover {
	filter: grayscale(0) contrast(100%) brightness(30%);
	transform: scale(1.03);
	transition: all 0.3s 0s ease;
}

/* Media Query */
@media screen and (max-width: 420px) {}

/* Icono en el puntero del mouse */
.text_floatstreet {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 333333;
	top: 0;
	left: 0;
	background-size: cover;
	opacity: 0.1;
	backdrop-filter: blur(3px);
	background-color: rgba(241, 241, 241, 0.5);
	border-radius: 50%;
}

.text_floatstreet img {
	width: 35px;
	height: 35px;
}

/* --- */


.titlephoto_street {
	background: rgba(17, 17, 17, .8);
	position: absolute;
	font-family: "Poppins", sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	bottom: 20px;
	right: 20px;
	padding: 8px 18px 8px 18px;
	border-radius: 7px;
	text-align: center;
	color: #fff;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	opacity: 1;
	z-index: 99999;
}

/* Media Query */
@media screen and (max-width: 420px) {
	.titlephoto_street {
		display: none;
	}
}


/* Swipper slider */
.swiper {
	position: relative;
	background-color: rgb(0, 0, 0);
	width: 100vw;
	height: 100vh;
}

.swiper-container {
	width: 100vw;
	height: 100vh;
}

.swiper-slide {
	background-color: #fcfcfc;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fcfcfc;
	font-size: 24px;
}

.swiper-slide>.swiper-slide-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent no-repeat 50% 50% /cover;
}

.swiper-slide .slide-01 {
	background-image: url(../images/bn-1.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-02 {
	background-image: url(../images/bn-3.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-03 {
	background-image: url(../images/bn-17.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-04 {
	background-image: url(../images/bn-32.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-05 {
	background-image: url(../images/bn-33.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-06 {
	background-image: url(../images/bn-34.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-07 {
	background-image: url(../images/bn-4.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-08 {
	background-image: url(../images/bn-5.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-09 {
	background-image: url(../images/bn-6.webp);
	transform-origin: 50% 50%;
}

.swiper-slide .slide-10 {
	background-image: url(../images/bn-7.webp);
	transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
	transition-timing-function: linear;
	transition-duration: 20s;
	transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
	transform: scale(1.3);
}

:root {
	--swiper-pagination-bottom: 40px;
	--swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #FCFCFC;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #262626;
}

.swiper-button-prev,
.swiper-button-next {
	background: transparent;
	opacity: 0.55;
	--swiper-navigation-color: rgba(252, 252, 252, 0.85);
	transition: opacity 0.3s ease, color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: transparent;
	opacity: 0.85;
	--swiper-navigation-color: #fcfcfc;
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
	box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
	background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet-active {
	box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
	background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
	opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
	--swiper-pagination-bullet-horizontal-gap: 10px;
}


/* Slider horizontal agarrable */

.slider_custom_mag {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #252525;
}

.slider-custom {
	position: relative;
	width: 100vw;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slider-custom__wrapper {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	height: 100%;
}

.slider-custom__slide {
	flex-shrink: 0;
	width: calc((90vw - 90px) / 3);
	width: auto;
	height: 80%;
	margin: 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.3s ease;
	transform: scale(.8);
}

.slider-custom__slide {
	background: none;
	overflow: hidden;
}

.slider-custom__slide.swiper-slide-active {
	/* background: #fc0; */
	transform: scale(1);
}

.slider-custom__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.arrow_anteriorsiguiente {
	filter: opacity(100%);
	scale: 1;
	transition: all 0.3s ease;
}

.arrow_anteriorsiguiente:hover {
	filter: opacity(100%) contrast(200%) brightness(100%);
	scale: 1.3;
	transition: all 0.3s ease;
}

.arrow_anterior {
	transform: scale(-1);
}

.arrow_siguiente {
	transform: scale(1);
}

/* Flechas */
.slider-custom__btn {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	opacity: 0.6;
	cursor: pointer;
	z-index: 10;
	transform: translateY(-50%);
}

.slider-custom__btn--prev {
	left: 120px;
	z-index: 99999999;
}

.slider-custom__btn--next {
	right: 120px;
	z-index: 99999999;
}

/* --- */


/* Icono en el puntero del mouse */
.float_circlearrows {
	position: absolute;
	transform: translate(-50%, -50%);

	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 333333;
	top: 0;
	left: 0;
	background-size: cover;
}

.circlearrows {
	width: 190px;
	height: auto;
}

/* --- */


/* Media Query */
@media screen and (max-width: 420px) {
	.float_circlearrows {
		display: none;
	}

	.slider-custom__slide {
		width: 90vw;
		height: 50vh;
		transform: scale(1);
	}

	.slider-custom__btn {
		width: 35px;
		height: 35px;
	}

	.slider-custom__btn--prev {
		left: 15px;
	}

	.slider-custom__btn--next {
		right: 15px;
	}

	.circlearrows {
		width: 90px;
	}

	.arrow_anteriorsiguiente {
		scale: 1;
		filter: opacity(70%);
	}

	.arrow_anteriorsiguiente:hover {
		scale: 1.1;
		filter: opacity(100%);
	}
}