*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: #efefef;
}

p {
  margin: 0;
}

.text-bold-26 {
  font: normal normal bold 26px/34px Space Grotesk;
}

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

.text-18 {
  font-size: 18px;
  line-height: 24px;
}

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

.text-red {
  color: #ff0000;
}

.text-title {
  font: normal normal bold 27px/35px Lora;
  color: #570c4e;
}

.text-green {
  color: #07aa58;
}

.link {
  color: #0000ff;
  text-decoration: underline;
  font: normal normal bold 27px/38px Calmetta;
  margin-bottom: 4rem;
}

.mt40 {
  margin-top: 40px;
}

.text-line-thru {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.text-blue {
  color: #00a1c6;
  font: normal normal bold 44px/54px Space Grotesk;
}

.text-bold {
  font-weight: bold;
}

.top-5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.body-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}

.content {
  background-color: #ffffff;
  padding: 20px 20px;
}
@media (max-width: 900px) {
  .content {
    justify-content: center;
  }
}

.header-background {
  background-image: url(../img/URY_-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 900px) {
  .header-background {
    display: flex;
    justify-content: center;
  }
}
.header-background-box {
  display: flex;
  color: white;
  gap: 20px;
  padding: 35px 10px;
}
.header-background-box-text {
  font-family: "Katibeh", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 35px;
}

.header-line {
  background-color: #570c4e;
  color: white;
  font: normal normal normal 20px/25px Lora;
}

.header-nav {
  display: flex;
  gap: 105px;
  justify-content: center;
  padding: 12px 10px;
}
@media (max-width: 500px) {
  .header-nav {
    display: none;
  }
}
@media (max-width: 900px) {
  .header-nav {
    gap: 1rem;
  }
}
.header-nav a {
  color: white;
  text-decoration: none;
}

.content {
  display: flex;
  gap: 40px;
}

.main {
  max-width: 683px;
}

.main-title {
  font: normal normal normal 40px/45px Lora;
}
.main-title span {
  font-weight: bold;
}
@media (max-width: 500px) {
  .main-title {
    font-size: 28px;
    line-height: 32px;
  }
}

.main-image {
  position: relative;
  text-align: center;
}

.main-img {
  position: relative;
  max-width: 97%;
}

.main-image-frame {
  position: absolute;
  left: 0;
  top: -10px;
}
@media (max-width: 500px) {
  .main-image-frame {
    top: -5px;
  }
}

.under-image {
  margin-top: 2rem;
  text-align: center;
  color: #570c4e;
}

.note {
  background-image: url(../img/papier.png);
  border-radius: 10px;
  padding: 0 25px;
  padding-top: 36px;
  padding-bottom: 20px;
  position: relative;
  font-family: "lora";
  line-height: 24px;
  letter-spacing: 0.24px;
}
.note-quote {
  position: absolute;
  right: 2.5rem;
  top: -2rem;
}

.house-box {
  position: relative;
  text-align: center;
}

.house-img1 {
  position: relative;
  max-width: 97%;
}

.house-frame {
  position: absolute;
  left: 0;
  top: -10px;
}
@media (max-width: 500px) {
  .house-frame {
    top: -5px;
  }
}

.testimonial {
  display: flex;
  gap: 2rem;
}
@media (max-width: 500px) {
  .testimonial-img-desktop {
    display: none;
  }
}
.testimonial-img-mobile {
  display: none;
}
@media (max-width: 500px) {
  .testimonial-img-mobile {
    display: block;
  }
}
.testimonial-line {
  margin: 20px 0;
}
.testimonial-left {
  position: relative;
}
.testimonial-left-text {
  position: relative;
  text-align: center;
  background-color: #570c4e;
  color: white;
  padding: 10px 0;
}
.testimonial-left img {
  max-width: 155px;
  max-height: 265px;
}
.testimonial-right p:nth-of-type(2) {
  font: normal normal normal 16px/24px Fira Sans;
}
.testimonial-right-title {
  color: #33704f;
  font: normal normal bold 20px/25px Lora;
}

.profesor {
  display: flex;
  gap: 35px;
  align-items: center;
  font-weight: bold;
}
.profesor p:first-of-type {
  font-size: 25px;
  font-family: "Lora";
}
.profesor img {
  max-width: 120px;
}

.check-container {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-left: 2rem;
}

.check {
  display: flex;
  gap: 26px;
}

.comment-line {
  width: 100%;
  background-color: #707070;
  height: 1px;
}

.comment {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 2px solid #dedede;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.comment-name {
  font-weight: bold;
}
.comment-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aside {
  display: block;
}
@media (max-width: 900px) {
  .aside {
    display: none;
  }
}
.aside a {
  color: #000000;
  text-decoration: none;
}
.aside-container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.aside-container img {
  max-width: 68px;
}

.summary {
  background-color: #fff;
  text-align: center;
}
.summary-title {
  color: #33704f;
  font: normal normal bold 54px/69px Lora;
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .summary-title {
    font-size: 40px;
  }
}
.summary-line {
  background-color: #33704f;
  height: 1px;
  width: 145px;
  margin: 0 auto;
}
.summary-content {
  text-align: left;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 190px;
}
@media (max-width: 1100px) {
  .summary-content {
    padding-right: 0px;
  }
}
@media (max-width: 700px) {
  .summary-content {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.summary-content img {
  max-width: 430px;
  margin-left: 10rem;
}
@media (max-width: 1100px) {
  .summary-content img {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .summary-content img {
    max-width: 100%;
  }
}
.summary-above-button {
  text-align: center;
  font: normal normal bold 25px/32px Lora;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .summary-above-button {
    font-size: 20px;
  }
}
.summary-phone, .summary-phone-hidden {
  cursor: pointer;
  margin: 0 auto;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  background-color: #f2db66;
  color: #4b9222;
  padding: 20px 40px;
  max-width: 666px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-right: 4px solid #dbc65c;
  border-bottom: 4px solid #dbc65c;
  border-top: 4px solid #efefef;
  border-left: 4px solid #efefef;
  margin-bottom: 4.5rem;
}
@media (max-width: 500px) {
  .summary-phone, .summary-phone-hidden {
    font-size: 24px;
  }
}
.summary-phone-hidden {
  background-color: #fff;
  border-top: 4px solid #570c4e;
  border-left: 4px solid #570c4e;
  border-bottom: 4px solid black;
  border-right: 4px solid black;
  font-size: 50px;
  text-decoration: none;
}
@media (max-width: 500px) {
  .summary-phone-hidden {
    font-size: 35px;
  }
}
.summary-lasttext {
  padding-bottom: 4rem;
}

.footer {
  padding: 50px 0 40px;
  text-align: center;
  margin-bottom: 2rem;
}
.footer__text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.copyright {
  margin-bottom: 2.3rem;
}

.attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.attachments a {
  text-decoration: underline;
  color: #000000;
}

@media (max-width: 500px) {
  .body-container {
    width: 100%;
  }
  .testimonial {
    flex-direction: column;
  }
  .testimonial-left {
    display: flex;
    flex-direction: row;
    border-radius: 25px;
  }
  .testimonial-left img {
    border-radius: 25px;
    z-index: 2;
  }
  .testimonial-left-text {
    display: flex;
    padding: 10px 10px;
    width: 100%;
    text-align: right;
    border-radius: 25px;
    justify-content: right;
    margin-left: -5rem;
    z-index: 1;
    align-items: center;
  }
}
@media (max-width: 370px) {
  .body-container {
    max-width: 100%;
  }
  .attachments {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */