.body {
        background-image: url('http://localhost/invitacion/SuarezMendez/include/content/beach_watercolor.webp');
        background-size: cover;
        background-repeat: no-repeat;
        
}

input .entrada{ 
    margin: 3em;
}

.tx2 {
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
}

.windsong-medium {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-style: normal;
}


.tx1 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.tx3 {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.principal .mediaderecha .graficos{
  display: grid;
}



@media (max-width: 768px) {
  .principal .mediaderecha .graficos{
    font-family: 'Times New Roman', Times, serif;
    visibility: hidden;
  }
}

@media (max-width: 480px) {
  .principal .mediaderecha .graficos{
    font-family: 'Times New Roman', Times, serif;
    visibility: hidden;
  }
}