
.container {
 max-width: 1350px;
}
.top-nav-wrap {
    border-bottom: 1px solid #e1e1e1;
    background: #e4022c;
    border: 0;
}
.header-wrap-inner {
    padding: 10px 0;
    background: #000;
}
/* BANNER INTEIROREs */

section.banner-interior {
    min-height: 55vh;
position: relative;
margin: 0;
padding: 6em 0;
color: #fff;
}

/* MOUSe SCROLL */
.scroll-downs {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 3em;
    left: 50%;
    width: 34px;
    height: 55px;
    transform: translateX(-50%);
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
 
}
.scroller {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
   margin-left: -2.5px
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


/* GENERAL */
footer.footer-wrap {
    background: #000;
}
.footer-sec-2 {
    background: #1c1c1c;
}
.footer-text {
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.footer-bottom {
    border-top: none;
    margin-top: 0;
    padding: 15px 0;
}

.header-wrap-inner.sticky {
    background: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    left: 0;
    min-width: 320px;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: -200px;
    z-index: 150;
}
 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.horizontal-megamenu>.nav-item>.nav-link {
    color: #fff;
}
.content-section {
padding: 6em 0;
}
p.text {
text-align: justify;
margin-bottom: 2em;
}
.footer {
    padding: 0 !important;
}
.grey-col {
    position: relative;
    padding: 1em 4em;
    padding-top:2.5;
    background: #2d2d2d
}
.grey-col::before {
    content:"";
    width: 100%;
    height: 30px;
    background: #e4022c;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.footer .header-column-left .navbar {
    
    width: 100%;
    justify-content: space-between;

}
.footer .horizontal-megamenu {
    width: 100%;
    justify-content: space-between;
}
.sec-title {
    text-align: center;
    font-size: 24px !important;
    margin-bottom: 3em;
    position: relative;
}
.sec-title h2 {
    font-size: 30px;
    line-height: 1.1;
}
.black-bg .sec-title h2 {
    font-size: 30px;
    color: #fff !important;
    line-height: 1.1;
}
.sec-title::before {
    content: "";
    width: 60px;
    height: 6px;
    background: #e4022c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(1.5em) translateX(-50%);
}
.sec-title .red-text {
    font-size: 16px;
    color: #e4022c;
    display: block;
}
#venimos-conoce {
    background: url('/assets/img/fondo-black-conoce.jpg');
    background-size: cover;
    background-position: bottom;
    margin-top: -15em;
}
#venimos-conoce p {
    color: #fff !important;
}
.col-text {
    padding-top: 8em;
}
.banner-interior {
    display: flex;
}
.banner-interior .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-interior .container h2{
    font-size:50px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 5px;

}
.banner-interior .container p, .caption-2{
    font-size:38px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    padding-left: 1.2em;
    position: relative;
}
.banner-interior .container p::before, .caption-2::before{
    content: "";
    width: 45px;
    height: 4px;
    background: #e4022c;
    position: absolute;
    bottom: 22.5px;
    left: 0;
    transform: rotate(45deg);
   
}
#banner-contacto {
    background: url('/assets/img/banner-contacto.jpg');
    background-size: cover;
}
#banner-conoce h2 {
    font-size: 75px;
}

.header-column-right .header-cart>span, .header-column-right .header-wishlist>span {
    color: #191919;
    line-height: 28px;
    transition: .15s ease-in-out;
    white-space: nowrap;
}
.header-column-right .header-cart>span, .header-column-right .header-wishlist>span {
    color: #fff;
    line-height: 28px;
    transition: .15s ease-in-out;
    white-space: nowrap;
}
.header-cart span, .header-wishlist span {
    display: none;
}
.header-column-right .icon-wrap>i {
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    transition: .15s ease-in-out;
}

