/* Estilos personalizados y mejoras visuales para GEPSA */

/* Importar tipografías premium desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@500;700;800&display=swap');

/* Aplicar Inter como fuente base para el cuerpo y componentes de lectura técnica */
body, p, ul, li, nav, input, select, textarea, span, td, th, a {
    font-family: 'Inter', sans-serif !important;
}

/* Aplicar Montserrat para dar solidez y fuerza industrial a los títulos y botones */
h1, h2, h3, h4, h5, h6, .btn, button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

#nosotros div {
    font-size: inherit !important;
}

/* Encabezados de sección dinámicos del catálogo */
.titulo-seccion {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.lista_productos article{
    border-radius: 10px !important;
    border: 1px solid #e6e6e6 !important;
    overflow: hidden !important;
}

.lista_productos article h4{
    padding: initial;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a:focus{
    outline: 0px !important;
}

.lista_productos article .img{
    margin: auto;
    padding: 20px 0px;
    position: relative;
    background-color: white;
}

/* .lista_productos article .wrap:hover:before{
    height: 80px !important;
} */

.lista_productos article .wrap:after{
    bottom: 0px !important;
    font-size: 15px !important;
}

header #bottom form div input{
    border-radius: 10px !important;
    border: 0px !important;
    height: 40px !important;
}

header #bottom form {
    margin-top: 20px !important;
}

header #bottom form div button{
    top: 5px !important;
}

header.fixed #bottom form {
    margin-top: 5px !important;
}

.lista_productos article h5{
    color: #004195 !important;
}

nav.categorias{
    border-radius: 10px !important;
    overflow: hidden !important;
}

#home article .wrap p {
    font-size: 40px;
    line-height: 1.1;
}

footer{
    margin: 0;
}

#catalogo #top{
    padding-top: 60px;
    padding-bottom: 60px;
}

#catalogo #top .categorias li{
    margin-bottom: 10px;
}

#catalogo #top .categorias li a{
    margin-right: 50px;
}