.map_point {
        width: 20px;
        aspect-ratio: 1/1;
        position: absolute;
        transform: translate(-10px, -10px);
    }


.map_point_container {
    position: absolute;
    width: 10px;
    height:10px;

}
.map_point_container:hover {
    
    width: 220px;
    height:100px;

}
.container-map img {
    width: 100%;
}

.cca-product-description {
    position: absolute;
    transform: translate(5%, 5%);
    display: none;
    background-color: #024059;
}

.cca-product-description {
    max-width: 220px;
    color: #fff;
    font-size: 22px!important;
    }


.cca-boton-ver-mas {
    background-color: #9F2B24;
    padding: 10px;
    width:100%;
        display: grid;
        justify-items: center;
    }


a.cca-boton-ver-mas {
    color: white!important;

 }
       

.cca-product-title {
    background-color: #024059;
    padding: 10px;
}

.cca-product-price {
    background-color: #024059;
    padding: 10px;
    color: #f25c05;
    font-size: 50px!important;
    font-weight: 600;
}


.product-short-description {
    background-color: #024059;
    padding: 10px;
}

.map_point_container:hover>.cca-product-description {
    display: block;
}

.product-short-description {
    background-color: #024059;
    font-size: 15px!important;
    padding: 10px;
}