* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: "Montserrat", sans-serif;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus,
*:active {
    outline: none;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
u,
i,
strong,
table,
th,
tr,
td,
img,
ol,
ul,
li,
form,
input,
textarea,
button,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
}
ol,
ul {
    list-style: none;
}
img {
    border: 0 none;
}
table {
    border-spacing: 0;
}
input,
textarea,
button,
select {
    display: block;
    border: 0 none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
input:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
textarea {
    resize: none;
}
button {
    cursor: pointer;
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
}
::-moz-selection {
    background: #f5c446;
    color: white;
}
::selection {
    background: #f5c446;
    color: white;
}
::-moz-selection {
    background: #f5c446;
    color: white;
}
#footer {
    background-color: #222;
    overflow: hidden;
}
#footer #footer-container {
    width: 1340px;
    margin: auto;
    padding: 70px 0;
    overflow: hidden;
}
#footer #footer-container .column {
    width: 33.33%;
    float: left;
}
#footer #footer-container .column:first-of-type img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
#footer #footer-container .column h2 {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
#footer #footer-container .column p {
    color: #ccc;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}
#footer #footer-container .column p a {
    color: #f5c446;
}
#footer #footer-container .column p a:hover {
    text-decoration: underline;
}
#footer #footer-container .column ul li a {
    display: block;
    color: #ccc;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
}
#footer #footer-container .column ul li a:hover {
    color: #f5c446;
}
#footer #footer-container .column #dnv img {
    margin: 0 auto 20px;
    width: 100px;
    display: block;
}
#footer #footer-container .column #dnv p {
    font-size: 12px;
    text-align: center;
}
#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    background-color: #f5c446;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}
#topBtn:hover {
    background-color: #555;
}
@media only screen and (max-width: 1340px) {
    #footer #footer-container {
        width: 990px;
    }
    #footer #footer-container .column > img {
        width: 80%;
    }
}
@media only screen and (max-width: 990px) {
    #footer #footer-container {
        width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    #footer #footer-container {
        width: 480px;
    }
    #footer #footer-container .column {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 480px) {
    #footer #footer-container {
        width: 360px;
    }
}
@media only screen and (max-width: 360px) {
    #footer #footer-container {
        width: 320px;
    }
}
#hero #hero-wrapper #header > nav {
    display: inline-block;
    margin-left: 375px;
}
#hero #hero-wrapper #header > nav #main {
    position: relative;
    font-weight: 600;
    font-size: 0;
    display: inline-block;
}
#hero #hero-wrapper #header > nav #main li {
    color: white;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 5;
    text-align: center;
    cursor: default;
    min-width: 200px;
}
#hero #hero-wrapper #header > nav #main li a {
    color: white;
    padding: 15px 20px;
    display: block;
}
#hero #hero-wrapper #header > nav #main li a:hover {
    color: #ccc;
}
#hero #hero-wrapper #header > nav .drop {
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 32px;
}
#hero #hero-wrapper #header > nav .drop div {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
    position: relative;
}
#hero #hero-wrapper #header > nav .drop li {
    display: block;
    padding: 0;
    width: 100%;
    background: #f5c446 !important;
}
#hero #hero-wrapper #header > nav .drop li a:hover {
    color: #000!important;
}
#hero #hero-wrapper #header > nav #marker {
    height: 6px;
    background: #f5c446 !important;
    position: absolute;
    bottom: 0;
    width: 200px;
    z-index: 2;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
