@charset "utf-8";
/* CSS Document */
  body {
    padding-top: 100px; /* Adjust this value to account for topbar + navbar heights */
  }

  .topbar {
    position: fixed; /* Ensure it stays at the top of the page */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    z-index: 1030; /* Higher than default navbar z-index */
  }

  .navbar {
    margin-top: 37px; /* Height of the topbar to avoid overlap */
  }

  .topbar a {
    color: white;
    text-decoration: none;
  }

  .topbar a:hover {
    text-decoration: underline;
  }
p{font-size:17px;}
        .custom-section {
            padding: 60px 20px;
            text-align: left;
        }
h2 {
    border-bottom: 1px solid #eabf18;
    padding-bottom: 10px; /* Espacio entre el texto y el borde */
    margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important;
    display: inline-block; /* Ajusta el ancho al contenido del texto */
	
}
h3{font-size:1.3rem!important;margin-bottom: 1.3rem!important;}
h6{font-size: 1.2rem!important;}

section { /* Si cada columna está dentro de una sección */
    text-align: center; /* Centra el texto dentro de cada sección */
    padding: 20px; /* Añade espacio interno alrededor del contenido */
}
.bg-primary{
	background-color: #eabf18!important;
}
.navbar{
	border-bottom: 2px solid #eabf18;
	font-weight: 400;
	color:white;
}
.navbar a{
	color:#eabf18; 
}
.navbar a:active{
	color:white;
}

/*Menu*/
/* Estilo del Botón de WhatsApp */
.navbar-nav .btn-whatsapp {
    background-color: #eabf18 !important; /* Color verde de WhatsApp */
    color: black !important; /* Color del texto */
    border-radius: 12px !important; /* Bordes redondeados */
    padding: 8px 12px !important; /* Espaciado interno */
    text-decoration: none !important; /* Quita el subrayado */
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important; /* Espaciado entre el icono y el texto */
	font-size: 14px;
	font-weight: normal;
}

.navbar-nav .btn-whatsapp:hover {
    background-color: gray!important; /* Verde más oscuro al pasar el cursor */
    color: white !important;
    text-decoration: none !important;
}

/* Ajusta el espaciado para el menú */
.navbar-nav .nav-item .btn-whatsapp {
    margin-left: 15px !important; /* Separación del resto de los elementos del menú */
}





/*hero section*/
.hero-section {
    background-size: cover; /* Make the image cover the entire section */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    position: relative;
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3); /* Optional overlay for better text contrast */
    z-index: 1;
}

.hero-section .container {
    z-index: 2; /* Ensure the text and buttons appear above the overlay */
	 text-align: center; /* Asegura que todo el contenido esté alineado a la derecha */
	color:black;
	width:70%;
}



.hero-section h1{
	font-size:2.0em;
}
.hero-section p {
	font-size:1.5em;
    color: black;
}
.hero-section .custom-heading {
    max-width: 100%; /* Limita el ancho máximo a 350px */
    color: black; /* Color negro */
    margin-left: auto; /* Empuja el contenido hacia la derecha */
    text-align: center; /* Mantiene el texto alineado a la derecha */
}
.mobile{padding-top: 40px;}


#results .montacarga-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.montacarga-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.montacarga-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	max-height:150px;
}

.video-thumbnail img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.video-thumbnail img:hover {
    transform: scale(1.05); /* Amplía ligeramente la imagen al pasar el cursor */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.modal-content {
    border-radius: 12px; /* Opcional, redondea los bordes */
}

.modal-xl .modal-content {
    max-height: 90vh; /* Limita la altura máxima al 90% del viewport */
}


  .ficha {
	margin: 0px; /* Add margin around each card */
    padding: 15px;
    background-color: lightgray;
    border: 5px solid #fff;
    border-radius: 10px;
    transition: transform 0.2s;
  }



  .ficha img {
    max-height: 200px;
    object-fit: cover;
  }

.ficha p{
	font-size:1em;
	line-height:.9em;
}
.ficha img{
	vertical-align:top;
}
  .results-container {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping of cards to the next row */
    justify-content: center; /* Centers cards horizontally */
    gap: 10px; /* Adds space between cards */
  }
.features-section {
    background-color: #333; /* Color de fondo similar al de la imagen */
    padding: 3rem 0;
}

.feature-icon {
    font-size: 3rem; /* Tamaño grande para los íconos */
    color: #eabf18; /* Amarillo para los íconos */
}

.features-section h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
    text-transform: uppercase; /* Texto en mayúsculas */
    color: #fff;
}

