.view-web{
    display: block;
}

.view-movil{
    display: none;
}

.body{
    width: 100%;
    height: 100%;
    background: transparent url('../img/fondo/background_web.svg') 0% 0% no-repeat padding-box;
    /* background: #fff url('../img/fondo/background_web.svg') no-repeat center center / cover; */
}

.img-column1{
    height: 100%;
    width: 100%;
    background: transparent url('../img/Smartphone_web/Smartphone_web.png') no-repeat center center / cover;
}

.img-column2{
    height: 150px;
    width: 150px;
}

.column2{
    height: 100%;
    width: 100%;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#download-btn-content-banner{
    position: relative;
    top: 30%;
    width: 100%;
}

#link-android{
    /*  background: #f9c724; */
}

#btn-download-1{
    position: relative;
    top: 0%;
    display: inline-grid;
    grid-template-columns: auto auto;
    background: #000;
    color: #fff;
    width: 100%;
    height: 80px;
    border-radius: 20px;
}

#btn-download-2{
    position: relative;
    top: 0%;
    display: inline-grid;
    grid-template-columns: auto auto;
    background: #000;
    color: #fff;
    width: 100%;
    height: 80px;
    border-radius: 20px;
}

#grid-item{
    text-align: center;
    justify-content: center;
    padding-top: 10px;
}

.container{
    text-align: center;
    justify-content: center;
    padding-top: 10px;
}

#text-banner{
    position: relative;
    /* top: 15%; */
    /* font-size: 2.5em; */
    font: normal normal bold 56px/91px Segoe UI;
    letter-spacing: 0px;
    color: #FCBF19;
}

#sub-text-banner{
    position: relative;
    /* top: 20%; */
    font: normal normal bold 32px/53px Segoe UI;
    letter-spacing: 0px;
    color: #427530;
}

#sub-text{
    position: relative;
    /* top: 20%; */
    font: normal normal bold 32px/53px Segoe UI;
    letter-spacing: 0px;
    color: #e68a00;
}

.padding{
    padding-left: 25%; 
    padding-right: 25%;
}

@media only screen and (max-width: 768px){

    .view-web{
        display: none;
    }
    
    .view-movil{
        display: block;
    }

    #btn-download-1{
        position: relative;
        top: 0%;
        display: inline-grid;
        grid-template-columns: auto auto;
        background: #000;
        color: #fff;
        width: 100%;
        height: 80px;
        border-radius: 20px;
        zoom: 0.7;
    }
    
    #btn-download-2{
        position: relative;
        top: 15px;
        display: inline-grid;
        grid-template-columns: auto auto;
        background: #000;
        color: #fff;
        width: 100%;
        height: 80px;
        border-radius: 20px;
        zoom: 0.7;
    }

    .padding{
        padding-left: 25%; 
        padding-right: 25%;
    }

    #text-banner{
        position: relative;
        /* top: 15%; */
        /* font-size: 2.5em; */
        font: normal normal bold 46px/81px Segoe UI;
        letter-spacing: 0px;
        color: #FCBF19;
    }
    
    #sub-text-banner{
        position: relative;
        /* top: 20%; */
        font: normal normal bold 32px/53px Segoe UI;
        letter-spacing: 0px;
        color: #427530;
    }

    #sub-text{
        position: relative;
        /* top: 20%; */
        font: normal normal bold 32px/53px Segoe UI;
        letter-spacing: 0px;
        color: #e68a00;
    }

}