@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* --- GENERALES --- */

.carousel {
    margin-bottom: 0px;
}

.page-body {
    margin: 0px 0;
}

.page-header {
    display: none;
}

/* --- MENÚ --- */

.logo-market {
    height: 40px!important;
}

.navbar .logo-market {
    margin: 0px 0;
}

.navbar .nav {
    float: right;
}

/* --- BOTONES REDONDEADOS --- */
.navbar .nav>li>a {
    font-family: 'Poppins', sans-serif;
    padding: 10px 15px;    
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #878787;
}

/* --- ACTIVO --- */
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #E20912;
    background-color: #fff;
    font-weight: 900;
}

/* --- HOVER --- */
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: #E20912;
    color: #FFFFFF;
    text-decoration: none;
}


/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

h1 {
    font-family: 'Poppins', sans-serif;
    color: #E20912;
    font-size: 40px;
    font-weight: 900;
}

h2 {
    font-family: 'Poppins', sans-serif;
    color: #E20912;
    font-size: 26px;
    font-weight: 700;
}

h3 {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 21px;
    font-weight: 400;
}

h4 {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-weight: 400;
}

body, p {
    font-family: 'Poppins', sans-serif;
    color: #5C5B5F;
    font-size: 16px;
    font-weight: 300;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #E20912;
    text-decoration: none;
}

/* --- BOTONES Y LÍNEAS --- */

.btn {
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border-width: 2px;
    text-transform: none;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 5px solid #f2efef;
    border-bottom: none;
}

/* --- FORMULARIO --- */

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
}

/* --- CATÁLOGO --- */

/* --- FOOTER --- */

.modal-footer {
    border-top: none;
}

.site-footer [data-widget="sitemap"], .site-footer [data-widget="socialsharer"] {
    color: #ffffff;
}