/* MAKITO STYLE */

.especiAreas {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background: var(--zg-color-secondary);
    color: #ffffff;
    text-align: center;
}

.bloque-area-impresion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.especiMarcado,
.bloque-material,
.bloque-video {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.partegrabado {
    text-align: center;
    font-weight: bold;
}

@media(max-width:480px) {

    .especiMarcado,
    .bloque-material,
    .bloque-video,
    .bloque-area-impresion {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

#contenedor-descripcion {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.t1 {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background-color: #B5B5B5;
    color: var(--zg-color-tertiary);
    text-align: center;
}

.t2 {
    width: 100%;
    height: auto;
    padding: 5px;
    margin-top: 3px;
    text-align: center;
}

.bloque-img {
    width: 100%;
}

.image-responsive {
    max-width: 100%;
}

.bloque-marcador {
    width: 100%;
    margin-top: 10px;
}

.bloque-marcador .t1 {
    margin-top: 5px;
    margin-right: 1%;
    width: 49.5%;
    float: left;
}

.bloque-marcador .t2 {
    width: 49.5%;
    float: left;
}

.areaimagen {
    border: 1px solid #dfdcda;
}

.cabecera {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background-color: #1A242D;
    color: #ffffff;
    text-align: center;
}

.sub-cabecera {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    background-color: #dfdcda;
    color: #1A242D;
    text-align: center;
}

.t-t {
    margin: 10px;
}


@media only screen and (min-width: 800px) {
    .t1 {
        width: 100%;
    }

    .t2 {
        width: 100%;
    }

    .bloque-marcador {
        width: 100%;
    }

    .bloque-marcador div {
        float: left;
    }

    .bloque-marcador .t1 {
        width: 29.5%;
        margin-top: 5px;
        margin-right: 1%;
    }

    .bloque-marcador .t2 {
        width: 29.5%;
        margin-top: 5px;
    }
}
#product .product-prices .current-price-value {
  font-size: 3.1rem;  
  color: #5e5e54;
}