
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@200;400;700&display=swap');


.linea{
font-family: monospace;
color: black;
font-size: 16pt;
margin-top: 3%;
}

.linea2{
    font-family: monospace;
    color: black;
    font-size: 16pt;
    margin-top:14pt
    }

body {
    background-image: url("fondo41.png");

    background-size: 100%
  }

  /* Create three equal columns that floats next to each other */
.column {
    margin-top: 21%;
    margin-left: 12%;
    float: left;
    width: 7%;
    padding: 15px;
  }

  .columna {
    margin-top:21%;
    margin-right: 7%;
    float: right;
    width: 8%;
    padding: 15px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 30px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.0;
  }

  .btn-group{
    border: none
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 40px;
    display: block;
    opacity: 0.0;
  }
  

  .button1 {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 30px 10px;
    cursor: pointer;
    opacity: 0.0;
  }

  .footer {
       margin-right: 1%;
       margin-top:13%;
       
  }

  .right-side {
    text-align: right;
    opacity: 0.0;
  }