#hero #hero-wrapper #header > nav #main li:nth-child(1):hover ul div {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(1):hover ~ #marker {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(2):hover ul div {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(2):hover ~ #marker {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(3):hover ul div {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(3):hover ~ #marker {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(4):hover ul div {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(4):hover ~ #marker {
    -webkit-transform: translate(600px, 0);
    transform: translate(600px, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(5):hover ul div {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#hero #hero-wrapper #header > nav #main li:nth-child(5):hover ~ #marker {
    -webkit-transform: translate(800px, 0);
    transform: translate(800px, 0);
}
#hero #hero-wrapper #header #responsive-menu {
    display: none;
}
@media only screen and (max-width: 1340px) {
    #hero #hero-wrapper #header > nav {
        display: none;
    }
    #hero #hero-wrapper #header #responsive-menu {
        display: block;
        position: absolute;
        right: 0;
        height: 80px;
        top: 0;
        width: 320px;
    }
    #hero #hero-wrapper #header #responsive-menu input {
        display: none;
    }
    #hero #hero-wrapper #header #responsive-menu input + label {
        position: absolute;
        top: 30px;
        right: 0;
        height: 20px;
        width: 25px;
        z-index: 5;
    }
    #hero #hero-wrapper #header #responsive-menu input + label span {
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: white;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    #hero #hero-wrapper #header #responsive-menu input + label span:first-child {
        top: 3px;
    }
    #hero #hero-wrapper #header #responsive-menu input + label span:last-child {
        top: 17.5px;
    }
    #hero #hero-wrapper #header #responsive-menu label:hover {
        cursor: pointer;
    }
    #hero #hero-wrapper #header #responsive-menu input:checked + label span {
        opacity: 0;
        top: 50%;
    }
    #hero #hero-wrapper #header #responsive-menu input:checked + label span:first-child {
        opacity: 1;
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    #hero #hero-wrapper #header #responsive-menu input:checked + label span:last-child {
        opacity: 1;
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    #hero #hero-wrapper #header #responsive-menu input ~ nav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        z-index: 3;
        -webkit-transition: all 0.5s ease 0.5s;
        transition: all 0.5s ease 0.5s;
        overflow: hidden;
        background: #fff none repeat scroll 0% 0%;
        height: 0;
    }
    #hero #hero-wrapper #header #responsive-menu input ~ nav > ul {
        text-align: center;
    }
    #hero #hero-wrapper #header #responsive-menu input ~ nav > ul > li {
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #hero #hero-wrapper #header #responsive-menu input ~ nav > ul > li > a {
        color: #020304;
        font-weight: 300;
        display: block;
        padding: 15px;
        font-size: 15px;
    }
    #hero #hero-wrapper #header #responsive-menu input:checked ~ nav {
        height: 150px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #hero #hero-wrapper #header #responsive-menu input:checked ~ nav > ul > li {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    background-color: white;
}
#hero {
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    position: relative;
}
#hero #image-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 80vh;
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
#hero #hero-wrapper {
    width: 1340px;
    margin: auto;
    position: relative;
    height: 75vh;
    z-index: 4;
}
#hero #hero-wrapper #header {
    border-bottom: solid 1px white;
    padding-top: 20px;
}
#hero #hero-wrapper #header #logo {
    display: block;
    width: 360px;
    margin: auto;
    margin: 0 auto 20px;
}
#hero #hero-wrapper #header #logo a {
    display: block;
}
#hero #hero-wrapper #header #logo a img {
    display: block;
    width: 360px;
}
#hero #hero-wrapper #hero-text {
    position: absolute;
    left: 0;
    top: 55%;
    margin-top: -200px;
    height: 400px;
    width: 100%;
}
#hero #hero-wrapper #hero-text h2 {
    font-size: 32px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
}
#hero #hero-wrapper #hero-text h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 800;
    color: #fff;
    margin-top: 20px;
}
#hero #hero-wrapper #hero-text p {
    font-family: "Playfair Display", serif;
    color: #278135;
    font-size: 160px;
    font-weight: 900;
    position: absolute;
    top: -30px;
    left: 360px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
#hero #hero-wrapper #hero-text > a {
    display: block;
    width: 250px;
    text-align: center;
    height: 60px;
    line-height: 57px;
    color: white;
    background-color: #000;
    border: solid 2px #000;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600;
}
#hero #hero-wrapper #hero-text > a:hover {
    background-color: transparent;
    background-color: #f5c446;
    border-color: #000;
    color: #000;
}
#container {
    width: 1340px;
    margin: auto;
    position: relative;
}
#container #patrocinio {
    overflow: hidden;
    margin-top: 100px;
}
#container #patrocinio h3 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #777;
}
#container #patrocinio h3 span {
    background-color: white;
    padding: 15px;
    position: relative;
    z-index: 1;
}
#container #patrocinio h3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    left: 0;
    right: 0;
    top: 10px;
}
#container #patrocinio .left {
    width: 78%;
    float: left;
}
#container #patrocinio .right {
    width: 18%;
    float: right;
}
#container #patrocinio .left img {
    display: inline-block;
    margin: 50px 20px 20px;
    width: 200px;
    vertical-align: middle;
}
#container #patrocinio .left img.dottori {
    width: 260px;
}
#container #patrocinio .right img {
    display: block;
    margin: 50px auto 20px;
    width: 210px;
}
#container #intro {
    overflow: hidden;
    padding: 50px 0;
}
#container #intro h2 {
    color: #777;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
