﻿

.Product_TunaNopal {
    position: relative;
    height: 200px;
    width: 200px;
}

.Product_Tratamiento {
    position: relative;

    height: 200px;
    width: 200px;
}

.Product_FrutasVegetales {
    position: relative;
    opacity: 1 !important;
    height: 200px;
    width: 200px;
}

.Product_Temporada {
    position: relative;
    opacity: 1 !important;
    height: 200px;
    width: 200px;
}

.Product_TunaNopal:before {
    content: "";
    background-image: url(img/P_TunaNopal.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    height: 200px;
    width: 200px;
    opacity: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.Product_TunaNopal:hover {
    opacity: .8 !important;
}


.Product_Tratamiento:before {
    content: "";
    background-image: url(img/P_Tratamiento.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    height: 200px;
    width: 200px;
    opacity: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.Product_Tratamiento:hover {
    opacity: .8 !important;
}


.Product_FrutasVegetales:before {
    content: "";
    background-image: url(img/P_FrutasVegetales.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    height: 200px;
    width: 200px;
    opacity: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.Product_FrutasVegetales:hover {
    opacity: .8 !important;
}


.Product_Temporada:before {
    content: "";
    background-image: url(img/P_Temporada.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    height: 200px;
    width: 200px;
    opacity: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.Product_Temporada:hover {
    opacity: .8 !important;
}
