@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', sans-serif;
}
.size-big {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: clamp(2.7rem, 4vw, 4.5rem);
}
.size-h1 {
  font-size: clamp(1.5rem, 3.5vw, 3.6rem);
  line-height: clamp(1.5rem, 3.5vw, 4rem);
}
.size-h2b {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: clamp(2.1rem, 3.6vw, 3rem);
}
.size-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.size-h3 {
  font-size: clamp(1.3rem, 3.5vw, 2.25rem);
  line-height: clamp(1.6rem, 3.6vw, 2.55rem);
}
.size-h4 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
}
.button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
.button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
.button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
#button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
#button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.homeBlog__title {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
  font-family: 'Montserrat', sans-serif;
  color: #575a5c;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .homeBlog__title {
    max-width: 20rem;
    margin: auto;
    line-height: 2rem;
  }
}
.homeBlog__container {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 95%;
  margin: auto;
  padding: 1rem 0 3rem;
}
@media only screen and (max-width: 1024px) {
  .homeBlog__container {
    flex-wrap: wrap;
  }
}
.homeBlog__container-group {
  width: 25%;
  margin: 2rem;
}
@media only screen and (max-width: 1024px) {
  .homeBlog__container-group {
    width: 45%;
    margin: 1rem auto;
  }
}
@media only screen and (max-width: 768px) {
  .homeBlog__container-group {
    width: 90%;
  }
}
.homeBlog__container-group a {
  text-decoration: none;
}
.homeBlog__container-group a:hover {
  text-decoration: underline;
}
.homeBlog__container-image {
  width: 100%;
  height: 416px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .homeBlog__container-image {
    height: 300px;
  }
}
.homeBlog__container-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0px 0px 0px 0px #bccacd;
  transition: box-shadow 0.4s ease-out;
}
.homeBlog__container-image:hover::after {
  box-shadow: inset 0px 0px 0px 10px #bccacd;
  transition: box-shadow 0.4s ease-out;
}
.homeBlog__container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBlog__container-text {
  margin-top: 3rem;
  padding: 0 1rem;
}
.homeBlog__container-tags {
  display: flex;
  height: 2rem;
  margin-top: 2rem;
}
.homeBlog__container-tags-link {
  text-transform: uppercase;
  margin: 0 15px 15px 0;
  font-size: 11px;
  color: #d8c3b5;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  height: 1rem;
}
.homeBlog__container-tags-link:hover {
  text-decoration: underline;
}
.homeBlog__container-title {
  color: #575a5c;
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  max-width: 340px;
  min-height: 6rem;
}
@media only screen and (max-width: 1440px) {
  .homeBlog__container-title {
    min-height: 8rem;
  }
}
@media only screen and (max-width: 1366px) {
  .homeBlog__container-title {
    min-height: 10rem;
  }
}
@media only screen and (max-width: 1024px) {
  .homeBlog__container-title {
    min-height: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .homeBlog__container-title {
    min-height: 2rem;
  }
}
.homeBlog__container-author {
  position: relative;
  display: none;
}
.homeBlog__container-authorImage {
  display: none;
  width: 75px;
  border-radius: 50%;
  position: absolute;
  bottom: 13rem;
}
@media only screen and (max-width: 1440px) {
  .homeBlog__container-authorImage {
    bottom: 15rem;
  }
}
@media only screen and (max-width: 1366px) {
  .homeBlog__container-authorImage {
    bottom: 17rem;
  }
}
@media only screen and (max-width: 1024px) {
  .homeBlog__container-authorImage {
    bottom: 13rem;
  }
}
@media only screen and (max-width: 768px) {
  .homeBlog__container-authorImage {
    bottom: 10rem;
  }
}
.homeBlog__container-authorImage img {
  width: 100%;
  border-radius: 50%;
}
.homeBlog__container-authorName {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #575a5c;
  font-weight: 500;
}
