/* Global styles */
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  color: #333333;
}
.logo-img {
  max-height: 60px;
}

.navbar{
  z-index: 999;
}

.hero{
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0px 0; /* Adjust padding as needed */
  font-weight: bold;
}

.afinacion{
  background-image: url('../img/servicios4.jpeg'); 
  background-position: center;
  width: 100%;
  background-size: cover;
}

.frenos{
  background-image: url('../img/servicios2.jpeg'); 
  background-position: center;
  width: 100%;
  background-size: cover;
}

.home{
  background-image: url('../img/somos.jpeg'); 
  background-position: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suspension{
  background-image: url('../img/servicios-de-afinacion-automotriz.jpg'); 
  background-position: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 50% de opacidad con color negro */
  z-index: 1; /* Asegura que la capa esté sobre la imagen de fondo */
}

.content {
  position: relative;
  z-index: 2; /* Asegura que el contenido esté sobre la capa semi-transparente */
  color: white;
  text-align: center;
  padding: 20px;
}

.diagnostico-personalizado{
  background-image: url('../img/frenos.jpeg'); 
  background-position: center;
  width: 100%;
  background-size: cover;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #fff;
  padding-top: 10px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero .btn-primary {
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card {
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blockquote-footer {
  color: #6c757d;
}

.carousel-item img {
  width: 100%;
  height: 500px; /* Set a specific height for consistency */
  object-fit: cover; /* Cover the area while preserving aspect ratio */
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5); /* Optional: Background color for captions */
  padding: 1rem; /* Optional: Padding for captions */
}

.carousel-section h2{
  text-align: center;
}

/* styles.css */

/* Styling for Service Process Section */
.step {
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.step h3 {
  font-size: 1.25rem;
  margin-top: 20px;
}

.step p {
  font-size: 1rem;
  color: #6c757d;
}

.step-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.step-circle:hover {
  background-color: #0056b3;
}

.redes a{
  text-decoration: none;
  text-decoration-line: none;
  color: #fff;
  margin: 5px;
}

.whatsapp-icon {
  font-size: 2em;
}

.whatsapp-button {
  display: flex;
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 50%; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #25D366; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
  margin: 10px;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
a.whatsapp-button{
 text-decoration: none;
}
.whatsapp-button:hover {
	background-color: #1EBE54; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.whatsapp-button {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
} 

.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;

}
