@font-face {
  font-family: 'OpenSansLight';
  src: url("../font/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("../font/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'OpenSansSemiBold';
  src: url("../font/OpenSans-SemiBold.ttf") format("truetype");
}

body {
  font-family: 'OpenSansLight';
}

.mappa-responsive {
  position: relative;
  padding-bottom: 73.9%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.mappa-responsive > .mappa-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h2 {
  font-family: OpenSansSemiBold;
  font-size: 1.2rem;
  margin-top: 24px;
  margin-bottom: 24px;
}

.navbar-cv {
  text-transform: uppercase;
  background-color: #7B1942;
}

.image-frame-cv {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}

.image-frame-cv > .bg-cv {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

.image-frame-cv > .title-cv {
  z-index: 2;
  text-align: center;
}

.image-frame-cv > .title-cv > p {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.main-body-cv {
  margin-top: 48px;
}

.main-body-cv h1 {
  font-family: OpenSansSemiBold;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 24px;
}

.card-box-cv {
  margin-bottom: 24px;
  border-bottom-width: 4px;
}

.card-box-cv > .title-cv {
  padding: 16px;
  font-size: 1.2rem;
  text-align: center;
}

.card-box-cv > .body-cv {
  padding: 32px;
  font-family: 'OpenSansLight';
}

.card-box-cv > .card-footer-cv {
  background-color: #FFF;
}

.card-box-cv > .card-footer-cv > .link-cv {
  text-align: center;
}

.card-box-cv > .card-footer-cv > .link-cv a {
  font-weight: bold;
}

.spec-cv > .title-cv {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-top: 16px;
  padding-top: 8px;
  text-align: center;
  border-top: 1px #EFEFEF solid;
}

.spec-cv > .body-cv {
  font-family: 'OpenSansLight';
}

.btn-change-cv {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.btn-change-cv .col {
  border-top: 1px #CCC solid;
  padding-top: 48px;
}

.company-color-cv {
  font-family: OpenSansSemiBold;
}

.cta-company-cv > .title-cv {
  color: #A01EC7;
  text-align: center;
  font-size: 1.4rem;
}

.cta-company-cv > .body-descr-cv {
  font-size: 1.2rem;
}

.btn-cta-color {
  background-color: #A01EC7;
  color: #FFF;
  font-family: 'OpenSansSemiBold';
  text-transform: uppercase;
}

.footer-cv {
  background-color: #C7286A;
  width: 100%;
  height: 154px;
  margin-top: 48px;
  padding-top: 32px;
  color: #FFF;
}

.footer-cv > .under-footer-cv {
  margin-top: 120px;
  background-color: #7B1942;
  padding: 12px;
}

.footer-cv > .under-footer-cv a {
  color: #FFF;
}

@media (min-width: 768px) {
  .image-frame-cv {
    height: 400px;
  }
  .image-frame-cv > .title-cv {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .spec-cv > .title-cv {
    margin-top: 24px;
    text-align: left;
    border-top: 0;
  }
  .card-box-sdv {
    min-height: 350px;
  }
}
/*# sourceMappingURL=main.css.map */