
.ficha{
    max-width: 100%;
}

/* Visor de productos */
.product-card-open {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: zoom-in;
    display: block;
    font: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
}

.separadorProducto2 {
    text-transform: uppercase;
}

.product-card-open:focus-visible {
    outline: 3px solid rgba(79, 164, 185, .45);
    outline-offset: 4px;
    border-radius: 8px;
}

.product-card-open img {
    transition: transform .28s ease, filter .28s ease;
}

.product-card:hover .product-card-open img {
    filter: drop-shadow(0 12px 14px rgba(29, 56, 90, .16));
    transform: scale(1.045);
}

body.product-showcase-open {
    overflow: hidden;
}

.product-showcase[hidden] {
    display: none;
}

.product-showcase {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: clamp(16px, 4vw, 54px);
    position: fixed;
    z-index: 100000;
}

.product-showcase-backdrop {
    backdrop-filter: blur(9px);
    background: rgba(12, 27, 47, .76);
    border: 0;
    cursor: default;
    inset: 0;
    position: absolute;
}

.product-showcase-panel {
    background: linear-gradient(145deg, #fff 0%, #f6fbfc 100%);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 26px;
    box-shadow: 0 32px 90px rgba(3, 19, 39, .38);
    max-height: calc(100vh - 32px);
    max-width: 1100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-showcase-header {
    align-items: center;
    border-bottom: 1px solid #e3edef;
    display: flex;
    justify-content: space-between;
    padding: 18px 24px;
}

.product-showcase-header > div {
    align-items: center;
    display: flex;
    gap: 12px;
}

.product-showcase-eyebrow {
    color: #4fa4b9;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-showcase-counter {
    background: #e8f5f7;
    border-radius: 999px;
    color: #56717b;
    font-size: .78rem;
    padding: 5px 10px;
}

.product-showcase-close {
    align-items: center;
    background: #edf5f6;
    border: 0;
    border-radius: 50%;
    color: #24425c;
    cursor: pointer;
    display: flex;
    font-size: 1.8rem;
    height: 42px;
    justify-content: center;
    line-height: 1;
    transition: background .2s ease, transform .2s ease;
    width: 42px;
}

.product-showcase-close:hover {
    background: #d8edef;
    transform: rotate(5deg);
}

.product-showcase-content {
    align-items: center;
    display: grid;
    gap: clamp(18px, 4vw, 52px);
    grid-template-columns: 52px minmax(280px, 1.1fr) minmax(270px, .9fr) 52px;
    min-height: 520px;
    padding: clamp(24px, 5vw, 64px) 20px;
}

.product-showcase-visual {
    align-items: center;
    background: radial-gradient(circle at center, #fff 0%, #edf7f8 72%, #e4f1f3 100%);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    min-height: 370px;
    overflow: hidden;
    padding: 34px;
}

.product-showcase-visual img {
    max-height: 340px;
    max-width: 100%;
    object-fit: contain;
}

.product-showcase.is-next .product-showcase-visual img,
.product-showcase.is-next .product-showcase-info {
    animation: product-slide-next .32s ease both;
}

.product-showcase.is-prev .product-showcase-visual img,
.product-showcase.is-prev .product-showcase-info {
    animation: product-slide-prev .32s ease both;
}

@keyframes product-slide-next {
    from { opacity: 0; transform: translateX(22px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes product-slide-prev {
    from { opacity: 0; transform: translateX(-22px); }
    to { opacity: 1; transform: translateX(0); }
}

.product-showcase-label {
    color: #7a929b;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.product-showcase-info h2 {
    color: #173a5e;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.08;
    margin: 10px 0 12px;
}

.product-showcase-brand {
    color: #c92036;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.product-showcase-meta {
    border-bottom: 1px solid #dfeaec;
    border-top: 1px solid #dfeaec;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 28px;
    padding: 18px 0;
}

.product-showcase-meta div + div {
    border-left: 1px solid #dfeaec;
    padding-left: 24px;
}

.product-showcase-meta dt {
    color: #7a929b;
    font-size: .78rem;
    margin-bottom: 6px;
}

.product-showcase-meta dd {
    color: #173a5e;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.product-showcase-sheet {
    background: #67b4c6;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(79, 164, 185, .28);
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    gap: 10px;
    padding: 14px 20px;
    transition: background .2s ease, transform .2s ease;
}

.product-showcase-sheet:hover {
    background: #4fa4b9;
    color: #fff;
    transform: translateY(-2px);
}

.product-showcase-arrow {
    align-items: center;
    background: #e3f2f4;
    border: 0;
    border-radius: 50%;
    color: #397f92;
    cursor: pointer;
    display: flex;
    font-size: 2.4rem;
    height: 52px;
    justify-content: center;
    line-height: 1;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    width: 52px;
}

.product-showcase-arrow:hover {
    background: #67b4c6;
    color: #fff;
    transform: scale(1.06);
}

.product-showcase-progress {
    background: #e4eef0;
    height: 4px;
    position: relative;
}

.product-showcase-progress::after {
    background: linear-gradient(90deg, #4fa4b9, #83c7d5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width .3s ease;
    width: var(--product-progress, 0%);
}

@media (max-width: 760px) {
    .product-showcase { padding: 10px; }
    .product-showcase-panel { border-radius: 18px; overflow-y: auto; }
    .product-showcase-header { padding: 12px 15px; }
    .product-showcase-content {
        gap: 14px;
        grid-template-columns: 42px 1fr 42px;
        min-height: 0;
        padding: 18px 12px 28px;
    }
    .product-showcase-visual {
        grid-column: 1 / 4;
        grid-row: 1;
        min-height: 245px;
        padding: 22px;
    }
    .product-showcase-visual img { max-height: 230px; }
    .product-showcase-info { grid-column: 1 / 4; grid-row: 2; padding: 0 10px; }
    .product-showcase-prev { grid-column: 1; grid-row: 3; }
    .product-showcase-next { grid-column: 3; grid-row: 3; }
    .product-showcase-arrow { height: 42px; width: 42px; }
    .product-showcase-info h2 { font-size: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    .product-showcase *, .product-card-open img { animation: none !important; transition: none !important; }
}


.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 ;
    }
    





}
