@font-face {
font-family: 'Avenir';
src: url('../fonts/Avenir_Medium.OTF') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src: url('../fonts/Avenir_Black.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

html,body {
  background-color: #f7f7f7;
  margin: 0;
  font-family: 'Avenir', sans-serif;
}

.header-title {
  font-size: 67px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-title {
  font-size: 38px;
  font-weight: bold;
}
#platform .section-title {
  font-size: 83px;
  font-weight: bold;
}
p {
  font-size: 22px;
}

.willAnimate {
  visibility: hidden;
}

main {
  overflow: hidden;
}
main .container {
  padding-left: 0;
  padding-right: 0;
}

/* Header */

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.navbar .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand {
  margin-left: 30px;
}
.navbar-toggler {
  border: none;
  margin-right: 30px;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
#header.header-noscroll .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
#header.header-scroll .navbar-toggler-icon,
#header.header-menu-open .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
#header.header-scroll .navbar,
#header.header-menu-open .navbar {
    background-color: rgb(247,247,247) !important;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.logo {
  max-width: 150px;
}
#header.header-noscroll .logo-black {
  display: none;
}
#header.header-scroll .logo-white {
  display: none;
}
#header.header-menu-open .logo-black {
  display: inline !important;
}
#header.header-menu-open .logo-white {
  display: none !important;
}

.navbar-nav {
    width: 100%;
    height: 100vh;
    text-align: right;
    font-size: 35px;
    font-weight: bold;
}
.navbar-nav .nav-link {
  padding-right: 30px;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #000 !important;
}
.nav-item-featured .nav-link,
.nav-item-featured .nav-link:hover,
.nav-item-featured .nav-link:focus {
  color: #fff !important;
  background-color: #000;
}

#footer-contact {
  margin-top: 20px;
  margin-bottom: -80px;
}

footer {
  background-color: #000;
  font-size: 22px;
  color: #fff;
  padding: 120px 0 20px 0;
}
footer a,
footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer-links {
  padding: 20px 0;
}
#footer-links ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
}
#footer-dades {
  text-align: center;
}
.footer-logos {
  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;
}
.footer-logos a {
  font-size: 52px;
}
.footer-copy {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .header-title {
    font-size: 54px;
  }
}

/* Content */

