/* Estilos específicos para la página de portafolio */

/* Prevenir overflow horizontal - solo en elementos específicos, no en html/body */
.portfolio-hero,
.portfolio-page-title,
.portfolio-filter,
.portfolio-cta {
	overflow-x: hidden;
	max-width: 100%;
}

/* Portfolio main y grid sin restricciones de overflow */
.portfolio-main {
	max-width: 100%;
	overflow: visible;
}

.portfolio-grid {
	max-width: 100%;
	overflow: visible;
}

/* Asegurar que footer y contact tengan display correcto */
.contact-left,
.contact-left .title,
.contact-left .contact-list,
.contact-left .title h2,
.contact-left .contact-list ul,
.contact-left .contact-list li {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.contact-left .title h2 {
	color: #f5f1eb !important;
}

.contact-left .contact-list ul {
	display: flex !important;
}

.contact-left .contact-list li {
	color: #d7d6d7 !important;
	display: flex !important;
}

.footer-wrp .title,
.footer-wrp .title h2,
.footer-menu,
.footer-menu ul,
.footer-menu li {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.footer-wrp .title h2 {
	color: #f5f1eb !important;
}

.f-bottom,
.f-copy-text,
.f-copy-text p {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #d7d6d7 !important;
}

/* Portfolio Filter */
.portfolio-filter {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 21px 25px 70px;
	background-color: var(--body);
	flex-wrap: wrap;
}

.filter-dropdown-group {
	display: flex;
	align-items: center;
}

.filter-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237a7a7a' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px;
	color: #7a7a7a;
	letter-spacing: 2px;
	font-size: 12px;
	border: 1px solid #7a7a7a;
	font-family: var(--font-tertiary);
	font-weight: 400;
	padding: 12px 40px 10px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	line-height: 100%;
	cursor: pointer;
	width: 240px;
	box-sizing: border-box;
}

.filter-select:hover {
	background-color: rgba(122, 122, 122, 0.08);
	border-color: #7a7a7a;
}

.filter-select:focus {
	outline: none;
	background-color: rgba(122, 122, 122, 0.08);
}

/* Ocultar segundo filtro (Frentes) y tercer filtro (Cubiertas) en móvil */
@media (max-width: 768px) {
	.filter-dropdown-group:nth-child(2),
	.filter-dropdown-group:nth-child(3) {
		display: none;
	}
	
	/* Acercar botón al párrafo superior y aumentar margen inferior */
	.portfolio-filter {
		padding: 0 25px 70px;
		margin-top: -29px;
	}
}

.filter-select.active {
	background-color: rgba(122, 122, 122, 0.25);
	border: 1px solid transparent;
	box-shadow: inset 0 0 8px rgba(122, 122, 122, 0.1);
}

.filter-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #7a7a7a;
	letter-spacing: 2px;
	font-size: 12px;
	border: 1px solid #7a7a7a;
	font-family: var(--font-tertiary);
	font-weight: 400;
	padding: 12px 20px 10px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	background: transparent;
	line-height: 100%;
	cursor: pointer;
	width: 160px;
	box-sizing: border-box;
}

.filter-btn:hover {
	background-color: rgba(122, 122, 122, 0.08);
	color: #7a7a7a;
	border-color: #7a7a7a;
	transform: scale(0.95);
}

.filter-btn.active {
	background-color: rgba(122, 122, 122, 0.25);
	color: #7a7a7a;
	border-color: #7a7a7a;
	font-weight: 600;
	box-shadow: inset 0 0 8px rgba(122, 122, 122, 0.1);
}

.filter-btn:focus {
	outline: 2px solid var(--primary);
	outline-offset: 4px;
}

