@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
}

.navbar {
  width:100%;
  position: fixed;
  top: 10px;
}

.navbar-limit {
  max-width: 1920px;
  height: 60px;
  margin: 0 auto;
}

.navbar-margin {
  margin-left: 50px;
  margin-right: 50px;
  height: 49px;
  border-bottom: 1px solid #e5e5e5;
}

.section {
  width: 100%;
}

.section-limit {
  max-width: 1920px;
  margin: 0 auto;
}

.section-margin {
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden;
  position: relative;
}



#section-1 {
  border-radius: 20px;
  background-color: #f4f4f4;
  height: 700px;
  margin-top: 70px;
}

.section-1-img {
  width: 100%;
  position: absolute;
  bottom: -100px;
  z-index: 1;
}

.section-1-content {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

#p-title-1 {
  font-size: 45px;
  text-align: center;
}

#p-paragraph-1 {
  font-size: 18px;
  text-align: center;
}

#button-contact {
  margin: 0 auto;
  background-color: #0056b3;
  width: fit-content;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  border-radius: 15px;
  transition: .3s ease-in-out;
}

#button-contact:hover {
  background-color: #004494;
}

.button-contact-p {
  margin: 0;
  color: white;
}