/* Home */
#home-intro {
  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: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  height: 750px;
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 90px;
}
#home-intro .container {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.intro-bg-1 {
  position: absolute;
  background-image: url(../img/intro-iphone.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 674px;
  height: 450px;
  top: -20px;
  right: -200px;
}
.intro-bg-2 {
  position: absolute;
  background-image: url(../img/intro-iphone-screen.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 2;
  width: 674px;
  height: 450px;
  top: -35px;
  right: -200px;
}
.intro-text {
  z-index: 4;
  color: #fff;
}

.block-contact {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.block-contact .contact-box {
  position: relative;
  z-index: 5;
  max-width: 700px;
  background: linear-gradient(#c9a87b, #e9d598);
  box-shadow: 0 0 15px rgba(82,82,82,0.6);
  padding: 20px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}
#home-contact.block-contact {
  margin-bottom: 100px;
}
#home-contact .contact-box {
  margin-top: -50px;
}
.contact-box .section-title {
  text-align: center;
}
.contact-box .legal-text {
  font-size: 17px;
}
.contact-box input {
  background: none;
  border: none;
  padding: 6px 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.contact-box input,
.contact-box input::placeholder {
  font-family: 'Avenir', sans-serif;
  color: #000;
}

.block-contact .btn {
  display: block;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.text-box {
  position: relative;
  width: 85%;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 15px rgba(82,82,82,0.6);
  padding: 15px;
  padding-left: 25px;
  z-index: 4;
}
.text-box.text-box-right {
  padding-left: 15px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: 0;
}
.platform-imgs {
  position: relative;
  min-height: 320px;
}
.platform-bg-1 {
  position: absolute;
  background-image: url(../img/home-collage-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 2;
  width: 210px;
  height: 160px;
  top: 10px;
  right: 20%;
  box-shadow: 0 0 25px rgba(166,166,166,0.6);
}
.platform-bg-2 {
  position: absolute;
  background-image: url(../img/home-collage-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 3;
  width: 120px;
  height: 120px;
  top: -20px;
  right: 0;
  box-shadow: 0 0 25px rgba(166,166,166,0.6);
}
.platform-bg-3 {
  position: absolute;
  background-image: url(../img/home-collage-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 160px;
  height: 120px;
  top: 40%;
  left: 0;
  box-shadow: 0 0 25px rgba(166,166,166,0.6);
}
.platform-bg-4 {
  position: absolute;
  background-image: url(../img/home-collage-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 190px;
  height: 150px;
  top: 41%;
  right: 5px;
  box-shadow: 0 0 25px rgba(166,166,166,0.6);
}
.section-button-container {
  text-align: center;
}
.section-button {
  display: inline-block;
  color: #000;
  background: linear-gradient(to right, #c9a87b, #e9d598);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  box-shadow: -4px 4px 20px rgba(145,145,145,0.6);
  padding: 10px 30px;
  border-radius: 10px;
  margin: 35px auto;
}
.section-button,
.section-button:hover,
.section-button:focus {
  color: #000;
  text-decoration: none;
}

#home-brands .text-box {
  margin-bottom: 40px;
}
.brands-phone {
  position: relative;
  height: 550px;
}
.brands-phone .phone-layer {
  position: absolute;
  z-index: 3;
  width: 65%;
  pointer-events: none;
}
.phone-content {
  position: absolute;
  /*top: 45px;*/
  top: 10%;
  z-index: 2;
  height: 430px;
  overflow-y: scroll;
}
.phone-content::-webkit-scrollbar {
  display: none;
}
.phone-content .phone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.phone-content .phone-ad {
  width: 65%;
  background-color: #f4f4f4;
  padding: 30px;
}
.phone-content .phone-logo {
  width: 35%;
}
.brands-logos {
  background-color: rgb(229, 231, 231);
  padding: 30px 10px;
  margin-left: 0;
  margin-right: 0;
}

#home-optimization {
  overflow: hidden;
}
.optimization-imgs {
  position: relative;
  right: -15px;
  z-index: 6;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -60px;
}

#home-placement {
  overflow: hidden;
}
#home-placement .text-box {
  margin-left: auto;
  margin-right: 0;
}
.placement-imgs {
  margin-top: -50px;
}
.placement-imgs img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.carousel-placement {
  background-color: rgb(229, 231, 231);
  padding: 20px 0;
}
.carousel-placement img {
  width: auto;
  height: 50px;
  padding: 0 14px;
}
.carousel-placement2 {
  background-color: rgb(229, 231, 231);
  padding: 20px 0;
}

@media (max-width: 480px) {
  .contact-box .section-title {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .platform-bg-1 {
    right: 30%;
  }
}
@media (min-width: 768px) {
  .contact-box .section-title br {
    display: none;
  }
  .intro-bg-1 {
    width: 808px;
    height: 540px;
  }
  .intro-bg-2 {
    width: 808px;
    height: 540px;
    right: -195px;
  }
  .platform-bg-1 {
    width: 252px;
    height: 192px;
    top: 10px;
    right: 30%;
  }
  .platform-bg-2 {
    width: 144px;
    height: 144px;
    top: -20px;
    right: 12%;
  }
  .platform-bg-3 {
    width: 192px;
    height: 144px;
    top: 40%;
    left: 10%;
  }
  .platform-bg-4 {
    width: 228px;
    height: 180px;
    top: 41%;
    right: 15px;
  }
  .platform-imgs {
    margin: 30px 0;
  }
  #home-brands .phone-layer {
    width: 350px;
    height: 700px;
  }
  #home-brands .brands-phone {
    width: 550px;
    height: 700px;
    margin: 10px auto;
  }
  #home-brands .phone-content {
    width: 540px;
    height: 620px;
  }
}
@media (min-width: 992px) {
  .platform-bg-1 {
    width: 315px;
    height: 240px;
    top: 10px;
    right: 35%;
  }
  .platform-bg-2 {
    width: 180px;
    height: 180px;
    top: -65px;
    right: 20%;
  }
  .platform-bg-3 {
    width: 240px;
    height: 180px;
    top: 40%;
    left: 10%;
  }
  .platform-bg-4 {
    width: 285px;
    height: 225px;
    top: 41%;
    right: 75px;
  }
  .platform-imgs {
    margin: 60px 0;
  }
}
@media (min-width: 1200px) {
  .intro-bg-1 {
    width: 1011px;
    height: 675px;
    top: 20px;
    right: -100px;
  }
  .intro-bg-2 {
    width: 1011px;
    height: 675px;
    top: 0;
    right: -85px;
  }
  .platform-bg-1 {
    top: 10px;
    right: 35%;
  }
  .platform-bg-2 {
    top: -65px;
    right: 22%;
  }
  .platform-bg-3 {
    top: 40%;
    left: 18%;
  }
  .platform-bg-4 {
    top: 41%;
    right: 125px;
  }
  .platform-imgs {
    margin: 60px 0;
  }
}
@media (min-width: 1400px) {
  .intro-bg-1 {
    right: 0;
  }
  .intro-bg-2 {
    right: 15px;
  }
}

/* The Platform */
#platform-intro {
  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: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  height: 750px;
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

.platform-intro-bg-1 {
  position: absolute;
  background-image: url(../img/platform-title-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 2;
  width: 100%;
  height: 450px;
  top: 0;
  right: 0;
}
.platform-intro-bg-2 {
  position: absolute;
  background-image: url(../img/platform-title-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 2;
  width: 100%;
  height: 450px;
  top: 0;
  right: 0;
}
.platform-intro-bg-3 {
  position: absolute;
  background-image: url(../img/platform-macbook-halfscreen.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 100%;
  height: 450px;
  top: 0;
  right: 0;
}
.platform-intro-bg-4 {
  position: absolute;
  background-image: url(../img/platform-macbook.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
}
#platform-intro .header-title {
  color: #fff;
  z-index: 4;
}
#platform-intro .intro-text {
  z-index: 4;
  text-align: justify;
  color: #fff;
  padding: 0 20px;
}

#platform .text-box {
  width: 70%;
  background-color: #fff;
  color: #000;
  z-index: 2;
  box-shadow: 0 0 55px rgba(82,82,82,0.6);
  padding: 8px;
  margin-top: 60px;
  margin-bottom: 115px;
}
#platform .text-box .section-title {
  position: absolute;
  color: #fff;
}
#platform .text-box .section-title span {
  position: absolute;
  top: -80px;
  color: #000;
}
#platform .text-box img {
  margin-bottom: 20px;
}
#platform .section-button {
  color: #fff;
  background: #000;
}

