.bctrs-cartedor {
  max-width: 980px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: stretch;
  margin: 0 auto;
  background-image: url(/templates/default/images/cartedor/bg-cartedor.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 88px 16px 24px;
  box-sizing: border-box;
  gap: 12px;
  transition: all 0.2s ease;
  margin-top: 32px;
  text-align: left;
  margin-bottom: 32px;
}
@media all and (min-width: 640px) {
  .bctrs-cartedor {
    flex-direction: row;
    padding: 16px;
    gap: 24px;
    margin-bottom: 0;
  }
}
.bctrs-cartedor *, .bctrs-cartedor *:before, .bctrs-cartedor *:after {
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.bctrs-cartedor__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  border: 2px solid #fff;
  overflow: clip;
  position: relative;
}
@media all and (min-width: 640px) {
  .bctrs-cartedor__thumb {
    width: 376px;
  }
}
.bctrs-cartedor__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bctrs-cartedor__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bctrs-cartedor__logo {
  position: absolute;
  top: 8px;
  left: 16px;
}
@media all and (min-width: 640px) {
  .bctrs-cartedor__logo {
    position: static;
  }
}
.bctrs-cartedor__logo img {
  vertical-align: middle;
  width: 280px;
  height: auto;
  transform: translateX(-7px);
}
@media all and (min-width: 640px) {
  .bctrs-cartedor__logo img {
    width: 312px;
    transform: translateX(-10px);
  }
}

.bctrs-cartedor__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #422F28;
}
@media all and (min-width: 640px) {
  .bctrs-cartedor__title {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
}

.bctrs-cartedor__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #422F28;
  margin-bottom: 8px;
}

.bctrs-cartedor__btn {
  display: block;
  margin-top: auto;
  padding: 12px 20px;
  border: 1px solid #422F28;
  border-radius: 4px;
  align-self: flex-start;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .bctrs-cartedor__btn:hover {
    background-color: #422F28;
    color: #fff;
  }
}

.bctrs-cartedor__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}/*# sourceMappingURL=cartedor.css.map */