body{
    background-color: #28166D;

}


.logotipo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 65px;

}
  

.logo{
    width: 150px;
}

   

.container-buttons{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
align-content: normal;
width: 100%;
text-decoration: none;


   
}


.a {
    text-decoration: none;
    color: white;
}
 .btn{
   
    
    border: none;
    border-radius: 40px;
    cursor: pointer;
    background-color:#D9261B;
    text-decoration: none;
    padding: 16px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 18px;
    width: 60%;
    text-align: center;
   max-width: 680px;
   text-decoration: none;
}
   
 .btn:hover{
    background-color: rgb(255, 255, 255);
    color: red;
    font-style:solid;
    transition-duration: 0.8s;
    font-weight: bold;
    text-decoration: none;
 }
   
 
 
#information{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}

.p{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    

}

.link{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link2{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

