* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*HEADER*/
.header-programa {
    width: 100%;
    height: 650px;
    background: #667db6;
    background: -webkit-linear-gradient(
            to right,
            hsla(223, 35%, 56%, 0.623),
            hsla(201, 100%, 39%, 0.616),
            hsla(201, 100%, 39%, 0.623),
            hsla(223, 35%, 56%, 0.637)
        ),
        url(../Imagen/programas.jpg);
    background: linear-gradient(
            to right,
            hsla(223, 35%, 56%, 0.623),
            hsla(201, 100%, 39%, 0.616),
            hsla(201, 100%, 39%, 0.623),
            hsla(223, 35%, 56%, 0.637)
        ),
        url(../Imagen/programas.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.textos-header {
    display: flex;
    height: 420px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
}

.prueba_pro {
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
}
.textos-header a button {
    font-size: 20px;
    font-family: "Inter", sans-serif;
}
.movilpr {
    background-image: url(../Imagen/iphone-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 310px;
    height: 575px;
}
.movilin {
    background-image: url(../Imagen/iphone-hero.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -1000px;
    width:100%;
    height:100%;
    
}

.phone {
    margin-left: 130px;
    position: relative;
}

.phonein {
    margin-left: 130px;
}
/*MAIN*/
main {
    font-family: "Inter", sans-serif;
}
.movil {
    background-image: url(../Imagen/iphone-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 310px;
    height: 575px;
}
.producto {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
}
/*FOOTER*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.footer-copyright,
.footer-social-links {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}
.site-footer-bottom {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    z-index: 1;
}
.list-reset {
    list-style: none;
    padding: 0;
}
.conta,
.conta-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 481px) {
    .conta,
    .conta-sm {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.conta {
    max-width: 1128px;
}
.conta-sm {
    max-width: 848px;
}
.conta .conta-sm {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
}
