header {
  background: #F0AE0E;
  border-top: none;
}

.navbar-brand {
  display: flex;
  color: #865A23;
  font-family: 'Duke-Fill', calibri, Arial;
  margin-top: -8px;
}
.navbar-brand img {
  width: 41px;
  height: 48px;
  margin-right: 1rem;
}
.navbar-brand h1 {
  font-size: 35px;
  margin: 0;
  margin-top: 5px;
}
.navbar-collapse {
  background: #F0AE0E;
}

.meu-menu {
  color: #865A23;
}

.icon-instagram {
  background: #865A23;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 9px 0 !important;
  text-align: center;

  margin: 0 6px;
  margin-top: 0.6rem;
}

.nav>li>.icon-instagram:hover, .nav>li>.icon-instagram:focus,.nav>li>.icon-instagram:active
{
  padding-top: 9px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #351D06 !important;
  color:black;
}

.icon-instagram img {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}

.slide {
  margin-top: 30px;
}

.container .row {
  margin: 0;
}

.blog-post {
  max-width: 1090px;
  padding: 2.8rem 0;
  font-family: 'Montserrat', calibri, Arial;
  margin-left: auto;
  margin-right: auto;
}

.blog-post:not(:last-child) {
  border-bottom: 2px solid #D5D5D5;
}

.blog-post img{
  width: 100%;
  border-radius: 8px;
}

.post-title {
  font-size: 20px;
  font-weight: bold;
  color: #F0AE0E;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

.post-text {
  font-size: 18px;
  margin-bottom: 2.75rem;
}

.post-more-info {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #444444;
}



#blog-slide input[type=radio] {
  display: none;
}

#blog-slide .card {
  position: absolute;
  width: 572px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .1s;
  /* cursor: pointer; */
  padding: 0 1rem;
  pointer-events: none;
}

#blog-slide .text-slide {
  margin-top: -9rem;
  margin-left: 2.3rem;
  font-size: 24px;
  color: #fff;
  font-family: 'Montserrat', calibri, Arial;
}
#blog-slide .container {
  width: 100%;
  max-width: 1190px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* overflow: hidden; */
}

#blog-slide .container h1 {
  color: #F0AE0E;
  font-family: 'Duke-Fill', calibri, Arial;
  font-size: 58px;
  margin: 0;
}

#blog-slide .cards {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 8rem;
}

#blog-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}


#blog-slide #item-1:checked ~ .cards #slide-item-3, #blog-slide #item-2:checked ~ .cards #slide-item-1, #blog-slide #item-3:checked ~ .cards #slide-item-2 {
  transform: translatex(-100%) /* scale(.8) */;
  /* opacity: .4; */
  z-index: 0;
}

#blog-slide #item-1:checked ~ .cards #slide-item-3:before, #blog-slide #item-2:checked ~ .cards #slide-item-1:before, #blog-slide #item-3:checked ~ .cards #slide-item-2:before {
  background: linear-gradient(90deg, rgba(72,41,0,0.9) 50%, rgba(240,174,14,0.4) 100%);
  position: absolute;
  content: '';
  width: 97%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
}

#blog-slide #item-1:checked ~ .cards #slide-item-2, #blog-slide #item-2:checked ~ .cards #slide-item-3, #blog-slide #item-3:checked ~ .cards #slide-item-1 {
  transform: translatex(100%) /* scale(.8) */;
  /* opacity: .4; */
  z-index: 0;
}

#blog-slide #item-1:checked ~ .cards #slide-item-2:before, #blog-slide #item-2:checked ~ .cards #slide-item-3:before, #blog-slide #item-3:checked ~ .cards #slide-item-1:before {
  background: linear-gradient(270deg, rgba(72,41,0,0.9) 45%, rgba(240,174,14,0.4) 100%);
  position: absolute;
  content: '';
  width: 97%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 12px;
}

#blog-slide #item-1:checked ~ .cards #slide-item-1, #blog-slide #item-2:checked ~ .cards #slide-item-2, #blog-slide #item-3:checked ~ .cards #slide-item-3 {
  transform: translatex(0) /* scale(1) */;
  opacity: 1;
  z-index: 1;

  pointer-events: auto;
  
  img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
  }
}

#blog-slide {
  width: 100%;
  height: 600px;
  background: url('/images/blog/terra-2.png');
  background-size: 100% 400px;
  background-repeat: no-repeat;
  overflow: hidden;
}

#blog-slide .controllers{
  position: relative;
  width: 100%;
}

#blog-slide .arrow {
  width: 36px;
  height: 36px;
  background-size: 100%;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
}

#blog-slide #arrow-left {
  position: absolute;
  top: -160px;
  left: -5px;
  z-index: 20;
}

#blog-slide #arrow-right {
  position: absolute;
  top: -160px;
  right: -5px;
  z-index: 20;
}

