/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./sass/global.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
*,
:after,
:before {
  box-sizing: border-box;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  line-height: 1.5;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.text-primary {
  color: #FFD524;
}

.text-secondary {
  color: #7471FF;
}

.text-white {
  color: #fff;
}

h1 {
  font-size: calc(2rem + 2vw);
  font-weight: 400;
}
h1 span {
  display: block;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 5rem;
  }
}

.logo {
  width: 250px;
  margin-bottom: calc(1rem + 2vw);
  margin-top: calc(1rem + 1vw);
}
@media only screen and (min-width: 1024px) {
  .logo {
    width: 360px;
  }
}

body {
  background-image: url(../dist/images/background-paro-solutions.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
body:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(116, 113, 255, 0.9);
}
body:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(../dist/images/background-logo-over.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: calc(1rem + 1vw) 2vw;
}

main,
footer {
  margin: auto;
}

footer {
  font-weight: 100;
  font-size: calc(1rem + 1vw);
}
footer a {
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0.25rem calc(0.75rem + 0.25vw);
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}

.icon {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(1rem + 0.75vw);
  height: calc(1rem + 0.75vw);
}
.icon.lkd {
  background-image: url(../dist/images/icon-linkedin.svg);
}
