@font-face {
  font-family: "Poppins-Bold";
  src: url("../font/Poppins-Bold.ttf") format("truetype"), url("../font/Poppins-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../font/Poppins-Medium.ttf") format("truetype"), url("../font/Poppins-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Riesling";
  src: url("../font/riesling.ttf") format("truetype"), url("../font/riesling.eot") format("eot");
  font-display: swap;
}
.home h1{
  font-family:"Poppins-Bold";
  font-size:50px;
  color:#b9962f;
}
.home h2{
  font-family:"Poppins-Bold";
  font-size:30px;
}
.home h3{
   font-size:23px;
    font-family:"Poppins-Bold";
}
.home p{
   font-size:16px;
  font-family:"Poppins-Medium";
}
.home p.price{
   font-size:20px;
  font-family:"Poppins-Bold";
}
.title-section{
  font-size:30px;
}
.form-control.titulo-section{
  font-size: 30px;
  font-weight: 900;

}
.form-control.titulo-producto{
  font-size: 20px;
  font-weight: 900;
}
.form-control.subtitulo-producto{
    font-size: 16px;
    font-weight: 900;
}
.btn-primary.btn-guardar{
  background: #75ce75;
  border-color: #75ce75;
}

.btn-primary.btn-eliminar{
  background: #e65555;
  border-color: #e65555;
}
.btn-primary.btn-agregar{
  background: #3c8cd4de;
  border-color: #3c8cd4de;
}
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 576px) and (max-width: 767px) {
  .home h1{

    font-size:34px;
 
  }
}
@media (max-width: 575px) {
  .home h1{

    font-size:32px;
 
  }
}
