@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik+Bubbles&family=Oswald&family=Helvetica+Neue&family=Concert+One&family=DM+Sans:wght@400;500;700&family=Fredoka+One&family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&family=Saira+Stencil+One&display=swap");
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-size: 1em;
}

/* 
    Created on : 17/12/2023, 01:01:43
    Author     : Joseilson Lima
*/
.blog-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  background: #004a7c;
  color: white;
  padding: 30px 10px;
}
.blog-top a.escola {
  text-decoration: none;
}
.blog-top .buscar {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  background: #46b8bd;
  border-radius: 25px;
  border: 2px solid #46b8bd;
  outline: 0;
  font-size: 1.2em;
  color: white;
}
.blog-top .buscar:hover {
  border: 2px solid white;
}
.blog-top .buscar::placeholder {
  color: white;
}
.blog-top p {
  text-align: center;
}
.blog-top .nome-da-escola {
  text-transform: uppercase;
  font-family: "Rubik Bubbles", sans-serif;
  font-weight: 700;
  font-size: 5em;
  background-image: url("http://localhost/emef-carmelina/blog/source/img/blog-title.png");
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.busca-de-artigos {
  display: flex;
  flex-direction: column;
}
.busca-de-artigos form {
  width: 100%;
  margin: 10px auto;
  max-width: 840px;
  display: flex;
  justify-content: center;
  min-width: 50%;
}
.busca-de-artigos form input {
  width: 100%;
  height: 40px;
  padding: 10px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.fb-comments ._5lm5, .fb-comments ._2pi3, .fb-comments ._3-8y, .fb-comments ._42ef, .fb-comments ._8u {
  display: none;
  color: white;
}

.comments-article {
  padding: 30px;
  font-size: 1.5em;
  text-decoration: underline;
}

@media screen and (max-width: 962px) {
  .blog-top .nome-da-escola {
    font-size: 2em;
    color: white;
  }
}
/* 
    Created on : 17/12/2023, 01:37:30
    Author     : =Joseilson Lima
*/
#contents {
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_section {
  display: flex;
  padding: 3%;
}
.main_section .section_article {
  margin: 1%;
  width: 100%;
}
.main_section .section_article article.card-article {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid white;
  background: white;
}
.main_section .section_article article.card-article .bg-article {
  width: 100%;
  max-width: 340px;
  max-height: 320px;
  background-position: right center;
  overflow: hidden;
}
.main_section .section_article article.card-article .bg-article img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  object-fit: cover;
}
.main_section .section_article article.card-article .descricao-article {
  width: 90%;
  padding: 15px 20px;
}
.main_section .section_article article.card-article .descricao-article .article-title {
  text-align: justify;
  width: 100%;
  color: #004a7c;
  font-size: 1.7em;
}
.main_section .section_article article.card-article .descricao-article .article-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.main_section .section_article article.card-article .descricao-article .article-autor {
  display: flex;
  justify-content: space-between;
}
.main_section .section_article .article-atual {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background: white;
}
.main_section .section_article .article-atual .article-atual-capa {
  max-width: 100%;
  max-height: 480px;
  background-size: 100% 100%;
  object-fit: cover;
}
.main_section .section_article .article-atual .article-atual-body {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.main_section .section_article .article-atual .article-atual-body .artigo-info {
  font-size: 1.1em;
  color: #f26661;
}
.main_section .section_article .article-atual .article-atual-body .artigo-info i {
  color: #efa91b;
}
.main_section .section_article .article-atual .article-error {
  max-width: 100%;
  min-height: 420px;
  background-image: url("http://localhost/emef-carmelina/blog/source/img/artigo-error.png"), url("http://192.168.15.5/emef-carmelina/blog/source/img/artigo-error.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.main_section .section_article .article-atual .titulo-do-artigo {
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  color: purple;
  font-size: 1.8em;
}
.main_section .section_article .article-atual .conteudo-do-artigo {
  font-size: 1.1em;
  text-align: justify;
}
.main_section .section_article .article-atual .conteudo-do-artigo img {
  margin: 5px;
}
.main_section .section_article .article-atual .conteudo-do-artigo img.note-float-left {
  margin: 20px 20px 10px 0 !important;
}
.main_section .section_article .article-atual .conteudo-do-artigo img.note-float-right {
  margin: 20px 0 10px 20px !important;
}
.main_section .section_article .article-atual .autor-do-artigo {
  margin-top: 20px;
}
.main_section .section_article .article-atual .autor-do-artigo span {
  color: orangered;
}
.main_section .section_article .article-atual .article-share {
  justify-content: flex-end;
  display: flex;
}
.main_section .section_article .article-atual .article-share .asmei {
  border-radius: 35%;
  padding: 2px 15px;
  margin: 10px;
  cursor: pointer;
}
.main_section .section_article .article-atual .article-share .asmei i {
  font-size: 1em;
}
.main_section .section_article .article-atual .article-share .asmei:hover {
  color: orangered;
  cursor: pointer;
}
.main_section .section_aside {
  margin: 1%;
  min-width: 25%;
  max-width: 320px;
}
.main_section .section_aside .section_aside-title {
  font-weight: bold;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 0;
}
.main_section .section_aside .postagens-recentes {
  background: white;
  padding: 20px 18px;
  margin: 10px 0;
}
.main_section .section_aside .postagens-recentes ul {
  padding: 0;
}
.main_section .section_aside .postagens-recentes ul li {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: justify;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main_section .section_aside .postagens-recentes ul li i {
  margin-right: 10px;
}
.main_section .section_aside .postagens-recentes ul li a {
  line-height: 1.1em;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.main_section .section_aside .postagens-recentes ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.main_section .section_aside .postagens-recentes .ultimas-postagens li img, .main_section .section_aside .postagens-recentes .top-mais-visitados li img {
  max-width: 55px;
  margin-right: 5px;
}
.main_section .section_aside .postagens-recentes .ultimas-postagens li a, .main_section .section_aside .postagens-recentes .top-mais-visitados li a {
  font-size: 0.9em;
  text-align: left;
}
.main_section .section_aside .postagens-recentes .ultimas-postagens li a:hover, .main_section .section_aside .postagens-recentes .top-mais-visitados li a:hover {
  color: purple;
}
.main_section .section_aside .contador-de-visitas {
  background: pink;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_section .section_aside .contador-de-visitas img {
  margin-left: 20px;
  width: 100%;
}
.main_section .section_aside .agenda-carmelina {
  background: white;
  padding: 20px 18px;
  margin: 10px 0;
}
.main_section .section_aside .newsletter {
  background: white;
  padding: 20px 18px;
  margin: 10px 0;
}
.main_section .section_aside .newsletter form {
  padding: 10px 0;
}
.main_section .section_aside .newsletter form input {
  height: 50px;
  width: 100%;
  border-radius: 12px;
  border: 0.5px solid #d5eef0;
  outline: 0;
  margin: 10px 0;
  padding: 0 10px;
}
.main_section .section_aside .newsletter form p.info {
  display: none;
  margin: 5px 0 0 0;
  padding-top: 10px;
  color: red;
}

@media screen and (max-width: 962px) {
  .main_section {
    flex-wrap: wrap;
  }

  .section_aside {
    min-width: 90vw !important;
  }
}
@media screen and (orientation: portrait) {
  article.card-article {
    flex-direction: column;
  }
  article.card-article .descricao-article {
    width: 100% !important;
  }
  article.card-article .bg-article {
    min-width: 100%;
    min-height: 420;
    background: blue;
  }
  article.card-article .bg-article img {
    width: 100%;
    min-height: 100%;
    background-size: 100% 100%;
    object-fit: cover;
  }
}
.redes-sociais {
  width: 100%;
  max-width: 540px;
  display: flex;
  text-align: right;
}
.redes-sociais .section_aside-title {
  text-align: center;
  border-bottom: none;
}
.redes-sociais i {
  margin: 0 10px;
}

.wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  list-style: none;
}
.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 6px 50px white;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}
.wrapper .icon i {
  font-size: 1.2em;
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover span, .wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .site {
  color: #004a7c;
}
.wrapper .site:hover, .wrapper .site:hover .tooltip, .wrapper .site:hover .tooltip::before {
  background: #004a7c;
  color: #ffffff;
}
.wrapper .whatsapp {
  color: #25d366;
}
.wrapper .whatsapp:hover, .wrapper .whatsapp:hover .tooltip, .wrapper .whatsapp:hover .tooltip::before {
  background: #25d366;
  color: #ffffff;
}
.wrapper .facebook {
  color: #1877f2;
}
.wrapper .facebook:hover, .wrapper .facebook:hover .tooltip, .wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #ffffff;
}
.wrapper .twitter {
  color: #222222;
}
.wrapper .twitter:hover, .wrapper .twitter:hover .tooltip, .wrapper .twitter:hover .tooltip::before {
  background: #222222;
  color: #ffffff;
}
.wrapper .instagram {
  color: #e4405f;
}
.wrapper .instagram:hover, .wrapper .instagram:hover .tooltip, .wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #ffffff;
}
.wrapper .youtube {
  color: #cd201f;
}
.wrapper .youtube:hover, .wrapper .youtube:hover .tooltip, .wrapper .youtube:hover .tooltip::before {
  background: #cd201f;
  color: #ffffff;
}

/* 
    Created on : 18/12/2023, 12:56:16
    Author     : Joseilson Lima
*/
footer {
  background: #004a7c;
  color: white;
}
footer .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 70px;
}
footer .copyright .nome-da-escola {
  font-family: "Saira Stencil One", "Helvetica Neue", sans-serif;
  font-size: 2em;
  filter: drop-shadow 15px 10px 13px orangered;
}
footer .copyright .developer {
  color: black;
  font-weight: bold;
  text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de;
}
footer .copyright .developer a {
  color: black;
}

/* 
    Created on : 17/12/2023, 21:56:42
    Author     : Joseilson Lima
*/
/* BG-COLOR */
.bg-white {
  background: white;
}

/* PADDING*/
.pad10 {
  padding: 10px;
}

.pad1020 {
  padding: 10px 20px;
}

.flex_column {
  flex-direction: column;
}

.dnone {
  display: none;
}

/* IMPRESSÃO */
@media print {
  .no-print, .fb-comments {
    display: none;
  }

  @page {
    margin: 1.5cm 1.5cm 1.5cm 2.5cm;
  }
}

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