*{
	margin: 0;
	padding:0;
}
h2{
    margin-top: 1%;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    
}
.nav_menu{
    background-color: #42434A;;
}
.menu, item{
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    list-style:none;
}
.item{
    padding-left: 15px;
}
span{
    color:white;
    font-size: 20px;
}
a{
    text-decoration: none;
}
.historia{
    margin-top: 2%;
    position:absolute;
    width:99%;
    height: 5%;
    padding: 10px;
    background-color: black;
    font-size: 24px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
}
.parrafo{
    margin-top: 8%;
    width:80%;
    position: relative;
    left:10%;
    font-size: 20px;
}
.contacto{
    margin-top: 2%;
    position:absolute;
    width:99%;
    height: 5%;
    padding: 10px;
    background-color: black;
    font-size: 24px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
}
.form_contacto{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.formulario{
    width:40%;
    margin-bottom: 2%;
    
}
.mensaje{
	display:flex;
    justify-content: center;
    align-items: center;
}
input{    
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left:3%;
    padding-top: 3%;
    padding-bottom: 3%;
    width:100%;
    border: 1.5px solid;
}
textarea{
    border: 1.5px solid;
    width:100%;
    font-size: 16px;
    padding-left:3%;
}
::placeholder{
    font-size: 18px;
    padding-top: 1%;
    padding-left: 1%;
}
.boton{
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left:3%;
}
.input_boton{
    background-color: #46424a;
    color: white;
    border-color: #42434A;
    font-size: 18px;
    width:100%;
    padding-top:3%;
    padding-left:3%;
    
}
.subtitulo{
    font-size: 24px;
    color:white;
    margin-top: 2%;
    position:absolute;
    width:99%;
    height: 5%;
    padding: 10px;
    background-color: black;
    
}
.cajaProd{
    margin-top: 8%;
    width:99%;
    height: 5%;   
}

.prod {
    padding-top: 1%;
    list-style: none;
    width: 20%;
}    
.productos, .subtitulo{
    display:flex;
    justify-content: center;
    align-items: center;
}
.productos{
    margin:2%;
    border:1px solid;   
    padding:5%;
    background-color: rgba(37, 37, 37, 0.993);
    color:white;
    font-size: 21px;
}
.detalle_prod{
    position:absolute;
    left:40%;
    top:40%;
    width:30%;
    font-size: 18px;
}
