.divh1pri{
    background-color: #ecf5ff;
    color: #0004c3;
    height: 160px;
    text-align: center;
    position: relative;
 }
 .h1NomPag{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4em;
    font-family: fangsong;
 }
 .h1NomPag>span{
    font-size: 12px;
 }

.comprar{
    width: 20%;
}
.Total1{
    color: red;
    font-size: 40px;
    font-weight: 600;
    width: auto;
    margin: auto;
    font-family: fangsong;
}
.centrado{
    text-align: center;
    display: flex;
}
.btn1{
    color: whitesmoke;
    background-color: red;
    border: 2px solid red;
    font-size: 35px;
    border-radius: 10px;
}
.btn1:hover{ 
    color: red;
    background-color: whitesmoke;
    cursor: pointer;
}
.itemproforma1{
width: 99%;
background-color: white;
margin: 0.5%;
padding: 0 0 0 18px;
display: flex;
border-radius: 0 12px 12px;
}
.izquierda{
    width: 20%;
}
.izquierda>span{
    position: relative;
}
.izquierda>span>a{
    color: rgb(0, 0, 0);
    font-family: fangsong;
}
.izquierda>span>a:hover{
    color: yellowgreen;
    transition: all 0.1s ease-out;
}
.derecha{ 
    width: 80%;    
} 
.select1{
    font-size: 17px;
    width: 100%;
    color: #a0ffef;
    padding: 1px;
    font-weight: 700;
    border: 2px solid black;
    border-radius: 10px;
    background-color: black;
    font-family: monospace;
}
.select1>option{
    color: #a0ffef;

}

.option1{
    font-size: 20px;
}
.subt{
    display: none;
    font-size: 20px;
}
.btnred{
    color: white;
    background-color: red;
    border: 1px solid red;
    border-radius: 20px;
    font-size: 18px;
    padding: 7px 26px;
    width: 200px;
    margin: auto;
}
.btnred:hover{
    color: red;
    background-color: white;
    cursor: pointer;
}
.btnblack{
    color: white;
    background-color: rgb(0, 0, 0);
    border: 1px solid black;

    border-radius: 20px;
    font-size: 18px;
    padding: 7px 26px;
    width: 200px;
    margin: 1px;
}
.btnblack:hover{
    color: rgb(0, 0, 0);
    background-color: white;
    cursor: pointer;
}
.imgpng2{
    width: 25%;
    position: absolute;
    top: 0;
    right: -25%;
}
.png02{
    width: 100%;
    height: 102px;
    margin: 1px;
    color: black;    
    display: flex;
}
.png021{
    width: 100%;
    height: 50px;
    margin: 1px;
    color: black;
    display: flex;
    position: relative;
    top: -26px;
}
.pngint03{
    width: 50%;
}
.pngint03:hover{
    z-index: 999;
    cursor: pointer;
    opacity: 0.7;
    scale: 1.2;
    transition: all 0.4s ease-out;
}

.pngint04{
    width: 50%;
    height: 150px;
}
.pngint04:hover{
    z-index: 999;
    cursor: pointer;
    opacity: 0.7;
    scale: 1.2;
    transition: all 0.4s ease-out;
}
.casepng>img{
    width: 220px;
    object-fit: cover;
    position: relative;
    top: -65px;
    left: -34px
}
.cpupng>img{
    width: 123px;
    object-fit: cover;
    position: relative;
    top: -14px;
    left: -2px;
}
.mbbpng>img{
    width: 123px;
    object-fit: cover;
    position: relative;
    top: -14px;
    left: -2px;
}
.rampng>img{
    width: 123px;
    object-fit: cover;
    position: relative;
    top: -14px;
    left: -2px;
}
.monpng>img{
    width: 260px;
    object-fit: cover;
    position: relative;
    top: -14px;
    left: -2px;
}
.divarmatupc1{
    position: relative;
}
.formgo{
    width: 95%;
    margin: auto;
    text-align: center;
}

@media (max-width:1000px) {
    .container60{
        width: 100%;
        margin: auto;
    }
}


@media (max-width:700px) {
    .container60{
        width: 100%;
        margin: auto;
    }
    .itemproforma1{
        display: block;
        }
    .select1{
        width: 100%;
        font-size: 14px;
    }
    .option1{
        font-size: 14px;
    }
    .derecha{
        width: 100%;
    }
    .izquierda{
        width: 50%;
    padding: 0;
    margin: 0;
    height: 17px;
    }

}
@media print{
    .buscador{
        display: none;
    }
}