@font-face {
  font-family: "Playfair Display";
  src: url("/documents/748348/1153223/PlayfairDisplay-Black.woff2")
      format("woff2"),
    url("/documents/748348/1153223/PlayfairDisplay-Black.woff") format("woff"),
    url("/documents/748348/1153223/PlayfairDisplay-Black.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/documents/748348/1153223/PlayfairDisplay-BlackItalic.woff2")
      format("woff2"),
    url("/documents/748348/1153223/PlayfairDisplay-BlackItalic.woff")
      format("woff"),
    url("/documents/748348/1153223/PlayfairDisplay-BlackItalic.ttf")
      format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/documents/748348/1153223/PlayfairDisplay-Italic.woff2")
      format("woff2"),
    url("/documents/748348/1153223/PlayfairDisplay-Italic.woff") format("woff"),
    url("/documents/748348/1153223/PlayfairDisplay-Italic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/documents/748348/1153223/PlayfairDisplay-Bold.woff2")
      format("woff2"),
    url("/documents/748348/1153223/PlayfairDisplay-Bold.woff") format("woff"),
    url("/documents/748348/1153223/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/documents/748348/1153223/PlayfairDisplay-BoldItalic.woff2")
      format("woff2"),
    url("/documents/748348/1153223/PlayfairDisplay-BoldItalic.woff")
      format("woff"),
    url("/documents/748348/1153223/PlayfairDisplay-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/documents/748348/1153223/PlayfairDisplay-Regular.woff2")
      format("woff2"),
    url("/documents/748348/1153223/PlayfairDisplay-Regular.woff") format("woff"),
    url("/documents/748348/1153223/PlayfairDisplay-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("/documents/748348/1153223/Futura-Light.woff2") format("woff2"),
    url("/documents/748348/1153223/Futura-Light.woff") format("woff"),
    url("/documents/748348/1153223/Futura-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("/documents/748348/1153223/FuturaBT-LightItalic.woff2")
      format("woff2"),
    url("/documents/748348/1153223/FuturaBT-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Futura";
  margin: 0;
  color: black;
}

a {
  text-decoration: none;
  color: inherit;
}

.bg-kaufmann {
  background-image: url("/documents/748348/0/background.jpg");
  background-size: cover;
  background-position: center;
}

.header {
  background-image: url("/documents/748348/0/background.jpg");
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 1rem 3rem;
}
.header .tabs {
  display: flex;
  gap: 15px;
}

.banner {
  width: 100%;
  height: 480px;
  display: grid;
  place-content: center;
  position: relative;
  color: white;
}
.banner .back {
  width: 100%;
  height: 101%;
  object-fit: cover;
  filter: brightness(0.65);
  position: absolute;
  top: 0;
  z-index: 1;
}
.banner .center {
  z-index: 2;
  display: grid;
  place-items: center;
}
.banner .center h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.46em;
}

.row {
  display: flex;
}
.row .col {
  width: 50%;
}
.row .col.text {
  color: white;
  text-align: center;
  padding: 2.5rem 2rem;
}
.row .col img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contenedor {
  width: 100%;
  max-width: 1024px;
  background-color: white;
  text-align: center;
  margin: 0 auto;
}
.contenedor .grilla {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem 3rem;
}
.footer img {
  height: min-content;
}
.footer img:nth-child(1) {
  align-self: flex-end;
}

.grilla {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 5rem;
  justify-items: center;
}
.card {
  position: relative;
  width: 370px;
  height: 300px;
  color: white;
}
.card a {
  width: 100%;
  height: 100%;
  display: block;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.card .texto-brand {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
}
.card .texto-brand .black-band {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
}
.card .texto-brand h3 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 23px;
}
.card .texto-brand p {
  margin: 0;
}
.card .foot {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 1rem;
}
.recent-entrys {
  margin-top: 5rem;
  padding-bottom: 9rem;
}

.recent-entrys .slick-arrow {
  position: absolute;
  bottom: 15%;
  right: 0;
  top: inherit;
  left: inherit;
  transform: translate(0);
  display: flex;
  cursor: pointer;
}
.slick-arrow-left {
  right: 5% !important;
}
.slick-arrow-right {
  right: 1% !important;
}

/*# sourceMappingURL=style.css.map */

/* START - Page Category */

.category-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.category-title h2 {
  font-size: 48px;
  font-family: Playfair Display, serif;
  font-weight: 300;
  letter-spacing: 2px;
  border-top: 1px black solid;
  width: fit-content;
  padding: 0 10px;
}

.category-results {
  padding: 0 35px;
  margin: 0 auto;
  max-width: 1300px;
}

.result-item {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  column-gap: 50px;
  margin-bottom: 50px;
  align-items: center;
}

.result-img img {
  width: 100%;
}

.result-text h3 {
  font-size: 34px;
  font-family: Playfair Display, serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.result-text p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.result-react img {
  width: 20px;
}

.load-more {
  width: 100%;
  margin: 70px 0;
  text-align: center;
  position: relative;
}

.load-more a {
  border: 1px black solid;
  padding: 10px 70px 7px 70px;
  font-size: 20px;
}
.load-more img {
  cursor: pointer;
}

.load-more a::after {
  content: url(/documents/748348/0/right-arrow.svg);
  position: absolute;
  margin-left: 10px;
}
.load-more a.slick-arrow-back::after {
  content: inherit;
}
.load-more a.slick-arrow-back::before {
  content: url(/documents/748348/0/right-arrow.svg);
  position: absolute;
  margin-left: 10px;
  transform: rotate(180deg);
}

.cta-faq {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.cta-faq p {
  font-size: 18px;
}

.cta-faq img {
  width: 40px;
}

@media (max-width: 1000px) {
  .result-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
  }

  .result-text {
    margin-top: 20px;
  }

  .result-text h3 {
    font-size: 26px;
  }

  .result-text p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .result-react img {
    width: 30px;
    margin-left: 5px;
  }
}

/* END - Page Category */

/* START - Page Entry */

p {
  line-height: 28px;
  letter-spacing: 1px;
}

.go-back {
  margin: 50px 0 50px 50px;
  font-size: 20px;
}

.go-back a {
  border: 1px solid black;
  width: fit-content;
  padding: 5px 50px;
}

.entry-container {
  margin: 0 auto;
  width: 90%;
  border: 1px solid #cccccc;
}
.entry-title {
  width: 100%;
  display: flex;
  justify-content: left;
  margin: 30px 0;
  padding: 0 100px;
}

.entry-title h2 {
  font-size: 48px;
  font-family: Playfair Display, serif;
  font-weight: 300;
  letter-spacing: 2px;
  width: fit-content;
  margin: 0;
}

.entry-body {
  width: 100%;
  padding: 0 100px;
  text-align: center;
  font-size: 20px;
}

.first-excerpt {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.fullW-img {
  width: 80%;
  margin: 35px 0;
}

.full-paragraph {
  text-align: justify;
}

.subTitle-entry {
  font-size: 22px;
  font-weight: 800;
  margin: 50px 0 40px 0;
}

.paragraph-divide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  align-items: center;
  margin: 50px 0;
}

.paragraph-divide img {
  width: 100%;
}

.paragraph-divide p {
  text-align: justify;
}

.social-cta {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 0.8fr;
  align-items: center;
  justify-items: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 25px 0;
}

.social-cta .social-icons {
  padding-top: 5px;
}

.social-cta .social-text {
  font-size: 28px;
  font-family: Playfair Display, serif;
  font-weight: 300;
  margin: 0;
}

.social-cta .entry-react a img {
  width: 35px;
}

@media (max-width: 1023px) {
  .go-back {
    margin: 50px 0 0 25px;
    font-size: 20px;
  }

  .go-back a {
    border: 1px solid black;
    width: fit-content;
    padding: 5px 50px;
  }

  .entry-title {
    padding: 0 20px;
  }

  .entry-title h2 {
    font-size: 32px;
  }

  .entry-body {
    padding: 0 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .first-excerpt {
    font-size: 18px;
    line-height: 28px;
  }

  .fullW-img {
    width: 100%;
    margin: 15px 0;
  }

  .subTitle-entry {
    font-size: 20px;
    font-weight: 800;
    margin: 35px 0 20px 0;
  }

  .paragraph-divide {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 25px;
    align-items: center;
    margin: 25px 0;
  }

  .paragraph-divide img {
    width: 70%;
    margin: 25px auto;
  }

  .social-cta {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    text-align: center;
    padding: 15px 0;
  }

  .social-icons {
    grid-row: 3/4;
  }

  .entry-react {
    grid-row: 1/2;
  }
}

/* END - Page Entry */