.venta-info{float:left;
padding:0px 0px 40px 0px;}
.venta-info ul{padding:0;}
.venta-info li{
	border:2px solid white;
	min-height: 75px;
	width:100%;
	float: left;
	list-style-type: none;
	background: #fff;
	padding:10px;
	font-size:16px;
	text-align: left;
}


.partners-section img {
    max-height: 80px; /* Ajusta el tamaño máximo de los logos */
    object-fit: contain;
}

.partners-section .row {
    justify-content: center; /* Asegura que los logos estén centrados */
}

        /* Contenedor de ancho completo */
        .parallax-section {
            position: relative;
            height: 60vh; /* Altura de la sección */
            background-image: url("../images/clientes/monteq-almacen.jpg"); /* Imagen de fondo */
            background-attachment: fixed; /* Efecto parallax */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .parallax-section-contacto {
            position: relative;
            height: 60vh; /* Altura de la sección */
            background-image: url("../images/contacto-monteq.jpg"); /* Imagen de fondo */
            background-attachment: fixed; /* Efecto parallax */
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .parallax-section-refacciones {
            position: relative;
            height: 60vh; /* Altura de la sección */
            background-image: url("../images/servicio-montacargas.jpeg"); /* Imagen de fondo */
            background-attachment: fixed; /* Efecto parallax */
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .parallax-section-servicio {
            position: relative;
            height: 60vh; /* Altura de la sección */
            background-image: url("../images/servicio-montacargas.jpeg"); /* Imagen de fondo */
            background-attachment: fixed; /* Efecto parallax */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        /* Contenido de la sección */
        .parallax-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
            background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
            padding: 20px 40px;
            border-radius: 10px;
        }

        /* Otra sección para probar el scroll */
        .content-section {
            height: 100vh;
            background-color: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }


/* Base Floating Button Style */
.float-button {
    position: fixed;
    bottom: 20px;
    background-color: #28a745; /* Green for WhatsApp by default */
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Specific Positioning */
.call-button {
    left: 20px;
    background-color: #007bff; /* Blue for Call Button */
}

.whatsapp-button {
    right: 20px;
}

/* Hover Effects */
.call-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

.whatsapp-button:hover {
    background-color: #218838; /* Darker green on hover */
}

/* Icon Styling */
.float-button i {
    font-size: 30px;
}

/*footer*/
footer{
	border-top:2px solid #eabf18;
}
footer hr {
    border-color: rgba(255, 255, 255, 0.2);
}

footer a:hover {
    color: #f4f4f4;
    text-decoration: underline;
}
footer a {
    text-decoration: none; /* Removes underline for all footer links */
}

footer a:hover {
    text-decoration: none; /* Ensures no underline appears on hover */
}
footer h5 {
    font-weight: bold;
    margin-bottom: 1rem;
    color: #eabf18; /* Cambia el color a amarillo */
}



/*responsive*/
/* Mostrar la imagen de fondo solo en pantallas grandes */
@media (min-width: 1024px) {
	.hero-section{background-image: url("../images/venta-de-montacargas-en-guadajara.webp");
		height:80vh;
	}
	.hero-section .container {
	 text-align: right; /* Asegura que todo el contenido esté alineado a la derecha */
		width:100%;
	}
	.hero-section .custom-heading {
    max-width: 60%; /* Limita el ancho máximo a 350px */
    text-align: right; /* Mantiene el texto alineado a la derecha */
	}
	.venta-info li{
	width:25%;
}
	.mobile{display:none;}
}

@media (max-width: 768px) { /* Pantallas pequeñas, como móviles */
	.section-header{padding-top:20px;}
    .video-thumbnail img {
        max-width: 80%!important; /* Limita el ancho al 80% */
        height: auto; /* Mantén las proporciones */
        margin: 0 auto; /* Centra la imagen horizontalmente */
    }
}
@media (max-width: 394px)  {
	.hero-section{padding-top:0px;max-width: 100%;}
	.custom-heading,.container{max-width: 100%;}
		.hero-section .container {
	 text-align: center; /* Asegura que todo el contenido esté alineado a la derecha */
		width:100%;
	}
	.hero-section h1{padding-top: 20px;}
	.topbar {
    font-size: 12px;
    padding: 5px;
	  
	    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
	 .social {
    display: none;
  }
}
