@media screen and (min-width: 1024px) {
  .main-banner--header, .main-banner--header .image {
    min-height: 25rem;
  }
}

.related-posts--posts--post--infos--title a, .all-posts .posts--mobile--article--title a, .all-posts .posts--desktop--article--title a {
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  color: #666666;
  display: block;
}

.single-area .single--content .posted-on, .related-posts--posts--post--infos--date, .all-posts .posts--mobile--article--date, .all-posts .posts--desktop--article--thumb-desc--date {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 1.875rem;
  line-height: normal;
}
.single-area .single--content .posted-on::before, .related-posts--posts--post--infos--date::before, .all-posts .posts--mobile--article--date::before, .all-posts .posts--desktop--article--thumb-desc--date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../dist/icons/date.png");
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: 100%;
  background-repeat: no-repeat;
}

.all-posts .posts--mobile--article--read-more-likes .read-more-link, .all-posts .posts--desktop--article--thumb-desc--description--read-more-likes--read-more .read-more-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.3125rem 1.25rem;
  padding-right: 2.5rem;
  border-radius: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.125rem;
  background: #0d3d6e;
  background: linear-gradient(80deg, rgb(13, 61, 110) 0%, rgb(10, 95, 182) 100%);
}
.all-posts .posts--mobile--article--read-more-likes .read-more-link:hover, .all-posts .posts--desktop--article--thumb-desc--description--read-more-likes--read-more .read-more-link:hover {
  background: #082c50;
  background: linear-gradient(80deg, #082c50 0%, #0d3d6e 100%);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.all-posts .posts--mobile--article--read-more-likes .read-more-link::after, .all-posts .posts--desktop--article--thumb-desc--description--read-more-likes--read-more .read-more-link::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 1.375rem;
  transform: rotate(180deg);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
input[type] {
  height: 3.4375rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
input[type] {
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: 1px solid #0d3d6e;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border-radius: 1.25rem;
}

input::placeholder,
textarea::placeholder {
  color: #0d3d6e;
}

textarea {
  height: 9.375rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

[aria-current]:not([aria-current=false]) {
  color: #9babab;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.25rem;
  max-width: 80.875rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 4.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-effect {
  opacity: 0;
  transform: translateY(3.125rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.scroll-effect.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

.icon-view .post-views {
  display: flex;
  align-items: center;
  column-gap: 0.3125rem;
}
.icon-view .dashicons-visibility:before {
  color: #0d3d6e;
  display: flex;
  font-size: 25px;
  align-items: center;
  height: 20px;
}

.likes .lb-style-custom .lb-count {
  color: #fff;
}
.likes .lb-fi-hrt6:before {
  color: #0d3d6e;
  font-size: 1.125rem;
}
.likes .likebtn-wrapper .lb-style-custom .lb-like, .likes .lb-style-custom .lb-dislike {
  background-color: transparent;
}

.button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: fit-content;
  padding: 0.75rem;
  text-decoration: none;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1024px) {
  .button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.875rem;
    font-family: "Poppins", sans-serif;
  }
}

.heading-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.heading-title h1,
.heading-title h2,
.heading-title h3,
.heading-title h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1024px) {
  .heading-title h1,
  .heading-title h2,
  .heading-title h3,
  .heading-title h4 {
    text-indent: -1px;
    line-height: 3.5rem;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .header {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.header--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header--container--branding .title {
  text-transform: uppercase;
  color: #0d3d6e;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .header--container--branding .title {
    font-size: 1.875rem;
  }
}
.header--container--social-networks {
  display: flex;
  flex-direction: row;
  column-gap: 0.625rem;
}
.header--container--social-networks .image {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .header--container--social-networks .image {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.header.footer {
  padding: 0;
  font-size: 1rem;
}
.header.footer .footer-content {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  background: #0d3d6e;
  background: linear-gradient(80deg, rgb(13, 61, 110) 0%, rgb(10, 95, 182) 100%);
}
@media screen and (min-width: 1024px) {
  .header.footer .footer-content {
    height: 6.25rem;
  }
}
.header.footer .footer-content .header--container--branding .title {
  color: #fff;
}
.header.footer .copyright {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  color: #666666;
}
.header.footer .copyright .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .header.footer .copyright .container {
    flex-direction: row;
    column-gap: 0.3125rem;
  }
}
.header.footer .copyright a {
  color: #666666;
}
.header.footer .copyright a:hover {
  color: #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.main-banner--header {
  background-image: url("../../dist/images/jucara-rosolen-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .main-banner--header {
    background-image: url("../../dist/images/jucara-rosolen-desktop.png");
  }
}
@media screen and (min-width: 1024px) {
  .main-banner--header .image {
    max-width: 40rem;
    float: right;
    margin-right: 2.5rem;
  }
}

.all-posts {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  color: #666666;
}
@media screen and (min-width: 1024px) {
  .all-posts {
    column-gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1440px) {
  .all-posts {
    column-gap: 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .all-posts .posts {
    grid-column: span 8/span 8;
  }
}
.all-posts .posts--mobile {
  border-bottom: 0.125rem solid #7d7d7d;
  margin-bottom: 1.25rem;
}
.all-posts .posts--mobile .posts--thumb {
  margin-bottom: 1.25rem;
}
.all-posts .posts--mobile .posts--thumb img {
  height: 18.75rem;
  border-radius: 0.625rem;
}
.all-posts .posts--mobile--article--date {
  margin-bottom: 1.875rem;
}
.all-posts .posts--mobile--article--description {
  line-height: 1.5rem;
  text-align: justify;
  margin-bottom: 2.5rem;
}
.all-posts .posts--mobile--article--read-more-likes {
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.all-posts .posts--mobile--article--read-more-likes .read-more-link {
  font-size: 1.125rem;
  height: 1.875rem;
}
.all-posts .posts--mobile--article--read-more-likes .read-more-link::after {
  width: 0.75rem;
  height: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .all-posts .posts.desktop {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
.all-posts .posts--desktop {
  border-bottom: 2px solid #666666;
  padding-bottom: 2.5rem;
}
.all-posts .posts--desktop--article--thumb-desc {
  display: flex;
  flex-direction: row;
  column-gap: 1.25rem;
}
.all-posts .posts--desktop--article--thumb-desc--thumb {
  min-width: 20.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all-posts .posts--desktop--article--thumb-desc--thumb a {
  display: block;
}
.all-posts .posts--desktop--article--thumb-desc--thumb a img {
  border-radius: 1.25rem;
  height: 20.625rem;
}
.all-posts .posts--desktop--article--thumb-desc--description--text p {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-posts .posts--desktop--article--thumb-desc--description--read-more-likes {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.all-posts .pagination-container {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .all-posts .pagination-container {
    margin-bottom: 5rem;
  }
}
.all-posts .pagination-container .pagination {
  display: flex;
  justify-content: center;
}
.all-posts .pagination-container .pagination .page-numbers {
  display: flex;
  flex-direction: row;
  column-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  background-color: #0d3d6e;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1000px;
  position: relative;
}
.all-posts .pagination-container .pagination .page-numbers:hover {
  background-color: #082c50;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.all-posts .pagination-container .pagination .page-numbers.next::after, .all-posts .pagination-container .pagination .page-numbers.prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  background-image: url("../../dist/icons/arrow-next.svg");
  right: 0;
}
.all-posts .pagination-container .pagination .page-numbers.prev::after {
  transform: rotate(180deg);
}

.related-posts {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .related-posts {
    grid-column: span 4/span 4;
  }
}
.related-posts--title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
  padding-left: 1.25rem;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  background: #0d3d6e;
  background: linear-gradient(80deg, rgb(13, 61, 110) 0%, rgb(10, 95, 182) 100%);
}
.related-posts--posts {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.related-posts--posts--post {
  display: flex;
  flex-direction: row;
  column-gap: 0.625rem;
}
.related-posts--posts--post--thumb a {
  display: block;
  width: 10rem;
  height: 9.375rem;
}
.related-posts--posts--post--thumb a img {
  border-radius: 1.25rem;
}
.related-posts--posts--post--infos--title a {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.related-posts--posts--post--infos--date {
  font-size: 0.875rem;
}

.single-area {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .single-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: grid;
    column-gap: 2.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.single-area .single--content {
  color: #666666;
}
.single-area .single--content .post-thumbnail {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .single-area .single--content {
    grid-column: span 8/span 8;
  }
}
.single-area .single--content .entry-title {
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  color: #666666;
  margin-top: 1.25rem;
}
.single-area .single--content .entry-content {
  text-align: justify;
  border-bottom: 2px solid #666666;
  padding-bottom: 2.5rem;
}
.single-area .related-posts {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .single-area .related-posts {
    grid-column: span 4/span 4;
  }
}
.single-area .share-likes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.single-area .share-likes--links {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.single-area .share-likes--links .title {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.single-area .share-likes--links .title .bottom {
  color: #0d3d6e;
}
.single-area .share-likes--links .networks {
  display: flex;
  flex-direction: row;
  column-gap: 0.625rem;
}
.single-area .share-likes--links .networks img {
  width: 2.5625rem;
  height: 2.5625rem;
  object-fit: contain;
}
.single-area .share-likes--infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-area .share-likes--infos--liked {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.625rem;
}
.single-area .share-likes--infos--back {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.3125rem 1.25rem;
  padding-left: 2.5rem;
  border-radius: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.125rem;
  background: #0d3d6e;
  background: linear-gradient(80deg, rgb(13, 61, 110) 0%, rgb(10, 95, 182) 100%);
}
.single-area .share-likes--infos--back:hover {
  background: #082c50;
  background: linear-gradient(80deg, #082c50 0%, #0d3d6e 100%);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.single-area .share-likes--infos--back::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
}

/*# sourceMappingURL=styles.css.map */
