body{
  font-family: "Open Sans", serif;
} 


.logo{
  width: 100px;
} 

/* Aplicar a todos los títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

/* Aplicar al texto normal y párrafos */
body, p, a, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.bg-menu {
    background-color: #f7f9fa;
}


.btn-float1 {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
.btn-float2 {
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
  text-shadow: 3px 3px 3px #000;
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 2rem;  
  
}

.forma-contacto h5 {
    color: #064f1d !important;
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}


/*botones*/
.btn-llamanos{
  background: #ff5406;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: #176e8c;
  color: white;
} 

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  black;
}

.btn-envia{
  background: #ff5406;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #176e8c;
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #ff0202;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #000000;
  color: white;  
} 

.btn-llamanos-g{
  background: #6cbf63;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#54914c; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*TODO LO NUEVO*/
/*Bloque 1*/
.bg-light-custom {
    background-color: #f4f4f4; /* Gris claro profesional */
}

.text-azul-1 {
    color: #243369;
}

.divider-naranja {
    width: 60px;
    height: 4px;
    background-color: #ff5406;
    border-radius: 2px;
}

:root {
    --bs-orange-1: #ff5406; /* Tu naranja principal */
}

.text-naranja-1 {
    color: var(--bs-orange-1) !important;
}

/*Bloque 1.5*/
.bateria-card {
    border-radius: 16px;
    background-color: #ffffff;
    max-width: 320px; /* clave para controlar tamaño */
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bateria-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.bateria-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/*Bloque 2*/
.seccion-refacciones {
    background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), 
                url('tu-imagen-maquinaria.jpg'); /* Sustituir por tu URL */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto Parallax sutil */
}

.text-azul-2 {
    color: #134584;
}

.btn-naranja {
    background-color: var(--bs-orange-1);
    color: white !important;
    border: 2px solid var(--bs-orange-1);
    border-radius: 5px; /* Bordes menos redondeados para verse más industrial */
    transition: all 0.3s ease-in-out;
}

.btn-naranja:hover {
    background-color: transparent;
    color: var(--bs-orange-1) !important;
    transform: translateY(-3px); /* Pequeño salto al pasar el mouse */
    box-shadow: 0 5px 15px rgba(255, 84, 6, 0.3);
}

/*Bloque 3*/
.bg-azul-2 {
    background-color: #134584; /* Tu azul secundario */
}

.text-naranja-3 {
    color: #eb8e19 !important; /* Tu naranja 3 */
}

/* Sombra interna sutil para dar profundidad de "divisor" */
.shadow-inner {
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.1);
}

h3 {
    font-size: 1.5rem; /* Tamaño contenido para que no grite más que los títulos */
}

/*Bloque 4*/
/* Efecto para las tarjetas de categorías */
.hover-naranja {
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #ffffff;
}

.hover-naranja:hover {
    border-color: var(--bs-orange-1) !important;
    transform: translateY(-5px);
}

.hover-naranja i {
    transition: color 0.3s ease;
}

.hover-naranja:hover i {
    color: var(--bs-orange-1) !important;
}

/* Imagenes de refacciones con aspecto uniforme */
.card img {
    height: 180px;
    object-fit: cover; /* Asegura que todas las fotos se vean del mismo tamaño sin deformarse */
    background-color: #eee;
}

.card-refaccion {
    border-radius: 12px;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.card-refaccion img {
    height: 180px;
    object-fit: contain; /* Para que la refacción se vea completa */
   
}

/* Estado inicial de la descripción */
.descripcion-animada {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.6s ease-out;
}

/* Clase que activará JavaScript */
.descripcion-animada.visible {
    opacity: 1;
    transform: translateY(0);
}

/*Bloque 5*/
/* Añadimos un borde superior naranja para conectar con la identidad visual */
.border-orange {
    border-top: 4px solid var(--bs-orange-1) !important;
}

/* Mantenemos el estándar de tamaño para divisores */
.bg-azul-1 {
    background-color: #243369 !important; /* El # es vital */
}

.text-white {
    color: #ffffff !important;
}

/*Bloque 6*/
.seccion-por-que {
    /* Aquí definimos el fondo azul que te gustaba */
    background: linear-gradient(135deg, #243369 0%, #134584 100%);
    color: #ffffff; /* Texto blanco global para la sección */
}

.text-naranja-1 {
    color: #ff5406 !important;
}

.btn-naranja2 {
    background-color: #ff5406;
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-naranja2:hover {
    background-color: #e64a05;
    color: white;
    transform: translateY(-2px);
}

.card-industrial {
    border-radius: 15px;
    /* Evita que la imagen se vea estirada */
    max-height: 450px; 
}

.card-industrial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Bloque 7*/
/* Colores de marca */
.text-azul-1 { color: #243369 !important; }
.text-naranja-1 { color: #ff5406 !important; }

/* Líneas Naranjas Decorativas */
.linea-naranja-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #ff5406;
}

.linea-naranja-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ff5406;
}

/*Bloque 8*/
.bg-light-custom {
    background-color: #f8f9fa;
}

/* Caja de iconos con estilo industrial */
.icon-box-industrial {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 2px solid #ff5406;
    color: #ff5406;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1.5rem;
    box-shadow: 4px 4px 0px rgba(36, 51, 105, 0.1); /* Sombra rígida industrial */
}

/* Líneas técnicas decorativas */
.diseno-tecnico-lateral {
    position: absolute;
    left: 0;
    top: 20%;
    width: 5px;
    height: 60%;
    background-color: #ff5406;
    border-right: 2px solid #243369;
}

.cuadro-tecnico-decorativo {
    display: inline-block;
    padding: 100px;
    border: 1px dashed #243369;
    border-radius: 8px;
    position: relative;
}

/* Líneas de esquina estilo plano */
.cuadro-tecnico-decorativo::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #ff5406;
    border-left: 3px solid #ff5406;
}

.item-atencion p {
    font-size: 1.1rem;
    color: #243369;
}

/*Bloque 9*/
.seccion-cierre-discreto {
    background-color: #f4f6f9; /* Un gris casi blanco, muy limpio */
    border-top: 1px solid #dee2e6;
}

.caja-final {
    background-color: #ffffff;
    border-left: 6px solid #ff5406; /* El toque de naranja, pero discreto */
    border-radius: 8px;
}

.text-azul-1 {
    color: #243369 !important;
}

.text-naranja-1 {
    color: #ff5406 !important;
}

.btn-naranja3 {
    background-color: #ff5406;
    color: #ffffff;
    border: none;
    white-space: nowrap; /* Evita que el texto del botón se parta en dos líneas */
    transition: background-color 0.3s ease;
}

.btn-naranja3:hover {
    background-color: #f08115; /* Cambia a azul al pasar el mouse */
    color: #ffffff;
}



/*FOOTER*/
/* El bloque oscuro de la derecha */
.bg-dark2 {
    background-color: #212121 !important;
}


@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 
.bgformovil {
    background: rgb(255 255 255 / 83%);
    border-radius: 20px; 
} 
    }




@media (max-width: 768px){
  #banner {
      background-size: 100% auto!important;
      background-position: 0px 0px;
  } 

.bgformovil {
    margin-top: 220px;
    background: rgb(255 255 255 / 83%);
    border-radius: 20px; 
	margin-left: auto !important;
    margin-right: auto !important;
} 
 
 
 
.display-4 { font-size: 2rem; }
.display-5 { font-size: 1.8rem; }




}