/*
--------------------------------------------------------------
# General
----------------------------------------------------------------
*/
:root {
    --ladyfit-bgcolor-main: #ffffff;
    --ladyfit-bgcolor-menu: #466cb3;
    --ladyfit-fcolor-main: #121010;
    --ladyfit-fcolor-menu: #fffbfb;
}

@font-face {
    font-family: 'NP-SemiBold';
    src: url(../fonts/NeuePlak-SemiBold.ttf);
}

@font-face {
    font-family: 'NP-Regular';
    src: url(../fonts/NeuePlak-Regular.ttf);
}

@font-face {
    font-family: 'NP-Light';
    src: url(../fonts/NeuePlak-Light.ttf);
}

html {
    height: 100%;    
}
body {
    background-color: var(--ladyfit-bgcolor-main);
    color: var(--ladyfit-fcolor-main);
    font-family: 'NP-Light';
    height: 100%;
    font-size: 62.5%;
}

h1 {
    font-family: 'NP-Semibold';
    font-size: 3.6em;
}
p {
    font-size: 1.6em;
}
a {
    color: inherit;
    text-decoration: none;
} 
    a:hover {
        color: inherit;
        text-decoration: underline;
    } 

.h-align {
    display: flex;
    flex-direction: row;
    align-items: center;   
}

.container-custom {
    max-width: 1464px;
}

.container.main,
.container-fluid.main {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    min-height: calc(100% - 15rem);
}

/*
--------------------------------------------------------------
# Menu
----------------------------------------------------------------
*/
#menu_desktop,
#menu_mobile {
    background-color: var(--ladyfit-bgcolor-menu);
    height: 10.5em;
    font-family: 'NP-SemiBold';
}
    #menu_desktop .container-fluid, 
    #menu_mobile .container-fluid {
        background-color: var(--ladyfit-bgcolor-menu);
        padding: 0;
    }
    .menu-adjust {
        height: 10.5em;
    }
    #menu_desktop .navbar-brand,
    #menu_mobile .navbar-brand {
        font-size: 100%;
        padding-left: 6em;
        position: absolute;
    }
    
    #menu_desktop .nav-item {
        margin: 0 7px;
    }
    #menu_desktop .nav-link,
    #menu_mobile .nav-link {
        color: var(--ladyfit-fcolor-menu);
        font-size: 1.5em;
        margin: 0 13px;
        padding: 10px 2px;
        text-decoration: none;
    }
        #menu_desktop .nav-link:hover,
        #menu_desktop .nav-link.active {    
            border-bottom: 2px solid var(--ladyfit-fcolor-menu);
            padding-bottom: 5px; 
        }

    #menu_desktop ul.submenu {
        background-color: var(--ladyfit-bgcolor-menu);
        color: var(--ladyfit-fcolor-menu);
        display: none;
        font-family: 'NP-Regular';
        list-style: none;
        padding: 20px 0 20px 15px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }
        #menu_desktop ul.submenu li a {
            display: inline-block;
            margin: 0 1em 0 0;
        }
            #menu_desktop ul.submenu li a:hover img {
                transform: scale(1.05);
                opacity: 0.9;
                transition: all 0.5s;
            }
        #menu_desktop ul.submenu li figure {
            font-size: 1.4em;
            max-width: 133px;
            margin: 0;
            overflow: hidden;
        }
        #menu_desktop ul.submenu li figcaption {            
            position: relative;
            z-index: 100;
        }
        #menu_desktop .item figure,
        #menu_mobile .item figure {
            font-size: 14px!important;
        }
        


        
    #menu_mobile .navbar-brand {
        left: calc(50% - 80px);
        padding: 0;
        margin-right: 0;
    }
    #menu_mobile .navbar-toggler {
        border: none;
        font-size: 100%;
        left: 2em;
        position: absolute;
    }
        #menu_mobile .navbar-toggler:focus {
            box-shadow: none;
        }
        #menu_mobile .navbar-toggler i {            
            color: var(--ladyfit-fcolor-menu);
            font-size: 4em;
        }
    #menu_mobile .navbar-nav {
        background-color: var(--ladyfit-bgcolor-menu);
        position: absolute;
        right: 0px;
        left: 0px;
        top: 95px;
        padding-left: 4em;
    }
    #menu_mobile .nav-link {
        margin: 0;
    }
    #menu_mobile .navbar-nav .dropdown-menu {
        background-color: var(--ladyfit-bgcolor-menu);
        border: none;
        color: var(--ladyfit-fcolor-menu);
        font-family: 'NP-Semibold';
        font-size: 1.4em;
    }
    #menu_mobile .navbar-nav .dropdown-menu.show {
        display: flex;
    }
    #menu_mobile .navbar-nav .dropdown-menu li {
        flex-direction: row;
    }
        

    #menu_desktop.small,
    #menu_mobile.small {
        font-size: 100%;
        height: 7em;
    }    
    #menu_mobile.small .navbar-nav {
        top: 70px;
    }
    #menu_mobile.small.animated.hidden {
        transform: translateY(-7em);
        transition: 1s;
    }
    #menu_mobile.small.animated.showed {
        transform: translateY(0);
        transition: 0.8s;
    } 

    
    
 

