/*CSS CHAT-BOT*/
.banner-lateral-section {
    clear: both;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.banner-lateral-section a {
    max-width: 335px;
    display: block;
    clear: both;
    position: relative;
    height: 90px;
}

.banner-lateral-section a:hover .banner-lateral-texto, 
.banner-lateral-section a:focus .banner-lateral-texto  {
    opacity: 0.8;
}


/*
.banner-lateral-section .bgbanner-lateral {
    background: url("/wcorp/gc/prod/es_ES/estaticos/chat-bot/bot.jpg") no-repeat right #f5fcec;
}
*/
.banner-lateral-section .link-banner-lateral-text {
    position: absolute;
    text-decoration: none;
    font-size: 15px;
    width: 220px;
}

.banner-lateral-section .banner-lateral-texto {
    top: 12px;
    left: 0px;
    font-size: 15.7px;
    text-align: center;
    font-family: HelveticaNeue;
}

.banner-lateral-section .banner-lateral-bot {
    top: 35px;
    left: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
	font-weight: bold;
	font-family: HelveticaNeue-Thin;
}

.banner-lateral-section .banner-lateral-gris {
    color: #4a4a4a;
}

.banner-lateral-section .banner-lateral-verde {
    color: #6f9532;
}

.banner-lateral-section .ven-new {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 5px;
    top: 70px;
}

/* Para pantallas inferior a 768px (mobile) */
@media screen and (max-width: 47.95em) {
    .banner-lateral-section {
        width: 87.5%;
        margin: 10px auto;
        margin-left: 6.25%;
        margin-right: 6.25%;
    }

    .banner-lateral-section a {
        margin: 0 auto;
        text-align: center;
    }

    .banner-lateral-section img {
        width: 100%;
        max-width: 335px;
    }
}

/* Para pantallas inferior a 375px*/
@media screen and (max-width: 375px) {
    .banner-lateral-section .ven-new {
        top: 15vw;
    }

    .banner-lateral-section .link-banner-lateral-text {
        font-size: 4vw;
        width: 54vw;
    }

    .banner-lateral-section .banner-lateral-texto {
        top: 8px;
        left: 3vw;
    }

    .banner-lateral-section .banner-lateral-bot {
        top: 32px;
        left: 3vw;
        font-size: 5vw;
        line-height: 15px;
    }
}
