@charset "utf-8";
/* CSS Document - Modernizado 2024 */

/* ============================================
   RESET Y BASE
   ============================================ */
* {
	box-sizing: border-box;
}

body {
	background-image: url(../images/bgbody.png);
	padding: 0;
	margin: 0;
	font-family: 'Segoe UI', Calibri, Arial, "Sans serif", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1a171b;
	background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ============================================
   ENLACES
   ============================================ */
a:link {
	font-style: normal;
	color: #1a171b;
	text-decoration: none;
	transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}

a:active {
	border: none;
	text-decoration: none;
}

a:visited {
	color: #1a171b;
}

.webmaillink a:link {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}

.webmaillink a:hover {
	font-style: normal;
	color: #FFF;
	text-decoration: underline;
}

/* ============================================
   IMÁGENES
   ============================================ */
img {
	border: none;
	max-width: 100%;
	height: auto;
	display: block;
}

img a:active {
	border: none;
}

#credito:hover,
#credito:link,
#credito:active {
	border: none;
}

/* ============================================
   CABECERA / HEADER
   ============================================ */
#backtop {
	background-image: url(../images/bgtop.png);
	background-repeat: repeat-x;
	width: 100%;
}

#cabecera {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	min-height: 300px;
	background-image: url(../images/topskyline.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 20px;
	position: relative;
}

#bannertitle {
	width: 100%;
	max-width: 500px;
	flex: 1 1 50%;
	margin: 0;
	padding: 20px;
}

#toptext {
	text-align: left;
}

#logo {
	width: 234px;
	height: 218px;
	flex: 0 0 auto;
	margin: 0;
	padding: 20px;
}

#logo img {
	width: 100%;
	height: auto;
}

/* ============================================
   CONTENEDOR PRINCIPAL
   ============================================ */
#contenedor {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.contenido {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

/* ============================================
   MENÚ
   ============================================ */
.menu {
	width: 100%;
	padding: 20px 0;
}

.botones {
	text-align: center;
	padding: 20px 0;
}

/* ============================================
   COLUMNAS
   ============================================ */
.colizquierda {
	width: 100%;
	max-width: 500px;
	float: left;
	text-align: left;
	padding: 20px;
	margin-bottom: 30px;
	border-right: 1px dotted #1a171b;
}

/* Contenedor para servicios y ubicaciones lado a lado */
.servicios-ubicaciones-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.servicios-col {
	flex: 1 1 45%;
	min-width: 300px;
	border-right: 1px dotted #1a171b;
	padding-right: 40px;
}

.ubicaciones-col {
	flex: 1 1 45%;
	min-width: 300px;
}

.colderecha {
	width: 100%;
	max-width: 500px;
	float: right;
	text-align: left;
	padding: 20px;
	margin-bottom: 30px;
}

.colderecha a:link {
	font-style: normal;
	color: #ffcc00;
	text-decoration: none;
	transition: color 0.3s ease;
}

.colderecha a:hover {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}

.colderecha a:active {
	font-style: normal;
	color: #ffcc00;
}

.colmapa {
	width: 100%;
	float: left;
	text-align: left;
	padding: 20px;
}

/* ============================================
   SECCIÓN CONTACTO - DOS COLUMNAS
   ============================================ */
.contacto-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	padding: 20px;
}

.contacto-col-izquierda {
	flex: 1 1 45%;
	min-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacto-col-derecha {
	flex: 1 1 45%;
	min-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.colcontacto {
	width: 100%;
	padding: 40px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacto-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	width: 100%;
}

/* ============================================
   DATA FISCAL
   ============================================ */
.data-fiscal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
	text-align: center;
}

.data-fiscal-title {
	font-size: 24px;
	font-weight: bold;
	color: #1a171b;
	margin: 0;
	padding: 0;
}

.data-fiscal-link {
	display: inline-block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.data-fiscal-link:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.data-fiscal-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contacto-title {
	margin: 0;
	padding: 0;
	text-align: center;
}

.contacto-title img {
	max-width: 100%;
	height: auto;
}

/* ============================================
   BOTÓN WHATSAPP
   ============================================ */
.whatsapp-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 100%;
}

.whatsapp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	background-color: #25D366;
	color: #FFFFFF;
	padding: 18px 40px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
	min-width: 280px;
}

