.row {
	padding: 0 !important;
	margin: 0 !important;
}

body{
	font-family: 'BenchNine','Nunito Sans';
	color: #181818;
}

a{
	color: #181818 !important;
  text-decoration: none !important;
}
.menufixed{
    background: white;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra gris suave */
}

.hero {
  	background-image: url('../img/inicio/Fabricacion-Andmaios-Centauro.jpg');
  	height: 70vh;
  	background-size: cover;
  	background-position: center;
}
.hero1 {
  	background-image: url('../img/inicio/Fabricacion-Andmaios-Centauro.jpg');
  	background-size: cover;
  	background-position: center;
}
.hero2 {
    background-image: url('../img/nosotros/andamios-centauro-gdl.jpg');
    height: 60vh;
    background-size: cover;
    background-position: center;
}

.floating-boxes {
  	position: absolute;
  	bottom: -50px; /* Puedes ajustar para que sobresalga 50% */
  	left: 0;
  	right: 0;
}

.bg-orange {
  	background-color: #f15a24; /* Ajusta según tu color exacto */
}

.text-orange {
  	color: #f15a24;
}

.bg-f9eae3{
	background: #f9eae3;
}

.sombra1{
  	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* sombra suave */
  	transition: box-shadow 0.3s ease;
}

.card-container {
  	width: 100%;
  	max-width: 300px; /* ajusta a tu diseño */
  	margin: auto;
  	background-color: #fbe6db; /* como tu fondo */
  	overflow: hidden;
}

.overlay-button {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background-color: #f05a1a; /* naranja */
  	color: white;
  	font-weight: bold;
  	padding: 12px 0;
  	transition: background-color 0.3s ease;
}

.card-container:hover .overlay-button {
  	background-color: #28a745; /* verde Bootstrap */
}


.bg-cover-dark {
  	position: relative;
  	background-image: url('../img/andamios.jpg');
  	background-size: cover;
  	background-position: center;
  	color: white;
  	overflow: hidden;
}

.bg-cover-dark::before {
  	content: "";
  	position: absolute;
  	top: 0; left: 0;
  	width: 100%; height: 100%;
  	background-color: rgba(0, 0, 0, 0.9); /* Capa oscura */
  	z-index: 1;
}

.bg-cover-dark .content {
  	position: relative;
  	z-index: 2;
}

.bg-cover-dark1 {
    position: relative;
    background-image: url('../img/contacto/Andamios-Centauro-Obra.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bg-cover-dark1::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Capa oscura */
    z-index: 1;
}

.bg-cover-dark1 .content {
    position: relative;
    z-index: 2;
}
.border-bottom-white {
  border-bottom: 1px solid #fff;
}

#menu-boton {
    display: none;
    z-index: 999;
}
.filtro{
  cursor: pointer;
}

.lupa-btn {
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.badge-oferta {
    top: 10px;
    left: 10px;
    background-color: orange;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 0.9rem;
    z-index: 10;
}

/* Fin de background color*/
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
    #menu-lateral {
        display: none;
    }
    #menu-boton {
        display: block;
    }
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 780px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 576px) {
	.navbar-brand {
		width: 60%;
	}
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 300px) {
}