@import url("https://necolas.github.io/normalize.css/8.0.1/normalize.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Alata", sans-serif;
  font-size: 15px;
}
body .container {
  width: 1460px;
}
@media screen and (min-width: 1000px) {
  body .container {
    width: 100%;
  }
}

#img_header_desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  #img_header_desktop {
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
}

#img_header_mobile {
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  #img_header_mobile {
    display: none;
  }
}

nav {
  display: none;
  position: fixed;
  z-index: 20;
  inset: 0;
  background: hsl(0, 0%, 0%);
  width: 100vw;
  height: 100vh;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  nav {
    height: 60px;
  }
}
nav.active {
  display: block;
}
nav .fa-times {
  display: block;
  color: white;
  font-size: 24px;
  margin: 20px;
}
@media screen and (min-width: 1000px) {
  nav .fa-times {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  nav {
    position: relative;
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
nav ul li {
  margin-right: 20px;
  width: 70%;
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
  color: hsl(0, 0%, 41%);
}
nav ul li:hover, nav ul li:focus {
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  nav ul li {
    color: hsl(0, 0%, 100%);
    text-transform: none;
  }
}

#main_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 70px auto;
  padding-top: 70px;
}
#main_card #img_interactive_desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  #main_card #img_interactive_desktop {
    display: block;
    width: 50%;
    padding-top: 120px;
  }
}
#main_card #img_interactive_mobile {
  display: block;
}
@media screen and (min-width: 1000px) {
  #main_card #img_interactive_mobile {
    display: none;
  }
}
#main_card #card_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #main_card #card_text {
    position: absolute;
    right: 11%;
    top: 60%;
    background-color: hsl(0, 0%, 100%);
    width: 50%;
    padding: 20px;
  }
}
#main_card #card_text h2 {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: hsl(0, 0%, 0%);
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
}
#main_card #card_text p {
  text-align: center;
  color: hsl(0, 0%, 41%);
  line-height: 35px;
}

#others_cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 1000px) {
  #others_cards {
    margin-top: 140px;
  }
}
#others_cards #title_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #others_cards #title_button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#others_cards #title_button h2 {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  color: hsl(0, 0%, 0%);
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  #others_cards #title_button h2 {
    margin-left: 0;
  }
}
#others_cards .card_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #others_cards .card_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#others_cards .card_row .card_presentation {
  position: relative;
  margin: 20px 0;
}
#others_cards .card_row .card_presentation:hover, #others_cards .card_row .card_presentation:focus {
  cursor: pointer;
  background-color: hsl(0, 0%, 100%);
  opacity: 0.2;
}
@media screen and (min-width: 1000px) {
  #others_cards .card_row .card_presentation {
    width: 20%;
    height: 100vh;
    margin: 20px 10px;
  }
}
#others_cards .card_row .card_presentation .img_card_desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  #others_cards .card_row .card_presentation .img_card_desktop {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
  }
}
#others_cards .card_row .card_presentation .img_card_mobile {
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  #others_cards .card_row .card_presentation .img_card_mobile {
    display: none;
  }
}
#others_cards .card_row .card_presentation h3 {
  font-family: "Josefin Sans", sans-serif;
  color: hsl(0, 0%, 100%);
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  width: 65%;
  padding-left: 20px;
  padding-top: 20px;
}
#others_cards .card_row .card_presentation h3:hover, #others_cards .card_row .card_presentation h3:focus {
  color: hsl(0, 0%, 0%);
}
@media screen and (min-width: 1000px) {
  #others_cards .card_row .card_presentation h3 {
    padding-top: 95%;
    width: 77%;
    font-size: 30px;
  }
}

#btn_see {
  background-color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  border: 1px solid hsl(0, 0%, 0%);
  padding: 10px;
  width: 50%;
  margin: 30px auto 60px;
  letter-spacing: 5px;
}
#btn_see:hover, #btn_see:focus {
  cursor: pointer;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
}
@media screen and (min-width: 1000px) {
  #btn_see {
    width: 12%;
    margin-right: 0;
  }
}

#social_networks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
#social_networks .social_icon {
  margin-right: 20px;
}
#social_networks .social_icon .underbarre {
  border-bottom: 2px solid hsl(0, 0%, 0%);
  margin: auto;
}
#social_networks .social_icon .underbarre:hover, #social_networks .social_icon .underbarre:focus {
  cursor: pointer;
  border-bottom: 2px solid hsl(0, 0%, 100%);
}
#social_networks .social_icon .underbarre .icon {
  width: 70%;
  height: 30px;
  margin: 10px;
}

#copyright {
  color: hsl(0, 0%, 41%);
  margin: 20px auto;
}

header {
  position: relative;
  color: hsl(0, 0%, 100%);
  margin-bottom: 75%;
}
@media screen and (min-width: 1000px) {
  header {
    margin-bottom: 20%;
  }
}
header #header_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header #header_nav {
    padding: 40px;
  }
}
header #header_nav #logo_header {
  width: 60px;
  height: 30px;
  margin-left: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  header #header_nav #logo_header {
    width: 200px;
    height: 50px;
  }
}
header #header_nav #menu_hamburger {
  position: relative;
  z-index: 30;
  display: block !important;
  width: 20px;
  height: 25px;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  header #header_nav #menu_hamburger {
    display: none;
  }
}
header h1 {
  color: hsl(0, 0%, 100%);
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
  border: 1px solid hsl(0, 0%, 100%);
  margin: 40px 20px 20px 20px;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 40%;
    margin-left: 10%;
  }
}

footer {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 60px;
  }
}
footer #footer_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer #footer_contact #footer_logo {
  padding: 30px 0;
  width: 150px;
}
footer #footer_contact ul {
  list-style: none;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}
footer #footer_contact ul:hover, footer #footer_contact ul:focus {
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  footer #footer_contact ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 200%;
  }
}
footer #footer_contact ul li {
  width: 50px;
  font-size: 20px;
}
footer #footer_contact ul li .underbarre {
  border-bottom: 2px solid hsl(0, 0%, 0%);
  margin: auto;
  display: flex;
  justify-content: center;
  width: 30px;
}
footer #footer_contact ul li .underbarre:hover, footer #footer_contact ul li .underbarre:focus {
  cursor: pointer;
  border-bottom: 2px solid hsl(0, 0%, 100%);
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

/*# sourceMappingURL=style.css.map */
