body {
    margin: 0;
    padding: 0;
}

header {
    background: url('head.png') no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 2rem 0
}

header h1 {
    color: #fff;
    font-size: 5rem;
}

header video {
    margin: 2rem 0 0 0;
}

main {
    text-align: center;
    padding: 2rem 0;
}

main .proyecto {
    margin: 2rem 0 0 0;
}

main .proyecto .nombre-proyecto {
    text-align: center;
}

main .proyecto .imagen-proyecto {
    margin: 0 1rem;
}

main .pc a,
main .mov a {
    color: #111;
}

main .proyecto a .imagen-proyecto {}

main .div-grado {
    background-color: red;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

main .n-proyecto {
    border: 1px solid red;
    margin-bottom: 2rem;
    min-height: 8rem;
    height: auto;
    font-size: 2rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .n-proyecto .tar {
    text-align: right;
}

main .n-proyecto .tal {
    text-align: left;
}

main .n-proyecto .div-proyecto {}

.pc {
    display: none;
}

@media (min-width: 400px) {
    header {
        height: 850px;
    }
    header h1 {
        font-size: 12rem;
    }
    iframe {
        width: 900px;
    }
    main .div-grado {
        border-radius: 50%;
        height: 20rem;
        line-height: 20rem;
        font-size: 5rem;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }
    .row {
        margin-top: 10rem;
    }
    .mov {
        display: none;
    }
    .pc {
        display: block;
    }
    main .n-proyecto {
        border: none;
        font-size: 3.5rem;
        height: 20rem;
    }
    main .n-proyecto p {
        font-size: 2rem;
        color: #444
    }
    main .n-proyecto.tal {
        justify-content: start;
        text-align: left;
    }
    main .n-proyecto.tar {
        justify-content: end;
        text-align: right;
    }
}