.whatsapp-button:hover {
	background-color: #20BA5A;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
	text-decoration: none;
	color: #FFFFFF;
}

.whatsapp-button:active {
	transform: translateY(0);
}

.whatsapp-icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.whatsapp-text {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

/* ============================================
   TEXTO
   ============================================ */
.text {
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.8;
}

/* ============================================
   SLIDERS
   ============================================ */
.slideother {
	margin-top: 20px;
	background-image: url(../images/backslide1.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 321px;
	height: 100px;
	position: relative;
}

.slidebox {
	width: 100%;
	max-width: 233px;
	height: 50px;
	padding: 25px 20px;
	float: left;
}

.textslide {
	width: 100%;
	max-width: 233px;
	height: 50px;
	margin: auto;
	overflow: hidden;
}

.textslide img {
	display: block;
}

.boxprod {
	width: 100%;
	max-width: 320px;
	height: 54px;
	background-image: url(../images/backslide2.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 20px;
}

.boxprodleft {
	width: 160px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.boxprodright {
	width: 70px;
	float: right;
	margin-right: 20px;
	margin-top: 12px;
}

.textnum {
	padding-top: 10px;
}

.textq {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #1a171b;
}

/* ============================================
   GALERÍA DE UBICACIONES
   ============================================ */
.pirobox_gall {
	width: 100%;
	max-width: 200px;
	float: left;
	text-align: left;
	margin: 20px;
	padding-right: 10px;
	border-right: 1px dotted #1a171b;
	font-style: normal;
	color: #1a171b;
	text-decoration: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.pirobox_gall:hover {
	transform: translateY(-5px);
	opacity: 0.9;
}

.boxub {
	width: 100%;
	max-width: 670px;
	margin: auto;
}

.ub {
	font-size: 24px;
	font-weight: bold;
	color: #ffcc00;
	background-color: #1a171b;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 10px;
}

.direccion {
	padding: 10px 0;
}

/* ============================================
   OBJETOS / BOTONES
   ============================================ */
#obj,
#obj2 {
	width: 145px;
	height: 144px;
	float: left;
	margin-top: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

#obj:hover,
#obj2:hover {
	background-position: center bottom;
	transform: scale(1.05);
	opacity: 0.9;
}

#obj {
	background-image: url(../images/objeto1.png);
}

#obj2 {
	background-image: url(../images/objeto2.png);
}

/* ============================================
   SCROLL CONTENT
   ============================================ */
.scroll-pane {
	overflow: auto;
	width: 100%;
	float: left;
	background-image: url(../images/bgslide.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}

.scroll-content {
	width: 100%;
	max-width: 640px;
	float: left;
	display: flex;
	flex-wrap: nowrap;
}

.scroll-content-item {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	font-size: 3em;
	line-height: 96px;
	text-align: center;
}

.slide {
	width: 100%;
	min-width: 560px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#sliderbox {
	width: 100%;
	position: relative;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#leftcontrol,
#rightcontrol {
	width: 40px;
	height: auto;
	margin: 0 10px;
	cursor: pointer;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#leftcontrol:hover,
#rightcontrol:hover {
	opacity: 0.7;
	transform: scale(1.1);
}

.btnext {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.btnext:hover {
	opacity: 0.7;
}

/* ============================================
   SECCIONES
   ============================================ */
#servicios {
	width: 100%;
	padding: 40px 0;
	clear: both;
}

#ubicaciones {
	width: 100%;
	padding: 40px 0;
	clear: both;
}

#contacto {
	width: 100%;
	padding: 30px 0;
	clear: both;
	margin-top: 20px;
}

/* ============================================
   MAPA
   ============================================ */
iframe {
	width: 100%;
	max-width: 750px;
	height: 400px;
	border: 2px solid #1a171b;
	border-radius: 8px;
	margin: 20px 0;
}

/* ============================================
   FOOTER
   ============================================ */
#pie {
	height: auto;
	min-height: 60px;
	background-color: #1a171b;
	color: #ffcc00;
	font-size: 12px;
	width: 100%;
	padding: 15px 20px;
	clear: both;
}

