.body {
  padding-top: 130px;
}

.menu-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .65);
}

.menu-upper-wrapper {
  height: 90px;
  background-color: #fff;
}

.menu-lower-wrapper {
  height: 40px;
  background-color: #f2f2f2;
}

.menu-upper-container {
  display: block;
  width: 960px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
}

.menu-lower-container {
  display: block;
  width: 960px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.banner-section {
  position: relative;
  height: 600px;
}

.banner-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #044674;
}

.banner-right-wrapper {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: 100%;
  float: right;
  background-image: url('../images/banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-txt-wrapper {
  width: 320px;
}

.banner-hero {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
}

.banner-txt {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.cta {
  display: inline-block;
  height: 55px;
  padding: 18px 30px;
  border-bottom: 0px solid rgba(0, 0, 0, .25);
  background-color: #3bafff;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cta:hover {
  padding-top: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, .25);
}

.cta:active {
  padding-top: 18px;
  border-bottom-style: none;
}

.cta.services {
  height: 40px;
  margin-top: 22px;
  margin-bottom: 0px;
  padding: 9px 20px;
}

.cta.services:hover {
  padding-top: 7px;
}

.cta.services:active {
  padding-top: 9px;
}

.cta.footer {
  height: 40px;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.cta.footer:hover {
  padding-top: 8px;
}

.cta.footer:active {
  padding-top: 10px;
}

.nav-link {
  display: inline-block;
  height: 40px;
  margin-right: 30px;
  margin-left: 0px;
  padding-top: 10px;
  box-shadow: inset 0 0 0 0 #0071c0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  box-shadow: inset 0 2px 0 0 #044674;
}

.nav-link:focus {
  box-shadow: inset 0 2px 0 0 #044674;
}

.logo-wrapper {
  width: 111px;
  height: 90px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: 111px;
  background-repeat: no-repeat;
}

.phone {
  display: inline-block;
  height: 90px;
  padding-top: 31px;
  padding-bottom: 31px;
  float: right;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 300;
}

.slogan-section {
  overflow: visible;
  width: 100%;
  height: 500px;
}

.slogan-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/gray-diagonal.svg');
  background-position: 100% -5px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slogan-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
}

.gray-diagonal {
  float: right;
}

.slogan-wrapper {
  width: 460px;
}

.slogan-hero {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #0071c0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.slogan-txt {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 300;
}

.brands-section {
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #044674;
}

.brands-container {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}

.paragraph {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph.gray {
  position: relative;
  top: -40px;
  margin-bottom: 0px;
  opacity: 0;
  color: #666;
  font-size: 21px;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.brand-column {
  position: static;
  width: 33.333%;
  float: left;
}

.brand {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-container {
  width: 960px;
}

.testimonial-upper-wrapper {
  padding-top: 120px;
  background-color: #fff;
}

.testimonial-lower-wrapper {
  padding-bottom: 80px;
  background-color: #ebebeb;
}

.testimonial-upper-container {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 170px;
  padding-left: 170px;
}

.testimonial-lower-container {
  position: relative;
  top: 40px;
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  opacity: 0;
}

.h2-testimonial {
  position: relative;
  top: -100px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
  font-family: 'Droid Serif', serif;
  color: #444;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.blue-bar {
  position: relative;
  top: -70px;
  display: block;
  width: 100px;
  height: 3px;
  margin: 35px auto;
  background-color: #0071c0;
  opacity: 0;
}

.photo-wrapper {
  position: relative;
  display: block;
  width: 155px;
  height: 155px;
  margin: 50px auto -73px;
  border: 4px solid #fff;
  border-radius: 80px;
  background-color: #ececec;
  background-image: url('../images/Happy-Lady.jpg');
  background-position: 58% 50%;
  background-size: cover;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .45);
}

.testimonial-name {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.testimonial-occupation {
  margin-top: 5px;
  font-family: proxima-nova, sans-serif;
  color: #0071c0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.phone-icon {
  position: relative;
  top: 5px;
  margin-right: 5px;
  font-family: akare, sans-serif;
  color: #044674;
  font-size: 21px;
}

.section-footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a0f14;
}

.container-footer {
  margin-top: 73px;
  margin-bottom: 82px;
  padding-right: 17px;
  padding-left: 17px;
}

.footer-txt {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #919191;
  line-height: 18px;
}

.title-footer {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-weight: 200;
}

.section-servicios {
  display: none;
  height: 700px;
  background-color: #0f0f0f;
  color: #333;
}

.wrapper-services {
  height: 500px;
}

.wrapper-persona {
  margin-top: 109px;
  margin-bottom: 0px;
}

.service-title {
  margin-bottom: 16px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}

.service-description {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}

.img-fam {
  padding-top: 0px;
}

.wrapper-serviceimg {
  height: 250px;
  background-image: url('../images/iStock_000011085198_Double_0.jpg');
  background-size: cover;
}

.wrapper-empresaimg {
  height: 250px;
  background-image: url('../images/shutterstock_46083226.jpg');
  background-position: 0px 0px;
  background-size: 400px;
}

.facebook-ico {
  margin-top: 0px;
}

.footer-container {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.footer-column {
  width: 33.333%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.services-section {
  height: 600px;
}

.service-column {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  background-color: #000;
  background-image: url('../images/personal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-column.right {
  background-image: url('../images/shutterstock_46083226.jpg');
}

.service-txt-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 75%;
  padding-bottom: 40px;
  padding-left: 40px;
}

.shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .65));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .65));
  opacity: 1;
}

.blue-diagonal {
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0px;
  height: 101%;
  float: left;
}

.footer-link {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #919191;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.lower {
  width: auto;
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  float: right;
  text-decoration: underline;
}

.facebook-icon {
  display: inline-block;
  margin-top: 14px;
  font-family: Kare, sans-serif;
  color: #beb9b9;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
}

.facebook-icon:hover {
  color: #e7e4e4;
}

.footer-bar {
  width: 50px;
  height: 2px;
  margin-bottom: 9px;
  background-color: #044674;
}

.footer-upper-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-lower-wrapper {
  height: 80px;
  background-color: #05080a;
}

.footer-lower-container {
  display: block;
  width: 960px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-note {
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  font-family: proxima-nova, sans-serif;
  color: #919191;
}

html.w-mod-js *[data-ix="main-banner-text"] {
  opacity: 0;
  -webkit-transform: translate(-80px, 0px);
  -ms-transform: translate(-80px, 0px);
  transform: translate(-80px, 0px);
}

html.w-mod-js *[data-ix="enter-left"] {
  opacity: 0;
  -webkit-transform: translate(-80px, 0px);
  -ms-transform: translate(-80px, 0px);
  transform: translate(-80px, 0px);
}

html.w-mod-js *[data-ix="enter-right"] {
  opacity: 0;
  -webkit-transform: translate(80px, 0px);
  -ms-transform: translate(80px, 0px);
  transform: translate(80px, 0px);
}

html.w-mod-js *[data-ix="banner-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="footer-column"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="footer-column-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="footer-column-3"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="main-banner"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .menu-section {
    width: 100%;
  }
  .menu-upper-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-lower-container {
    width: 100%;
  }
  .links-wrapper {
    width: auto;
  }
}

@font-face {
  font-family: 'akare';
  src: url('../fonts/bticino.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kare';
  src: url('../fonts/kare.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}