.nombre {
    text-align: center;


}
.menunav { 
    padding: 10px ;
    text-align: center;
    top: 0;
    position: sticky;
    z-index: 1000;
  
   

}

.binicio, .bmusica, .bacerca, .bgaleria, .bcontacto {
    color: black;
    background-color:white;
    padding: 10px 20px;
    margin: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 0.5px solid #333;  
}   

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;


}

.body {
    display: grid;
}

.pagcontacto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: center;
    margin-left: 100px;
    margin-right: 60px;
    
    
}

.formulario {
    background-color: rgb(249, 246, 251);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: center;
    width: 500px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    color: black;
    box-shadow: 7px 13px 17px #011016;
    display: grid;
    margin-left: 400px;

    
}


.formulario h4 {
    font-size: 22px;
    margin-bottom: 20px;

}

.controls {
    width: 100%;
    background: white;
    border-radius: 4px solid;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid;
    margin: center;
}

.formulario p {
    height: 40px;
    text-align: center;
    font-size: 17px;
    line-height: 16px;
    
}

.formulario a { 
    color: rgb(4, 30, 59);
    text-decoration: underline;
 
}

.formulario .boton {
    width: 100%;
    padding: 16px;
    border: none;
    margin: 12px 0;
    font-size: 16px;
    background-color: white;
}

.red {
    display: grid;
    grid-template-columns: 4fr;
    grid-template-rows: 10px;
    padding: 80px;
    margin-left: 1700px;
    margin-right: 50px;

}

.contactobig {
    display: grid;
    grid-template-columns: 12fr 1fr;
    gap: 15px;
    width: 80%;
    justify-content: center;
    margin: auto;
}

.contacto {
    background-color: rgb(245, 235, 251);
    text-align: justify;
    padding: 30px;
    font-size: 20px;
    display: grid;
    margin-left: 60px;
    border-radius: 3px;
    width: 100%;
}

.redes { 
    color: black;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: right;
    font-size: 12px;
    padding: 10px;
}

.insta {

    background-color: white;
    size: 2px;
    width: 1%;
}

.controls {
    text-align: justify;
    width: 340px;
    height: 50px; 
}

#mensaje {
    width: 340px;
    height: 50px;

}
#categoria {
    width: 340px;
    height: 30px;

}