@media only screen and (min-width: 720px) {
  .navbar-brand {
    margin-top: -25px;
  }
  .navbar-brand img {
    width: 61px;
    height: 68px;
  }
  .navbar-brand h1 {
    font-size: 65px;
    margin: 0;
  }
  .icon-instagram img {
    margin-top: 0;
  }

  .container .row {
    padding: 0;
    margin-bottom: 3.8rem;
  }

  .post-title {
    margin-top: 0;
  }

  #blog-slide .text-slide {
    margin-top: -7rem;
  }

  #blog-slide #arrow-left {
    left: 50px;
  }
  
  #blog-slide #arrow-right {
    right: 50px;
  }

  #blog-slide #item-1:checked ~ .cards #slide-item-2:before, #blog-slide #item-2:checked ~ .cards #slide-item-3:before, #blog-slide #item-3:checked ~ .cards #slide-item-1:before {
    right: 0.8rem;
  }

  #blog-slide #item-1:checked ~ .cards #slide-item-3:before, #blog-slide #item-2:checked ~ .cards #slide-item-1:before, #blog-slide #item-3:checked ~ .cards #slide-item-2:before {
    left: 0.8rem;
  }

  #blog-slide .arrow {
    width: 36px;
    height: 36px;
    background-size: 100%;
    border-radius: 100%;
    cursor: pointer;
    background: none;
  }

}


#blog-post {
  font-family: 'Montserrat', sans-serif;
}
#blog-post .intro {
  width: 100%;
  background: url('/images/blog/terra-2.png');
  background-size: 100% 400px;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 40px;
}
#blog-post .intro img {
  width: 100%;
  max-width: 1160px;
  max-height: 537px;
  margin-top: 80px;
  border-radius: 8px;
}

#blog-post .text-yellow {
  color: #F0AE0E;
  font-size: 12px;
  font-weight: bold;
}

#blog-post .text-yellow:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #F0AE0E;
  margin-top: 7px;
}

#blog-post .text-title {
  font-weight: bold;
  font-size: 28px;
  color: #865A23;
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
}

#blog-post .subtitle {
  color: #865A23;
  font-size: 18px;
  margin-top: 13px;
}

#blog-post p {
  font-size: 18px;
}

#blog-post hr {
  height: 1px;
  width: 100%;
  background-color: #865A23;
  margin: 40px 0;
}

#blog-post .text {
  padding: 0;
}

#blog-post .share-post {
  display: flex;
  position: relative;
  margin-top: 70px;
}
#blog-post .share-post:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #865A23;
}
#blog-post .share-post p {
  font-size: 12px;
  font-weight: bold;
  color: #865A23;
  margin-top: 14px;
}
#blog-post .share-post a {
  margin-left: 16px;
  margin-top: 10px;
  transition: all .3s;
}
#blog-post .share-post a img {
  width: 24px;
  height: 24px; 
}
#blog-post .share-post a:hover img {
  filter: brightness(0.8);
}


#blog-post .box-aside {
  background: #F2EBE1;
  padding: 40px 22px;
  border-radius: 8px;
  margin: 8rem 0;
}

#blog-post .box-aside .title {
  color: #865A23;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -1px;
}

#blog-post .box-aside .post-image {
  width: 100%;
  height: 240px;
  background-size: cover;
  border-radius: 8px;
}

#blog-post .box-aside .row {
  margin-bottom: 0;
}
#blog-post .box-aside .aside-post {
  margin-top: 36px; 
}

#blog-post .box-aside .aside-post .post-title {
  color: #444444;
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}

#blog-post .box-aside .aside-post .post-text {
  font-size: 16px;
  color: #444444;
}

#blog-post .box-aside .aside-post .post-more-info {
  color: #865A23;
}

@media screen and (min-width: 992px) {
  #blog-post .text {
    padding-right: 100px;
  }
  #blog-post .box-aside {
    margin: 0;
  }
  #blog-post .share-post {
    margin-bottom: 80px;
  }
}

#blog-categoria {
  font-family: 'Montserrat', sans-serif;
}
#blog-categoria .intro {
  width: 100%;
  background: url(/images/blog/terra-2.png);
  background-size: 100% 400px;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 40px;
}

#blog-categoria .container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

#blog-categoria h1 {
  font-size: 56px;
  font-family: 'Duke-Fill', sans-serif;
  text-transform: uppercase;
  color: #F0AE0E;
  margin-top: 90px;
}

#blog-categoria .row {
  margin-top: 66px;
  background: #F2EBE1;
  border-radius: 8px;
  padding: 5px 10px;
}

#blog-categoria .row .col-md-4 {
  padding: 0;
}

#blog-categoria .post .row {
  padding: 3rem 1.5rem;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}
#blog-categoria .post-image {
  width: 100%;
  height: 240px;
  background-size: cover;
  border-radius: 8px;
}

#blog-categoria .post .post-title {
  margin-top: 16px;
  font-size: 16px;
  color: #3E3E3E;
}

#blog-categoria .post .post-text {
  font-size: 16px;
}

#blog-categoria .post .post-more-info {
  font-size: 16px;
}

@media screen and (min-width: 720px) {
  #blog-categoria .row {
    padding: 20px 30px;
  }
}