.home-section-inner {
    display: flex;
    margin-left: 0;
    margin: 0;
    width: 100%;
}
.home-section-inner .home-slider-wrap {
    width: 100% !important;
}
.home-section-wrap {
    margin: 0;
    padding: 0;
}
.home-section-wrap .container {
    max-width: 100%;
    padding: 0;
}
.home-slider .slide-content.align-left {
    justify-content: flex-start;
    left: 0;
    padding-left: calc((100vw - 1250px) /2);
    width: 50%;
}
.home-slider .slide-content.align-left .captions {
    margin-left: 0;
    text-align: left;

}

.home-slider .slide-content.align-left {
    justify-content: flex-start;
    left: 0;
    padding-left: calc((100vw - 1250px) /2);
    width: 50%;
}

.home-slider .slide-content .caption-1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1em;
    font-size: 90px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 5px;
}

.home-slider .slide-content .captions {
    width: auto;
}

.home-slider .slide-content .caption-2 {
    color: #fff;
    font-size: 45px;
    line-height: 1.1;
    margin-top: 16px;
    position: relative;
}

.product-details-info .details-info-middle-actions {
    display: flex;
    flex-direction: column;
}

.product-details-info .details-info-middle-actions .btn-add-to-cart {
    margin-top: 15px;
    flex-direction: column;
}
.cat-col {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    padding: 3em;
    border-top: 4px solid #e4022c;
    text-align: center;
    justify-content: space-between;
}
.cat-col h3 {
    color: #fff;
}

#categorias-home {
    background: url('/assets/img/fondo-cat-inicio.jpg');
     background-size: cover;
    background-position: bottom;
}
.grid-view-products>.col {
    display: flex;
    flex: 0 0 33.3333333%;
    margin-bottom: 30px;
    max-width: 33.333333%;

}
.cat-btn {
    display: inline-flex;
    margin: 0 auto;
    padding: 8px 25px;
    background: #e4022c;
    color: #fff !important;

}
.cat-motos {
     background: url('/assets/img/cat-motos.jpg');
        background-size: cover;
        background-position: bottom;
}
.cat-ebikes {
     background: url('/assets/img/cat-ebikes.jpg');
        background-size: cover;
        background-position: bottom;
}

.instagram-btn {
    padding: 8px 25px;
    color: #000;
    background: #b7b7b7;
    margin: 3em auto;
}
.instagram-btn:hover {
    padding: 8px 25px;
    color: #fff;
    background: #e4022c;
}

.product-details-wrap, .shopping-cart-wrap {
    margin-top: 6em;
    margin-bottom: 6em;
}


.product-search-wrap {
    margin-top: 6em;
    margin-bottom: 6em;
}

.product-details-bottom .product-details-bottom-inner {
    padding: 0 15px;
    width: 100% !important;
}
.product-details-bottom {
    display: flex;
    flex-direction: column !important;
}

.product-details-tab>.tabs .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 25px !important;
    text-transform: uppercase;
}
.nav-tabs .active.nav-link, .tabs:not(.featured-categories-tabs) .active.tab-item {
    color: #0068e1;
    color: var(--color-primary);
    font-weight: 400;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff !important;
    background: var(--color-primary);
    text-transform: uppercase;
    font-size: 15px !important;
}
.landscape-products-wrap .section-title {
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}
.section-title:after {
    border-bottom: 2px solid #0068e1;
    border-bottom: 2px solid var(--color-primary);
    bottom: -1px;
    content: "";
    left: 50%;
    position: absolute;
    width: 50px;
    transition: translateX(-50%);
}
.landscape-products .slick-list .slick-track {
    align-items: center;
    display: flex;
    justify-content: center;
}
.landscape-products .slick-list .slick-track {
    float: unset;
}

.wrapper {
    background: #fbfbfb;
}
.product-details-top {
    padding: 25px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 2rem;
}

