﻿/*--------Preguntas Frecuentes----------*/
@media (max-width: 414px) {
    .img-preg {
        right: 0px !important;
        width: 100% !important;
        padding: 5px !important;
    }

}

.pregfrec #showPreg img {
    width: 100px;
}


.pregfrec {
    position: fixed;
    bottom: 6em;
    right: 0px !important;
}

    .pregfrec #showPreg {
        margin-bottom: 5px;
    }

.label-encu {
    font-weight: 400 !important;
}


.pregfrec a {
    color: #fff;
    text-decoration: none !important;
}

    .pregfrec a:hover {
        color: #fff;
        text-decoration: none !important;
    }

.pregfrec {
    text-decoration: none;
    color: #fff !important;
    z-index: 98;
}

    .pregfrec:hover {
        opacity: 1;
    }


    .pregfrec:visited {
        text-decoration: none;
        color: #fff !important;
    }

    .pregfrec:hover {
        text-decoration: none;
        color: #fff !important;
    }

    .pregfrec:active {
        text-decoration: none;
        color: #fff !important;
    }

.pointer {
    cursor: pointer;
}

.pregfrec {
    margin: 0 0 0px;
}


.img-preg .tooltip_text {
    visibility: hidden;
    background-color: rgba(66, 71, 66, 0.75);
    opacity: 0.2;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 95%;
    left: 5%;
    margin-left: -115px;
    min-width: 250px;
    max-width: 450px;
    font-weight: 300;
}

    .img-preg .tooltip_text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.img-preg:hover .tooltip_text {
    visibility: visible;
    opacity: 5;
}
