
/** ADD YOUR AWESOME CODES HERE **/
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}


@media (max-width: 425px) {
    .item1xd{
        background-image: url(../images/v105_movil.jpg) !important;
}
    .slick-prev:before, .slick-next:before {
    margin-top: 6px;
}
    .slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 20px;
    top: 49%;
    left: 21px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
}
.controladorslider{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;
}
