html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: "Grand Halva";
  src: local("Grand Halva"), local("FontName"),
    url("../fonts/GrandHalva.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

.logo-cardenal-section {
  margin-top: 100px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
.logo-cardenal-wrapper {
  display: flex;
  justify-content: center;
}
.logo-cardenal-wrapper img {
  max-width: 80%;
  width: 300px;
}

.big-image-section {
  background-color: #ffffff;
}
.big-image-wrapper {
  display: flex;
  justify-content: center;
}
.big-image-wrapper img {
  height: 100%;
  width: 100%;
}

.text-section {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
.text-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.text-wrapper div {
  width: 80%;
}
.text-wrapper p {
  font-family: "Grand Halva", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  margin: 0;
  text-align: center;
  color: #606564;
}

.render-images-section {
  background-color: #ffffff;
}
.render-images-wrapper {
  display: flex;
  justify-content: center;
}
.render-images-image {
  width: 100%;
  max-width: 450px;
  margin-left: 20px;
  margin-right: 20px;
}
.render-images-image:first-child {
  margin-left: 40px;
  margin-right: 0;
}
.render-images-image:last-child {
  margin-left: 0;
  margin-right: 40px;
}

.contact-form-section {
  margin: 50px;
  background-color: #ffffff;
}
.contact-form-section h2 {
  font-family: "Grand Halva", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #606564;
}
.contact-form-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact-form-wrapper form {
  width: 80%;
}
.contact-form-control {
  font-family: "Grand Halva", sans-serif;
  color: #606564;
  font-weight: 800;
  background-color: #ffffff;
  border: 2px solid #d1c4af;
  border-radius: 0;
}
.contact-form-control#message-contact-form {
  height: 200px;
}
.contact-form-button {
  font-family: "Grand Halva", sans-serif;
  background-color: #992429;
  border-color: #992429;
  color: #ffffff;
}

.big-image2-section {
  background-color: #ffffff;
}
.big-image2-wrapper {
  display: flex;
  justify-content: center;
}
.big-image2-wrapper img {
  height: 100%;
  width: 100%;
}

.float-button {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 20px;
  right: 25px;
  z-index: 99;
}

@media (max-width: 850px) {
  .render-images-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .render-images-image {
    width: auto;
    height: 350px;
    margin: 0;
  }
  .render-images-image:first-child {
    margin: 0;
    margin-bottom: 40px;
  }
  .render-images-image:last-child {
    margin: 0;
    margin-top: 40px;
  }

  .text-wrapper p {
    font-size: 16px;
  }

  .float-button {
    width: 60px;
    height: 60px;
  }

  .contact-form-button-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 685px) {
  .text-wrapper p {
    font-size: 14px;
  }

  .whatsapp-wrapper a {
    max-width: 250px;
  }
}

@media (max-width: 500px) {
  .render-images-image {
    height: 300px;
  }

  .text-wrapper div {
    width: 100%;
  }

  .contact-form-wrapper form {
    width: 100%;
  }
}
