#contenedor_ficha_producto {
    width: 100%;
    display: flex;
	padding: 20px 15px; 
    min-height:438px;
    justify-content: center;
    //align-items: center;
    margin-bottom:40px;
}
#ficha_producto {
    box-sizing: border-box;
    border-radius: 4px;
    margin-top:60px;
}

h1,h2,h3 {
	font-family: Montserrat, sans-serif !important;
    font-weight: 500 !important;
    color:black !important;
    font-size: 17px !important;
    margin-top: 0px !important;
	clear: both !important;
    margin-bottom: 0px !important;
}



.label_precioproducto{
    font-size: 17px;
    color: black;
    font-weight: 500;
}
.disponibilidad{
    font-size: 13.6px;
    font-weight: 500;
    color:#888888;
    margin-top: 15px;
}
.descuento_productodetalle{
    font-size: 12px;
    text-decoration: line-through;
}
.label_1 {
    font-size: 12px;
}
.label_2 {

    font-size: 15px;
    color: #888888;
}
#img_caja{
    display:flex;
    justify-content:center;
    align-items:center;
    width: 346px;
    height: 346px;
}

#img_ficha {
    max-width: 350px;
    max-height: 350px;
}
.tab {
    background-color: #fff;
    width: 30%;
    height: 100%;
    /*
    box-sizing: border-box;
    border : #a4cc42 1px solid;
    border-radius: 4px;*/
    padding-left:10px;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.5s;
    font-size: 12px;
    box-sizing: border-box;
    border : #a4cc42 1px solid;
    border-radius: 4px;
}

.tab button:hover {
    background-color: #fff;
    font-weight: 0; 
    border : #a4cc42 1px solid;
}
  
.tab button.active {
    background-color: #effbef;
    border : #a4cc42 2px solid;

}
  
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #fff;
    border-top: none;
}

.boton-agregar{
    width: 104px !important;
    height: 25px !important;
    background-color: #77AA45 !important;
    font-family: Montserrat, sans-serif;
    font-size: 13.6px;
    font-weight: 500;
    border-radius: 30px;
    border:none !important;
    cursor: pointer;
}

.boton-cantidad{
    font-family: Montserrat, sans-serif;
    font-size: 13.6px;
    font-weight: 500;
    cursor: pointer;
    border:none !important;
    color: #77AA45 !important;
    background-color: transparent;
}

.numero-cantidad{
    font-family: Montserrat, sans-serif;
    font-size: 13.6px;
    font-weight: 500;
    color: #77AA45 !important;
    border:none !important;
    background-color: transparent;
    text-align: center;
}

.contenedor-cantidad{
    height: 25px !important;
    border-radius: 30px;
    border: 1px solid #888888;
}

.info-tags{
    font-family: Montserrat, sans-serif;
    font-size: 13.6px;
    font-weight: 500;
    color: #888;
    align-items: center;
    gap: 1rem;
}

#detalle_compra {
    display: block;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:85%;
}
#ficha_desc {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #888888;
    padding-top: 4rem;
    /*POR CRISTOPHER RODRIGUEZ EN FECHA 15-06-2020, MOTIVO: REQUERIMIENTO 5343*/
    /* padding-top: 20px; */
    /* CODIGO ELIMINADO */
    font-size : 15px;
    text-align: initial;
    /* padding-right: 20px; */
    /*POR CRISTOPHER RODRIGUEZ EN FECHA 15-06-2020, MOTIVO: REQUERIMIENTO 5343*/
    /* padding-top: 60px; */
    /* CODIGO ELIMINADO */
    /*FIN REQUERIMIENTO 5343*/
}
#titulo1 {
    display : block;
    padding-bottom: 20px;
}
#titulo2 {
    display :none;
    padding-bottom: 20px;
}

.contador_productos {
    padding-top: 20px;
    font-size: 16px;
    height: auto;
	clear : both;
    background-color: end; 
}
.contador_productos span {
    padding-left: 10px;
}
.contador_productos span input {
    width: 104px;
    height: 40px;
	margin-bottom: 5px;
    border : #6d6d66 1px solid;
    background-color:#a4cc42;
    color:#fff;
}

#contador_elementos  {
    display : inline-flex;
} 


.imagenes_productos {
    display: flex;
    margin-top:60px;
    flex-direction: column;
    justify-content: flex-start;
    height: 350px;
    padding-right: 20px;
    gap:5px;
}

.imagenes_productos div{
      width: 53px;
      height: 53px;
      vertical-align:middle;
      text-align:center;
      cursor: pointer;
}

.imagenes_productos div img {
        max-width: 53px;
        max-height: 53px;
      cursor: pointer;
}
.imagenes_productos div {
    display:flex;
    justify-content:center;
    align-items:center;
    box-sizing: border-box;
}
.iconos_venta div {
    display: flex;
    padding-top: 10px;
    text-wrap:nowrap;
}
.iconos_venta img {
    cursor : pointer;
}
#ficha_tecnica {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.pager {
    display: none;
}

