
.ficha{
    max-width: 100%;
}


.piezas{
    background-color: rgba(0,0,0,0.15);
    display: flex;
    line-height: 1.6em;
    font-size: .6em;
    justify-content: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.piezas2{
    display: flex;
    line-height: 1.6em;
    font-size: .6em;
    justify-content: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.post-carga{
width: 500px;
height: 700px;
}



.modalDialog {
    position: fixed;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
    transition-delay: 50ms;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
}


.modalDialog:target {
	opacity:1;
    pointer-events: auto;
    z-index: 99999;
}


.modalDialog > div {

    max-width: 100%;
    background-color:  #fff;    /*background-color: rgba(0,0,0,.85);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.close {
	/*background: #7bc9c1;*/
	color: #FFFFFF;
    align-self: flex-end;
    padding: .5em 1em;
    font-size: .8rem;
	text-decoration: none;
    /*box-shadow: 1px 1px 3px #000;*/
    background-color:  #f03b62;
}

.close:hover { 
    background: #f03b62;
}


.modalFichaTecnica{
    width: 500px;
    height: 700px;
 
}



.contenedorProducto{
    width: 240px;
    /*border: #fff 1px solid;*/
    padding: 1rem;
    margin: 10px 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    border-radius: 8px;
    position: relative; /**clase agregada para el ribbon*/
    border: #e7e7e7 solid 1px;
    border-radius: 10px;
    text-align: center;
    transition: all 200ms ease-in-out;
}

.contenedorProducto:hover{
    /* box-shadow: rgba(190, 190, 190, 0.35) 0px 10px 20px 6px; */
    cursor: pointer;
    z-index: 999;
    box-shadow: #626262 0 14px 40px -25px;
    transition: all 250ms ease-out;
    /* box-shadow:  6px 6px 10px #e1e1e1,
                -6px -6px 10px #e1e1e1; */
}



/*controlador presentacion individual*********************/
.contenedorProductoIndividual{
    width: 96%;
    max-width: 500px;
    /*border: #fff 1px solid;*/
    padding: 1em;
    margin: 2px 2px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: relative; /**clase agregada para el ribbon*/
    border: #dddddd solid 1px;
    border-radius: 10px;
    box-shadow: #626262 0 14px 40px -25px;
}

.contenedorProductoIndividual2{
    width: 100%;
    max-width: 500px;
    /*border: #fff 1px solid;*/
    padding: 0rem 2em 2em 2em;
    margin: 2px 2px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: relative; /**clase agregada para el ribbon*/
    border: #dddddd solid 1px;
    border-radius: 10px;
    box-shadow: #626262 0 14px 40px -25px;
}


.btnShare{
    display: flex;
    width: 100%;
    justify-content: center ;
    /* margin-top: .5rem ; */
    gap: .5rem !important;
    border-top: #dddddd solid 1px;
    padding-top: 1rem;   
}

.contenedorProductoIndividual img{
    width: 100%;
    /*border: #fff 1px solid;*/
    padding: 1em;
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: relative; /**clase agregada para el ribbon*/
}



.contenedorProductoIndividual2 img{
    width: 100%;
    max-width: 200px;
    /*border: #fff 1px solid;*/
    /* padding: 1em; */
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /* border-radius: 8px; */
    position: relative; /**clase agregada para el ribbon*/
}

.contenedorProductoDescripcion p{
    margin-bottom: 1rem;
    text-align: justify;
}


.nombreProductoIndividual{
    font-size: 1.5rem !important;
    font-weight: bolder;
    margin-bottom: .5rem !important;
    
}

.nombrePresentacionIndividual{
    font-size: 1rem !important;
    font-weight: bolder;
    color: #B01630;
    margin-bottom: 1rem !important;
}



.datosProductoIndividual{
    display: flex;
    justify-content: center;
    gap: .5rem;
    flex-wrap: wrap;
    border-top: solid 1px #ccc;
}

.datosProductoIndividual a{
    padding: .5rem 1rem;
    text-align: center;
}

.datosProductoIndividual h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem  !important;
}

.contenedorProductoEnlaceIndividual{
    width: 100%;
    max-width: 500px;
    /*border: #fff 1px solid;*/
    padding: 1em 1.5em;
    margin: 20px 20px;
    background-color: #71b8c9;
    border: #89dff5 solid 1px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin: auto;
}


@media screen and (max-width: 1020px) {
    .contenedorProductoEnlaceIndividual{
        width: 100%;
        /*border: #fff 1px solid;*/
        padding: 1.5rem .5em;
        margin: 20px auto;
        background-color: #71b8c9;
        border: #89dff5 solid 1px;
        display: flex;
        flex-direction: column;
        border-radius: 8px;
        margin: auto;
    }

    .btnShare{
        display: flex;
        width: 100%;
        justify-content: space-between ;
    }
    
    .contenedorProductoIndividual2{
        width: 100%;
        max-width: 500px;
        /*border: #fff 1px solid;*/
        padding: 0rem 1em 1em 1em;
        margin: 2px 2px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        border-radius: 8px;
        position: relative; /**clase agregada para el ribbon*/
        border: #dddddd solid 1px;
        border-radius: 10px;
        box-shadow: none;
    }

    .contenedorProductoDescripcion p{
        margin: 1rem 0;
        text-align: justify;
    }


}


/*controlador presentacion individual***************/

.contenedorProducto img{
width: 120px;
height: 120px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
}

.encabezadoProductoIndividual{
    background-color: #303d5b;
    padding: .2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.encabezadoProductoIndividual img{
    max-height: 30px ;
}

.contenedorProductoGramje{
    width: 360px;
    padding: 1em;
    margin: 2px 2px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.contenedorProductoGramje img{
width: 120px;
margin: auto;
}




/*AGOTADO*/
.agotado {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  .agotado span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#00b1c9 0%, #0092a5 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .agotado span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #0f5761;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0f5761;
  }
  .agotado span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0f5761;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0f5761;
  }

  .agotado span p{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #fff;
    padding-left: 25px;
  }
/*AGOTADO*/




/*Ribbon*/
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  
  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
/*Ribbon*/



/*Ribbon*/
.ribbonGourmet {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  
  .ribbonGourmet span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#f3a704 0%, #c59101 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbonGourmet span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #3b2a08;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3b2a08;
  }
  
  .ribbonGourmet span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #3b2a08;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3b2a08;
  }
/*Ribbon*/

.presentaciones{
    color: #686868;
    font-size: .7rem;
    padding-top: .5rem;
    text-align: left !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .4rem;
    font-size: .7rem;
}

.presentaciones span{
    background-color: #71b8c9;
    color: #fff;
    padding: .5rem .5rem;
    border-radius: 3px;
    width: 100%;
    transition: all 150ms ease-in-out;
    /* font-weight: 500; */
    letter-spacing: 1px;
    font-size: .8rem;
}

.presentaciones span:hover{
    background-color: #3c96ac;
    color: #fff;
    transition: all 150ms ease-in-out;
}

.pdfvisor{
    display: block;
    background-color: #71b8c9;
    color: #fff;
    padding: .5rem .5rem;
    border-radius: 3px;
    width: 100%;
    transition: all 150ms ease-in-out;
    /* font-weight: 500; */
    letter-spacing: 1px;
    font-size: .8rem;
}

.pdfvisor:hover{
    background-color: #3c96ac;
    color: #fff;
    transition: all 150ms ease-in-out;
}


.tituloPresentaciones{
    margin-top: 1em !important;
    padding-top: 1rem;
    border-top: #ececec solid 1px;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap;    */
    font-size: .8rem;
    color: #757575;
}

.datosProducto{
    margin-top: 1em;
    line-height: 2.5em;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;   
}

.contenedorProductoEnlace{
    width: 260px;
    /*border: #fff 1px solid;*/
    padding: 2em 1.5em;
    margin: 20px 20px;
    background-color: #71b8c9;
    border: #89dff5 solid 1px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    transition: all ease-in-out 200ms;
    box-shadow: 0px 4px 10px rgba(79, 164, 185, .45);
}

.contenedorProductoEnlace:hover{
    background-color: #4fa4b9; 
}


.volberMenuProductos{
    width: 100%;
    text-align: center;
    margin: 1em auto 0 auto;
}





/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform  background-color .5s ease-out;
    box-shadow: 0px 15px 20px rgba(53, 149, 161, 0.4);
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
    box-shadow: 0px 17px 22px rgba(53, 149, 161, 0.4);
    transform: translateY(-10px);
    background-color: #6dcde6;
    transition-property: transform  background-color .5s ease-out; 
}












