p{
  text-align: center;line-height: 1rem;max-width: 48rem;margin: 0.5rem auto;font-size: 0.85rem;
}
h1{

}
h2{
text-align: center;
color: #1e52a3;
font-weight: bold;
}
label{
display: none;
}
.envios_notas form{
display: flex;
flex-direction: column;
}
.cl_nota{
padding: 0.5rem;
color: #3b73c9;
}
.nota{
flex-grow: 1;
}
textarea{
min-width: 20rem;
max-width: 40rem;
font-family: monospace;
font-size: 0.85rem;
margin: 0.5rem auto;
padding: 0.5rem;
border-radius: 0.5rem;
display: block;
}
.texto_nota .button{
margin: 0.5rem auto;
font-size: 0.75rem;
font-weight: normal;
display: flex;
align-items: center;
gap: 0.5rem;
}
.frame_notas_conf{
padding: 0.5rem;
background: ghostwhite;
max-width: 48rem;
margin: auto;
display: flex;
flex-direction: column;
border-radius: 0.5rem;
align-items: center;
}
.cab_notas {
justify-content: center  !important;
flex-direction: row  !important;
}
.envios_notas{
display: flex;
flex-direction: row;
justify-content: space-evenly;
background: #afccf8;
max-width: 48rem;
margin: 0.5rem auto;
padding: 0.5rem;
border-radius: 0.5rem;
border: solid 1px #3b73c9;
}
.envios_notas h2{
font-size: 0.85rem 
}
.envios_notas p{
font-size: 0.65rem;
max-width: 20rem;
}
.envio_mail{
display: flex;
flex-direction: column;
align-items: center;
}
.envio_whatsapp{
display: flex;
flex-direction: column;
align-items: center;
}
.envio_whatsapp .button{
font-size: 0.75rem;
display: flex;
align-items: center;
gap: 0.5rem
}
.texto_nota {
display: flex;
font-size: 0.85rem;
color: #333;
font-style: italic;
align-items: center;
gap: 0.25rem;
}
.hidden-caption-content {
display: none;
}
.pswp__custom-caption {
padding: 2px 8px;
position: absolute;
left: 50%;
bottom: 16px;
transform: translateX(-50%);
}
.form_bts{
display: flex;
gap: 0.5rem;
align-items: center;
justify-content: space-between;
}
.bt_send_whats{    
display: flex;
align-items: center;
gap: 0.2rem;
}
@media (max-width: 792px){
  .envios_notas{
  flex-direction: column;
  gap: 1rem;
  margin: 1rem;
  }
  .button{
  width: fit-content;
  margin: auto;
  }
  textarea{
  min-width: 5rem;
  }
  .frame_notas_conf{
  margin: 1rem;
  }
  #msg_add{
  width: -webkit-fill-available;
  }
  p{
  margin: 0.5rem;
  }
}