body {
  padding-top: 70px;
}

html {
  scroll-behavior: smooth;
}

.navbar-default {
  background-color: transparent;
}

.navbar-default.navbar-shrink {
  background-color: black;
  opacity: 0.8;

  animation: showNavBar 2s;
}

@keyframes showNavBar {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: black;
    opacity: 0.8;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-family: "Montserrat", sans-serif;
}

.icon-bar.last-bar {
  width: 75%;
  margin-right: 0;
  float: right;
}

.headerLogo {
  width: 300px;
}

.joyfra-inspiration-block {
  font-family: "Montserrat", sans-serif;
}

li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.patent {
  font-weight: bolder;
}

.list {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
}

.list-info {
  margin: auto;
}

.list-info h3 {
  text-align: center;
}

.list-placeholder {
  width: 250px;
}

.img-container {
  text-align: center;
}

.joyfra-headerBG {
  background-color: black;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#contact {
  background-color: #f8f8f8;
}

.owl-carousel .owl-item img {
  display: inline;
}

.navbar-right {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.team-header {
  background-image: url(../images/software.jpeg);
}

.projects-header {
  background-image: url(../images/partners/strategy.jpg);
}

.team-header-logo img {
  max-width: 450px;
  width: 100%;
  padding: 0 3rem;
  margin-bottom: 1rem;
}

header .intro-text {
  text-align: left;
}

.exclusive {
  margin-bottom: 1.5rem;
}

header .container,
section .container,
footer .container {
  padding-left: 0;
}

.team header .intro-text {
  padding: 250px 0 150px 0;
}

.intro-lead-in {
  font-family: "Montserrat", sans-serif;
}

#about .icon {
  margin: 33px 0;
}

.navbar {
  height: 11%;
  border-radius: 0;
}

#about .icon.spaceship {
  margin: 27px 0;
}

#patent {
  background-image: url(../images/Cover5.jpg);
  height: 574px;
  background-size: 100%;
}

#patent > .container {
  margin-left: 5%;
  margin-top: -2%;
  color: #dc0000;
}

.partner-logo-list {
  display: flex;
}

#patent .intro-text {
  color: white;
}

#patent .intro-lead-in {
  font-size: 26px;
}

.catalogo {
  color: blue;
  font-weight: bold;
}

.icon-center-div {
  text-align: center;
}

.icon {
  max-width: 50px;
}

.contactanos {
  padding-top: 10rem;
  font-family: "Montserrat", sans-serif;
}

#patent .intro-lead-in.google-form {
  width: 25%;
}

.patent {
  width: 100% !important;
  padding-top: 2rem;
}

a.contactanos {
  font-size: 34px;
  color: white;
  text-decoration: underline;
}

.footer-text {
  color: white;
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}

footer {
  padding-top: 50px;
  padding-bottom: 60px;
}

footer p a {
  color: #b7b7b7;
}

.footer-text p {
  color: white;
  text-transform: none;
}

.footer-text .info .info-data,
.footer-text div .info-data {
  margin-top: 1rem;
}

.info-data div a {
  color: white;
}

.info-data {
  font-size: 16px;
}

.footer-text .info-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.footer-text a.google-form {
  font-size: 34px;
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.footer-text .intro-lead-in {
  font-size: 26px;
}

.joyfra-footerLogo {
  width: 137px;
}

#back-top a {
  background-color: black;
}

.policy p a {
  font-family: "Montserrat", sans-serif !important;
}

.footer-policy {
  display: flex;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 8rem;
}

.footer-policy p {
  padding-top: 3rem;
}

.footer-logo {
  width: 70%;
  padding-left: 0;
}

.joyfra-rights {
  text-align: right;
  padding-right: 22px;
  font-family: "Montserrat", sans-serif;
}

.joyfra-rights-container {
  width: 65%;
}

.info {
  padding-right: 3rem;
  text-align: right;
}

.google-maps {
  width: 500px;
  height: 300px;
}

@media (max-width: 599px) {
  header .intro-text {
    padding-top: 70px;
  }
  .collapsing,
  .collapse.in {
    background-color: black;
  }

  header {
    background-image: url(../images/joyfra/hero_1.jpg);
    background-position: center;
    height: 350px;
    background-size: 1400px;
    background-position-x: 798px;
    background-position-y: 716px;
  }

  header .container,
  section .container,
  footer .container {
    padding-left: 25px;
  }

  .patent {
    padding-top: 4.5rem;
  }

  .navbar-right {
    text-align: center;
    flex-direction: column;
    width: auto;
  }

  .partner-logo-list {
    flex-direction: column;
  }

  .google-maps {
    width: 325px;
    height: 300px;
  }

  #patent > .container {
    margin-left: 0%;
    margin-top: -2%;
    color: #dc0000;
  }

  .owl-controls {
    display: none;
  }
  .partner-logo {
    height: 160px;
  }

  .section-title p {
    margin: 20px 0 60px 0;
  }

  .joyfra-inspiration-text {
    text-align: left;
  }

  .mz-module-about p,
  .section-title .section-subtitle,
  .section-title .section-lead-in,
  .intro-text .intro-lead-in {
    width: 100%;
  }

  .section-title .section-lead-in {
    font-size: 26px;
  }

  .section-title .section-subtitle,
  #patent .intro-lead-in {
    font-size: 18px;
  }

  #patent .intro-lead-in {
    width: 55%;
  }

  #patent a.google-form {
    font-size: 22px;
  }

  .intro-text .intro-lead-in {
    font-size: 26px;
  }

  .intro-lead-in {
    line-height: 35px;
  }

  #patent .intro-lead-in.google-form {
    width: 60%;
    padding-top: 5rem;
  }

  #patent {
    background-image: url(../images/sliders/paneltak/15.jpg);
    height: 280px;
    background-size: 100%;
  }

  .footer-text,
  .footer-policy {
    display: inline;
  }

  .info {
    padding-top: 10rem;
    text-align: center;
  }

  #back-top {
    bottom: 70px;
    right: 20px;
  }

  footer {
    padding-top: 70px;
  }

  .footer-logo {
    padding-top: 5rem;
    padding-bottom: 1rem;
    width: 100%;
    text-align: center;
  }

  .joyfra-footerLogo {
    width: 80px;
  }

  .policy {
    width: 40%;
    text-align: left;
    margin-left: 0;
  }

  .footer-policy p {
    padding-top: 2rem;
  }

  .footer-text .intro-lead-in {
    font-size: 18px;
  }

  .footer-text a.google-form {
    font-size: 26px;
  }

  .footer-text .info-title {
    font-size: 18px;
  }

  .joyfra-rights-container {
    width: 100%;
  }

  .joyfra-rights {
    text-align: center;
  }
}

#NextGenerationEU {
  text-align: center;
  margin: 0 10% 0 10%;
  background: black;
}
