.hero__image {
  position: relative;
}
.hero__image picture,
.hero__image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero__image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.hero__image .hero__slide__text {
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  z-index: 3;
  width: 100%;
  max-width: 550px;
  top: 0;
  bottom: 0;
  color: #fffcf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__note__item p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.card__note__item p b {
  font-size: 0.875rem;
}

.recommended__post__title {
  color: #4f4f4f;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.recommended__post__wrap {
  width: 100%;
  overflow-y: auto;
}

.recommended__post__list {
  width: 100%;
  min-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list__item__recommended {
  width: 24%;
}
.bnnr__suscribe__blog {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../img/gradient__bnnr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bnnr__suscribe__title {
  color: #3e3322;
  font-size: 1.5rem;
  font-weight: 700;
}

.bnnr__suscribe__blog .btn,
.bnnr__suscribe__blog .form-floating input {
  border-radius: 1rem;
}
.bnnr__suscribe__blog img {
  max-width: 450px;
  width: 100%;
}
.header__blog{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem; 
  margin-bottom: 1rem;
  -webkit-box-pack: justify; 
      -ms-flex-pack: justify; 
          justify-content: space-between;
}
.list__sections__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
}
.list__sections__blog::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin-left: auto;
  width: 64px;
  background: -o-linear-gradient(
    right,
    #ffffff 40.64%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    right top, left top,
    color-stop(40.64%, #ffffff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    270deg,
    #ffffff 40.64%,
    rgba(255, 255, 255, 0) 100%
  );
}
.list__sections__blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 660px;
}
.list__sections__blog ul a {
  color: #3e3322;
  font-weight: 500;
  margin-right: 1.5rem;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.list__sections__blog ul a.active,
.list__sections__blog ul a:active,
.list__sections__blog ul a:focus,
.list__sections__blog ul a:hover {
  border-bottom: 4px solid #f27059;
}
.list__sections__blog ul li:last-of-type {
  margin-right: 2rem;
}
.inner__list__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
  min-height: 2rem;
}

.search__filters{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__filters button{
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search__content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 1rem;
  /* overflow-x: hidden; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__content .input__search{
  position: absolute;
  right: 3rem;
  width: 200px;
  top: 0;
  height: 2.5rem;
  border-radius: 2rem;
  border: none;
  padding-left: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background-color: #fff;
  font-size: 0.875rem;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: width linear 0.25s;
  -o-transition: width linear 0.25s;
  transition: width linear 0.25s;
}
.search__content .input__search:focus{
  border-color: #f27059 !important;
  outline: none;
}


.search__content .btn__toggle__search{
  position: relative;
  width: 40px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__content.open{
  overflow-x: visible;
}
.search__content.open .input__search {
  width: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  border:1px solid #646668;
}
.filter__trigger{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__blog.is__home .search__content{
  margin-right: 0;
}
.inner__search__blog,
.inner__container__blog{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list__blog__items{
  padding-right: 3rem;
}
.list__blog__items a{
  text-decoration: none;
  color: rgba(62, 51, 34, 1);
}
.content__filters{
  width: 100%;
  min-width: 270px;
  max-width: 270px;
}
.inner__content__filters h3{
  color: #3E3322;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner__content__filters p {
  color: #646668;
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.inner__content__filters ul{
  list-style: none;
  padding-left: 0;
}
.inner__content__filters button{
  color: #646668;
  font-weight: 700;
  font: 0.75rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
} 
.inner__content__filters li{
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.inner__content__filters li label{
  width: 100%;
  display: inline-block;
}
.inner__content__filters li label span {
  float: right;
  color: #646668;
  font-weight: 500;
  font-size: 0.75rem;
}
.content__filters{
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.inner__interior{
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar__article{
  width: 240px;
  min-width: 240px;
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  padding-right: 2rem;
}
.content__article{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar__article > p{
  color: rgba(62, 51, 34, 1);
}

.share__post p{
  color: rgba(100, 102, 104, 1);
  font-weight: 500;
}
.share__post ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text__article p{
  color: rgba(62, 51, 34, 1);
  font-weight: 500;
  line-height: 1.75em;
}
.text__article p img{
  max-width: 45%;
  display: inline-block;
  border-radius: 0.5rem;
}
.text__article blockquote{
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.list__cat{
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-top: 2rem;
}
.list__cat a{
  border: 1px solid rgba(231, 233, 236, 1);
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(100, 102, 104, 1);
  font-weight: 700;
  font-size: 0.875rem;
}
.head__interior{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.head__interior p{
  text-align: center;
  color: rgba(100, 102, 104, 1);
  font-weight: 500;
}
.head__interior p b{
  color: rgba(62, 51, 34, 1);
}
.head__interior h1{
  text-align: center;
  color: rgba(62, 51, 34, 1);
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.inner__interior .breadcrumb__list{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article__category{
  border-radius: 4px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #13A699;
  font-weight: 700;
  font-size: 0.875rem;
  margin-right: 1rem;
  background-color: rgba(19, 166, 153, 0.08);
}


.list__item__home a,
.list__item__recommended a{
  text-decoration: none;
  color: #3E3322;
}

@media screen and (max-width: 1280px) {

  .header__blog,
  .inner__search__blog{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .inner__blog {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero__image {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero__image .hero__slide__text {
    position: static;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero__image .hero__slide__text .hero__slide__title {
    width: 100%;
    text-align: left;
  }
  .hero__image .hero__slide__text p {
    color: #656565;
  }
  .hero__image:before {
    content: none;
  }

  .recommended__post__wrap {
    width: calc(100% + 64px);
    padding-left: 32px;
    margin-left: -32px;
  }

  .list__sections__blog {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header__blog{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 1rem;
        margin-bottom: 2rem;
  }
  .list__sections__blog{
    width: 100%;
  }
  .search__filters{
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search__content .input__search{
    right: auto;
    left: 3rem;
  }
  .inner__list__blog{
    padding-bottom: 1rem;
  }
  .list__sections__blog{
    padding-bottom: 0;
  }
  .header__blog.is__home{
    padding-left: 2rem;
    padding-right: 2rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header__blog.is__home .list__sections__blog{
    padding-left: 0;
    width: calc(100% - 2.5rem);
  }
  .header__blog.is__home .search__filters{
    padding-left: 0;
    padding-right: 0;
  }
  .header__blog.is__home .filter__trigger{
    display: none;
  }
  .header__blog.is__home .search__content{
    margin-right: 0;
  }
  .header__blog.is__home .search__content .input__search{
    right: 2.5rem;
    left: auto;
  }
  .content__filters{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    top: 60px;
    right: 0;
    max-width: 100%;
    min-width: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }
  .content__filters .overlay__filters{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(79,79,79,0.4);
    opacity: 0;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }
  .content__filters.open .overlay__filters{
    opacity: 1;
  }
  .content__filters.open{
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  .inner__content__filters{
    position: absolute;
    bottom: -2rem;
    right: 0;
    left: 0;
    background: #fff;
    border-radius: 1rem 1rem 0 0 !important;
    padding-bottom: 2rem !important;
    opacity: 0;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }
  .content__filters.open .inner__content__filters{
    opacity: 1;
    bottom: 0;
  }
  .list__blog__items{
    padding-right: 0;
  }
  .inner__search__blog{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header__blog{
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar__article{
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
  .head__interior{
    padding-left: 0;
    padding-right: 0;
  }
  .content__article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .text__article p{
    font-size: 0.875rem;
  }
  .head__interior h1{
    font-size: 1.5rem;
  }
  .text__article blockquote{
    font-size: 1.25rem;
  }
}