#container #intro h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
}
#container #intro > p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
}
#container #intro > p span {
    color: #f5c446;
    font-weight: 700;
}
#container #intro > p:first-of-type {
    margin-top: 30px;
}
#container #intro > p:last-of-type {
    margin-bottom: 30px;
}
#container #intro #icon {
    padding: 50px 0;
}
#container #intro #icon .column {
    width: 29.33%;
    margin: 0px 2%;
    float: left;
    padding: 35px;
    border-radius: 5px;
    background-color: #f5c446;
    position: relative;
}
#container #intro #icon .column::after {
    content: "";
    background-color: #f5c446;
    height: 50px;
    width: 50px;
    position: absolute;
    right: -20px;
    top: calc(50% - 25px);
    transform: rotate(45deg);
}
#container #intro #icon .column:last-of-type::after {
    display: none;
}
#container #intro #icon .column i {
    display: block;
    font-size: 48px;
    color: #278135;
    text-align: center;
    margin-bottom: 10px;
}
#container #intro #icon .column h2 {
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
#container #intro #icon .column h3 {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
}
#container #intro #icon .column h2 span {
    display: inline-block;
    border-radius: 5px;
    background-color: #000;
    color: white;
    margin-right: 3px;
    font-size: 16px;
    padding: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}
#container #intro #icon .column p {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 26px;
}
#container #video {
    padding: 50px 0;
    position: relative;
    z-index: 3;
}
#container #video h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
}
#container #video .rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
#container #video .rwd-video iframe,
#container #video .rwd-video object,
#container #video .rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#container #programma {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    position: relative;
}
#container #programma::before {
    content: "Programma didattico del Corso";
    position: absolute;
    background: #fad761;
    background: -webkit-gradient(linear, left top, left bottom, from(#fad761), to(#f76b1c));
    background: linear-gradient(180deg, #fad761 0%, #f76b1c 100%);
    height: 110%;
    width: 440px;
    right: 95%;
    top: -10%;
    z-index: 2;
    color: #fff;
    text-align: right;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    padding-top: 150px;
    padding-right: 20px;
}
#container #programma h1 {
    font-size: 30px;
    color: #111;
    margin: 20px 0;
    font-weight: 800;
}
#container #programma h1 span {
    color: #278135;
}
#container #programma ul {
    list-style-type: circle;
    padding-left: 40px;
}
#container #programma ul li {
    margin-bottom: 3px;
    font-size: 16px;
    color: #777;
}
#container #programma p {
    font-size: 16px;
    color: #777;
    margin: 20px 0;
}
#container #programma a {
    display: block;
    width: 250px;
    text-align: center;
    height: 60px;
    line-height: 57px;
    color: white;
    background-color: #278135;
    border: solid 2px #278135;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600;
}
#container #programma a:hover {
    background-color: transparent;
    color: #fea001;
    border-color: #fea001;
}
#container #docenti {
    padding: 50px 0;
    overflow: hidden;
}
#container #docenti h1 {
    font-size: 36px;
    color: #111;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}
#container #docenti .singolo-docente {
    display: block;
    float: left;
    width: 21%;
    margin: 2%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
#container #docenti .singolo-docente img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#container #docenti .singolo-docente:hover img {
    -webkit-filter: none;
    filter: none;
}
#container #docenti .singolo-docente .testi {
    position: absolute;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 10px 20px;
}
#container #docenti .singolo-docente .testi h2 {
    color: green;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
#container #docenti .singolo-docente .testi p {
    color: #111;
    font-size: 14px;
    font-weight: 400;
}
#container #docenti .singolo-docente:hover .testi {
    height: 80px;
}
#scheda-corso {
    background-image: url("../img/bg1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}
#scheda-corso #fireflies-div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#scheda-corso #scheda-container {
    padding: 70px 0;
    position: relative;
    width: 1340px;
    margin: auto;
    overflow: hidden;
}
#scheda-corso #scheda-container h1 {
    font-size: 36px;
    color: white;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
