#detail_prod_ar{
    position: relative;
}
#detail_prod_ar .frame_img1{
    display: flex;
    text-align: center;
    position: relative;
    margin-bottom: 5vh;
    justify-content: center;
    align-items: center;
}
#detail_prod_ar .img_product{
    max-width: 100%;
}
#detail_prod_ar .frame_det{
    position: relative;text-align: right;
}
#detail_prod_ar .ref_et{
    font-weight: bold;
    float: left;
    font-size: 20px;
    margin-right: 10px;
}
#detail_prod_ar .etq:after{
content:'';
background-color:#3d3d3d;
width:55px;
height:2px;
position:absolute;
display:block;
}
#detail_prod_ar .Frame_ref{
    margin-bottom: 1vh;
display: inline-block;
 }
#detail_prod_ar .ref{
    float: left;
    font-size: 20px;
}
#detail_prod_ar .discri, .discri_c{
    color: #3d3d3d;
    font-size: 15px;
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
        text-align: right;
    padding-bottom: 2vh;
    color: #fff;
   
}
#detail_prod_ar .discri{
   display: block;
font-family:tahoma
}
#detail_prod_ar .title_product{
    color: #d0100a;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;

    padding-bottom: 1vh;
    font-size: 35px;
    font-weight: bold;
    display: block;
}
#detail_prod_ar .pdf{
    height: 45px;
line-height:45px;
background-color:#d0100a;

    display: inline-block;
color:#FFFFFF;
text-transform:uppercase;
font-size:14px;
position:relative;
    padding: 0px 60px;
}
#detail_prod_ar .pdf:after{
    content:none;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    position: absolute;
    text-indent: 9995em;
    margin-left: 40px;
text-align:center;
width:320px;
}
#detail_prod_ar .frame_ref{
    margin-bottom: 1vh;
    display: inline-block;
    line-height: 23px;
}
#detail_prod_ar .frame_contact .fa{
display: block;
    width: 50px;
    height: 50px;
    color: #dd1520;
    float: left;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    height: 50px;
    width: 50px;
    border: 1px solid #dd1520;
    margin-right: 10px;
float:left;
margin-left:0;
}
#detail_prod_ar .frame_contact .fa:hover{
    border: 1px solid #2f68d4;
    color: #2f68d4;
}
#detail_prod_ar .btn_contact{
background-color:#dd1520;
height:50px;
line-height:50px;
width:200px;
display:block;
color:#FFFFFF;
text-transform:uppercase;
text-align:center; 
float:left;
}
#detail_prod_ar .btn_contact:hover{
background-color:#2f68d4;
transition:0.5s;
text-decoration:none;
}
#detail_prod_ar .ref_et {
    font-size: 16px;
}
#detail_prod_ar .ref {
    font-size: 16px;
}
#detail_prod_ar .Thumb_Css{
width: 128px;
    height: 150px;
    margin-right: 10px;
    float: left;
}
#detail_prod_ar .Thumb_img_css{
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #FFFFFF;
}
#detail_prod_ar .et{
font-size: 25px;
    text-transform: uppercase;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: block;
}
#detail_prod_ar .list_img{
    margin-top: -70px;
    display: flex;
    justify-content: center;
}
#detail_prod_ar .pdf:hover{
    background-color: #0b4499;
}
#detail_prod_ar .img_product {
    max-width: 100%;
}
/*------------------------ RESPONSIVE -------------------------------*/
@media (max-width: 768px){
#detail_prod_ar .title_product {
    font-size: 24px;
}
#detail_prod_ar .descri_c {
    font-size: 18px;
}
#detail_prod_ar .title_product:after {
    width: 100px;
}
}
@media (max-width:390px){
#detail_prod_ar .pdf {
    width: 270px;
    font-size: 11px;
}
}