@media screen and (max-width:837px){
    #contenedor_ficha_producto{
        flex-direction: column;
        width: 100%;
        height:unset;
        padding:unset;
        align-items: center;
    }

    .tab {
        width: 350px;
        display:flex;
        justify-content: center;
    }

    #detalle_compra{
        width: 100%;
    }
    
    #ficha_producto {
        margin-top:0;
    }
    
    .imagenes_productos {
      display:none;
    }

    #ficha_desc {
        padding-top: 1rem;
    }

    .pager {
        display: flex;
        gap: 8px;
        margin-top: 8px;
    }

    .pager .dot{
        width:10px;
        height:10px;
        border-radius:50%;
        background: #d4d7de; 
        cursor:pointer; 
        transition:transform .15s;
    }
    .pager .dot.active{
        background:#77AA45; 
        transform:scale(1.15)
    }
}

/*
@media screen and (min-width:2520px){
    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:400px;
    }
    #img_ficha {
        max-width: 790px;
        max-height: 400px;
    }
}
@media screen and (max-width:1400px){
    .contador_productos span input {
        width: 18%;
    }
}
@media screen and (max-width:1250px){
    #contenedor_ficha_producto {
        width: 100%;
    }
    .contador_productos span input {
        width: 22%;
    }
    #ficha_producto {
        width: 100%;
    }
    .imagenes_productos {
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .imagenes_productos div {
        display:flex;
        justify-content:center;
        align-items:center;
        width: 80px;
        height: 80px;
    }
    .imagenes_productos div img {
        max-width: 70px;
        max-height: 70px;
    }


}
@media screen and (max-width:900px){
    #ficha_producto {
        width: 100%;
    }
    .imagenes_productos div {
        display:flex;
        justify-content:center;
        align-items:center;
        width: 70px;
        height: 70px;
    }
    .imagenes_productos div img {
        max-width: 60px;
        max-height: 60px;
    }
    .iconos_venta div {
        display: inline-block;
    }
    #contenedor_ficha_producto {
        width: 100%;
        display: inline-block;
    }
    .tab {
        padding-left: 0px;
    }

    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
        width: 100%;
    }
    #img_ficha {
        max-width: 600px;
        max-height: 300px;
    }
}
@media screen and (max-width:700px){
    #ficha_producto {
        width: 100%;
    }
 
    .imagenes_productos div {
        display:flex;
        justify-content:center;
        align-items:center;
        width: 60px;
        height: 60px;
    }
    .imagenes_productos div img {
        max-width: 50px;
        max-height: 50px;
    }
    .iconos_venta div {
        display: inline-block;
    }
    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
    }
    #img_ficha {
        max-width: 550px;
        max-height: 300px;
    }
}
@media screen and (max-width:580px){
    .contador_productos span input {
        width: 40%;
    }
    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
    }
    #img_ficha {
        max-width: 490px;
        max-height: 300px;
    }
}
@media screen and (max-width:520px){
    #img_pasos_1 {
        width: 400px;
    }
    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
    }
    #img_ficha {
        max-width: 440px;
        max-height: 300px;
    }
}

@media screen and (max-width:480px){
    #contenedor_ficha_producto {
        display : "flow-root";
    }
    #ficha_producto {
        width: 100%;
    }
    

    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
    }
    #img_ficha {
        max-width: 380px;
        max-height: 300px;
    }
    .imagenes_productos div {
        width: 60px;
        height: 60px;
    }
    .imagenes_productos div img {
       max-width: 50px;
       max-height: 50px;
    }
    .iconos_venta div {
        display: inline-block;
    }
}
@media screen and (max-width:420px){
    #ficha_producto {
        width: 100%;
    }
    .imagenes_productos div {
        display:flex;
        justify-content:center;
        align-items:center;
        width: 50px;
        height: 50px;
    }
    .imagenes_productos div img {
        max-width: 40px;
        max-height: 40px;
    }

    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
    }
    #img_ficha {
        max-width: 320px;
        max-height: 300px;
    }

}
@media screen and (max-width:360px){
    #contenedor_ficha_producto {
        display : "flow-root";
    }
    #ficha_producto {
        width: 100%;
    }
      
    .imagenes_productos div {
        display:flex;
        justify-content:center;
        align-items:center;
        width: 40px;
        height: 40px;
    }
    .imagenes_productos div img {
        width: 30px;
        height: 30px;
    }
    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
    }
    #img_ficha {
        max-width: 280px;
        max-height: 300px;
    }
}
@media screen and (max-width:320px){
    #ficha_producto {
        width: 100%;
    }
    .contador_productos {
        display: block;
    }
    .contador_productos span {
      padding-left: 0px;
      padding-top: 20px;
    }
    #contador_elementos {
        padding-bottom: 30px;
    }
    .imagenes_productos div {
        display:flex;
        justify-content:center;
        align-items:center;
        width: 30px;
        height: 30px;
    }
    .imagenes_productos div img {
        max-width: 20px;
        max-height: 20px;
    }
    #img_caja{
        display:flex;
        justify-content:center;
        align-items:center;
        height:300px;
    }
    #img_ficha {
        max-width: 260px;
        max-height: 300px;
    }
}
*/
