body {
    min-height: 100vh;
    background-image: url("img/fondo.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 135px;
    font-family: 'Roboto Condensed', sans-serif,arial !important;
}
.logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  margin-bottom: 105px;
}
.texto {
    justify-content: center;
    font-size: 70px;
    font-weight: 600;
    color: #111415; 
    text-align: center;
    margin-bottom: 45px;
    div {
        text-align: center;
    }   
}
.descarga {   
    justify-content: center;
    margin-bottom: 130px;
    a {
        background-color: #096733;
        border-radius: 8px;
        text-align: center;
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 50px;
        font-weight: bold;
        color: white;  
        padding: 25px 0;
    } 
    a:hover {
        text-decoration: none; 
        color: white;  
        background-color: #1ca458;   
    }  
}
.url {
    justify-content: center;
    margin-bottom: 80px;
    div {
        text-align: center;
        a {
            font-size: 40px;
            font-weight: bold;
            color: #096733;
            text-decoration: none;
        }
        a:hover {
            color: #1ca458
        }
    }    
}
@media (max-width: 767px) {
    .texto {
        font-size: 40px;
    }
    .descarga {
        margin-bottom: 70px;
        a{
            font-size: 30px;
            padding: 10px 0;
        }
    }
    .url div a {
        font-size: 25px;
    }
}
@media (max-width: 476px) {
    .texto {
        font-size: 35px;
    }
    .descarga {
        margin-bottom: 45px;
        a{
            font-size: 25px;
            padding: 10px 0;
        }
    }
    .url div a {
        font-size: 20px;
    }
}
@media (max-width: 991px) {

}