#pie a {
	color: #ffcc00;
	transition: color 0.3s ease;
}

#pie a:hover {
	color: #FFF;
}

.sigue {
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 0;
}

#subir {
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
	display: inline-block;
}

#subir:hover {
	transform: translateY(-5px);
	opacity: 0.8;
}

/* ============================================
   REDES SOCIALES (FIXED)
   ============================================ */
.redes-sociales-container {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px 5px;
}

.red-social-link {
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px;
	background-color: transparent;
	border-radius: 0 8px 8px 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.red-social-link:hover {
	transform: translateX(5px) scale(1.1);
	opacity: 0.9;
	text-decoration: none;
}

.red-social-link:active {
	transform: translateX(3px) scale(1.02);
}

.red-social-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	pointer-events: none;
}

.red-social-facebook {
	position: relative;
}

.red-social-twitter {
	position: relative;
}

.red-social-instagram {
	position: relative;
}

/* Estilos específicos para los enlaces de redes sociales en el pie */
#pie a[href*="facebook"],
#pie a[href*="twitter"],
#pie a[href*="instagram"] {
	display: none;
}

/* ============================================
   LIGHTBOX
   ============================================ */
#lightbox {
	background-color: #000000;
	background-image: url(../images/lightboxbg.png);
	background-repeat: repeat-x;
	padding: 10px 20px;
	border-radius: 8px;
}

#lightboxDetails {
	font-size: 13px;
	padding-top: 10px;
	color: #fbce00;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#lightbox img {
	border: none;
	max-width: 100%;
	height: auto;
}

#overlay {
	background-image: url(../images/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://bigbrandperu.com/css/overlay.png", sizingMethod="scale");
	background-color: rgba(0, 0, 0, 0.8);
}

#overlay img {
	border: none;
}

/* ============================================
   ESTILOS ESPECIALES (Estilo1, Estilo2, etc.)
   ============================================ */
.Estilo1 {
	color: #FFFF00;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.Estilo2 {
	font-size: 36px;
}

.Estilo7 {
	font-size: 16px;
}

.Estilo8 {
	font-size: 16px;
	font-weight: bold;
}

.Estilo9 {
	font-size: 18px;
}

.email {
	margin: 20px 0;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media screen and (max-width: 1024px) {
	#cabecera {
		flex-direction: column;
		text-align: center;
	}

	#bannertitle {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	#logo {
		width: 200px;
		height: auto;
	}

	.colizquierda,
	.colderecha {
		width: 100%;
		max-width: 100%;
		float: none;
		border-right: none;
		border-bottom: 1px dotted #1a171b;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.contenido {
		padding: 30px 15px;
	}
	
	.servicios-ubicaciones-container {
		flex-direction: column;
	}
	
	.servicios-col {
		border-right: none;
		border-bottom: 1px dotted #1a171b;
		padding-right: 20px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.ubicaciones-col {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}

	#cabecera {
		padding: 20px 15px;
		min-height: 250px;
	}

	#bannertitle {
		margin-top: 20px;
	}

	#logo {
		width: 150px;
		margin-top: 20px;
	}

	.Estilo1 {
		font-size: 20px;
	}

	.Estilo2 {
		font-size: 28px;
	}

	.Estilo9 {
		font-size: 16px;
	}

	.contenido {
		padding: 20px 10px;
	}

	.colizquierda,
	.colderecha {
		padding: 15px 10px;
	}

	.slideother {
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 100px;
	}

	.slidebox {
		width: 100%;
		max-width: 100%;
	}

	.textslide {
		width: 100%;
		max-width: 100%;
	}

	.pirobox_gall {
		width: 100%;
		max-width: 100%;
		margin: 15px 0;
		border-right: none;
		border-bottom: 1px dotted #1a171b;
		padding-bottom: 15px;
	}

	.scroll-content {
		width: 100%;
		max-width: 100%;
	}

	.slide {
		min-width: 100%;
	}

	iframe {
		height: 300px;
	}

	#pie {
		padding: 15px 10px;
		font-size: 11px;
		min-height: 50px;
	}
	
	.contacto-container {
		flex-direction: column;
		gap: 30px;
		padding: 30px 15px;
	}
	
	.contacto-col-izquierda,
	.contacto-col-derecha {
		width: 100%;
		flex: 1 1 100%;
	}
	
	.contacto-content {
		gap: 20px;
	}
	
	.data-fiscal-content {
		gap: 15px;
	}
	
	.data-fiscal-title {
		font-size: 20px;
	}
	
	.whatsapp-button {
		padding: 15px 30px;
		font-size: 18px;
		min-width: 250px;
	}
	
	.whatsapp-icon {
		width: 45px;
		height: 45px;
	}
	
	.whatsapp-text {
		font-size: 18px;
	}

	.redes-sociales-container {
		padding: 8px 4px;
		gap: 8px;
	}

	.red-social-link {
		width: 45px;
		height: 45px;
		padding: 4px;
	}

	.redes-sociales-container {
		top: auto;
		bottom: 120px;
		transform: none;
	}
}

