body {
    font-family: 'Varela Round';
    background-color: white;
}


.titulo-informacion{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #494963

}

nav {
    background: rgb(255,203,2);
    background:
            linear-gradient(120deg,
            rgba(255,203,2,1) 0%,
            rgba(255,116,2,1) 12%,
            rgba(228,33,83,1) 66%,
            rgba(60,58,229,1) 100%);
}
.informacion  h4 {
    color: #4570B4;
    line-height: 50px;
}
.informacion  h4 img {
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
}
.informacion img {
    margin-bottom: 40px;
}
.tituloapp {
    color: #777777;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.btn-app-download img {
    margin-bottom: 0;
    width: 180px;
}

.informacion-panel {
    background-color: white;
}
.img-bdr {
    border-radius: 20px;
}