@font-face {
  font-family: "dinot";
  src: url(../font/DINOT-Regular.otf);
}
@font-face {
  font-family: "dinot-bold";
  src: url(../font/DINOT-Bold.otf);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 
* Gobal
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body,
html {
  font-family: dinot, Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2em;
  word-break: break-word;
  padding-top: 1.5em;
  margin-bottom: 0.5em;
}

p {
  padding-bottom: 1em;
  font-weight: 100;
}

img,
iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #A51E1D;
}

body {
  -webkit-font-smoothing: antialiased;
}

.card__info button {
  border: none;
  outline: none;
  border-radius: 3px;
  background: white;
  cursor: pointer;
  transition: 0.4s ease;
  padding: 0.5em;
}
.card__info button:hover {
  background-color: #195F82;
}
.card__info button:hover a {
  color: white;
}
.card__info button a {
  color: black;
  transition: 0.4s ease;
}

#submit {
  height: 2.4em;
  width: 5em;
  background-color: #195F82;
  color: white;
  padding: 5px;
  border: 1px solid #195F82;
  border-radius: 2px;
  transition: background-color 0.1s ease-out 0.1s, color 0.1s ease-out 0.1s, border 0.1s ease-out 0.1s;
}
#submit:hover {
  background-color: #217ead;
  border: 1px solid #217ead;
  border-radius: 2px;
  color: white;
}

.standard_button, .standard_button--more, .standard_button--moveup {
  height: 2.8em;
  width: 7em;
  background-color: #195F82;
  color: white;
  border: 1px solid #195F82;
  border-radius: 2px;
  transition: background-color 0.1s ease-out 0.1s, color 0.1s ease-out 0.1s, border 0.1s ease-out 0.1s;
  margin-bottom: 2em;
}
.standard_button:hover, .standard_button--more:hover, .standard_button--moveup:hover {
  background-color: #217ead;
  border: 1px solid #217ead;
  border-radius: 2px;
  color: white;
}
.standard_button a, .standard_button--more a, .standard_button--moveup a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 100%;
  width: 100%;
}
.standard_button--moveup {
  width: 10em;
}
.standard_button--more {
  height: 2em;
  width: 6em;
}

.card {
  width: 290px;
  height: 290px;
  border-radius: 15px;
  padding: 1.5rem;
  margin: 30px;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.card:hover {
  transform: translateY(10px);
}
.card:hover:before {
  opacity: 1;
}
.card:hover .card__info {
  opacity: 1;
  transform: translateY(0px);
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.card__info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.card__info a {
  color: white;
  position: relative;
}
.card__info a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: white;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.card__info a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.card__info h2 {
  margin: 0px;
  font-size: 1.5em;
  padding: 0;
}
.card__info p {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
.card__info button {
  margin-top: 10px;
}
.card__info .city__main {
  font-family: "dinot-bold", arial;
}

.partners_navbar {
  display: flex;
  width: 100%;
  height: 5em;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
}

.partners_items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
}
.partners_items .opac {
  opacity: 0.3;
  transition: opacity 0.1s ease-out 0.1s;
}
.partners_items .opac:hover {
  opacity: 1;
}
.partners_items a {
  display: flex;
  align-items: center;
}
.partners_items a img {
  height: 80%;
}

.navbar {
  display: flex;
  width: 100%;
  height: 5em;
  background-color: #195F82;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 10;
}
.navbar.show .l1 {
  transform: translate(-10px) rotate(45deg) translate(15px);
}
.navbar.show .l2 {
  opacity: 0;
}
.navbar.show .l3 {
  transform: translate(-10px) rotate(-45deg) translate(15px);
}
.navbar.show .navbar__items--links {
  transform: translateX(0%);
}
.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.navbar__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  max-width: 80%;
  height: 5em;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
}
.navbar__items--links {
  display: flex;
  flex-direction: row;
  height: 5em;
  margin: 0;
  padding: 0;
  align-items: stretch;
}
.navbar__items--links a {
  color: white;
  font-weight: 100;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  padding-right: 1em;
  padding-left: 1em;
  transition: color 0.08s ease-out 0.08s;
}
.navbar__items--links a:hover {
  color: black;
}
.navbar__items--logo {
  margin: 0;
  padding: 0;
  height: 5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar__items--logo a {
  display: flex;
  align-items: center;
  width: 10em;
  height: 10em;
}

.burger {
  display: none;
  padding: 0.5rem;
  margin-right: 20px;
  cursor: pointer;
  z-index: 10;
}
.burger .line {
  height: 2px;
  width: 35px;
  margin: 0.5rem 0;
  background: white;
  transition: transform 0.75s ease, opacity 0.75s ease;
}

@media screen and (max-width: 768px) {
  .burger {
    display: block;
  }
  .navbar__items--links {
    position: fixed;
    top: 3em;
    right: 0;
    height: 100%;
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #195F82;
    transform: translateX(100%);
    transition: transform 1s ease;
    padding-bottom: 3em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .burger {
    display: block;
  }
  .navbar__items--links {
    position: fixed;
    top: 3em;
    right: 0;
    height: 100%;
    width: 30%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #195F82;
    transform: translateX(100%);
    transition: transform 1s ease;
    padding-bottom: 3em;
  }
}
section.fixed {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
section.fixed.f1 {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  position: relative;
}
section.fixed.f1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: url("../images/mountain.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
section.fixed .home__img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logoMP.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-attachment: fixed;
}
section.scroll {
  padding-top: 2em;
  z-index: 2;
}
section.scroll.s1 {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  background-color: #323232;
}
section.scroll.s2 {
  margin-bottom: 8em;
}
section.scroll.s3 {
  padding: 0;
  padding-bottom: 8em;
}

.container {
  margin: 0 auto;
  max-width: 60%;
  width: 60%;
}

footer {
  background-color: #323232;
  color: black;
}
footer a {
  color: black;
}
footer a:hover {
  color: black;
}

.form {
  display: flex;
  justify-content: center;
}
.form form {
  display: flex;
  flex-direction: column;
}
.form .field {
  color: black;
  border: 1px solid #195F82;
  border-radius: 2px;
  height: 2.4em;
  width: 23em;
  padding: 5px;
  margin-bottom: 1em;
  outline: none;
}
.form .field:focus {
  border: 1px solid #217ead;
  border-radius: 2px;
}
.form textarea {
  color: black;
  border: 1px solid #195F82;
  border-radius: 2px;
  width: 23em;
  padding: 5px;
  margin-bottom: 1em;
  outline: none;
  resize: none;
}
.form textarea:focus {
  border: 1px solid #217ead;
  border-radius: 2px;
}
.form__head {
  display: flex;
  flex-direction: row;
}
.form__head .field {
  margin-right: 1em;
  width: 11em;
}
.form__label {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.form__label .field {
  width: 3em;
  margin-left: 0.5em;
}

#networks .networks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#networks .networks__cardLine {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.more {
  display: none;
}

#footer .container {
  display: flex;
  justify-content: space-between;
  color: white;
}
#footer .container a {
  color: white;
  transition: color 0.06s ease-out 0.06s;
}
#footer .container a:hover {
  color: #195F82;
}

h1 {
  position: relative;
}
h1::after {
  position: absolute;
  content: "";
  left: -0.02em;
  bottom: 7px;
  background-image: linear-gradient(to right, #195F82, #A51E1D);
  width: 2.5em;
  height: 0.15em;
  z-index: -1;
}

ol {
  padding-left: 1em;
}

#mission p {
  padding: 0;
}

#event h2 {
  padding-top: 0.4em;
  margin-bottom: 0;
}

