* {
    -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 img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#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;
}
#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: #020304;
    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: 134px;
}
#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: #3e8760 !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: 300px;
        -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: 300px;
    overflow: hidden;
    position: relative;
}
#hero #image-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 300px;
    background-image: url("../img/hero-interne.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: 300px;
    z-index: 4;
}
#hero #hero-wrapper #header {
    border-bottom: solid 1px white;
    padding-top: 20px;
}
#hero #hero-wrapper #header #logo {
    display: inline-block;
}
#hero #hero-wrapper #header #logo a {
    display: block;
}
#hero #hero-wrapper #header #logo a img {
    display: block;
    width: 280px;
}
#hero #hero-wrapper #hero-text {
    margin-top: 40px;
}
#hero #hero-wrapper #hero-text h1 {
    font-size: 60px;
    text-align: center;
    line-height: 90px;
    font-weight: 800;
    color: #fff;
    margin-top: 20px;
}
#hero #hero-wrapper #hero-text p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
#hero #hero-wrapper #hero-text p span {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
#hero #hero-wrapper #hero-text a {
    color: white;
    font-size: 16px;
    font-weight: 600;
}
#hero #hero-wrapper #hero-text a:hover {
    text-decoration: underline;
}
#container {
    width: 1340px;
    margin: auto;
    position: relative;
    padding: 70px 0;
}
#container h1 {
    font-size: 36px;
    color: #111;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
}
#container .modulo {
    border-left: solid 3px #f5c446;
    padding: 20px 50px;
    margin-bottom: 60px;
    position: relative;
}
#container .modulo:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f5c446;
    top: -5px;
    left: -6px;
    border-radius: 50%;
}
#container .modulo:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f5c446;
    bottom: -5px;
    left: -6px;
    border-radius: 50%;
}
#container .modulo h2 {
    font-size: 36px;
    font-weight: 900;
    color: #111;
    margin-bottom: 20px;
}
#container .modulo h2 span {
    color: #f5c446;
}
#container .modulo h3 {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}
#container .modulo h3 span {
    color: #f5c446;
}
#container .modulo h4 {
    color: #111;
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
#container .modulo h4 span {
    color: #f5c446;
}
#container .modulo ul {
    margin: 20px 30px 35px;
}
#container .modulo ul li {
    font-size: 14px;
    color: #111;
    margin-bottom: 10px;
    font-weight: 400;
}
#container .modulo ul li::before {
    content: "\2022";
    color: #f5c446;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#container .docente {
    overflow: hidden;
    padding: 20px 0;
}
#container .docente img {
    float: left;
    width: 20%;
    border-radius: 10px;
    display: block;
}
#container .docente .text {
    float: right;
    width: 80%;
    padding: 30px;
}
#container .docente .text h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
#container .docente .text h2 span {
    color: #f5c446;
}
#container .docente .text p {
    color: #111;
    font-size: 16px;
    line-height: 24px;
}
@media only screen and (max-width: 1340px) {
    #hero {
        overflow: visible;
    }
    #hero #hero-wrapper {
        width: 990px;
    }
    #container {
        width: 990px;
    }
    #container .docente .text {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 990px) {
    #hero #hero-wrapper {
        width: 768px;
    }
    #hero #hero-wrapper #hero-text h1 {
        font-size: 48px;
    }
    #container {
        width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    #hero #hero-wrapper {
        width: 480px;
    }
    #hero #hero-wrapper #hero-text h1 {
        line-height: 60px;
        margin-bottom: 10px;
    }
    #container {
        width: 480px;
    }
}
@media only screen and (max-width: 480px) {
    #hero #hero-wrapper {
        width: 360px;
    }
    #hero #hero-wrapper #hero-text h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #hero #hero-wrapper #hero-text p {
        font-size: 14px;
    }
    #container {
        width: 360px;
    }
    #container .modulo {
        padding: 10px 0px 10px 20px;
    }
    #container .modulo h2 {
        font-size: 24px;
    }
    #container .docente img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #container .docente .text {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
}
@media only screen and (max-width: 360px) {
    #hero #hero-wrapper {
        width: 320px;
    }
    #container {
        width: 320px;
    }
}