.portfolio-wrapper {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.portfolio-wrapper.hidden {
	display: none;
	opacity: 0;
	transform: scale(0.95);
}

/* Fixes de Layout - Contact Section */
/* Asegurar que la sección de contacto ocupe todo el ancho */
.contact {
	background-color: var(--dark);
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Hero Section para Portafolio */
.portfolio-hero {
	position: relative;
	height: 100dvh;
	min-height: 100vh; /* Fallback */
	background-image: url('../images/thumb/proyecto-10-moderno.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.portfolio-hero::before {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.portfolio-hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.portfolio-hero-content h1 {
	color: var(--white);
	font-family: var(--font-primary);
	text-align: center;
	line-height: 1;
	letter-spacing: 5px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 0;
	opacity: 1;
}

.portfolio-hero-buttons {
	display: flex;
	gap: 25px;
	justify-content: center;
	margin-top: 28px;
	opacity: 1;
}

.portfolio-hero-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: 400;
	border: 1px solid #ffffff;
	padding: 12px;
	font-family: var(--font-tertiary);
	text-decoration: none;
	transition: all 0.2s ease;
	text-transform: uppercase;
	line-height: 1;
	background-color: #eeede5;
}

.portfolio-hero-button:hover {
	background-color: transparent;
	color: #ffffff;
	transform: scale(0.9);
}

.portfolio-hero-button:focus {
	outline: 2px solid #ffffff;
	outline-offset: 4px;
}

/* Page Title Section */
.portfolio-page-title {
	text-align: center;
	padding: 160px 25px 40px;
	background-color: var(--body);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.portfolio-page-title h2 {
	font-size: 25px;
	color: var(--primary);
	letter-spacing: 3px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
	max-width: 380px;
	font-family: var(--font-primary);
}

.portfolio-page-title p {
	font-size: 16px;
	color: var(--secondary);
	letter-spacing: 1px;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.8;
	font-weight: 400;
	text-align: center;
	font-family: var(--font-primary);
}

/* Desktop: aumentar en 1px */
@media (min-width: 769px) {
	.portfolio-page-title p {
		font-size: 17px;
	}
}

.portfolio-page-title-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--gray);
	letter-spacing: 2px;
	font-size: 12px;
	border: 1px solid var(--gray);
	margin-top: 60px;
	font-family: var(--font-tertiary);
	font-weight: 400;
	padding: 12px 12px 10px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	background: transparent;
	line-height: 100%;
}

.portfolio-page-title-button:hover {
	background-color: var(--gray) !important;
	color: var(--white) !important;
	border-color: var(--gray) !important;
	transform: scale(0.9);
}

.portfolio-page-title-button:focus {
	outline: 2px solid var(--primary);
	outline-offset: 4px;
}

/* Portfolio Grid */
.portfolio-main {
	padding: 80px 60px;
	max-width: 1400px;
	margin: 0 auto;
}

.portfolio-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
	margin-top: 60px;
	align-items: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	justify-items: center;
}

.portfolio-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.65s ease, transform 0.65s ease;
	align-self: center;
	width: 100%;
	max-width: 460px;
}

.portfolio-wrapper .portfolio-item {
	height: auto;
	aspect-ratio: 0.73;
}