/*
--------------------------------------------------------------
# Footer
----------------------------------------------------------------
*/
footer {
    background-color: #f0f0f0;
    color: #666666;
    padding-top: 2.4em;
}
    footer .t-follow {
        font-size: 1.4em;
    }
        footer .t-follow a i {
            color: #000000;
            font-size: 1.125rem;
        }
    footer .t-copyright {
        font-size: 1.2em;
        padding: 15px 0;
    }
    

/*
--------------------------------------------------------------
# Home
----------------------------------------------------------------
*/
#home .mb-std {
    margin-bottom: 2.4em;
}
#home .wow {
    position: relative;
}
#home .carousel-item {
    transition: transform 1s ease-in-out;
}
#home section {
    font-family: 'NP-SemiBold';
}


/* section slider */
#home #slider #main_carousel .carousel-indicators [data-bs-target] {
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    margin: 0 5px;
}

/* section quick catalogo */
#home .quick-catalogo figure,
#home .quick-catalogo figure img {
    width: 100%;
}
    #home .quick-catalogo a {
        display: block;
    }
    #home .quick-catalogo a  figcaption {
		font-family: 'NP-Regular';
        font-size: 1.6em;
		margin-top: 5px;
		text-transform: uppercase;
    }

/* video */
#home #video .ratio-custom {
    --bs-aspect-ratio: 51.5%;
}

/* section quick pages */
#home #quick-access-pages a {
    display: block;
}    
    #home #quick-access-pages a .video {
        width: 100%;
        height: 100%;
    }


/* section instagram */
#home #instagram {
    background-color: #e65f32;
    padding: 15px 30px 30px 30px;
    margin-bottom: 2.4em;
}
    #home .half {
        height: 50%;
    }
        #home .half.bottom {
            align-items: end;
            display: grid;
        }
    #home #instagram a.follow-us {
        display: inline-block;
        font-size: 1.4em;
        padding: 0 0 15px 0;
    }
        #home #instagram a.follow-us:hover {
            text-decoration: none;
        }
    #home #instagram a.ig-item {
        display: inline-block;
        width: 100%;
        position: relative;
    }
        #home #instagram a.ig-item::before {
            content: '\F437';
            background-color: #000;
            color: #fff;
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-size: 1.9em;            
            padding: 5px 10px;
            position: absolute;
            right: 0;
            bottom: 0;
        }


/*
--------------------------------------------------------------
# Catálogo
----------------------------------------------------------------
*/
#catalogo h1 {
    margin-bottom: 0;
}
#catalogo a:hover {
    text-decoration: none;
}
    #catalogo .item figure {
        font-family: 'NP-Regular';
        font-size: 1.6em;
        margin: 1.5rem 0 0 0;
    }
        #catalogo .item figure figcaption {
            margin-top: 5px;
        }



/*
--------------------------------------------------------------
# Articulo
----------------------------------------------------------------
*/
#articulo .control-prev,
#articulo .control-next {
    font-size: 4em;
    display: block;
    margin-top: 6em;
}

#articulo .detail {
    margin-top: 100px;
    position: sticky;
    top: 100px;

}
    #articulo .detail h1 {
        margin-bottom: 0;
    }
    #articulo .detail h4 {
        font-size: 3em;
    }
    #articulo .detail .material {
        font-size: 1.8em; 
        margin-bottom: 7px;
    }
    #articulo .detail ul.colors {
        margin: 0 0 50px 0;
        padding: 0;
        font-size: 1em;
    }
        #articulo .detail ul.colors li {
            display: inline-block;
            padding-right: 7px;
        }
            #articulo .detail ul.colors li img {
                border-radius: 5px;
                width: 34px;
                height: 34px;
            }
            #articulo .detail ul.colors li img.bordered {
                border: solid 1px #000000;
                width: 32px;
                height: 32px;
            }
    


