/**
* 2007-2019 PrestaShop
*/
#wim_home_intro{
    margin-top: 70px;
    margin-bottom: 80px;
}
#wim_home_intro .intro_div span{
    font-family: 'GalanoGrotesque-Bold';
    font-size: 16px;
    font-weight: 400;
}
#wim_home_intro .intro_div .header-intro{
    font-family: 'GalanoGrotesque-Light';
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
}
#wim_home_intro .intro_img img{
    max-width: 100%;
}
#wim_home_intro .intro_description p{
    font-family: 'GalanoGrotesque-Regular';
    font-size: 16px;
    line-height: 24px;
}
#wim_home_intro .block_services{
    border: 1px solid #00a5e4;
}
#wim_home_intro .header_services{
    font-family: 'GalanoGrotesque-Bold';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
#wim_home_intro .block_services .div_service div{
    font-size: 14px;
    line-height: 12px;
    max-width: 77px;
}
#wim_home_intro .block_services .div_service i{
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 18px;
}
#wim_home_intro .block_services .div_service i:before{
    font-size: 18px;
}
#wim_home_intro .img-intro{
    min-height: 300px;
}
#wim_home_intro .img-intro, #wim_home_intro_mobile .img-intro{
    background: url('../img/moto_intro.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
}
body.b2b #wim_home_intro .intro_img{
    padding-left: 0;
    padding-right: 10px;
}
body.b2b #wim_home_intro .img-intro{
    background: url('../img/moto_intro_b2b.jpg');
}
#wim_home_intro_mobile{
    margin-bottom: 0;
    padding:0;
    text-align: center;
    position: relative;
}
#wim_home_intro_mobile .img-intro{
    background-position: center center;
    background-size: cover;
}
#wim_home_intro_mobile .content_ask{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 20px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-left: -100px;
    left: 50%;
}
#wim_home_intro_mobile .content_ask .intro_div{
    line-height: 12px;
    display: flex;
    align-items: center;
}
#wim_home_intro_mobile .content_ask .intro_div i:before{
    left: -3px;
}
#wim_home_intro_mobile .content_ask i{
    transform: rotate(90deg);
}
#wim_home_intro_mobile .content_ask span{;
    font-family: 'GalanoGrotesque-Bold';
    font-size: 16px;
    font-weight: 400;
    text-decoration: none solid rgb(0, 165, 228);
    text-align: center;
}

#wim_home_intro_mobile .header-intro{
    font-family: 'GalanoGrotesque-Light';
    font-size: 24px;
    font-weight: 400;
    text-decoration: none solid rgb(35, 35, 35);
    line-height: 28px;
    margin-top: -23px!important;
    padding: 0px 20px;
}
#wim_home_intro_mobile .header-intro .strong{
    font-family: 'GalanoGrotesque-Bold';
    font-weight: 400;
}
#wim_home_intro_mobile .intro_img{
    height: 223px;
}
#wim_home_intro .intro_description p span{
    font-family: 'GalanoGrotesque-Bold';
}
#wim_home_intro_mobile.b2b .intro_description ul{
    font-family: GalanoGrotesque-Bold;
    list-style-type: disc;
    font-size: 16px;
    text-align: left;
    list-style-position: inside;
}
#wim_home_intro_mobile.b2b .intro_description ul li{
    padding-bottom: 20px;
}
#wim_home_intro_mobile.b2b{
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
#wim_home_intro_mobile.b2b .intro_div .header-intro{
    margin-top: 0!important;
    text-align: left;
    padding-left: 0;
}
#wim_home_intro_mobile.b2b .intro_div, #wim_home_intro_mobile.b2b .intro_description{
    padding-left: 20px;
    padding-right: 20px;
}
body.b2b #wim_home_intro_mobile.b2b.b2b_no_spain .intro_description ul li:last-child{
    display: none;
}