@media screen and (max-width: 480px) {
	.Estilo1 {
		font-size: 18px;
	}

	.Estilo2 {
		font-size: 24px;
	}

	#logo {
		width: 120px;
	}

	iframe {
		height: 250px;
	}

	#obj,
	#obj2 {
		width: 100px;
		height: 100px;
		margin-top: 20px;
	}
	
	.contacto-container {
		padding: 25px 10px;
		gap: 25px;
	}
	
	.contacto-content {
		gap: 15px;
	}
	
	.data-fiscal-title {
		font-size: 18px;
	}
	
	.whatsapp-button {
		padding: 12px 25px;
		font-size: 16px;
		min-width: 220px;
		gap: 12px;
	}
	
	.whatsapp-icon {
		width: 40px;
		height: 40px;
	}
	
	.whatsapp-text {
		font-size: 16px;
	}

	.redes-sociales-container {
		padding: 6px 3px;
		gap: 6px;
	}

	.red-social-link {
		width: 40px;
		height: 40px;
		padding: 3px;
	}

	.redes-sociales-container {
		bottom: 100px;
	}
}

/* ============================================
   EFECTOS Y ANIMACIONES
   ============================================ */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.contenido {
	animation: fadeIn 0.6s ease-out;
}

section {
	animation: fadeIn 0.8s ease-out;
}

/* Smooth scroll */
html {
	scroll-behavior: smooth;
}

/* Mejoras de accesibilidad - Focus visible */
a:focus,
button:focus {
	outline: 2px solid #ffcc00;
	outline-offset: 2px;
}

/* Mejora de contraste para texto */
.text {
	color: #1a171b;
}

/* Hover mejorado para imágenes */
.pirobox_gall img {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pirobox_gall:hover img {
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Mejora de botones */
.btnext a,
#leftcontrol,
#rightcontrol {
	transition: all 0.3s ease;
}

.btnext a:hover,
#leftcontrol:hover,
#rightcontrol:hover {
	filter: brightness(1.2);
}

/* Mejora de enlaces de contacto */
#contacto a[href^="mailto:"] {
	color: #ffcc00;
	font-weight: bold;
	transition: color 0.3s ease;
}

#contacto a[href^="mailto:"]:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Mejora de footer */
#pie {
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* Mejora de secciones */
section {
	margin-bottom: 40px;
	padding: 40px 0;
}

section:last-of-type {
	margin-bottom: 0;
}

/* Mejora de mapa */
iframe {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease;
}

iframe:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* ============================================
   UTILIDADES
   ============================================ */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* IE6 Fix */
* html .scroll-content-item {
	display: inline;
}

#demo-frame > div.demo {
	padding: 1px !important;
}

/* Mejora de legibilidad */
p {
	margin-bottom: 1em;
}

h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* Mejora de espaciado en responsive */
@media screen and (max-width: 768px) {
	section {
		padding: 30px 0;
		margin-bottom: 30px;
	}
}
