body {
background: url(/Imagenes/fondo-barra-2.png);
background-color: #bfdcea;
  background-repeat: repeat-x;

  background-position: top;
  background-attachment: scroll;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
}
h2  {
  font-size: 3rem;
  text-align: center;
}
/* Altura ajustada para pantallas grandes */
@media only screen and (min-width: 601px) {
    nav, 
    nav .nav-wrapper i, 
    nav a.sidenav-trigger, 
    nav a.sidenav-trigger i {
        height: 70px;
        line-height: 70px;
    }
}

/* Estilo general */
nav {
    height: 100px;
    line-height: 100px;
}
nav .nav-wrapper {
    display: flex;
    align-items: center;  /* Centra verticalmente el contenido */
    height: 100px;         /* Altura suficiente para tu logo */
    padding: 0 20px;      /* Espaciado horizontal */
}

.brand-logo {
    display: flex;
    align-items: center;  /* Centra el logo verticalmente */
    height: 100%;
}

.brand-logo img {
    height: 70px;
}

nav ul li a {
    display: flex;
    align-items: center;  /* Centra íconos y texto en los botones */
    height: 100px;         /* Igual que el nav */
    padding: 0 10px;
}

.hero {
    background: url(/Imagenes/portada.jpg);
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero.quienes-somos {
  background: url(/Imagenes/portada-quienes-somos.jpg);
  background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero.marco-juridico {
  background: url(/Imagenes/portada-marco-juridico.jpg);
  background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero.informacion {
  background: url(/Imagenes/portada-informacion.jpg);
  background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero h2 {
  font-size: 2.4rem;
  background-color: #162E2F;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 2rem;
}


.blue.darken-2 {

}

.div_abajo_whatsapp {
  color: #fff;
  width: 230px;
  height: 32px;
  padding: 0px;
   /*/ position:absolute; El div serÃ¡ ubicado con relaciÃ³n a la pantalla*/
  position: fixed;
  left:5px; /*A la derecha deje un espacio de 0px*/
  right:0px; /*A la izquierda deje un espacio de 0px*/
  bottom:15px; /*Abajo deje un espacio de 0px*/
  z-index:5;
}
.div_abajo_whatsapp_boton  {
  margin: 0px auto;
  height: 70px;
}
.div_abajo_whatsapp_boton img {
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.div_abajo_whatsapp-m {
  width: 168px;
  height: 66px;
  position: fixed;
  right:-10px; /*A la izquierda deje un espacio de 0px*/
  bottom:50%; /*Abajo deje un espacio de 0px*/
  z-index:5;
}
.div_abajo_whatsapp-m:hover {
  right:0px;
}
.page-footer .footer-copyright {
    background-color: #063d71;
}
.img-home {
    width: 100%;
    max-width: 19rem;
    margin: 0 auto;
    display: block;
}
/* Galeria */
.img-container {
  padding: 0.5rem; /* espacio interno */
  border-radius: 12px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #bcdef5; /* opcional, para ver mejor el borde */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* sombra más suave */
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out; /* importante */
}

.img-container:hover img {
  transform: scale(1.1);
}


footer,.page-footer {
  background-color: #96b4d0; 
  color: #063d71;
}
footer a,.page-footer a{
  color: #063d71;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #333;
}
footer h5 {
  font-size: 1.4rem;
  margin-bottom: 0px;
}
footer ul  {
    margin-top: 05px;
}
}
body nav ul a {
  color: #333;
}
body nav ul a:hover {
  color: #cddcea;
}
.blue.darken-2.menu {
    background-color: #063d71 !important;
}
.div_titulo {
  background-color: #115396;
}
.div_titulo .row {
  margin-bottom: 0;
}
{
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
.div_titulo h1 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0;
}
.div_titulo p {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    max-width: 80rem;
    display: block;
    margin: .3rem auto 2rem auto;
    font-weight: 100;
}
.cuerpo h2 {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.cuerpo p {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: justify;
}
i.left {
    margin-right: 8px;
}
nav .brand-logo {
    padding-left: 1rem;
}
/* quienes somos */
.integrantes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.integrante {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}
@media (max-width: 600px) {
    .integrante {
        margin-bottom: 30px;
    }
}

.foto-integrante {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.integrante h3 {
    font-size: 20px;
    color: #333;
}
.integrante p {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
    text-align: left;
}
/* Marco Jurídico */
.container.cuerpo {
    padding: 20px;
    margin: 0 auto;
}
.table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    background-color: #fff;
}
.table th, .table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}
.table th {
    background-color: #f4f4f4;
}
.btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}
.btn i {
    margin-right: 8px;
}
.recursos .integrante {
  max-width: 22rem;
}
.recursos .foto-integrante  {
  border-radius: 0;
  margin-bottom: 0;
}
.recursos .integrante h3 {
    font-size: 28px;
    color: #333;
    margin: 0 1rem;
}
.recursos .boton_recurso {
  padding: 1rem;
  text-align: center;
}
.div_espacio {
  height: 6rem;
}
.sidenav {
    width: 250px;
}
.icono_persona {
    width: 150px;
    margin: 0 auto;
}
.integrante h3 {
    margin-top: 5px;
}

/* Tarjeta de productos */

.producto {
  width: 100%;
  max-width: 300px;
  background-color: #f4f9fd; /* similar al azul claro */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-family: 'Segoe UI', sans-serif;
  margin: 20px auto;
}

.producto_img {
  height: 160px;
  
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.prodcuto_img_src_1 {
    background-image: url('/Imagenes/productos/bandas-ligeras.jpg'); /* Usa tu imagen aquí */
}

.prodcuto_img_src_2 {
    background-image: url('/Imagenes/productos/bandas-dentadas.jpg'); /* Usa tu imagen aquí */
}
.prodcuto_img_src_3 {
    background-image: url('/Imagenes/productos/bandas-modulares.jpg'); /* Usa tu imagen aquí */
}
.prodcuto_img_src_4 {
    background-image: url('/Imagenes/productos/bandas-transmision.jpg'); /* Usa tu imagen aquí */
}
.prodcuto_img_src_5 {
    background-image: url('/Imagenes/productos/bandas-teflon.jpg'); /* Usa tu imagen aquí */
}
.prodcuto_img_src_6 {
    background-image: url('/Imagenes/productos/bandas-termosoldables.jpg'); /* Usa tu imagen aquí */
}
.prodcuto_img_src_7 {
    background-image: url('/Imagenes/productos/bandas-filtranes.jpg'); /* Usa tu imagen aquí */
}
.prodcuto_img_src_8 {
    background-image: url('/Imagenes/productos/bandas-servicio-pesado.jpg'); /* Usa tu imagen aquí */
}
.prodcuto_img_src_9 {
    background-image: url('/Imagenes/productos/grapas-y-herramientas.jpg'); /* Usa tu imagen aquí */
}
.producto_img:hover {
  transform: scale(1.1);
}

.producto_titulo {
  background-color: #0d3e6f; /* azul oscuro */
  color: white;
  text-align: center;
  padding: 10px;
}
.producto_titulo h3 {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 0;
}
.producto_contenido {
  padding:0 15px;
  color: #0d3e6f;
}

@media (min-width: 992px) {
    .producto_contenido {
        min-height: 16rem; /* o el valor que tú quieras para escritorio */
    }
}
.producto_contenido h4 {
  margin-top: 15px;
  margin-bottom: 5px;
    font-size: 1.45rem;
  color: #0d3e6f;
}

.producto_contenido ul {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 2rem;
}

.producto_contenido li {
    font-size: 1.1rem;
    margin-bottom: .8rem;
    line-height: 1.6rem;
    font-weight: 100;
}
/* Sectores */
.sectores_img_src_1 {
    background-image: url('/Imagenes/sectores/automotriz.jpg'); /* Usa tu imagen aquí */
}

.sectores_img_src_2 {
    background-image: url('/Imagenes/sectores/metal-mecanica.jpg'); /* Usa tu imagen aquí */
}
.sectores_img_src_3 {
    background-image: url('/Imagenes/sectores/alimentacion.jpg'); /* Usa tu imagen aquí */
}
.sectores_img_src_4 {
    background-image: url('/Imagenes/sectores/industrial.jpg'); /* Usa tu imagen aquí */
}
.sectores_img_src_5 {
    background-image: url('/Imagenes/sectores/industria-ceramica.jpg'); /* Usa tu imagen aquí */
}
.sectores_img_src_6 {
    background-image: url('/Imagenes/sectores/distribucion-y-almacenaje.jpg'); /* Usa tu imagen aquí */
}
.sectores_img_src_7 {
    background-image: url('/Imagenes/sectores/agroindustria.jpg'); /* Usa tu imagen aquí */
}
.sectores_img_src_8 {
    background-image: url('/Imagenes/sectores/reciclaje.jpg'); /* Usa tu imagen aquí */
}
.producto_img:hover {
  transform: scale(1.1);
}
/* servicio */
.servicios_img_src_1 {
    background-image: url('/Imagenes/servicios/vulcanizado-de-bandas.jpg'); /* Usa tu imagen aquí */
}

.servicios_img_src_2 {
    background-image: url('/Imagenes/servicios/grapado-de-bandas.jpg'); /* Usa tu imagen aquí */
}
.servicios_img_src_3 {
    background-image: url('/Imagenes/servicios/colocacion.jpg'); /* Usa tu imagen aquí */
}
.servicios_img_src_4 {
    background-image: url('/Imagenes/servicios/recubrimiento-de-rodillos.jpg'); /* Usa tu imagen aquí */
}
.servicios_img_src_5 {
    background-image: url('/Imagenes/servicios/fabricacion-de-transportadores.jpg'); /* Usa tu imagen aquí */
}
.servicios_img_src_6 {
    background-image: url('/Imagenes/servicios/fabricacion-de-transportadores-rodillos.jpg'); /* Usa tu imagen aquí */
}
.servicios_img_src_7 {
    background-image: url('/Imagenes/servicios/fabricación-de-poleas.jpg'); /* Usa tu imagen aquí */
}
.servicios_img_src_8 {
    background-image: url('/Imagenes/servicios/fabricacion-de-rodillos.jpg'); /* Usa tu imagen aquí */
}
.servicios_img_src_9 {
    background-image: url('/Imagenes/servicios/fabricacion-de-piezas.jpg'); /* Usa tu imagen aquí */
}
/* Estrella */
.icono_estrella li {
    list-style: none; /* Quitar el marcador de lista por defecto */
    position: relative;
    padding-left: 25px; /* Espacio para el ícono */
    margin-bottom: 8px;  /* Espacio entre elementos */
}

.icono_estrella li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('/Imagenes/icono-estrella.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.icono-red {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .redes-sociales {
    flex-direction: column !important;
  }
}
.alto {
    height: 2.5rem;
}
/* servicios **/

.collapsible {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.collapsible-header {
  background-color: #ffffff;
  color: #002f5c;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.collapsible-header i.material-icons {
  margin-right: 12px;
  color: #002f5c;
}

/* FLECHA por defecto de Materialize */
.collapsible-header::after {
  margin-left: auto;
  margin-right: 1rem;
  color: #002f5c;
}

/* Hover o activa */
.collapsible li.active .collapsible-header,
.collapsible-header:hover {
  background-color: #115396;
  color: #ffffff;
}

.collapsible li.active .collapsible-header i.material-icons,
.collapsible-header:hover i.material-icons {
  color: #ffffff;
}

.collapsible li.active .collapsible-header::after,
.collapsible-header:hover::after {
  color: #ffffff;
}

/* Cuerpo 
.collapsible-body {
  background: linear-gradient(to bottom, #0e5fa7, #5596c3);
  color: white;
  padding: 20px;
}

.collapsible-body ul {
  padding-left: 20px;
}

.collapsible-body li {
  margin-bottom: 8px;
}
*/
.collapsible-body {
  background-color: #e6f0fa;
  color: #002f5c;
  padding: 20px;
}

.collapsible-body strong {
  display: block;
  margin-bottom: 10px;
  color: #002f5c;
}

.collapsible-body ul {
  padding-left: 20px;
}

.collapsible-body li {
  margin-bottom: 6px;
}

/* Dos columnas body acordeon servicios*/
.div_body_servicio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.imagen_servicio img {
  width: 150px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* En pantallas grandes: horizontal */
@media (min-width: 768px) {
  .div_body_servicio {
    flex-direction: row;
    align-items: flex-start;
  }

  .imagen_servicio img {
    width: 250px;
  }

  .texto_servicio {
    padding-left: 1.5rem;
    font-size: 1.4rem;
  }
}

.radius-img {
  border-radius: 10px;
}
/* Sider */
.slider-banner {
  height: 400px !important;
  max-height: 400px;
  overflow: hidden;
}

.slider-banner .slides li img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.form_contacto {
  background-color: #e3eaf1;
  padding: 2rem 1rem;
  border-radius: 1rem;
  display: block;
  max-width: 23rem;
  margin: 0 auto;
}
/* h2 y h3 */
h2, h3 {
  color: #fff;
}
h3 {
  font-size: 1.8rem;
}
/* modal */
.modal-custom {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal-contenido {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.cerrar-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
