/* Reset general */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
	font-family: Junge, century-gothic, sans-serif, Arial;
	padding-top: 56px; /* Espacio para la navbar fija */
	/* background-color: #f8f9fa; */
	background-color: #000000;
	color: #ffffff;
	
	/* Imagen de fondo */
	/* background-image: url('img/bg-fondo-oro.png'); */
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    background-color: #000;
}

.card-text,
.lead,
p {
    font-family: century-gothic, sans-serif, Arial;
}

.hero-section {
    position: relative;
    /* background: url('img/hero.jpg') no-repeat center right; */
	background: url('img/hero.jpg') no-repeat center center;
    background-size: contain;
    /* height: 80vh; *//* Ajusta según el diseño */
    display: flex;
    align-items: center;
    text-align: left;
    /* padding: 0 10%; */
	color: white;
	padding: 100px 0;
}

/* Estilos del texto en PC */
.hero-text {
    color: white;
    z-index: 2;
    max-width: 50%; /* Evita que el texto se extienda demasiado */
}

#why-choose-us .col-md-3 p,
#why-choose-us .col-md-4 p,
#why-choose-us .col-md-6 p {
    text-align: left;
}

/* Ajuste para móvil */
@media (max-width: 768px) {
    .hero-section {
        background: none; /* Oculta el fondo para móviles */
        height: auto;
        padding: 20px 20px;
        text-align: center;
        display: block;
	overflow-x: hidden;
    }

    .hero-text {
        max-width: 100%;
        background: rgba(0, 0, 0, 0.6); /* Fondo semitransparente */
        padding: 20px;
        border-radius: 10px;
    }
	
	.hero-title {
		font-size: 2rem;
	}
	
	.hero-lead {
		font-size: 1rem;
	}

    /* Agrega la imagen debajo */
    .hero-section::before {
        content: "";
        display: block;
        width: 100%;
        /* height: 23vh; *//* Ajusta el tamaño según la imagen */
        background: url('img/hero.jpg') no-repeat center center;
        background-size: contain;
		color: white;
		padding: 100px 0;
    }
	
	/* Ajuste del logo al centro */
	/*
	.navbar-brand {
        display: flex;
        justify-content: center;
        width: 100%;
    }
	*/
	
	.navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1rem;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        max-height: 50px; /* ajusta según tu logo */
    }

    .navbar-toggler {
        z-index: 10;
    }

    .navbar-brand img {
        height: 60px; /* Ajusta según preferencia */
    }
}


.hero-section h1, .hero-section p {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.navbar {
	background-color: #000; /* Fondo negro para la navbar */
}
.navbar-brand {
	color: #bb9131; /* Letra dorada para el logo */
	font-size: 24px;
}
.navbar-nav .nav-link {
	color: #bb9131; /* Letra dorada para los links */
}
.navbar-nav .nav-item.active .nav-link {
	font-weight: bold;
}
.service-card img {
	background-color: black;
	/* object-fit: contain; 
	max-height: 250px; */
	/* Fix reticula */
	height: 280px;
	object-fit: cover;
	width: 100%;
}
.service-card {
	overflow: hidden;
	margin-bottom: 30px;

	/* box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	border-radius: 8px; */
	
	/* Fix reticula */
	border: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}

.service-card .card-text,
.testimonial-card .card-text {
    text-align: left;
}

.cta-button {
	background-color: #bb9131; /* Dorado */
	color: white;
	padding: 12px 30px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 18px;
}
.cta-button:hover {
	background-color: #b3962d; /* Dorado oscuro en hover */
	color: white;
}
.icon-feature {
	font-size: 40px;
	color: #bb9131; /* Iconos dorados */
}
.carousel-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
footer {
	background-color: #000; /* Fondo negro para el footer */
	color: white;
	padding: 20px 0;
}
.navbar-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* Estilo para resaltar los enlaces activos */
.navbar-nav .nav-item.active .nav-link {
	font-weight: bold;
	color: #fff !important; /* Cambia el color del enlace cuando esté activo */
	background-color: #bb9131; /* Fondo dorado cuando el enlace está activo */
}

.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background-color: #25d366;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	/* Dispo muy peque */
	max-width: 60px;
	max-height: 60px;
	right: 15px;
	bottom: 15px;
}

.whatsapp-button:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-button img {
	width: 40px;
	height: 40px;
}

.card-body {
	color: white;
	background-color: black;
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.link-visitado {
	color: white !important; /* Mantiene el color después de hacer clic */
}