﻿:root {
    --tr-amarillo-1: #FDC801;
    --tr-azul-4: #183c6b;
    --tr-azul-5: #1b77a5;
}


.info_pv {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
}

    .info_pv.highlight::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #FFFFFF;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 95%;
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
        width: 0;
        z-index: 1;
    }

    .info_pv .icon {
        align-items: center;
        display: flex;
        justify-content: center;
        color: #FFFFFF;
    }

    .info_pv .details {
        display: none;
        flex-direction: column;
        flex: 1;
    }

        .info_pv .details label {
            color: var(--tr-blue-1);
            font-size: 11px;
            margin-top: 3px;
            max-width: 150px;
        }

    .info_pv.highlight {
        left: 200%;
        bottom: 25px
    }

        .info_pv.highlight .details {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .info_pv.highlight .details > img {
                box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
                border-radius: 100% 100% 0% 100%;
                border: 3px solid var(--tr-blue-3);
                z-index: 12;
                background-color: white;
            }

            .info_pv.highlight .details > div {
                background-color: #FFFFFF;
                display: flex;
                flex-direction: column;
                box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 47%);
                padding: 5px 5px 5px 20px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                left: -10px;
                position: relative;
                z-index: 10;
                top: 5px;
                /*width: auto;*/
                width: 180px;
                max-height: 55px;
            }

        .info_pv.highlight .icon {
            display: none !important;
        }

.details img {
    max-width: 75px;
    max-height: 75px;
}

.cont_marker_tr .icon img {
    width: 65px;
    height: 65px;
    padding: 7.5px;
    object-fit: contain;
    border-radius: 100%;
    background-color: white;
    border: 3px solid var(--tr-azul-4);
    margin: 0px;
}

.cont_marker_tr_usr .user_ubic {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: var(--tr-blue-1);
    line-height: 1.0;
    box-shadow: 0px 2px 8px black;
}

.user_ubic label {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.cont_marker_tr_usr::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--tr-blue-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
}

.cluster_content {
    display: flex;
    flex-direction: row;
    background-color: #7d7d7dd1;
    padding: 2.5px 10px 2.5px 5px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 40px;
    font-weight: bold;
}

.custom_cluster img {
    width: 45px;
    border-radius: 100%;
    padding: 5px;
    background-color: white;
}




/*








#cont_prod_map #container_prod_detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#cont_prod_map .cont_data_prod {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 25px;
    color: var(--tr-azul-4);
}

#cont_prod_map .logo_fabricante {
    width: 80px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px lightgray;
    position: absolute;
    margin: 5px;
}

#cont_mapa {
    width: 100%;
    height: 50vh;
    border: 7px solid var(--tr-azul-4);
    border-radius: 15px;
    margin-top: 15px;
}

#img_selectd {
    width: 220px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #a7a7a7;
}

#prod_descrp {
    overflow: auto;
    max-height: 165px;
}

    .cont_marker_tr::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--tr-azul-4);
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: calc(100% + 10px);
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
        width: 0;
    }


    .cont_marker_tr .icon {
        align-items: center;
        display: flex;
        justify-content: center;
        color: white;
        font-size: 14px;
        background-color: var(--tr-azul-4);
        border-radius: 100%;
        top: calc(100% + 100px);
    }

        

#btn_indicacion {
    padding: 5px 15px;
    font-size: 1vw;
    border-radius: 5px;
    background-color: var(--tr-azul-5);
    color: white;
    font-family: var(--tr-font-rw-m);
    border: none;
    margin: -50px 20px;
    position: absolute;
    z-index: 999
}



#map-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}


@media (max-width: 600px) {
    .cont_data_prod {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .logo_fabricante {
        width: 75px;
    }

    #img_selectd {
        width: 200px;
    }

    #prod_nombre {
        font-size: 18px;
    }

    #prod_descrp {
        font-size: 14px;
        max-height: 100px;
    }

    #cont_mapa {
        min-height: 400px;
        width: 100%;
    }
}
*/