#articulo .more {
    border-top: solid 2px #cfcfcf;
    border-bottom: solid 2px #cfcfcf;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px;
}
    #articulo .more h3 {
        font-family: 'NP-SemiBold';
        font-size: 2.5em;
        margin-left: 8px;
    }
    #articulo .more a:hover {
        text-decoration: none;
    }
        
    /* artículo more carousel */
    #articulo .carousel-inner {
        display: flex;    
    }
    #articulo .carousel-item {
        margin-right: 0;
        display: block;
        max-width: fit-content;
    }
        #articulo .carousel-item a {
            margin: 0 0.5em;
            display: block;
            font-size: 1.6em;
        }
            #articulo .carousel-item a figure img {
                width: 200px;
                height: auto;
            }
            #articulo .carousel-item a figure figcaption {
                margin-top: 5px;
            }
    #articulo .carousel-control-prev,
    #articulo .carousel-control-next {
        background-color: #fff;
        border-radius: 50%;
        color: #000;
        font-size: 2.6em;
        height: 40px;
        width: 40px;
        opacity: 1;
        top: 38%;
    }
        #articulo .carousel-control-prev i {
            margin-left: -5px;
        }
        #articulo .carousel-control-next i {
            margin-right: -5px;
        }
        #articulo .carousel-control-prev:hover,
        #articulo .carousel-control-next:hover {
            background-color: #6c6c6c;
            transition: 0.5s;
        }
          


/*
--------------------------------------------------------------
# Stores
----------------------------------------------------------------
*/
#stores .accordion {
    font-size: 1.5em;
}
    #stores .accordion .accordion-item {
        color: #333;
        margin-bottom: 5px;
        border: none;
        border-bottom: solid 1px #e3e3e3;
    }
        #stores .accordion .accordion-item h2 {}
            #stores .accordion .accordion-item h2 .accordion-button {                
                font-weight: 600;
                padding: 20px 15px;
            }
            #stores .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
                background-color: inherit;
                color: inherit;
            }
            #stores .accordion .accordion-item h2 .accordion-button::after {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
                transition: all 0.5s;
            }
            #stores .accordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
            }            
        #stores .accordion .accordion-body {}
            #stores .accordion .accordion-body .name {
                font-size: 1rem;   
            }
            #stores .accordion .accordion-body .address,
            #stores .accordion .accordion-body .phone {
                font-size: 0.875rem;   
            }


/*
--------------------------------------------------------------
# Empresa
----------------------------------------------------------------
*/
#empresa {}


/*
--------------------------------------------------------------
# Video
----------------------------------------------------------------
*/
#videos .video {
    padding: 0 18%;
}


/*
--------------------------------------------------------------
# Campania
----------------------------------------------------------------
*/
#campania .item {
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
    #campania .item-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1; 
    }

    #campania .item:hover img {
        opacity: 0.8;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: all ease-in-out 0.4s;
    }


/*
--------------------------------------------------------------
# Contacto
----------------------------------------------------------------
*/
#contacto form,
#venta-mayorista form {
    margin-top: 40px;
}
#contacto .form-control:focus,
#venta-mayorista .form-control:focus {
    /* border-color: transparent; */
    box-shadow: none;
}
#contacto .form-group,
#venta-mayorista .form-group {
    font-size: 1.4em;
    padding-bottom: 15px;
}
    #contacto .form-group label,
    #venta-mayorista .form-group label {
        padding-bottom: 3px;
    }
    #contacto .form-group input,
    #venta-mayorista .form-group input {
        border-radius: 4px;
        height: 34px;
    }
    #contacto .form-group textarea,
    #venta-mayorista .form-group textarea {
        border-radius: 4px;
        height: 100px;
    }
    #contacto .submit,
    #venta-mayorista .submit {
        background-color: #000000;
        color: #fffbfb;
        font-family: 'NP-SemiBold';
        font-size: 1.6em;
        letter-spacing: 2px;
        padding: 6px 12px;
    }
        #contacto .submit:hover,
        #venta-mayorista .submit:hover {
            background-color: #6c6c6c;
            transition: 0.5s;;
        }

    #contacto .email-data,
    #venta-mayorista .email-data {
        font-size: 1.6em;
        padding-top: 1em;
    }
        
/*
#contacto .contact-data,
#venta-mayorista .contact-data {
    font-size: 1.6em;
    margin-top: 40px;
}
    #contacto .contact-data .title,
    #venta-mayorista .contact-data .title {
        font-family: 'NP-Semibold';
    } 
*/

#contacto form .error,
#venta-mayorista form .error {
    border: solid 1px #ff165f!important; 
}
#contacto form .sending,
#contacto form .sended,
#contacto form .no-sended,
#venta-mayorista form .sending,
#venta-mayorista form .sended,
#venta-mayorista form .no-sended {
    font-size: 1.6em;
    font-family: 'NP-Regular';
    display: none;
}