#scheda-corso #scheda-container .left {
    float: left;
    width: 48%;
}
#scheda-corso #scheda-container ul li {
    font-size: 18px;
    color: #ccc;
    padding-left: 50px;
}
#scheda-corso #scheda-container ul li span {
    font-weight: 700;
    color: white;
}
#scheda-corso #scheda-container ul li:before {
    content: "\2022";
    color: #f5c446;
    font-weight: bold;
    display: inline-block;
    width: 25px;
    margin-left: -25px;
    font-size: 30px;
    height: 40px;
}
#scheda-corso #scheda-container .right {
    float: right;
    width: 48%;
}
#scheda-corso #scheda-container .right h2 {
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px;
}
#partner {
    width: 1340px;
    margin: auto;
    padding: 50px 0;
}
#partner img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#partner img:hover {
    -webkit-filter: none;
    filter: none;
}
#contatti {
    background-image: url("../img/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}
#contatti-container {
    background-color: #f5c446;
    border-radius: 10px;
    width: 1340px;
    background-image: url("../img/envelope.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 70px;
    margin: -100px auto 70px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
#contatti-container .left {
    float: left;
    width: 24%;
}
#contatti-container .left h1 {
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 900;
}
#contatti-container .left p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
#contatti-container .right {
    float: right;
    width: 74%;
}
#contatti-container .right input[type="text"],
#contatti-container .right input[type="email"] {
    background-color: white;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    display: block;
    margin-bottom: 30px;
}
#contatti-container .right input[type="text"].input-left,
#contatti-container .right input[type="email"].input-left {
    float: left;
    width: 48%;
}
#contatti-container .right input[type="text"].input-right,
#contatti-container .right input[type="email"].input-right {
    float: right;
    width: 48%;
}
#contatti-container .right textarea {
    background-color: white;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: 130px;
}
#contatti-container .right label {
    color: #000;
    font-size: 12px;
    margin-bottom: 30px;
}
#contatti-container .right label input {
    display: inline-block;
    margin-right: 10px;
}
#contatti-container .right button {
    display: block;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: white;
    background-color: #000;
    border: solid 2px #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 30px;
    border-radius: 10px;
    font-weight: 600;
}
#contatti-container .right button:hover {
    background: transparent;
    color: #000;
    background-color: #f5c446;
}
@media only screen and (max-width: 1920px) {
    #container #programma::before {
        content: "";
    }
}
@media only screen and (max-width: 1340px) {
    #hero {
        height: 100vh;
    }
    #hero #image-wrapper {
        height: 100vh;
    }
    #hero #hero-wrapper {
        width: 990px;
        height: 100vh;
    }
    #container {
        width: 990px;
    }
    #container #patrocinio img {
        width: 80%;
    }
    #container #programma h1 {
        font-size: 24px;
    }
    #container #docenti .singolo-docente {
        width: 29%;
    }
    #scheda-corso #scheda-container {
        width: 990px;
    }
    #partner {
        width: 990px;
    }
    #contatti {
        height: 350px;
    }
    #contatti-container {
        width: 990px;
        padding: 70px;
        margin: -100px auto 70px;
    }
    #contatti-container .left {
        float: left;
        width: 28%;
    }
    #contatti-container .left h1 {
        font-size: 30px;
    }
    #contatti-container .right {
        float: right;
        width: 70%;
    }
    #container #intro #icon .column h2 span {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 990px) {
    #hero #hero-wrapper {
        width: 768px;
    }
    #container {
        width: 768px;
    }
    #container #patrocinio img {
        width: 70%;
    }
    #container #intro #icon {
        padding: 10px 0;
    }
    #container #intro #icon .column {
        width: 100%;
        margin: 20px 0px 40px;
        float: none;
    }
    #container #intro #icon .column::after {
        right: auto;
        top: auto;
        left: calc(50% - 25px);
        bottom: -20px;
    }
    #container #programma {
        padding-top: 0;
        padding-left: 70px;
    }
    #container #docenti .singolo-docente {
        width: 46%;
    }
    #scheda-corso #scheda-container {
        width: 768px;
    }
    #partner {
        width: 768px;
    }
    #contatti {
        height: 300px;
    }
    #contatti-container {
        width: 768px;
        padding: 50px;
    }
    #contatti-container .left {
        width: 33%;
    }
    #contatti-container .right {
        width: 64%;
    }
}
@media only screen and (max-width: 768px) {
    #hero #hero-wrapper {
        width: 480px;
    }
    #hero #hero-wrapper #hero-text {
        top: 50%;
        margin-top: -160px;
        height: 340px;
        width: 100%;
    }
    #hero #hero-wrapper #hero-text::before {
        width: 120px;
        height: 120px;
        left: 330px;
        top: 20px;
        background-size: 120px;
    }
    #hero #hero-wrapper #hero-text h2 {
        font-size: 16px;
    }
    #hero #hero-wrapper #hero-text h1 {
        font-size: 70px;
        line-height: 70px;
    }
    #hero #hero-wrapper #hero-text p {
        font-size: 90px;
        top: 16px;
        left: 290px;
    }
    #container {
        width: 480px;
    }
    #container #patrocinio .left {
        float: none;
        width: 100%;
        position: relative;
    }
    #container #patrocinio .left img {
        margin-top: 20px;
        width: 196px;
    }
    #container #patrocinio .left img.dottori {
        width: 196px;
    }
    #container #patrocinio .right {
        float: none;
        width: 100%;
        position: relative;
    }
    #container #patrocinio .right img {
        width: 160px;
    }
    #container #programma {
        padding-left: 40px;
    }
    #container #docenti .singolo-docente {
        width: 96%;
    }
    #scheda-corso #scheda-container {
        width: 480px;
    }
    #scheda-corso #scheda-container .left {
        float: none;
        width: 100%;
    }
    #scheda-corso #scheda-container .right {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    #partner {
        width: 480px;
    }
    #contatti {
        height: 250px;
    }
    #contatti-container {
        width: 480px;
        padding: 50px;
    }
    #contatti-container .left {
        float: none;
        width: 100%;
    }
    #contatti-container .right {
        float: none;
        width: 100%;
    }
    #contatti-container .right form {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 480px) {
    #hero #hero-wrapper {
        width: 360px;
    }
    #hero #hero-wrapper #hero-text {
        margin-top: -120px;
        height: 260px;
    }
    #hero #hero-wrapper #hero-text::before {
        display: none;
    }
    #hero #hero-wrapper #hero-text h2 {
        font-size: 16px;
        text-transform: initial;
        line-height: 20px;
        margin-bottom: 20px;
    }
    #hero #hero-wrapper #hero-text h1 {
        font-size: 43px;
        line-height: 47px;
    }
    #hero #hero-wrapper #hero-text p {
        font-size: 70px;
        top: 5px;
        left: 180px;
    }
    #hero #hero-wrapper #hero-text > a {
        width: 210px;
        height: 50px;
        line-height: 47px;
        font-size: 14px;
        margin-top: 10px;
    }
    #container #patrocinio .left img {
        width: 135px;
    }
    #container #patrocinio .right img {
        width: 130px;
        margin-top: 20px;
      }
    #container {
        width: 360px;
    }
    #container #intro h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #container #video h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #scheda-corso #scheda-container {
        width: 360px;
    }
    #partner {
        width: 360px;
    }
    #contatti-container {
        width: 360px;
    }
    #contatti-container .right input[type="text"].input-left,
    #contatti-container .right input[type="email"].input-left {
        float: none;
        width: 100%;
    }
    #contatti-container .right input[type="text"].input-right,
    #contatti-container .right input[type="email"].input-right {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    #hero #hero-wrapper {
        width: 320px;
    }
    #hero #hero-wrapper #hero-text h1 {
        font-size: 39px;
        line-height: 43px;
    }
    #hero #hero-wrapper #hero-text p {
        top: 0px;
        left: 170px;
    }
    #hero #hero-wrapper #header #logo a img {
        width: 300px;
    }
    #container #patrocinio .left img {
        width: 110px;
    }
    #container #patrocinio .right img {
        width: 110px;
      }
    #container {
        width: 320px;
    }
    #scheda-corso #scheda-container {
        width: 320px;
    }
    #partner {
        width: 360px;
    }
    #contatti-container {
        width: 320px;
    }
}
