@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,600;1,200;1,600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
body {
  margin: 0;
  background-color: #e1f5ff;
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #002063;
}
body h1, body h3, body p {
  margin: 0;
  font-weight: normal;
}
body strong, body header {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}
body a, body .bi {
  color: #0878dc;
  text-decoration: none;
}
body iframe {
  aspect-ratio: 560/351;
  width: 100%;
  border-width: 0;
}
body .clear {
  clear: both;
}

#top-container {
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, rgb(166, 215, 240) 0%, rgb(166, 215, 240) 40%, rgb(95, 165, 205) 40%, rgb(95, 165, 205) 100%);
}

.central-container {
  width: 960px;
  margin: 0 auto;
}
.central-container ul {
  margin-left: 0;
  padding-left: 17px;
}
.central-container > p {
  text-align: justify;
  margin: 18px 0;
}

#main-container .central-container {
  margin-top: 36px;
}
#main-container .central-container .element-container p:first-of-type {
  margin-top: 0;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #002063;
  border-top: 1px solid #002063;
  margin: 18px 0;
}
.section-title h2 {
  font-size: 23.1px;
  font-weight: normal;
}

#name-title {
  margin: 0 auto;
  padding-top: 88px;
}
#name-title h1, #name-title h3 {
  background-color: white;
  padding: 20px;
  padding-left: 110px;
  margin-left: 90px;
}
#name-title h1 {
  text-transform: uppercase;
  font-size: 35px;
  padding-bottom: 0;
}
#name-title h3 {
  font-size: 23.1px;
  padding-top: 0;
}

#photo {
  border: 4px white solid;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  float: left;
  background-image: url("../img/photo.jpg");
  background-size: cover;
  margin-top: 35px;
}

.left-container, .right-container {
  float: left;
  text-align: justify;
}
.left-container h2, .right-container h2 {
  font-weight: normal;
  margin: 18px 0;
}
.left-container h2 span, .right-container h2 span {
  width: 170px;
  font-size: 23.1px;
  background-color: white;
  padding: 7px 12px;
  display: block;
}
.left-container h2:first-child, .right-container h2:first-child {
  margin-top: 0;
}
.left-container h3, .right-container h3 {
  font-weight: normal;
  font-size: 23.1px;
  margin: 0;
  margin-top: 18px;
}
.left-container .company, .right-container .company {
  margin: 0 0 18px 0;
}
.left-container .element-container, .right-container .element-container {
  padding-left: 18px;
  margin-bottom: 18px;
}
.left-container .element-container h4, .left-container .element-container p, .left-container .element-container ul, .right-container .element-container h4, .right-container .element-container p, .right-container .element-container ul {
  margin: 6px 0;
}

.left-container {
  width: 58%;
  margin-right: 3%;
}

.right-container {
  width: 39%;
}
.right-container header {
  margin-top: 18px;
}

.no-consent {
  color: #7e7e7e;
  border-top: 1px solid #7e7e7e;
  margin: 18px 0;
  padding: 18px 0;
  text-align: justify;
}
.no-consent p {
  margin-bottom: 18px;
}

.dates {
  font-size: 16.1px;
  font-weight: normal;
}

.small-screen {
  display: none !important;
}

.big-screen {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .left-container, .right-container {
    width: 100%;
  }
  .right-container .element-container {
    padding-left: 0;
  }
  #photo {
    display: none;
  }
  #top-container {
    height: auto;
  }
  #name-title {
    text-align: center;
    padding: 18px 0;
  }
  #name-title h1, #name-title h3 {
    margin-left: 0;
    padding-left: 0;
  }
  h2 span {
    width: auto !important;
    text-align: center;
  }
  .central-container {
    width: 100%;
    box-sizing: border-box;
  }
  #main-container {
    margin: 0 18px;
  }
  #main-container .central-container {
    margin-top: 18px !important;
  }
  .small-screen {
    display: block !important;
  }
  .big-screen {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */