
body {
    background: linear-gradient(to bottom, #eb342f, #555555);
    color: #333;
    margin-top: 0px;
/*    font-family: 'Lato', Verdana, Arial, sans-serif;
      font-family: 'Roboto', Arial, sans-serif;
      font-family: 'Open Sans', Arial, sans-serif;*/
  font-family: 'Inter', sans-serif;


}

header{
    margin-top: 4rem !important;
}

section#about,
section#marcas,
section#contacto {
    margin-top: 10px; /*120*/
}

.hover-zoom {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hover-zoom:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.section-divider {
    border: 0;
    height: 2px;
    background: #0d6efd; /*linear-gradient(to right, transparent, #0d6efd, transparent);*/
    margin: 3.2em auto;
}

.section-bar {
    height: 4px;
    background: #0d6efd;
    border-radius: 2px;
    width: 80px;
    margin: 3rem auto;
}
/*
.brand-logo img {
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.brand-logo img:hover {
  transform: scale(1.12) rotate(-2deg);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  filter: brightness(1.08);
}


.brand-logo img {
  background: #fff;
  padding: 14px;
  border-radius: 50%;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25); 
}

.brand-logo img:hover {
  transform: scale(1.12) rotate(-2deg);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35); 
  filter: brightness(1.08);
}
*/

.brand-logo img {
  background: #fff;
  padding: 14px;
  border-radius: 50%;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.6s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  filter: grayscale(100%); /* por defecto en gris */
}

.brand-logo img:hover {
  transform: scale(1.12) rotate(-2deg);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  filter: grayscale(0) brightness(1.08); /* vuelve a color con un poquito de brillo */
}




.fondoDestacado{
    /*background-color: #a45b70;*/
}

a{
    text-decoration: none;
}
h2#title {
    font-size: 1.4rem;
    color:#00f921;
}

.navbar-nav {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-toggler {
    background-color: #c7d1db;
    color: #000;
    border-radius: 6px;
    padding: 6px 10px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
    /*color: #00f921;*/
    color: #0d6efd;
}

.nav-link {
    /*color: #4ecd5f;*/
    color: #eb342f;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 10px;
    /*display: none;*/
}

.main-nav {
    background: linear-gradient(to bottom, #47742c, #273c2d);
}

.logo-superior {
    max-height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#logo {
  transition: height 0.6s ease;
}


nav.navbar:first-of-type {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 1030;
}

nav.navbar:last-of-type {
    position: fixed;
    left: 0;
    right: 0;
    top: 4px;
    height: 56px;
    z-index: 1020;
    border-bottom: 4px solid #eb342f;
    border-top: 4px solid #eb342f !important;
}

.textoContacto{
    font-size: 12pt;
}

iconosRedes .fab {
    font-size: 30pt;
}

.btn-primary {
    background-color: #f87f0f;
    border-color: #f87f0f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #d46f0d;
    border-color: #d46f0d;
}


.icono_marca_productos{
    max-width: 180px;
    display: block;
}

/* Transiciones */

/* Animación suave al hacer scroll */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}




/* --- Secciones tipo tarjeta --- */
.seccion-mute{
    border-radius: 1rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 1.6rem;
    margin-top: 2rem;
    background-color: #d0dfca;
    /*border: 2px solid #a8d54e;*/
}
.seccion-highlight {
    border-radius: 1rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 1.6rem;
    margin-top: 2rem;
    background-color: #ecfbe7;
    border: 2px solid #a8d54e;
}



.seccion-highlight h1 {
    color: #222;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.seccion-highlight p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* hr más sutil */
hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 2rem 0;
}

/* Carousel imágenes */
.carousel-inner img {
    border-radius: 0.75rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

/* Contacto: lista más moderna */
.list-group-item {
    border: none;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.list-group-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.img-marcas{
    max-width: 300px;
    margin: 14px;
}

/* Botón flotante Auxilio */
.btn-auxilio {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #d9534f; /* rojo alerta */
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 2000;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-auxilio:hover {
    background-color: #c9302c;
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}



/* Estilos solo para pantallas pequeñas (celulares) */
@media (max-width: 700px) {
    section#about,
    section#marcas,
    section#contacto {
        margin-top: 10px; /*180px;*/
    }

    /*.navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 10px;
        background-color: #000;
        border: 2px solid #a8d54e;

    }*/
    
  .navbar-collapse {
    position: absolute;
    top: 100%; /* justo abajo del navbar superior / contenedor del logo/toggle */
    left: 0;
    width: 100%;
    background-color: white;
    /* opcional: sombra para diferenciar */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
  }    
    
    .logo-superior{
        max-height: 130px;
    }
    h2#title{
        display: none;
    }

    .seccion-mute{
        border-radius: 1rem;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
        padding: 1.0rem;
        margin-top: 2rem;
        background-color: #d0dfca;
        /*border: 2px solid #a8d54e;*/
    }

    .img-marcas{
        max-width: 150px;
        margin: 14px;
    }
    
.textoContacto{
    font-size: 8pt;
}    

}