.product-details-tab.clearfix {
    padding: 35px;
    background: #fff;
    border-radius: 6px;
}
.subscribe {
    background: var(--color-primary) !important;
    margin: 2em 0 !important;
    color: #fff !important;
}
.subscribe h4 {
    color: #fff;
}
input.email-ip {
    width: 100% !important;
    border: 0 !important;
    padding: 6px 16px !important;
    border-radius: 6px !important;
}
.subscribe .block-social {
    margin:0;
}
.product-details-info .details-info-middle-actions .btn-add-to-cart {
    margin-top: 15px !important;
    flex-direction: column !important;
    max-width: 200px !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.block-social ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cat-banner {
    margin-top: -6em;
    max-height: 45vh;
    overflow: hidden;
    margin-bottom: 4em;
}
.d-none.d-lg-block.categories-banner {
    display: flex !important;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}
.text-category {
    position: absolute;
    color: #fff !important;
    left: 50%;
    margin-top: 3em;
    font-size: 45px;
}
.text-category h4 {
    color: #fff;
    font-size: 45px;
}

.dist-block {
    padding-bottom: 6rem !important;
}
.map-distribuidores {
    padding: 15px 25px;
    background: white;
    border-radius: 8px;
}
.info-wrapper {
    margin-bottom: 30px !important;
}
.info-wrapper:last {
    margin-bottom: 0px !important;
}
.location-data p {
    color: #000 !important;
    font-size: 14px !important;
}
.location-data span {
    display: block;
}
.product-specs * {
    color: #ffffff !important;
}
.product-specs h3 {
    font-size:  35px;
}
.product-specs .product-description {
    color: #fff !important;
}
.product-precio {
    display: flex;
    flex-direction: column;
}
span.precio {
    font-size: 36px;
    font-weight: 800;
}
.product-sec a {
    display: block;
    max-width: 250px;
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 18px;
    margin: 15px auto;
}
.product-financiamiento {
    padding-top: 2em;
}
.product-financiamiento img {
    border: 0 !important;
}
.product-precios .col-md-18 {
    text-align: center;
}
.product-precios {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
}
.btn-fichas {
    text-align: center;
}
.checkout {
    display: flex;
    padding-bottom: 5rem;
    padding-top: 1em;
}

.row.product-brief {
    padding:6em 0;
}

.row.product-sec {
    padding: 6em 0;
}
.row.product-specs {
    background: #000;
}
.row.product-misc {
    position: relative;
}
.row.product-misc::before {
    background: var(--color-primary);
}
.product-section-motos p, .product-section-motos .product-description {
    line-height: 1.2em;
    margin-bottom: 15px;
}

.product-section-motos .title {
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 1em;
}
.product-sec img {
    border-top: 6px solid var(--color-primary);
    margin-bottom: 15px;
}
.product-sec .col-md-9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-wrap.banner-interior {
    background-position: center;
}
.product-sec.product-misc .col-md-9 {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
}
.mega-menu .fluid-menu-content .fluid-menu-list {
    flex: 0 0 50%;
    margin-bottom: 0;
    padding: 15px;
    width: 70%;
}
/* MOBILE */
.horizontal-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap {
    animation: menu-in-bottom .25s ease;
    left: 0;
    top: 65px;
}
img.img.product-img {
    max-width: 100%;
}
ul.list-inline.fluid-menu-wrap {
    opacity: 1;
    visibility: unset;
    background-size: contain;
    min-height: 21vh;
    display: block;
    flex-direction: column;
    margin: auto;
    vertical-align: middle;
}
.mega-menu .fluid-menu-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 10px 0;
    width: 50%;
    display: flex;
    height: 100%;
    padding: 0;
}
@media(max-width:1200px){
    #venimos-conoce {
        background: url('/assets/img/fondo-black-conoce.jpg');
        background-size: cover;
        background-position: bottom;
        margin-top: 0;
    }
    .col-text {
    padding-top: 0;
    }
.home-section-inner .home-slider-wrap {
    width: 100% !important;
}
}