/* Irene Nardi SASS writer */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}

body {
  color: #676767;
  font-size: 14px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', sans-serif;
  color: #152239;
}

.btn-gray {
  padding: 15px 5px;
}

.btn-gray a {
  font-size: 14px;
  font-weight: 800;
  color: #152239;
  text-decoration: none;
  background-color: #F1F1F1;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-table;
}

.btn-gray a i {
  font-size: 18px;
}

.btn-gray a i {
  padding-right: 10px;
}

.btn-gray a:hover {
  color: white;
  background: linear-gradient(142deg, #2f5ea8 0%, #3fa6da 50%, #86cbc8 100%);
}

.aks-cta {
  margin-top: 30px;
}

.aks-cta a {
  padding: 15px 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(142deg, #2f5ea8 0%, #3fa6da 50%, #86cbc8 100%);
  color: #ffffff;
  display: inline-table;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  letter-spacing: 0.2em;
}

/* ---------------------------------------------------
    HIDE SCROLLBAR
----------------------------------------------------- */
.nascondi-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nascondi-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media screen and (min-width: 992px) {
  .aks-cta a:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

/*
-------------------------------------------------------------------------------------------- HOME SECTION */
.vcard-bg {
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  background-image: url("sfondo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 10px 20px;
}

.vcard {
  position: relative;
  width: 95vw;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 15px;
}

h1 {
  font-size: 21px;
}

.wrapper .img-wrap {
  display: none;
}

.img-wrap img,
.img-wrap-mobile img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.img-wrap-mobile {
  padding-right: 10px;
}

.data-wrap .title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.data-wrap .title-bar .img-wrap-mobile {
  display: block;
}

.data-wrap .job-title {
  font-size: 16px;
  line-height: 16px;
}

.social-links ul,
.social-links-mobile ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.social-links ul li,
.social-links-mobile ul li {
  padding: 0 10px;
}

.social-links ul li a,
.social-links-mobile ul li a {
  color: #676767;
  text-decoration: none;
}

.social-links {
  display: none;
}

.social-links-mobile {
  display: block;
  padding-top: 10px;
}

.text-description {
  padding-bottom: 20px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
  .vcard {
    width: 85vw;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.67);
  }
  .social-links {
    right: 50px;
    top: 30px;
  }
  .wrapper .img-wrap {
    padding-right: 20px;
  }
  .data-wrap .title {
    padding: 15px 0 30px;
  }
}

/* media xs */
@media screen and (min-width: 768px) {
  .vcard-bg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .vcard {
    width: 80vw;
    min-height: 500px;
    border-radius: 60px;
  }
  h1 {
    font-size: 28px;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .img-wrap {
    display: block;
  }
  .data-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 120px);
  }
  .data-wrap .job-title {
    font-size: 18px;
    line-height: 18px;
  }
  .data-wrap .title-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .data-wrap .title-bar .img-wrap-mobile {
    display: none;
  }
  .social-links ul li a:hover,
  .social-links-mobile ul li a:hover {
    color: #152239;
  }
  .social-links {
    display: block;
  }
  .social-links-mobile {
    display: none;
  }
  .text-description {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=akstyle.css.map */