.background-blue {
    background-color: #46a2da;
}

html,
body {
    overflow-x: hidden;
}
body {
    color: #353840;
}

header {
    background-color: white;
}
.navbar {
    padding: 10px 0;
}
.logo-miur {
    position: absolute;
    /* right: 180px; */
    right: 89px;
    top: 15px;
}
@media (min-width: 768px) {
    .logo-miur {
        right: 89px;
    }
}
.logo-carta-docente {
    position: absolute;
    /* right: 100px; */
    right: 0;
    top: 0;
}
@media (min-width: 768px) {
    .logo-carta-docente {
        right: 0;
    }
}

#section-1 {
    margin-top: 80px;
}
#section-1 #play {
    background-color: transparent;
    border: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
#section-1 #play:focus {
    outline: none;
}
#section-1 #play img {
    width: 96px;
}
@media (min-width: 768px) {
    #section-1 #play img {
        width: 120px;
    }
}

#section-2 {
    margin-top: 40px;
}
#section-2 p {
    font-family: "larsseitregular";
    font-size: 18px;
}

#section-4 .box {
    background-color: #32477c;
    margin-top: 40px;
    padding: 60px 20px 30px;
}
#section-4 .box h3 {
    color: white;
    font-family: "larsseitbold";
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    #section-4 .box h3.fix-margin {
        margin-top: -41px;
    }
}
@media (min-width: 768px) {
    #section-4 .box .spacer-1 {
        height: 43px;
    }
    #section-4 .box .spacer-2 {
        height: 47px;
    }
    #section-4 .box .spacer-3 {
        height: 111px;
    }
    #section-4 .box .spacer-4 {
        height: 65px;
    }
    #section-4 .box .spacer-5 {
        height: 64px;
    }
}
#section-4 .box p {
    border-left: 1px solid white;
    color: white;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
}
#section-4 .box a {
    color: #f48000;
    display: inline-block;
}
#section-4 .box a:hover {
    text-decoration: none;
}
#section-4 .box img {
    float: right;
    max-height: 30px;
}
#section-4 .box.inverse {
    background-color: #f48000;
}
#section-4 .box.inverse h3,
#section-4 .box.inverse p {
    color: white;
}
#section-4 .box.inverse p {
    border-left: 1px solid white;
}
#section-4 .box.inverse a {
    color: #32477c;
}

footer {
    /* background-color: #eceff5; */
    margin-top: 40px;
    padding: 60px 0;
}
footer h3 {
    font-family: "larsseitextrabold";
    font-size: 32px;
}
@media (min-width: 768px) {
    footer h3 {
        font-size: 44px;
    }
}
footer a {
    display: block;
    font-family: "larsseitlight";
    font-size: 20px;
}
footer a:hover {
    text-decoration: none;
}
footer a:nth-of-type(1) {
    color: #46a2da;
    margin-top: 30px;
}
footer a:nth-of-type(2) {
    color: #35383f;
}
footer img {
    height: 80px !important;
    margin-top: 40px;
}

#bottom {
    background-color: #f48000;
    height: 30px;
}
