.flip_portada{
    background-size: contain;
    background-repeat: no-repeat;
    height: 792 px!important;
}

.flip_contraportada{
    background: rgb(236,236,236);
    background: linear-gradient(90deg, 
    rgba(236,236,236,1) 0%, 
    rgba(255,255,255,1) 5%, 
    rgba(255,255,255,1) 52%, 
    rgba(255,255,254,1) 95%, 
    rgba(236,236,236,1) 100%);
    
}

.sheet_flip{
    width:100%;
    background: rgb(236,236,236);
    background: linear-gradient(90deg, 
    rgba(236,236,236,1) 0%, 
    rgba(255,255,255,1) 5%, 
    rgba(255,255,255,1) 52%, 
    rgba(255,255,254,1) 95%, 
    rgba(236,236,236,1) 100%);
}

.sheet_flip .header{
    width:100%;
    height:11.7%;
    background: rgb(163,161,161);
    background: linear-gradient(90deg, 
    rgba(163,161,161,1) 0%, 
    rgba(175,175,174,1) 5%, 
    rgba(174,174,173,1) 52%, 
    rgba(174,174,173,1) 95%, 
    rgba(166,165,165,1) 100%);
}

.sheet_flip h2{
    font-family: 'Campton', sans-serif;
    font-size:3.3vh;
    color:#231f20;
    font-weight:100;
    padding:10px 30px 0px 0px;
    margin: 0;
}

.sheet_flip h1{
    font-family: 'Campton', sans-serif;
    font-size:4.5vh;
    color:#07074e;
    font-weight:400;
    text-align:right;
    padding:0px 30px;
    margin: 0;
    
}

.sheet_flip .product_pic{
    width:100%;
    height:39%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sheet_flip .product_pic img{
    height:95%;
}

.sheet_flip .price_product{
    width:100%;
    height:8%;
    
    display:flex;
    justify-content:end;
    align-items:center;
}

.price_product__inner{
    margin-right:30px;
}

.sheet_flip .price_product p{
    font-family: 'Campton', sans-serif;
    font-size:1.3vh;
    color:#231f20;
    font-weight:200;
    margin:0;
}

.sheet_flip .price_product h3{
    width:123px;
    
    display:flex;
    align-items:center;
    justify-content:center;
    
    font-family: 'Campton', sans-serif;
    font-size:3.3vh;
    font-weight:400;
    
    padding:5px;
    margin:0;
    border-radius:20px;
    
    color:#231f20;
    background:#afafae;
}

.sheet_flip .details_product{
    width:100%;
    height:8%;
    background: rgb(168,166,166);
    background: linear-gradient(90deg, 
    rgba(168,166,166,1) 0%, 
    rgba(175,175,174,1) 5%, 
    rgba(175,175,174,1) 52%, 
    rgba(175,175,174,1) 95%, 
    rgba(168,166,166,1) 100%);
    margin:10px auto;
}

.sheet_flip .btn_ask{
    width:100%;
    height:10.6%;
}

.sheet_flip .info_product{
    width:100%;
    height:15.14%;
    background: rgb(215,213,213);
    background: linear-gradient(90deg, 
    rgba(215,213,213,1) 0%, 
    rgba(223,223,223,1) 5%, 
    rgba(223,223,223,1) 52%, 
    rgba(223,223,223,1) 95%, 
    rgba(215,213,213,1) 100%);
}


@media screen and (max-width:600px){
    .sheet_flip h2{
    font-family: 'Campton', sans-serif;
    font-size:2.3vh;
    color:#231f20;
    font-weight:100;
    text-align:right;
    padding:10px 30px 0px 0px;
    margin: 0;
}
.sheet_flip h1{
    font-family: 'Campton', sans-serif;
    font-size:3.5vh;
    color:#07074e;
    font-weight:400;
    text-align:right;
    padding:0px 30px;
    margin: 0;
    
}
}































