/*
Theme Name: Mon
Theme URI: https://www.mon.com.br
Description: MON
Author: Marcelo Henrique
Author URI: https://www.mon.com.br
*/

@import url(assets/css/guia.css);

.breadcrumb {
  margin: 0;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 0.5rem;
}

.breadcrumb li:last-child::after {
  content: "";
}

/* BLOG */
.wr-topo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
}

.wr-conteudo {
  display: grid;
  grid-template-columns: 1fr 400px;
  margin-top: 4em;
}

.wr-sidebar aside {
  position: sticky;
  top: 100px;
}

h1.post__title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.wr-thumb img {
  width: 100%;
  height: auto;
  border-radius: 1em;
}

.autor-post {
  display: flex;
  align-items: center;
  gap: 1em;
}

.wr-topo .post__meta-cat a {
  background: #ed037c;
  padding: 5px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  transition: 0.2s;
  color: #ffffff;
}

.wr-topo .post__meta-cat a:hover,
.related-content .post__meta-cat a:hover {
  background: #fdd302;
  color: #000000;
}

.wr-topo .blog-author__avatar img {
  max-width: 50px;
  height: auto;
  border-radius: 4px;
}

.post__meta-date {
  font-weight: bold;
  color: #000000;
}

.wr-topo .post__meta-date {
  margin-left: 0.5em;
}

.resumo-topo {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.blog-author {
  margin-top: 1em;
}

.blog-single {
	padding:1em;
}

/* RELACIONADOS
============================= */

.wr-posts-relacionados {
  display: flex;
  justify-content: left;
  gap: 2em;
  flex-wrap: wrap;
}

.wr-posts-relacionados article {
  flex: 1 320px;
  max-width: 25%;
}

/* .related-posts {
  margin-top: 50px;
} */

section.related-posts {
  padding-top: 0;
}

.related-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.related-item {
  margin-bottom: 20px;
}
.related-thumb img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.related-content {
  flex: 1;
}
.related-category {
  font-size: 12px;
  color: #888;
}
.related-heading {
  line-height: 22px;
}
.related-heading a {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.related-excerpt {
  margin: 8px 0;
}
.related-meta {
  font-size: 12px;
  color: #999;
  display: flex;
  gap: 10px;
}

.related-content .post__meta-cat a {
  background: #ed037c;
  padding: 5px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0;
  transition: 0.2s;
  color: #ffffff;
  display: inline-block;
}

#motivos {
  background-position: center top;
}

/* BLOG */

section#hero-blog {
  padding: 50px 0;
}
.wr-content-blog {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 2em;
  padding-top: 6em;
}

.wr-lista-de-posts > div.cont-left-blog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

.wr-lista-de-posts article {
  flex: 1;
}

.lead-blog {
  max-width: 700px;
}

.menu-cat-blog {
  /* padding: 2em; */
  margin: 2em 0;
}

.menu-cat-blog ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  /* border: 1px solid; */
  margin: 0;
  padding: 0;
}

.menu-cat-blog li {
  flex: 1;
  list-style: none;
}

.menu-cat-blog li a {
  padding: 5px 20px;
  background: #f1f1f1;
  color: #000000;
  border-radius: 50px;
  transition: 0.2s;
}

.menu-cat-blog a:hover {
  background: #ed037c;
  color: #ffffff;
}

.page-title-layout1.wr-topo-blog {
  padding-top: 75px;
  padding-bottom: 40px;
}

.pagination a, .pagination span {
  padding: .5em;
}

/* CATEGORIAS */

.page-title-layout6.topo-category {
  padding-top: 40px;
}

#hero-blog.topo-category {
  padding-top: 2em;
}

.wr-content-blog.topo-category {
  padding-top: 0;
}

.slider .bg-overlay:before,
.slider .bg-overlay:after {
  background: transparent;
}

.btn__tertiary {
  color: #000000;
  background: #fdd302;
}

.slider .slide__title {
  max-width: 9em;
}

/* PLANOS */

#wr-plano-pet {
  background-color: #f6f6f6;
}

.heading-layout2 .heading__title {
  font-weight: 400;
  color: #ffffff;
}

/* FOOTER */

footer p,
footer a,
.footer .footer-widget-nav li a {
  color: #ffffff;
}

.btn__tertiary:hover {
  color: #ffffff;
}

/* .bg-overlay-gradient:before {
    background: #ed037c;
} */

#wr-sobre-home {
  background: #f6f6f6;
}

#wr-plano-sorte h3.heading__title,
#wr-sobre-home h3 {
  color: #000000;
}

section.faq .heading-layout2 .heading__title {
  color: #000000;
}

/* OXXY */

section#oxxy {
  padding: 1em;
  background: #fdd302;
  text-align: center;
  color: #000000;
}

#como-funciona {
  background: #fdd302;
}

#como-funciona h3.heading__title,
#como-funciona p,
.wr-beneficios {
  color: #000000;
}
#como-funciona h3.heading__title,
#como-funciona p {
  text-align: center;
}

.wr-beneficios {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}

.beneficio {
  color: #000000;
  flex: 1 200px;
  border-radius: 8px;
  padding: 1.1em;
  font-size: 1.5em;
  line-height: 1.2em;
  background: #f1f1f1;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.beneficio:hover {
  background: #ed037c;
  color: #ffffff;
  scale: 1.1;
}

.beneficio img {
  display: block;
  margin-bottom: 0.2em;
}

.wr-cta {
  margin-top: 3em;
  text-align: center;
}

.cont-beneficios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.more-benef {
  font-size: 0.7em;
}


#contactForm input, #contactForm textarea {
  width: 100%;
  padding: 1em;
}

#contactForm input[type="submit"] {
  background: #ed037c;
  color: #ffffff;
  border: 1px solid #ed037c;
  border-radius: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

/*  Responsivo geral */

@media screen and (max-width: 480px) {
  .cont-beneficios {
    grid-template-columns: 1fr;
  }
  #como-funciona {
    padding: 2em;
  }

  #wr-guia, section#hero-blog, #blog-mon  {
    padding: 0 1.5em;
  }
 
  #wr-guia section h2 {
    font-size: 2em;
  }

  #sorteios .content-block {
    align-items: normal;
  }

  .wr-topo, .wr-content-blog, .wr-lista-de-posts > div.cont-left-blog {
    grid-template-columns: 1fr;
  }
  .about-layout3 .about__text .list-items-layout5 .list__item, .about-layout4 .about__text .list-items-layout5 .list__item, .about-layout5 .about__text .list-items-layout5 .list__item{
    margin-left: 0;
  }
 #motivos, .header-transparent + .slider .slide-item {
        background-position: left top !important;
        min-height: 70vh;
    }
	.wr-conteudo {
    grid-template-columns: 1fr;
    }
	.wr-posts-relacionados article {
     max-width: 100%;
}
}
