*{
  margin: 0;
  padding: 0;
}

.logo_hoja{
    width: 50px;
    height: 50px;
    position: fixed;
    margin-top: 0px;
  }
  
.name_one{
    font-size: 20px;
    margin-top: 20px;
    margin-left: 45px;
    position: fixed;
  }
  
    
.barra{
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
  
}

.title_compras{
    width: 100%;
    height: 150px;
    background: linear-gradient(to right, #900, rgb(49,124,245));
    
}
  
.fondo{
    width: 100%;
    height: 1350px;
    margin-top: 10px;
}

.title_1{
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 30px;
    margin-top: -50px;
}

.img_compra_1{
  margin-left: 20px;
    width: 40%;
}
  
.img_compra_2{
    width: 20%;
    margin-left: 144px;
    margin-top: 20px;
}
  
.title_compra_1{
    color: red;
    margin-top: -1250px;
    margin-left: 150px;
    font-size: 30px;
}
  
.title_compra_2{
    font-size: 30px; 
    margin-left: 130px;
    color: red;
    margin-top: 70px;
  
}

#t{
  margin-left: 750px;
  margin-top: -1000px;
}

#m{
  width: 40%;
}

.precio_1{
    color: rgb(0,255,0);
    margin-left: 215px;
    font-size: 30px;
  }
  
.precio_2{
    color: rgb(0,255,0);
  margin-left: 220px;
    font-size: 30px;
    margin-top: 30px;
  }

.boton_paga_1{
    color: rgb(0,255,0);
    font-size: 20px;
    outline: none !important;
    margin-left: 195px;
    margin-top: 20px;
    width: 150px;
    height: 40px;
    background: #000;
    border: 5px solid red;
}

.boton_pay{
  margin-top: 100px;
}

.traductor{
  margin-left: 800px;
  position: fixed;
  width: 0px;
  height: 0px;
}

.imgtra{
  position: fixed;
  width: 60px;
  height: 40px;
  margin-left: -750px;
  margin-top: 70px;
}
 

@media screen and (max-width:960px){
  *{
    margin: 0;
    padding: 0;
  }
  
  .logo_hoja{
    width: 50px;
    height: 50px;
    position: fixed;
    margin-top: 0px;
  }
  
  .name_one{
    font-size: 20px;
    margin-top: 20px;
    margin-left: 45px;
    position: fixed;
  }
  
    
  .barra{
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
  }
  
  .title_compras{
    width: 100%;
    height: 120px;
    background: linear-gradient(to right, #900, rgb(49,124,245));
    
  }
  
  .fondo{
    width: 100%;
    height: 1750px;
    margin-top: 20px;
  }
  
  .title_1{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-top: -50px;
  }
  
  .img_compra_1{
    width: 40%;
    margin-left: 190px;
  }
  
  .img_compra_2{
    width: 30%;
    margin-left: 230px;
    margin-top: 20px;
  }
  
  .title_compra_1{
    color: red;
    margin-left: 0;
    margin-top: -1700px;
    text-align: center;
    font-size: 15px;
  }
  
  .title_compra_2{
    font-size: 15px;
    color: red;
    margin-left: 0;
    text-align: center;
    margin-top: 80px;
  }
  
  .precio_1{
    color: rgb(0,255,0);
    text-align: center;
    margin-left: 0px;
    font-size: 15px;
  }
  
  .precio_2{
    color: rgb(0,255,0);
    font-size: 15px;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  
  .boton_paga_1{
    color: rgb(0,255,0);
    font-size: 13px;
    outline: none !important;
    margin-left: 290px;
    margin-top: 20px;
    width: 75px;
    height: 20px;
    background: #000;
    border: 2px solid red;
  }
  
  #t{
    margin-left: 0;
    margin-top: 0;
  }
  
  #m{
    width: 30%;
  }

  .traductor{
    margin-left: 0px;
    position: fixed;
    width: 0px;
    height: 0px;
  }
  
  .imgtra{
    position: fixed;
    margin-left: 20px;
    width: 75px;
    height: 30px;
    margin-top: 60px;
  }
  
}

@media screen and (max-width: 640px) and (min-width: 200px){

  .title_1{
    color: #fff;
    font-size: 15px;
  }

  .title_compra_1{
    margin-top: -1250px;
  }
  
  .fondo{
    height: 1300px;
  }

  .img_compra_1{
    margin-left: 110px;
  }

  .img_compra_2{
    margin-left: 130px ;
  }

  .boton_paga_1{
    margin-left: 140px;
  }

  .traductor{
    margin-left: 0px;
    position: fixed;
    width: 0px;
    height: 0px;
  }
  
  .imgtra{
    position: fixed;
    margin-left: 0px;
    width: 60px;
    height: 30px;
    margin-top: 59px;
  }
  


}
 