.ctx1 {
    float: left;
    display: inline;
}

.ctx2 {

    position: relative;
    margin-left: 10px;
    margin-top: 10px;

}

.ctx-3 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
}

.ctx-4 {
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}

p {
    margin-top: -15px;
}

.actualizaInfo {
    margin-top: 10px;
    /* position: absolute;
    bottom:25px */
}

.card-text {

    font-size: 12px;
}

.previa {
    width: 120px;
    margin-top: 5px;
    margin-left: 5px;
}

td {
    padding-left: 5px;
    font-size: 14px;
}


.edita {
    display: none;
}

.upda {
    display: none;
}

.sele {
    margin: 5px;
}

.zonas {
    float: left;
    margin: 5px;
}

#selZona {
    display: none;
    text-align: center;
    min-width: 50%;

}

#selHorarios {
    display: none;
    text-align: center;
    min-width: 50%;

}

#tucobertura {
    padding: 5px;
    background-color: blanchedalmond;

}

#tblZonaCobertura {
    font-size: 12px;
    padding: -5px;
}

h5 {
    padding: 5px;
    /* background-color: #f2f2f2; */
}


.zonas {
    font-size: 12px;
}



#imgGal {
    color: white;

}


.horariosa {
    text-transform: capitalize;
}

#listadorrss {
    text-align: left;
}

.previa-container {
    max-width: 90%;
}

.pvw {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    cursor: pointer;
}

.pvw:hover {
    opacity: 0.8;
}

.tourItem {
    box-shadow: rgba(255, 157, 0, 0.6) 0px 7px 29px 0px;
}

.selecciontp {
    border: solid 4px green;
}

/* Tooltip container */
.toolp {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.929);
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tptext {
    visibility: hidden;
    width: 350px;
    background-color: rgba(0, 0, 0, 0.477);
    color: #fff;
    text-align: center;
    padding: 15px;
    padding-top: 15px;
    border-radius: 6px;
    text-align: center;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.toolp:hover .tptext {
    visibility: visible;
    z-index: 9999999;
}

.showQRCode{
    max-width:200px ;
    margin: auto;
}

@media screen and (max-width: 960px) {
    .row {
        flex-direction: column;
    }

    td {
        padding-left: 3px;
        font-size: 10px;
    }

    .previa-container {
        margin-top: 15px;
    }




    /* Tooltip container */
    .toolp {
        position: absolute;
        top: 0;
        left: 0;
         
        border-bottom: 1px dotted rgba(0, 0, 0, 0.929);
        /* If you want dots under the hoverable text */
    }

    /* Tooltip text */
    .tptext {
        visibility: hidden;
        width: 350px;
        background-color: rgba(0, 0, 0, 0.477);
        color: #fff;
        text-align: center;
        padding: 15px;
        padding-top: 15px;
        border-radius: 6px;
        text-align: center;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .toolp:hover .tptext {
        visibility: visible;
        z-index: 9999999;
    }



}