/*
Theme Name: 	Borda Distribuciones Nueva
Theme URI:		http://www.proydsl.com
Author: 		Proydsl.com
Author URI: 	http://www.proydsl.com
Description: 	Web para Borda Distribuciones
Template:       newfashion
Version: 		1.0
*/


@import url("../newfashion/style.css");

.wpo-breadcrumbs {
    height: 140px !important;
}

.wpo-header.header-v3 {
    margin: 0px !important;
}

.berocket_aapf_widget-wrapper .berocket_aapf_widget-title_div {
	display: none !important;
}

.linkblanco {
	color: #fff !important;
}

li.i-cart.cart-top {
	display: none !important;
}

.wpo-breadcrumbs .breadcrumb-heading {
    font-size: 36px !important;
}

.minuscula {
    text-transform: none !important;
}

.i-search {
	display: none;
}

.form-control {
    width: 95% !important;
    margin-left: 2% !important;
}

h4.vc_custom_heading {
	margin-bottom: 20px !important;
}

.infobasica {
	color: #333 !important;
	font-weight: 200 !important;
}

.infobasica blockquote p {
	font-size: 13px !important;
    line-height: 18px !important;
}
ul.berocket_aapf_widget {
    list-style-type: none !important;
}

/* Slider Borda Fijo - Reemplazo de RevSlider */
.slider-borda-fijo {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #eee;
}

.slider-borda-fijo .slide-item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: opacity 1.5s ease-in-out !important;
    z-index: 1;
}

.slider-borda-fijo .slide-2 {
    animation: simpleCrossfade 10s infinite alternate !important;
    z-index: 2;
}

@keyframes simpleCrossfade {
    0%, 40% { opacity: 0; }
    60%, 100% { opacity: 1; }
}

@media (max-width: 768px) {
    .slider-borda-fijo {
        height: 300px !important; /* Ajuste para móviles */
    }
}