.event__image img {
  width: 80%;
  height: 80%;
  margin: 2em;
  transition: all 0.3s ease;
}
.event__image img:hover {
  transform: scale(1.05);
}
.event__image.multi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.event__image.bigOne {
  width: 70%;
  height: 70%;
  justify-content: center;
  margin: auto;
}

.error {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #195F82, #A51E1D);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error h1 {
  color: white;
  font-size: 2em;
}
.error p {
  color: white;
}
.error button {
  height: 2.4em;
  width: 12em;
  background-color: #195F82;
  color: white;
  padding: 5px;
  border: none;
}
.error button:hover {
  background-color: #1c6c93;
  color: white;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  section {
    display: flex;
    width: 100%;
  }
  .navbar {
    height: 3em;
    align-items: center;
  }
  .navbar__items--logo {
    height: 3em;
  }
  .navbar__items--logo a {
    height: 3em;
    margin-top: 35px;
    margin-left: 15px;
  }
  .navbar__items--logo a img {
    width: 80%;
    height: 80%;
  }
  #home__img {
    width: 90%;
    height: 90%;
  }
  .event__image img {
    width: 100%;
    height: 100%;
  }
  .event__image.multi {
    flex-direction: column;
  }
  .container {
    max-width: 90%;
    width: 90%;
  }
  footer {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .partners_navbar {
    display: none;
  }
  .navbar {
    height: 3em;
    align-items: center;
  }
  .navbar__items--logo {
    height: 3em;
  }
  .navbar__items--logo a {
    height: 3em;
    margin-top: 35px;
    margin-left: 15px;
  }
  .navbar__items--logo a img {
    width: 80%;
    height: 80%;
  }
  .networks {
    flex-direction: column;
  }
  .networks__cardLine {
    flex-direction: column;
  }
  .form__head {
    flex-direction: column;
  }
  .event__image img {
    width: 100%;
    height: 100%;
  }
  .event__image.multi {
    flex-direction: column;
  }
  #footer .container {
    flex-direction: column;
  }
  .container {
    max-width: 90%;
    width: 90%;
  }
  #home__img {
    width: 90%;
    height: 90%;
  }
  form {
    width: 100%;
  }
  form #email, form #msg {
    width: 100%;
  }
  .error h1 p {
    margin: 2em;
  }
}/*# sourceMappingURL=main.css.map */