#platform-creation .section-title {
  left: 5px;
}
#platform-creation .section-title span {
  left: -95px;
}
#platform-optimization .section-title {
  right: 6px;
  font-size: 67px;
}
#platform-optimization .section-title span {
  right: -99px;
}
#platform-reporting .section-title {
  left: 2px;
}
#platform-reporting .section-title span {
  left: -101px;
}
#platform-improving .section-title {
  right: 4px;
}
#platform-improving .section-title span {
  right: -100px;
}

@media (max-width: 479px) {
  #platform .section-title {
    font-size: 56px;
  }
  #platform-optimization .section-title {
    font-size: 44px;
  }
  #platform-creation .section-title span {
    left: -66px;
  }
  #platform-optimization .section-title span {
    right: -68px;
  }
  #platform-reporting .section-title span {
    left: -69px;
  }
  #platform-improving .section-title span {
    right: -69px;
  }
}
@media (max-width: 767px) {
  .platform-intro-bg-4 {
    display: none;
  }
}
@media (min-width: 576px) {
  .platform-intro-bg-1,
  .platform-intro-bg-2,
  .platform-intro-bg-3 {
    height: 550px;
  }
}
@media (min-width: 768px) {
  #platform-intro {
    display: block;
  }
  #platform-intro .container {
    position: relative;
    height: 100%;
  }
  .platform-intro-bg-3 {
    display: none;
  }
  .platform-intro-bg-4 {
    width: 800px;
    height: 561px;
    top: 0;
    right: -44%;
  }
  #platform-intro .intro-text {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .platform-intro-bg-1,
  .platform-intro-bg-2 {
    width: 800px;
    height: 598px;
    right: 80px;
  }
  .platform-intro-bg-4 {
    top: 0;
    right: -21%;
  }
}
@media (min-width: 992px) {
  .platform-intro-bg-1,
  .platform-intro-bg-2 {
    right: 170px;
  }
  .platform-intro-bg-4 {
    top: 0;
    right: -10%;
  }
  #platform-intro .intro-text {
    position: absolute;
    bottom: 0;
  }
}
#contact {
  margin-top: 120px;
}
#contact .section-title {
  font-size: 26px;
}
#contact .legal-text {
  font-size: 18px;
}
#contact .btn {
  width: 100%;
}
#contact .col-map {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
#contact .col-map:before {
  position: absolute;
  top: -20px;
  right: 15px;
  width: 25%;
  height: 300px;
  content: " ";
  background-color: #000;
  z-index: 2;
}
#contact .col-map iframe {
  position: relative;
  z-index: 5;
  width: 90%;
}

#contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#contact .contact-info i {
  min-width: 45px;
  font-size: 36px;
  margin-right: 15px;
}
#contact .contact-info p {
  font-size: 18px;
  margin-bottom: 0;
}
#contact .contact-info a,
#contact .contact-info a:hover,
#contact .contact-info a:focus {
  color: #000;
  text-decoration: none;
}

footer.footer-contact {
  padding-top: 40px;
}

@media (max-width: 575px) {
  #contact .contact-info p {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  #contact .contact-info p {
    font-size: 22px;
  }
}

.form-group.form-segur,
.form-group.form-segur input {
  display:none !important;
  visibility:hidden !important;
}

.contacte-error {
  margin-bottom: 10px;
}
.contacte-resultat .panel-body,
.contacte-error .panel-body {
  padding: 20px;
}
.contacte-resultat .panel-body p,
.contacte-error .panel-body p  {
  margin: 0;
}
.contacte-resultat .panel-error,
.contacte-error .panel-error {
  border: 1px solid #ebccd1;
}
.contacte-resultat .panel-success {
  border: 1px solid #d6e9c6;
}