:root {
    --bikes-color-red: #e1031a;
}


html {
    font-size: 16px;
    color: #000000;
}
body {
    background-color: #ffffff;
    font-family: "DinPro", sans-serif;    
    position: relative;
}

h1, h2, h3, 
.ff-b {
    font-family: "DinPro-Bold", sans-serif;
}
h1 {
    font-size: 2.25rem;
}

a {
    color: inherit;
    text-decoration: none;
}
    a:hover {
        color: #138496;
        text-decoration: none;
        transition: 0.5s;
    }

ul.li-inline li {
    display: inline-block;
}
ul.li-list li {
    display: inherit;
}

.main-container {
    padding-left: 67px;
    padding-right: 67px;
}

.fs-1-125 {
    font-size: 1.125rem !important;
}
.fs-1-5 {
    font-size: 1.5rem !important;
}
.fs-2 {
    font-size: 2rem;
}
.fs-2-25 {
    font-size: 2.25rem;
}

.z-100 {
    z-index: 100;
}

   
/* menu */
.menu-main {
    background-color: #000000;
    border-bottom: solid 1px #eff0f0;
    color: #ffffff; 
    font-family: "DinPro-Bold", sans-serif;
}
    .menu-main .top {
        background-color: #ffffff;
        color: #000000;
        font-family: "DinPro", sans-serif;
        min-height: 40px; 
    }
        /* .menu-main .top a {
            color: #000000;            
        } */
    .menu-main .logo {
        display: inline-block;
        /* position: relative;
        z-index: 1000; */
    }
    .menu-main .items {
        padding-top: 15px;
        padding-bottom: 15px;
    }
        .menu-main .top .message,
        .menu-main nav {
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            text-align: center;
        }

    .menu-main .nav-link {
        color: #ffffff;        
        font-size: 1.3rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;        
        position: relative;
    }
        .menu-main .navbar-nav .nav-link::before {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 3px;
            z-index: 0;
            background-color: var(--bikes-color-red);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: right;
            transform-origin: right;
            transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
            transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
            transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
        }
    .menu-main .navbar-nav .nav-link.active,
    .menu-main .navbar-nav .show>.nav-link,
    .menu-main .nav-link:hover {
        color: #ffffff;        
        transition: all 0.1s ease-in-out;
    }
        .menu-main .navbar-nav .nav-link.active::before,
        .menu-main .navbar-nav .show>.nav-link::before,
        .menu-main .nav-link:hover::before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        
    .menu-main .navbar-toggler {
        border: none;
        color: #ffffff;
        position: absolute;
        right: 1rem;        
    }
        .menu-main .navbar-toggler:focus {
            box-shadow: none;
        }

    .menu-overlay {
        position: absolute;
        top: 0;
        background-color: #ffffff;
        width: 100%;
        bottom: 0;
        z-index: 101;
        opacity: 0.7;
        display: none;
    }
        .menu-overlayed {
            position: fixed;
            top: 0;
            background-color: #000000;
            bottom: 0;
            z-index: 102;
            padding: 15px 30px;
            overflow: auto;
            display: none;
            font-size: 2rem;
            width: 100%;            
        }
            .menu-overlayed .logo {
                padding-top: 41px;
                padding-left: 49px;
            }
            .menu-overlayed a {
                color: #ffffff;
                font-size: 1.5rem;
                font-weight: 500;
                margin-bottom: 15px;
                display: inline-block;
            }
                .menu-overlayed a.active,
                .menu-overlayed a:hover {
                    color: #ffffff;
                    border-bottom: solid 3px var(--bikes-color-red);
                }


.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 2rem 0;
}
    .footer h3 {
        margin-bottom: 2rem;
        margin-top: 0;
    }
    .copyright {
        line-height: 3rem;
        font-weight: 600;
    }


#home {}
    #home img.accesorio {
        max-height: 250px;
        width: 100%;
        object-fit: cover;    
    }

    #home figure {}
        #home figure.bike img {
            max-height: 300px;
            min-height: 300px;
            width: 100%;
            object-fit: cover;
        }
        #home figure.bike figcaption {
            background-color: #f1f1f1;
            text-align: center;
            padding: 1rem;    
        }

#products figure {}
    #products .fs-deep-0 {
        font-size: 1.5rem;        
    }
    #products .fs-deep-1 {
        font-size: 1.3rem;        
    }
    #products .fs-deep-2 {
        font-size: 1.1rem;
    }

    #products .category-item a {
        display: inline-block;
        padding: 0.2rem 0;
        width: 100%;
    }
        #products .category-item a.active {
            background-color: #f1f1f1;
        }
    
    #products figure.bike img {
        max-height: 300px;
        min-height: 300px;
        width: 100%;
        object-fit: cover;
    }
    #products figure.bike figcaption {
        background-color: #f1f1f1;
        text-align: center;
        padding: 1rem;    
    }

#product {}
    #product h1 {
        font-size: 1.5rem;
    }
    #product .img-main {
        max-height: calc(100vh - 20vh);
        /* min-height: 400px; */
    }

    #product .product-data {
        background-color: #f1f1f1;
        padding: 2rem;
        position: relative;
    }
    #product .product-data:after {
        content: '';
        border-top: solid 5px #000000;
        height: 5px;
        display: block;
        width: 30%;
        position: absolute;
        bottom: 0px;
        right: 0.5rem;
    }

    #product .product-description {
        border-top: solid 1px #e5e5e5;
        margin-top: 1rem;
        padding-top: 0.5rem;
        position: relative;   
        text-align: left;     
    }
        #product .product-description:before {
            content: '';
            border-top: solid 5px #e5e5e5;
            height: 5px;
            display: block;
            width: 30%;
            position: absolute;
            top: -5px;
        }

    #product .share {}
        #product .share a {
            width: 30px;
            height: 30px;
            background-color: #f1f1f1;
            border-radius: 20px;
            padding: 10px;
            text-align: center;
        }

#contact {}
    #contact h3 {
        font-size: 1.5rem;
        margin-top: 0;        
    }
    #contact .b-left {
        border-left: solid 2px red;
        padding: 1rem;
    }
    #contact .bajada {
        color: #555555;
    }

    #contact input,
    #contact textarea { 
        font-size: 1.1rem;
        height: 3.5rem;
        margin-bottom: 2rem;        
    }
    #contact textarea { 
        height: 200px;
    }

    #contact .submit {
        background-color: #000000;
        color: #ffffff;
        cursor: pointer;
        padding: 1rem 3rem;
    }
        #contact .submit:hover {
            transition: 0.5s;
            background-color: var(--bikes-color-red);
        }

#contact .contact-block {
    padding: 1.5rem 0 3rem 1.5rem;
}

#contact .error {
    border: solid 1px #ff165f!important; 
}
#contact form .sending,
#contact form .sended,
#contact form .no-sended {
    display: none;
    text-align: center;
}