/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* PROJECT SETTINGS */
:root {
  --blue: #5AA4BE;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5AA4BE;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #4D575E;
  --dark: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Proxima", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }


figcaption,
footer,
header,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: "Proxima", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D575E;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }


ul {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

dfn {
  font-style: italic; }


strong {
  font-weight: bolder; }

a {
  color: #5AA4BE;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #3a7b92;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  color: #4D575E;
  white-space: normal;
  font-weight: bold; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

[hidden] {
  display: none !important; }

h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.8125rem;
  font-weight: bold; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 1.96875rem; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 0px;
      padding-left: 0px; } }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

 .col-6, .col-12, .col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  color: #4A4A4A;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #C9CCCE;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #4A4A4A;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.form-group {
  margin-bottom: 40px; }

.btn {
  height: 35px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-radius: 0;
  letter-spacing: 0.3px;
  font-weight: bold;
  padding: 4px 24px; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(90, 164, 190, 0.25); }
   .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active {
    background-image: none; }

.btn-primary {
  color: #fff;
  background-color: #5AA4BE;
  border-color: #5AA4BE; }
  .btn-primary:hover {
    color: #fff;
    background-color: #4492ad;
    border-color: #418aa4; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 164, 190, 0.5); }
   .btn-primary:disabled {
    color: #fff;
    background-color: #5AA4BE;
    border-color: #5AA4BE; }
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #418aa4;
    border-color: #3d839b; }
    .btn-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 0 0 0.2rem rgba(90, 164, 190, 0.5); }

.btn-primary {
  background: #5AA4BE; }
  .btn-primary:hover {
    background: #4C8BA1; }
    .btn-primary:hover::after {
      border-color: transparent transparent transparent #4C8BA1; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  background: #292C39; }
  .navbar > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

@keyframes progress-bar-stripes {
  from {
    background-position: 2px 0; }
  to {
    background-position: 0 0; } }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; } }

/* @font-face {
    font-family: "Proxima";
    font-weight: 400;
    src: url("fonts/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix");
    src: url("fonts/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix") format("eot"), url("fonts/1132144/d9fe41ee-4904-4a11-ba11-b61cd3be767f.woff2") format("woff2"), url("fonts/1132144/2fa30669-9bbd-4ced-912f-db94a367ed6c.woff") format("woff"), url("fonts/1132144/c12b3ebb-3771-483f-a84a-ac63d615c28e.ttf") format("truetype");
} */

.viewport {
  overflow: hidden;
  width: 100%; }

.content-main {
  background: #fff; }

.box--resume .list.v2 {
  padding-left: 8px; }
  .box--resume .list.v2 .list__item {
    position: relative;
    padding-left: 16px; }
    .box--resume .list.v2 .list__item:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      height: 4px;
      width: 4px;
      border-radius: 50%;
      background: #1B77BF; }

.box--resume .list__item:not(:last-child) {
  margin-bottom: 16px; }

.box--resume__email {
  text-align: center; }
  .box--resume__email a {
    color: white; }

.box--resume__header {
  padding-top: 64px; }
  .box--resume__header.v2 {
    height: 300px;
    background: url("/img/wave.svg") no-repeat;
    background-size: 100% 100%;
    position: relative; }

.box--resume__item {
  justify-content: left;
  align-content: flex-start;
  align-self: flex-start; }
  .box--resume__item:not(:first-child) {
    justify-content: center;
    align-content: center;
    align-self: center; }

.box--resume__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: white;
  font-weight: bolder; }

.box--resume__subtitle {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-top: 32px;
  color: white; }
  .box--resume__subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 7%;
    height: 2px;
    background: #5AA4BE; }

.box--resume__image {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 24px; }
  .box--resume__image.v2 {
    width: 140px;
    height: 140px;
    border: 3px solid #fff; }

.list {
  padding: 0;
  list-style-type: none; }