.efectoTextoBoton{
    font-family: Lato-Regular;
    color: #fff;
    font-size: 1.4rem !important;
}



p.efectoTextoBoton{
    text-align: center;
}

.nombreProducto{
    font-family: Lato-Regular;
    /* line-height: 1.2rem; */
    font-size: 1rem !important;
    color: #2E407A;
    border-top: #ececec solid 1px;
    padding-top: .8rem;
    width: 100%;
    min-height: 50px;
}

p.nombreProducto{
    text-align: center;
}


.nombrePresentacion{
    font-family: Lato-Regular;
    font-size: 1em !important;
    color: #B01630;
    padding-top: .5em;
    text-align: center !important;
}



.btnFichaT{
    background-color: #71b8c9;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-family: Lato-Regular;
    width: 90px;
    text-align: center;
    margin: 4px 1px;
    transition: all 200ms ease-in-out;
}


.btnFichaT2{
    background-color: #949494;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-family: Lato-Regular;
    width: 90px;
    text-align: center;
    margin: 4px 1px;
    transition: all 200ms ease-in-out;
}



.btnFichaT:hover{
    z-index: inherit;
    background-color: #2E407A;
    transition: all 150ms ease-in-out;
}   







/*mobil***************************************************************************************************************/
@media screen and (max-width: 1020px) {


    /*.modalDialog {
        justify-content: flex-end;
        
    }*/




    .modalDialog div{
        margin-top: 15%;
    }
    

    .volberMenuProductos{
        width: auto;
        text-align: center;
        margin: 1rem auto;
    }

    .volberMenuProductos a{
        padding: 1rem 2rem;
    }

    .espacioExtra{
        margin-top: 3rem !important;
    }

.contenedorProductoEnlace{
    max-width: 80%;
    /*border: #fff 1px solid;*/
    padding: 1.4em .8em;
    margin: 10px auto;
    background-color: #71b8c9;
    border: #89dff5 solid 1px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;

}

.efectoTextoBoton{
    font-family: Lato-Regular;
    color: #FFFFFF;
    font-size: 1.4em !important;
}



.post-carga{
    max-width: 90vw !important;
    max-height: 80vh;
}



.modalFichaTecnica{
max-width:100% !important;
height: 600px;
}

.ContenedorFicha{
    background-color: #f03b62;

}

.contenedorProducto{
    width: 48%;
    /*border: #fff 1px solid;*/
    padding: .5rem;
    margin: 2px 2px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    justify-content: space-evenly;
    transition: unset;
}

.contenedorProducto:hover{
    box-shadow: unset;
}



.contenedorPoducto img{
    width: 50px !important;
}




.btnFichaT{
    width: 100%;
    max-width: 100px;
    margin: 2px 2px;
}


.datosProducto{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.nombreProducto{
    min-height: 60px;
}


.nombreProductoIndividual{
    font-size: 1rem !important;
    font-weight: bolder;
    margin-bottom: 0rem !important;
    text-align: center !important;
    margin-bottom: .4rem !important;
    
}

.nombrePresentacionIndividual{
    margin-bottom: .4rem !important;
    font-size: .8rem !important;
}

.datosProductoIndividual h3{
    margin-bottom: .4rem;
    font-size: .6rem !important;
    margin-bottom: .1rem;
    margin-top: .4rem !important;
}

.contenedorProductoIndividual img{
    width: 250px;
    height: 250px;
    /*border: #fff 1px solid;*/
    padding: 1rem;
    margin: auto;
}

/*controlador presentacion individual***************/
    .encabezadoProductoIndividual{
        background-color: #303d5b;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .encabezadoProductoIndividual img{
        height: 18px ;
    }
    





}