/* iPad Pro 11" y tablets similares en vertical: 2 COLUMNAS CENTRADAS */
@media (min-width: 769px) and (max-width: 900px) {
	body,
	html {
		overflow-x: hidden !important;
		max-width: 100vw !important;
	}

	.portfolio-main {
		padding: 60px 20px;
		overflow-x: hidden;
		max-width: 100vw;
	}

	.portfolio-filter {
		padding: 21px 20px 80px;
		overflow-x: hidden;
	}

	.filter-select {
		width: 100%;
		max-width: 220px;
	}

	.portfolio-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 40px 60px !important;
		padding: 0 40px !important;
		justify-content: center !important;
		align-items: center !important;
		max-width: 100vw !important;
		margin: 0 auto !important;
		width: 100% !important;
	}

	/* Centrado vertical de cada item */
	.portfolio-grid .portfolio-wrapper {
		align-self: center !important;
	}

	/* Posición 1: Grande, alineado a la derecha */
	.portfolio-grid .portfolio-wrapper.pos-1 {
		width: 100% !important;
		max-width: 280px !important;
		justify-self: end !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-1 .portfolio-item {
		height: auto !important;
		aspect-ratio: 0.75 !important;
		width: 100% !important;
	}

	/* Posición 2: Pequeño, alineado a la izquierda */
	.portfolio-grid .portfolio-wrapper.pos-2 {
		width: 100% !important;
		max-width: 240px !important;
		justify-self: start !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-2 .portfolio-item {
		height: auto !important;
		aspect-ratio: 0.78 !important;
		width: 100% !important;
	}

	/* Posición 3: Pequeño, alineado a la derecha */
	.portfolio-grid .portfolio-wrapper.pos-3 {
		width: 100% !important;
		max-width: 240px !important;
		justify-self: end !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-3 .portfolio-item {
		height: auto !important;
		aspect-ratio: 0.78 !important;
		width: 100% !important;
	}

	/* Posición 4: Grande, alineado a la izquierda */
	.portfolio-grid .portfolio-wrapper.pos-4 {
		width: 100% !important;
		max-width: 280px !important;
		justify-self: start !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-4 .portfolio-item {
		height: auto !important;
		aspect-ratio: 0.75 !important;
		width: 100% !important;
	}

	.portfolio-info {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: left;
	}

	.portfolio-info h3 {
		font-size: 20px;
		margin-bottom: 8px;
		padding: 0;
	}

	.portfolio-info p {
		font-size: 11px;
		padding: 0;
	}
}

/* iPad Pro 11" horizontal: 2 columnas con tamaños ajustados */
@media (min-width: 901px) and (max-width: 1024px) {
	.portfolio-hero {
		height: 70vh;
		min-height: 500px;
	}

	.portfolio-hero-content h1 {
		font-size: 32px;
		letter-spacing: 5px;
	}

	.portfolio-hero-button {
		padding: 14px 45px;
		font-size: 13px;
	}

	.portfolio-page-title {
		padding: 140px 60px 70px;
	}

	.portfolio-page-title h2 {
		font-size: 26px;
		max-width: 500px;
	}

	.portfolio-page-title p {
		font-size: 17px;
		max-width: 680px;
	}

	.portfolio-filter {
		padding: 30px 60px 100px;
		gap: 22px;
	}

	.filter-select {
		width: 270px;
		padding: 14px 48px 12px 24px;
		font-size: 13px;
	}

	.portfolio-main {
		padding: 80px 40px;
		overflow: visible;
		max-width: 100%;
		box-sizing: border-box;
	}

	.portfolio-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 50px 40px !important;
		padding: 0 !important;
		justify-content: center !important;
		align-items: center !important;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
		overflow: visible;
		box-sizing: border-box;
	}

	/* Wrappers base - align-self: center para centrado vertical en cada fila */
	.portfolio-grid .portfolio-wrapper {
		overflow: visible !important;
		box-sizing: border-box;
		align-self: center !important;
	}

	/* Portfolio items base */
	.portfolio-grid .portfolio-wrapper .portfolio-item {
		width: 100% !important;
		height: auto !important;
		overflow: hidden !important;
	}

	.portfolio-grid .portfolio-wrapper .portfolio-item img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	/* Posición 1: Grande, alineado a la derecha de su celda */
	.portfolio-grid .portfolio-wrapper.pos-1 {
		width: 340px !important;
		max-width: 340px !important;
		justify-self: end !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-1 .portfolio-item {
		aspect-ratio: 0.75 !important;
	}

	/* Posición 2: Pequeño, alineado a la izquierda de su celda */
	.portfolio-grid .portfolio-wrapper.pos-2 {
		width: 280px !important;
		max-width: 280px !important;
		justify-self: start !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-2 .portfolio-item {
		aspect-ratio: 0.78 !important;
	}

	/* Posición 3: Pequeño, alineado a la derecha de su celda */
	.portfolio-grid .portfolio-wrapper.pos-3 {
		width: 280px !important;
		max-width: 280px !important;
		justify-self: end !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-3 .portfolio-item {
		aspect-ratio: 0.78 !important;
	}

	/* Posición 4: Grande, alineado a la izquierda de su celda */
	.portfolio-grid .portfolio-wrapper.pos-4 {
		width: 340px !important;
		max-width: 340px !important;
		justify-self: start !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-4 .portfolio-item {
		aspect-ratio: 0.75 !important;
	}

	.portfolio-info h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.portfolio-info p {
		font-size: 12px;
		letter-spacing: 1.2px;
	}
}

/* Desktop grande: desde 1025px */
@media (min-width: 1025px) {
	.portfolio-grid {
		grid-template-columns: 1fr 1fr;
		gap: 130px;
		padding: 0;
		justify-items: center;
		justify-content: center;
		align-items: center !important;
		grid-auto-rows: max-content;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Wrappers con centrado vertical */
	.portfolio-grid .portfolio-wrapper {
		align-self: center !important;
	}

	/* Posiciones dinámicas (mayor prioridad) */
	/* Posición 1 y 5, 9, 13... = GRANDE izquierda (460px x 630px) */
	.portfolio-grid .portfolio-wrapper.pos-1 {
		width: 460px !important;
		justify-self: end !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-1 .portfolio-item {
		height: 630px !important;
	}

	/* Posición 2, 6, 10, 14... = pequeña derecha (380px x 470px) */
	.portfolio-grid .portfolio-wrapper.pos-2 {
		width: 380px !important;
		justify-self: start !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-2 .portfolio-item {
		height: 470px !important;
	}

	/* Posición 3, 7, 11, 15... = pequeña izquierda (380px x 470px) */
	.portfolio-grid .portfolio-wrapper.pos-3 {
		width: 380px !important;
		justify-self: end !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-3 .portfolio-item {
		height: 470px !important;
	}

	/* Posición 4, 8, 12, 16... = GRANDE derecha (460px x 630px) */
	.portfolio-grid .portfolio-wrapper.pos-4 {
		width: 460px !important;
		justify-self: start !important;
	}

	.portfolio-grid .portfolio-wrapper.pos-4 .portfolio-item {
		height: 630px !important;
	}
}

.portfolio-wrapper > a {
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-decoration: none;
	color: inherit;
}

.portfolio-wrapper > a:focus {
	outline: 2px solid var(--primary);
	outline-offset: 4px;
}

.portfolio-wrapper.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.portfolio-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	box-shadow: 0 23px 55px rgba(0, 0, 0, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
}

.portfolio-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.5s ease, filter 0.5s ease;
	filter: brightness(0.94);
	border: none;
	outline: none;
}

.portfolio-item:hover img {
	transform: scale(1.04);
	filter: brightness(1);
}

.portfolio-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.35s ease;
}

.portfolio-item:hover .portfolio-overlay {
	background: rgba(0, 0, 0, 0.15);
}

.portfolio-info h3 {
	color: #4d4c4c;
	font-size: 22px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 8px;
	font-family: var(--font-primary);
	font-style: italic;
	line-height: 1.2;
}

.portfolio-info p {
	color: var(--secondary);
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-family: var(--font-tertiary);
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
}

/* Responsive - Solo para anchos mayores a 1024px pero menores a 1200px */
@media (min-width: 1025px) and (max-width: 1200px) {
	.portfolio-grid {
		gap: 80px 60px;
		max-width: 1000px;
	}

	/* Remover margin-top para mantener centrado vertical */
	.portfolio-wrapper:nth-child(2n) {
		margin-top: 0 !important;
	}
}

@media (max-width: 768px) {
	.portfolio-hero-content h1 {
		font-size: 28px;
		letter-spacing: 5px;
	}

	.portfolio-main {
		padding: 60px 0;
	}

	.portfolio-grid {
		grid-template-columns: 1fr;
		gap: 60px;
		max-width: 100%;
		padding: 0;
		justify-items: center;
	}

	/* Mobile: alternar entre ancho completo y con márgenes usando clases dinámicas */
	.portfolio-wrapper {
		padding: 0 !important;
		margin: 0 auto !important;
		justify-self: center !important;
	}

	/* Posiciones impares (pos-1, pos-3): ANCHO COMPLETO */
	.portfolio-wrapper.pos-1,
	.portfolio-wrapper.pos-3 {
		width: 100% !important;
		max-width: 100% !important;
		justify-self: stretch !important;
	}

	.portfolio-wrapper.pos-1 .portfolio-item,
	.portfolio-wrapper.pos-3 .portfolio-item {
		aspect-ratio: 0.8 !important;
		height: auto !important;
	}

	/* Posiciones pares (pos-2, pos-4): CON MÁRGENES (68% ancho) */
	.portfolio-wrapper.pos-2,
	.portfolio-wrapper.pos-4 {
		width: 68% !important;
		max-width: 68% !important;
		justify-self: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block !important;
	}

	.portfolio-wrapper.pos-2 .portfolio-item,
	.portfolio-wrapper.pos-4 .portfolio-item {
		aspect-ratio: 0.828 !important;
		margin-left: auto !important;
		margin-right: auto !important;
		height: auto !important;
	}

	/* Imágenes al 100% del contenedor */
	.portfolio-item {
		width: 100% !important;
		height: auto !important;
		display: block;
		border: none !important;
		outline: none !important;
	}

	.portfolio-item img {
		border: none !important;
		outline: none !important;
	}

	/* Captions para posiciones pares (con márgenes) - sin padding adicional */
	.portfolio-wrapper.pos-2 .portfolio-info,
	.portfolio-wrapper.pos-4 .portfolio-info {
		padding-left: 0;
		padding-right: 0;
	}

	/* Captions para posiciones impares (ancho completo) - con padding para alinear */
	.portfolio-wrapper.pos-1 .portfolio-info,
	.portfolio-wrapper.pos-3 .portfolio-info {
		padding-left: 16%;
		padding-right: 16%;
	}

	.portfolio-info h3 {
		font-size: 20px;
		padding: 0;
		margin-bottom: 8px;
	}

	.portfolio-info p {
		font-size: 11px;
		padding: 0;
	}

	.portfolio-page-title {
		padding: 120px 25px 100px;
	}

	.portfolio-page-title h2 {
		font-size: 25px;
	}

	.portfolio-page-title p {
		font-size: 16px;
	}
}

@media (max-width: 478px) {
	.portfolio-hero-content h1 {
		font-size: 20px;
		line-height: 1.3;
		max-width: 310px;
	}

	.portfolio-hero-buttons {
		margin-top: 15px;
	}

	.portfolio-hero-button {
		font-size: 10px;
		padding: 10px 25px;
	}

	.portfolio-main {
		padding: 40px 0 80px 0;
	}

	.portfolio-grid {
		padding: 0;
		gap: 72px;
		width: 100vw;
		max-width: 100vw;
		margin: 0;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	/* Usar clases dinámicas en lugar de nth-child */
	.portfolio-item {
		aspect-ratio: 0.8;
	}

	.portfolio-wrapper {
		padding: 0;
		margin: 0;
	}

	/* Posiciones impares (pos-1, pos-3): ANCHO COMPLETO */
	.portfolio-wrapper.pos-1,
	.portfolio-wrapper.pos-3 {
		width: 100vw !important;
	}

	.portfolio-wrapper.pos-1 .portfolio-item,
	.portfolio-wrapper.pos-3 .portfolio-item {
		width: 100vw;
		margin: 0;
		aspect-ratio: 0.8 !important;
	}

	/* Posiciones pares (pos-2, pos-4): CON MÁRGENES (85% ancho) */
	.portfolio-wrapper.pos-2,
	.portfolio-wrapper.pos-4 {
		width: 100vw !important;
	}

	.portfolio-wrapper.pos-2 .portfolio-item,
	.portfolio-wrapper.pos-4 .portfolio-item {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		aspect-ratio: 0.8 !important;
	}

	/* Todos los captions alineados con el borde izquierdo de sus imágenes */
	.portfolio-info {
		padding-left: 7.5%;
		padding-right: 7.5%;
	}

	.portfolio-info h3 {
		font-size: 20px;
		padding: 0;
		margin: 0;
	}

	.portfolio-info p {
		font-size: 10px;
		padding: 0;
		margin: 0;
	}

	.portfolio-page-title {
		padding: 120px 25px 100px;
	}

	.portfolio-page-title h2 {
		font-size: 20px;
		max-width: 210px;
		color: #555555;
		margin-bottom: 40px;
	}

	.portfolio-page-title p {
		font-size: 15px;
		letter-spacing: 0px;
		width: 100%;
		max-width: 360px;
		padding: 0 10px;
	}
}

