@font-face {
    font-family: 'BROmny';
    src: url('../fonts/BROmny-Bold.ttf');
    }
    body, header, main{
    padding: 0;
    margin: 0;
    width: auto;
    }
    a{
    text-decoration: none;
    }
    header{
    margin-bottom: 10%;
    }
    footer{
    margin-top: 150px;
    background-color: #1242c1;
    }
    .header_image{
    width: 100%;
    }
    .main_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    .div_buttons{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .buttons_title{
    color: white;
    font-family: 'BROmny';
    font-size: 15px;
    margin-bottom: 5px;
    }
    .link_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 340px;
    height: 71px;
    border-radius: 20px;
    }
    .link_buttons:hover {
    transform: scale(0.9);
    cursor: pointer;
    }

    /* -------------------------INICIO MOBILE-------------------------------*/
    @media (min-width:320px)  { 
    html{
    background-image: url("../assets/mobile/background.png");
    padding: 0;
    margin: 0;
    height: 100%;
    }
    .link_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 340px;
    height: 71px;
    border-radius: 20px;
    }
    .buttons_title{
    color: white;
    font-family: 'BROmny';
    font-size: 15px;
    margin-bottom: 5px;
    }
    .footer_image{   
    position: fixed;
    bottom: 0;
    width: 100%;        
    }
    .educa_button_image{
        height: 15px;
    }
    }
    @media (min-width:481px)  {
    html{
    background-image: url("../assets/mobile/background.png");
    padding: 0;
    margin: 0;
    height: 100%;
    }
    .link_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 340px;
    height: 71px;
    border-radius: 20px;
    }
    .buttons_title{
    color: white;
    font-family: 'BROmny';
    font-size: 15px;
    margin-bottom: 5px;
    }
    .footer_image{
    bottom: 0;
    width: 100%;
    }
    .educa_button_image{
        height: 15px;
    }
    }
    @media (min-width:641px)  {
    html{
    background-image: url("../assets/mobile/background.png");
    padding: 0;
    margin: 0;
    height: 100%;
    }
    .link_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 340px;
    height: 71px;
    border-radius: 20px;
    }
    .buttons_title{
    color: white;
    font-family: 'BROmny';
    font-size: 15px;
    margin-bottom: 5px;
    }
    .footer_image{
    width: 100%;
    position: unset;
    }
    .educa_button_image{
        height: 15px;
    }    
    }
    /* -------------------------FIM MOBILE-------------------------------*/
    @media (min-width:961px)  { 
    html{
    background-image: url("../assets/mobile/background.png");
    padding: 0;
    margin: 0;
    }
    .link_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 401px;
    height: 151px;
    border-radius: 20px;
    }
    .buttons_title{
    color: white;
    font-family: 'BROmny';
    font-size: 30px;   
    margin-bottom: 20px;
    }
    .footer_image{
    width: 100%;
    height: unset;
    position: unset;
    }
    .educa_button_image{
        height: unset;
    }
    }
    /* big landscape tablets, laptops, and desktops */
    @media (min-width:1025px) { 
    html{
    background-image: url("../assets/mobile/background.png");
    padding: 0;
    margin: 0;
    }
    .link_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 401px;
    height: 151px;
    border-radius: 20px;
    }
    .buttons_title{
    color: white;
    font-family: 'BROmny';
    font-size: 19px;   
    margin-bottom: 20px;
    }
    .footer_image{
    width: 100%;
    height: unset;
    position: unset;
    bottom: 0;
    }
    .educa_button_image{
        height: unset;
    }
    }
    /* hi-res laptops and desktops */
    @media (min-width:1281px) {
    html{
    background-image: url("../assets/mobile/background.png");
    padding: 0;
    margin: 0;
    } 
    .link_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 401px;
    height: 151px;
    border-radius: 20px;
    }
    .buttons_title{
    color: white;
    font-family: 'BROmny';
    font-size: 19px;    
    margin-bottom: 20px;
    }
    .footer_image{
    bottom: unset;
    width: 100%; 
    height: unset;
    }
    .educa_button_image{
        height: unset;
    }
    }