@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?wthmye");
  src: url("../fonts/icomoon.eot?wthmye#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?wthmye") format("truetype"),
    url("../fonts/icomoon.woff?wthmye") format("woff"),
    url("../fonts/icomoon.svg?wthmye#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e904";
}

body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}
.header {
  background-color: #0c1825;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  flex-wrap: wrap;
}
.header menu {
  height: inherit;
}
.header ul {
  height: inherit;
  display: flex;
}
.header ul li {
  height: inherit;
  list-style: none;
  padding: 0px 10px;
  font-size: 16px;
}
.header ul li a:hover {
  text-decoration: underline;
}
.header a {
  height: inherit;
  color: white;
  text-decoration: none;
  margin: 0px;
  display: flex;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}
h2 {
  color: #026fff;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 25px;
}
.container {
  max-width: 1000px;
  flex: 1;
  margin: 0 auto;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  height: inherit;
  flex-wrap: inherit;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0c1825;
  color: white;
}
.hero img {
  object-fit: cover;
}
h1 {
  font-family: "Source Sans Pro", sans-serif;
  /* font-family: 'Baloo Bhaina 2', cursive; */
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 150%;
}
h1 strong {
  color: #026fff;
}
.portafolio {
  background-color: #fafafa;
  padding: 20px;
}
.certification {
  border: 1px solid grey;
  border-radius: 10px;
  display: flex;
  padding: 25px;
  margin-bottom: 15px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.certification_details-title {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}
.certification_details-platform,
.certification_details-date,
.certification_details-url {
  margin: 10px 0px;
}
.certification_details {
  width: 50%;
}
.certification_imageContainer {
  width: auto;
  margin-right: 0px;
}
.certification_details-description {
  font-size: 20px;
}
.certification_imageContainer img {
  max-width: 100%;
}
.event_list_title {
  margin-left: 1em;
  margin-top: 0;
}
.event_list {
  display: flex;
  flex-wrap: wrap;
}
.event {
  margin: 1%;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #f4fbff;
}
.event_imageContainer {
  width: 100%;
}
figure {
  margin: 0px;
}
.event img {
  width: 480px;
  height: 250px;
  object-fit: cover;
}
.event_detail {
  margin: 20px 40px;
  margin-top: -50px;
  background-color: white;
  position: relative;
  text-align: center;
  padding: 20px;
}
.event_title {
  letter-spacing: 1.5px;
}
.event_description {
  text-align: left;
  margin-bottom: 24px;
}
.event_url {
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 5px;
  color: #026fff;
  text-decoration: none;
}

.footer {
  background-color: #1d252c;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer img {
  vertical-align: middle;
}
.footer a {
  color: white;
}
.contact h3 {
  font-size: 1.5em;
}
.burger_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  display: none;
  line-height: 40px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.contact {
  background: #f4fbff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em 0em;
  text-align: center;
}
.social_link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  margin: 0px 10px;
}
.social_link.twitter {
  background-image: url("../SVG/twitter.svg");
}
.social_link.facebook {
  background-image: url("../SVG/facebook.svg");
}
.social_link.github {
  background-image: url("../SVG/github.svg");
}
.social_link.instagram {
  background-image: url("../SVG/instagram.svg");
}
.social_link.linkedin {
  background-image: url("../SVG/linkedin.svg");
}

/* -------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .hero {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 2em;
  }
  .hero img {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  h1 {
    font-size: 2em;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 23px;
    margin-bottom: 21px;
  }
  .header {
    display: block;
    height: auto;
  }
  .logo {
    text-align: center;
    height: 57px;
    padding: 0.5em;
  }
  .header ul {
    display: block;
    padding: 0px;
    margin: 0 auto;
  }
  .header li {
    margin-bottom: 35px;
  }
  .header a {
    justify-content: center;
    padding: 6px;
    text-decoration: underline;
  }
  .header .logo {
    margin: auto;
    text-align: center;
  }
  .menu {
    position: fixed;
    background-color: rgba(104, 153, 223, 0.9);
    z-index: 4;
    top: 0;
    left: -100vw;
    width: 100vw;
    /* height: 100vh; */
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .menu.is-active {
    left: 0;
  }
  .certification {
    display: block;
    padding-bottom: 15px;
  }
  .certification_imageContainer {
    width: auto;
    text-align: center;
    margin-left: 0px;
  }
  .certification_details {
    width: auto;
  }
  .certification_imageContainer {
    width: auto;
  }
  .certification_details-platform,
  .certification_details-date,
  .certification_details-url {
    margin: 0.3em 0px;
  }
  .certification_details-title {
    font-size: 1.5em;
    margin-bottom: 0.3em;
  }
  .certification_details-url {
    font-size: 1em;
  }
  .certification_details-platform {
    font-size: 0.7em;
  }
  .certification_details-description {
    font-size: 0.8em;
  }
  .event_list {
    display: block;
    margin: 0em 1em;
  }
  .event {
    width: auto;
    flex-shrink: initial;
  }
  .event img {
    width: 100%;
  }
  .event_detail {
    /* margin: -40px 10px 10px 10px; */
    /* 1em = 16px */
    margin: -2em 0.5em 0.5em;
    padding: 1em;
  }
  .burger_button {
    display: block;
  }
  .contact {
    display: block;
    height: auto;
    padding: 1.5em 0em;
    text-align: center;
  }
  .contact h3 {
    margin-top: 0;
  }
  .footer {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .certification_details {
    font-size: 17px;
  }
  h1 {
    font-size: 1.5em;
  }
  .logo img {
    width: 225px;
  }
}
@media screen and (max-width: 320px) {
  .certification_details {
    font-size: 12px;
  }
}
