/**
 * Owl Carousel v2.3.1
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */




/***********
movil tel
*********/
.consultas {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #623069;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    height: 52px;
    text-align: center;
    cursor: pointer;
    z-index: 9999999;
    color: white;
    display: none;
}
.consultas > div {
        float: left;
    width: 50%;
    padding: 0;
}

.consultas > div a {
        display: block;
    height: 47px;
    padding: 0;
    margin: 2px;
    background-color: #55255d;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
}
.consultas > div a.llamar {
    background-image: url(../images/icono_tel.png);
}
.consultas > div.ws a {
    background-image: url(../images/icono_ws.png);
}
.consultas > div.mail a {
    background-image: url(../images/icono_mail.png);
}




