@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


.bg-mzc-4 {
  background-color: #212121;
}

.bg-special {
  background-image: url("https://marcozero.org/banner/bg-fasv-maior.jpg");
  font-family: sans-serif;
  font-size: 20px;
}

.bg-special-menor {
  background-image: url("https://marcozero.org/banner/bg-fasv-menor.jpg");
  font-family: sans-serif;
  font-size: 20px;
  margin-top: 2px !important;
}

.title-mapa {
  color: #fefefe; /*#d7744d; */
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  transition: .2s;
}


.title-mapa:hover {
  color: #fefefe;
}

/*

.title-mapa {
  color: #d6771b;
  font-size: 1.2rem;
  box-shadow: inset 0 -120px 0 #2351a9; 
  transition: .2s;
}


.title-mapa:hover {
  background-color: #31224b;
  color: #d7744d;
}

*/

/*
.bg-special {
    background-image: url("https://marcozero.org/banner/banner-topo-bg-maior.jpg");
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
}

.bg-special-menor {
    background-image: url("https://marcozero.org/banner/banner-topo-bg-menor.jpg");
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
  
} */

.ml-7 {
    margin-left: 7rem !important;
}

.text-divulgacao-menor {
  color: black;
  margin-top: 5px;
}

.text-suape {
  color: black;
  margin-top: 70px;
}

.texts-big {
  position: absolute;
  /*bottom: 15px;*/
  top: 20px;
  left: 15px;
  z-index: 30;
  color: white !important;
}


.container-fluid-custom {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}


.team-avatar {
  -webkit-box-shadow: 10px 10px 31px -6px rgba(7,79,92,1);
  -moz-box-shadow: 5px 5px 20px -14px rgba(7,79,92,1);
  box-shadow: 5px 5px 20px -14px rgba(7,79,92,1);
}



.aqua-gradient {
  background: linear-gradient(40deg, #1E69FA, #1A57CC) !important;
  height: 80px;;
}

.avatar img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid white;
  border-radius: 50%
}

.avatar {
  width: 120px;
}


/*=========================*/


.attachment-post-thumbnail {
  margin: 0 auto;
}


.form-adv .input-group{
  border: 1px solid #1E69FA;
  border-radius: 5px;
}

figure.wp-block-embed.is-type-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*

.wp-block-embed {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.wp-block-embed.is-block-video {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.wp-block-embed.is-provider-youtube {
    display: block;
    margin: 0 auto;
    text-align: center;
}*/

/* yt video responsivo*/
.youtube-responsive-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  }
  
  .youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  } 
  

/* https://stackoverflow.com/questions/36413660/removing-padding-gutter-from-grid-columns-in-bootstrap-4
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}
*/

.tags-list li {
  display: inline-block;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 10px 5px 0px;
  color: #1E69FA;
  border: 1px solid #1E69FA;
  border-radius: 5px; 
  padding: 5px;

}

.tags-list li:hover {
  
  background: #1E69FA;
  border-radius: 5px; 
}


.tags-list li:hover a {
  
  color: white;
 
}

.tags-post a{
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 10px 10px 0px;
  color: #1E69FA;
  border: 1px solid #1A57CC;
  border-radius: 5px; 
  padding: 5px;
}

.tags-post a:hover {
  color: #fff;
  background: #1E69FA;
  border-radius: 5px; }


.img-thumbnail-category {
  height: 250px;
  width: auto;
  border-width: 0;

}

.card-page-archive {
  background: #f8f8f8;
  border-bottom: 3px solid #117d99;
  width: auto;
  border-width: 0;
}

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

.img-thumbnail {
  height: 250px;
  width: 430px;
  border-width: 0;
}

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



.well {
  display: flex;
  align-items: center;
}




.figure-caption {
    font-size: 15px;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #1E69FA;
    margin: 10px;
    padding: 0 4px 5px;
    text-align: center;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #1E69FA;
    margin: 10px;
    padding: 0 4px 5px;
    text-align: center;
}

.wp-block-image img {
  height: 100%; 
}

.title-maior {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .title-maior {
    font-size: 1.3rem;
  }
}

.title-menor {
  font-size: 1.3rem;
}

.title-a {
  background-color: #007bff8c;
}

.title-a:hover {
  background-color: #007bffc4;
}

table {
  margin-left:auto; 
  margin-right:auto;
}

/*=========================*/

.title-single {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #1E69FA; 
  line-height: 1.2;
}
  

  .text-post {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333; }


/*==============================*/  


/*======= Pagination ===========*/
.page-item a {
  color: white;
  background-color: #1A57CC;
  margin: 5px;
}

.page-item a:hover {
  color: white;
  background-color: #1E69FA;
  margin: 5px;
}

/*==============================*/  

/*======= Author area ===========*/



.post-author {
  margin: 0 0 10px; }

.post-author img {
  float: left;
  margin: 0 20px 10px 0;
  width: 118px;
  height: 118px; }


.post-author p {
  margin: 0 0 10px 150px;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #1E69FA; }


.icon-social-team {
  color: #1A57CC;
}

.icon-social-team:hover {
  color: #DBB91F; 
}

.card-text-team p {
  font-size: 4px;
}

h5, .card-title-team  {
  font-size: 3px;
}


/* =WordPress Core -------------------------------------------------------------- */

.wp-post-image {
  text-align: center;
  }

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  /*border: 1px solid #f0f0f0;*/
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  /*width: auto;*/
}

.wp-caption p.wp-caption-text {
  font-size: 15px;
  line-height: 17px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #1A57CC;
  margin: 10px;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}



blockquote {

  font-size: 16px;
  font-style: italic;
  margin: 2em;
  padding: 1em 0 0.4em 1em;
  /* margin: 10px; */
  /* padding: 10px; */
  /* line-height: 1.45em; */
  position: relative;
  color: #383838;
  border-left:3px solid #1E69FA;
  background:#eee;
}
 
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
  
blockquote cite:before {
content: "\2014 \2009";
}



/* ======================== TEMPLATE ============================== */


.icon-social {
  color: #1E69FA; }

.icon-social:hover {
  color: #DBB91F; }


/*imagens responsivas*/

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }
  
  
  
/* background light mzc */
.bg-light-mzc {
  background-color: #ffffff  !important; 
}

@media (max-width: 768px) { 
  .bg-light-mzc {
    background-color: #231F20 !important;
  }
}

a.bg-light-mzc:hover, a.bg-light-mzc:focus,
button.bg-light-mzc:hover,
button.bg-light-mzc:focus {
  background-color: #041c33 !important; 
}

/* navbar light mzc */
.navbar-light-mzc .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light-mzc .navbar-brand:hover, .navbar-light-mzc .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light-mzc .navbar-nav .nav-link {
  color: rgba(248, 248, 246); 
  width: 110px;
}
  .navbar-light-mzc .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(248, 248, 246); 
    background-color: #1E69FA;
    
  }
  .navbar-light-mzc .navbar-nav .nav-link.disabled {
    color: rgba(248, 248, 246, 0.4);
    background-color:transparent; 
    width: 110px;
  }

.navbar-light-mzc .navbar-nav .show > .nav-link,
.navbar-light-mzc .navbar-nav .active > .nav-link,
.navbar-light-mzc .navbar-nav .nav-link.show,
.navbar-light-mzc .navbar-nav .nav-link.active {
  color: rgba(248, 248, 246); 
  border-bottom: 3px solid #3CA0FF;
  width: 110px;
}

.navbar-light-mzc .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light-mzc .navbar-toggler-icon {
  background-image: url("../img/icon-toggle.svg");
 }

.navbar-light-mzc .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light-mzc .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light-mzc .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }


/* nav redes sociais */
.nav-link-mzc {
  color: #1E69FA;
  display: block;
  padding: 0.5rem 0.5rem; }
  .nav-link-mzc:hover, .nav-link-mzc:focus {
    color: #6c757d;
    text-decoration: none; }
  .nav-link-mzc.disabled {
    color: #6c757d; }



/*=========================================================*/

#wrapper {
  padding: 90px 15px; }

.navbar-expand-lg .navbar-nav.side-nav {
  flex-direction: column; 
}

.header-top {
  box-shadow: 0 3px 5px rgba(3, 43, 53, 0.1);
  border-bottom: 3px solid #1E69FA; 
}


.leftmenutrigger {
  display: none; }

@media (min-width: 992px) {
  .leftmenutrigger {
    display: block;
    display: block;
    margin: 7px 20px 4px 0;
    cursor: pointer; }
  #wrapper {
    padding: 90px 15px 15px 15px; }
  .navbar-nav.side-nav.open {
    left: 0; }
  .navbar-nav.side-nav {
    background: #1A57CC;
    box-shadow: 2px 1px 2px rgba(199, 69, 69, 0.1);
    position: fixed;
    top: 88px;
    flex-direction: column !important;
    left: -820px;
    width: 800px;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px; } }

.animate {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.main-area {
    margin-top: 1px;
 /*margin-top: 94px;*/ /* margin-top: 1px; 74px; */
}
 


.text-nav-primary {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #f0f0f0;
  text-transform: uppercase; }

.text-nav-secondary {
  font-family: 'Roboto', sans-serif;
  font-weight: 00;
  font-size: 16px; }

/*======================== HOME ==================================*/
/* Navbar */
/*
.bg-navbar {
  background: #f8f8f8 !important;
  border-bottom: 3px solid #117d99; 
}

.navbar-nav > li > a {
  color: #117d99 !important; }


.navbar-brand {
  margin-left: -8rem !important;
}
*/
.bg-icon {
  color: #1E69FA;
  margin: 10px 10px 10px 10px;
  transition: 1s ease-in-out;
  font-size: 1.2rem; }

.bg-icon:hover {
  color: #1A57CC;
  transition: 1s ease-in-out; }

.bg-mzc-2 {
  background: #1E69FA; }
  
.bg-mzc-2:hover {
  background: #1A57CC; }  
  

.bg-mzc-3 {
  background: #1A57CC; }

/*======================== MAIN AREA ==================================*/
.card-category {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #1A57CC;
  border-radius: 5px;
  -webkit-transition: .2s;
  transition: .2s; }

.card-category:hover {
  color: #fff;
  background: #1E69FA;
  border-radius: 5px; }

.no-gutters {
  margin-left: 0px;
  margin-right: 0; }

.home-without-feature .left-side-summary-wrapper {
  position: absolute;
  width: 100%;
  height: calc(100% - 4px); }

@media (min-width: 768px) {
  .home-without-feature .left-side-summary-wrapper {
    width: calc(100% - 4px);
    height: 100%; } }

.home-without-feature .right-side-summary-wrapper {
  width: 100%;
  height: calc(100% - 4px);
  position: absolute; }

.home-without-feature .tall {
  height: 360px; }

@media (min-width: 768px) {
  .home-without-feature .tall {
    height: 480px; } }

@media (min-width: 992px) {
  .home-without-feature .tall {
    height: 600px; } }

.home-without-feature .not-tall {
  height: 360px; }

@media (min-width: 768px) {
  .home-without-feature .not-tall {
    height: 240px; } }

@media (min-width: 992px) {
  .home-without-feature .not-tall {
    height: 300px; } }

.home-without-feature .image-summary {
  position: absolute;
  height: 100%;
  width: 100%; }

.home-without-feature .image-summary h4 a {
  color: white !important; }

.home-without-feature .texts {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 30;
  color: white !important; }

.home-without-feature .meta a {
  color: white;
  border-bottom: 3px solid #FFD400; }

.home-without-feature a.label {
  color: white !important; }

.home-without-feature a.label:hover {
  color: #222 !important; }

.home-without-feature .faded-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.home-without-feature .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center center;
  background-size: cover; }

.home-without-feature .right-side-summary-wrapper {
  width: 100%;
  height: calc(100% - 4px);
  position: absolute; }

/*======================== SPOTLIGHT AREA ==================================*/
.line-mzc {
  background: #1E69FA;
  border-radius: 3px;
  width: 100%;
  height: 10px;
  line-height: 50px; }

.spotlight-link {
  color: #000;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; 
  font-weight: 400;
}




.spotlight-link h4 {
  font-size: 1.4rem; 
 
}

.related-link {
  color: #000;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; 
  font-weight: 400;
  font-size: 1.2rem; 
}

.category i {
  color: #117d99; }

.category span {
  color: #117d99; }

h2 .title-area {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  color: #1E69FA;
}


/*======================== BANNER AD AREA ==================================*/
.banner-ad {
  width: auto;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  background: #117d99; }

/*======================== BANNER AD AREA ==================================*/
.text-high-2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase; }

.highlight {
  width: auto;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  background: #1E69FA;
  border-radius: 5px; }

/*======================== ABOUT EDITORIAL DEPARTMENT AREA ==================================*/
.editorial-department {
  height: auto; }

.about-editorial-department {
  width: auto;
  height: auto;
  /*163px*/
  padding: 20px 20px 20px 20px;
  text-transform: uppercase;
  color: #fff;
  background: #1A57CC; }

.text-slide {
  text-transform: capitalize;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

 /*
h2 {
  position: relative;
  width: 20px;
  text-align: center;
  line-height: 0.1em;
  margin: 10px 0 20px; }

h2:after {
  z-index: -1;
  position: absolute;*/
  /* Change "right: 0" to "left: 0" for left side line */
  /*right: 0;
  content: '';
  width: 50%;
  border-bottom: 6px solid #000; }

h2 span {
  background: #fff;
  padding: 0 5px; }
*/


.scrollspySite {
  position: relative;
  overflow: auto;
  height: 340px; }

.row {
  margin: 0; }

.form-control {
  width: 100%;
  box-shadow: none; }

/* GERAL */
.activity-title {
  color: #3CA0FF;
  font-size: 20px; }

a {
  color: #1E69FA;
  font-weight: 500;
  background: none;
  -webkit-transition: .2s;
  transition: .2s; 
 /* word-wrap: break-word; */
}

  

h3 {
  font-size: 1.5rem; }

a:hover {
  text-decoration: none;
  color: #1A57CC;
  background: none; }

a:active {
  text-decoration: none;
  color: #1A57CC;
  background: none; }

body {
  font-family: "Roboto", sans-serif; 
  font-weight: 400; 
  color: #333333;

}

/*.mega-menu {
  width: 800px;
  overflow: hidden;
  padding: 10px;
}

.mega-menu a{text-decoration: none; color: cadetblue;}
.mega-menu .sub-menu-heading{ color: darkcyan;}
@media(max-width:500px){
	.mega-menu{width: 300px;}
} */
/* FOOTER HOME */
.credit {
  color: #fafafa;
  text-align: center;
  padding: 5px;
  font-size: 12px; }

.credit p {
  margin: 10px; }

.info {
  color: #fafafa;
  font-size: 12px;
  padding: 40px;
  text-align: center;
  font-weight: bold; }

.info i {
  color: #fafafa; }

.info span {
  color: #fafafa; }

/* NOSSOS NUMEROS HOME */
.our-number {
  padding-top: 80px;
  text-align: center;
  font-size: 18px;
  color: #117d99; }

.our-number h4 {
  font-size: 20px;
  font-weight: bold; }

.our-number span {
  font-size: 15px; }

.numer-contador {
  font-size: 25px; }

/* PERSONALIDADES DO MES HOME */
.personality {
  padding: 10px;
  background-color: #e9ecef;
  color: black;
  text-align: justify; }

.personality h4 {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  margin: 10px; }

.personality h6 {
  font-size: 13px;
  text-align: center;
  margin: 10px; }

.personality p {
  font-size: 15px; }

.personality img {
  width: 120px;
  height: 120px;
  border-radius: 80%;
  display: block;
  margin: -20px 90px;
  position: relative;
  z-index: 2; }

.personality-title h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 25px;
  margin: 60px; }

/* IMAGEM DO HEADER EM ATIVIDADES PEDAGÓGICAS */
#promo {
  text-align: center;
  height: 280px;
  background: url(http://novosalunos.com.br/wp-content/uploads/2016/10/ClickBaba-750x410.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px; }

.site-section {
  text-align: center;
  padding: 50px 0 60px; }

.activities h4 {
  font-size: 17px;
  font-weight: 900; }

.activities h6 {
  font-size: 13px;
  font-weight: 900; }

.activities.card-text p {
  font-size: 15px; }

.card {
  border: none; }

.card-footer.post {
  float: left; }

.card-text {
  font-size: 18px; }

/*
.author {
  border: 1px solid #085669;
  border-radius: 5px; } */

 

  .list-author a {
    border: 1px solid #085669;
    border-radius: 5px;
    padding: 4px;
  }
.category-list {
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 10px 10px 0px;
  color: #1A57CC;
  border: 1px solid #1E69FA;
  border-radius: 5px; }

.category-list:hover {
  color: #fff;
  background: #1E69FA;
  border-radius: 5px; }

.card i {
  cursor: pointer;
  color: #fafafa; 
}

.fas i {
  position: absolute; }

.facebook {
  background: #204385; }

.facebook:hover {
  background: #17356d; }

.instagram {
  background: purple; }

.instagram:hover {
  background: #5c025c; }

.gmail {
  background: #b44012; }

.gmail:hover {
  background: #92320d; }

.pinterest {
  background: #9e231f; }

.pinterest:hover {
  background: #7c1915; }

.linkedin {
  background: #374d75; }

.linkedin:hover {
  background: #2a3d5f; }

.tumblr {
  background: #4d596e; }

.tumblr:hover {
  background: #3d4758; }

.youtube {
  background: red; }

.youtube:hover {
  background: #aa0202; }

.twitter {
  background: #2aa9e0; }

.twitter:hover {
  background: #1b87b6; }

.mc0 {
  background: #f8f8f8; }

.mc01 {
  background: #f8f8f8;
  border-bottom: 3px solid #117d99; }

.mc02 {
  background: #117d99; }

.mc03 {
  background: #08566a; }

.mc04 {
  background: #dadada; }

.mc0footer1 {
  background: #231F20; }

.mc0footer2 {
  background: #1a1a1a; }


/*busca az*/
.az {
  color: #117d99;
  text-align: center;
  transition: ease-in 0.2s; }

.az:hover {
  color: #fff;
  background: #117d99;
  padding-top: 5px;
  padding-left: 9px;
  padding-bottom: 5px;
  border-radius: 5px;
  text-align: center; }

.az.active {
  color: #fff;
  background: #117d99;
  padding-top: 5px;
  padding-left: 9px;
  padding-bottom: 5px;
  border-radius: 5px;
  text-align: center; }

.az:active {
  color: #fff;
  background: #117d99; }

.search-subtitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: 10px;
  border-bottom: 4px solid #117d99;
  padding-bottom: 20px;
  /* muda o espaçamento entre os elementos */ }

/* PERSONALIDADES DO MES PAGE */
.card.conteudo {
  margin-left: 70px;
  max-width: 60%; }

.social-networks i {
  color: #73a935; }

.intro {
  padding-bottom: 0px;
  border-bottom: 1px solid #e6e6e6; }

.intro h1 {
  font-size: 30px; }

.card-bord p {
  padding: 10px;
  margin: 5px;
  text-align: center; }

.card-bord strong {
  font-weight: 700;
  color: #117d99; }

.card-header {
  font-size: 16px;
  text-align: center;
  background-color: #117d99;
  border-color: #117d99;
  color: #e6e6e6; }

.credit-info {
  color: grey; }

.credit-info .author {
  font-size: 13px;
  margin-bottom: 4px; }

.credit-info .date-update {
  font-size: 12px; }

.article-content {
  margin-bottom: 60px; }

.article-content h2 {
  margin: 30px 0px 30px 0px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase; }

/* QUIZ */
.card-quiz {
  width: 100%;
  height: 150px;
  margin-left: auto;
  left: auto;
  right: auto; }

.quiz {
  text-align: center;
  width: 100;
  margin-bottom: 80px; }

.quiz .card-subtitle {
  color: #117d99; }

.quiz .text-white {
  margin-top: 15px;
  font-size: 18px;
  text-align: center; }

.quiz .card-subtitle {
  font-size: 18px;
  margin-top: 20px; }

.quiz .fas {
  margin-top: 40px;
  color: #ffffff; }

.bg-color1 {
  background-color: #117d99 !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color1:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

.bg-color2 {
  background-color: #117d99 !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color2:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

.bg-color3 {
  background-color: #117d99 !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color3:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

.bg-color4 {
  background-color: #117d99 !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color4:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

.bg-color5 {
  background-color: #4db6ac !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color5:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

.bg-color6 {
  background-color: #ffd54f !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color6:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

.bg-color7 {
  background-color: #f57f17 !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color7:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

.bg-color8 {
  background-color: #4fc3f7 !important;
  height: 210px;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px; }

.bg-color8:hover {
  box-shadow: 0px 0px 10px #535353;
  z-index: 50; }

/*===============================================================*/
.box {
  width: 300px;
  height: 50px;
  margin-left: -150px;
  margin-top: -5px; }

.container-2 {
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative; }

.container-2 input#search {
  width: 50px;
  height: 50px;
  border: none;
  font-size: 10pt;
  float: right;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5rem;
  color: #fafafa;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease; }

.container-2 input#search::-webkit-input-placeholder {
  color: #428a9c; }

.container-2 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #428a9c; }

.container-2 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #428a9c; }

.container-2 input#search:-ms-input-placeholder {
  color: #428a9c; }

.container-2 .icon {
  position: absolute;
  top: 50%;
  margin-left: 16.8rem;
  margin-top: 12px;
  z-index: 1;
  color: #dadada; }

.container-2 input#search:focus, .container-2 input#search:active {
  outline: none;
  width: 300px; }

.container-2:hover input#search {
  width: 300px; }

.container-2:hover .icon {
  color: #93a2ad; }

/*-------------------------------------------------------*/
.box1 {
  width: 300px;
  height: 50px;
  margin-left: -50px;
  margin-top: -5px; }

.container-3 {
  width: 300px;
  display: block;
  position: relative; }

.container-3 input#search1 {
  width: 280px;
  height: 50px;
  border: none;
  font-size: 10pt;
  float: right;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5rem;
  color: #fafafa;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease; }

.container-3 input#search1::-webkit-input-placeholder {
  color: #428a9c; }

.container-3 input#search1:-moz-placeholder {
  /* Firefox 18- */
  color: #428a9c; }

.container-3 input#search1::-moz-placeholder {
  /* Firefox 19+ */
  color: #428a9c; }

.container-3 input#search1:-ms-input-placeholder {
  color: #428a9c; }

.container-3 .icon {
  position: absolute;
  top: 50%;
  margin-left: 16.8rem;
  margin-top: 12px;
  z-index: 1;
  color: #dadada; }

.container-3 input#search1:focus, .container-2 input#search1:active {
  outline: none;
  width: 280px; }

.container-3:hover input#search1 {
  width: 280px; }

.container-3:hover .icon {
  color: #93a2ad; }

/* Parte de Busca index*/
.input-group {
  margin-top: 13px; }

.btn-outline-secondary {
  color: #fff;
  background: #1A57CC;
  border-color: #1A57CC; }

.btn-outline-secondary:hover {
  color: #fff;
  background: #1E69FA;
  border-color: #1E69FA; }

.btn-outline-secondary:active {
  color: #fff;
  background: #1E69FA; }

.btn {
  padding: 0.420rem 0.75rem; }

/* Container subseção*/
.fa-2x {
  font-size: 1.5em !important; }

.type {
  font-size: 0.9em !important; }

.card {
  margin-bottom: 60px;
  width: 300px; }

/*seção de personalidades interna*/
dd {
  text-align: right;
  padding: 10px;
  margin-top: -10; }

/* ABOUT SEÇÃO*/
.about {
  padding: 20px 10px 10px 10px; }

/*categoria*/
.categoria h5 {
  color: #117d99;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 1rem !important; }

.categoria .card {
  border: 1px solid #f8f8f8 !important; }

.activ {
  height: 280px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  width: 100%; }

.card-footer {
  background: #3CA0FF;
  color: #fff;
  text-transform: uppercase; }

.text-muted {
  color: #1E69FA !important;
  font-size: 0.8rem !important;
  font-weight: 600; }

/*error*/
.error h1 {
  font-size: 60px;
  color: #bd1414;
  font-weight: 900; }

.error1 h1 {
  font-size: 60px;
  color: #494949 !important;
  font-weight: 900; }

.error2 h1 {
  font-size: 60px;
  color: #dfc348 !important;
  font-weight: 900; }

/*TEAM SEÇÃO*/
.team {
  background: #e9ecef;
  padding: 20px 10px 10px 10px; }

.team img {
  width: 140px;
  height: 140px;
  border: 2px solid transparent;
  border-radius: 100%; }

.team h5 {
  color: #117d99;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 1.2rem; }

.team p {
  font-weight: 900;
  font-size: 1.2rem;
  margin-top: 10px; }

.perfil {
  text-align: center;
  margin-bottom: 30px; }

.texto {
  margin-bottom: 25px; }

/*activities seção*/
.social-networks {
  margin-top: -10px; }

/*searchz seção*/
.list-group-item {
  padding: 0.75rem 2rem; }

/*categoria*/
.categoria {
  background: #e6e6e6; }

.categoria h5 {
  color: #117d99;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 0.9rem !important; }

.material-icons {
  color: #1E69FA; }

.categoria .card {
  border: 1px solid #117d99; }

.fas {
  margin: 5px; }

.activ {
  height: 280px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  width: 100%; }

.card-footer {
  background: #1E69FA;
  color: #fff;
  text-transform: uppercase; }

/*error*/
.error h1 {
  font-size: 60px;
  color: #bd1414;
  font-weight: 900; }

.error1 h1 {
  font-size: 60px;
  color: #494949 !important;
  font-weight: 900; }

.error2 h1 {
  font-size: 60px;
  color: #dfc348 !important;
  font-weight: 900; }

/* PAGE INTERNAL QUIZ */
.form-color {
  background-color: #f8f8f8;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: 1px solid #ccc;
  width: 95%;
  display: flex;
  position: relative;
  color: black; }

.form-color:hover {
  background: #f4f4f4;
  border: 1px solid none;
  color: #313131; }

.form-check-inline {
  width: 100%;
  left: auto;
  right: auto; }

.form-group {
  margin-bottom: 50px;
  margin-top: 50px;
  height: 100%; }

.bottom-buttonOrg {
  margin-bottom: 100px; }

.social {
  height: 1.9rem;
  line-height: 1.9rem;
  float: left; }

.social1 {
  height: 1.9rem;
  line-height: 1.9rem;
  float: left; }

.bg-icon1 {
  color: #1E69FA;
  margin: 10px 10px 10px 10px;
  transition: 1s ease-in-out;
  font-size: 1.2rem; }

.bg-icon1:hover {
  color: #1A57CC;
  transition: 1s ease-in-out; }

.custom-select {
  background: none;
  border: none;
  color: #fff; }

.user {
  width: 5rem;
  height: auto; }

.user-about {
  width: 5rem;
  height: 5rem;
  border-radius: 36rem; }

.user-about1 {
  width: 5rem;
  height: 5rem;
  float: left; }

.specialBanner {
  background: #72939b;
  width: 100%;
  background-size: cover;
  height: 400px; }

.card-body {
  padding: none; }

.card-footer {
  background: #1E69FA; }

.fume {
  background-image: linear-gradient(to bottom, transparent, #313131);
  z-index: 2;
  /* background-image:url('http://i65.tinypic.com/adduko.png'); */
  background-repeat: repeat;
  border-radius: 5px; }

.text-down {
  margin-top: 14rem; }

.text-down1 {
  margin-top: 4rem; }

.text-high {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #1E69FA;
  text-transform: uppercase; }

.text-high1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase; }

.text-high2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase; }



.top {
  margin-top: -1rem; }

.post-info {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #3c4649;
  /*float: left; */
}

.post-info1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #08566a;
  float: left; }

.text-post1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px; }

.whodoes-text {
  padding-left: 10px; }

.text-main {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #08566a;
  text-transform: uppercase; }

.text-main1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px; }

.text-footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1E69FA;
  text-transform: uppercase; }
  
#footer-box .nav-link{
  font-size: 16px;
} 

.text-footer1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 10px;
  text-transform: uppercase; }

.text-footer3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1E69FA;
  text-transform: uppercase; }

.user-box {
  float: left; }

.footer-box {
  margin-top: -20px; }

.coopyright {
  float: left; }

.tagcloud01 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.tagcloud01 ul li {
  display: inline-block;
  margin: 0 .3em .3em 0;
  padding: 0; }

.tagcloud01 ul li a {
  display: inline-block;
  max-width: 100px;
  height: 28px;
  line-height: 28px;
  padding: 0 1em;
  background-color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; }

.tagcloud01 ul li a:hover {
  background-color: #1E69FA;
  color: #fff; }

.back {
  width: 100%;
  height: 500px;
  background: #032b35; }

/*
.pen .navbar-toggle {
	border: none;
	background: transparent !important;
}

.pen .navbar-toggle:hover {
	background: transparent !important;
}

.pen .navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
*/
/* ANIMATED X */
/*
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

*/
/* ANIMATED X COLLAPSED */
/*
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

*/
/* END ANIMATED X */
/* FORCE NAVBAR-TOGGLE */
/*
.pen .navbar-header {
	float: none;
}

.pen .navbar-toggle {
	display: block;
}

.pen .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.pen .navbar-collapse.collapse {
	display: none !important;
}

.pen .navbar-nav {
	float: none !important;
	margin: 7.5px -15px;
}

.pen .navbar-nav > li {
	float: none;
}

.pen .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pen .navbar-collapse.collapse.in {
	display: block !important;
}

.pen .navbar-brand {
  font-size:14px;
}

*/
.pagination__list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

/*
=====
LEVEL 1. CORE COMPONENT STYLES
=====
*/
.pagination {
  --uiPaginationAlign: var(--paginationAlign);
  --uiPaginationArrowSize: var(--paginationArrowSize, 22px);
  --uiPaginationFontSize: var(--paginationFontSize);
  font-size: var(--uiPaginationFontSize); }

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--uiPaginationAlign); }

.pagination__item:not(.pagination__control_prev):not(.pagination__item_active) {
  padding-left: .5em; }

.pagination__item:not(.pagination__control_next):not(.pagination__item_active) {
  padding-right: .5em; }

.pagination__item {
  display: inline-block;
  line-height: 1; }

.pagination__control {
  position: relative; }

.pagination__control:before, .pagination__control:after {
  font-size: var(--uiPaginationArrowSize);
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.pagination__control_prev {
  padding-left: calc(var(--uiPaginationArrowSize) + 5px); }

.pagination__control_prev:before {
  content: "←";
  left: 0; }

.pagination__control_next {
  padding-right: calc(var(--uiPaginationArrowSize) + 5px); }

.pagination__control_next:after {
  content: "→";
  right: 0; }

.pagination__item_active {
  padding: .5875em .8em;
  margin-right: .5em;
  margin-left: .5em;
  background: #1A57CC;
  padding: 5px 10px 5px 10px;
  color: #fff; }

.left-m0 {
  margin-left: -13rem; }

.left-m0-main {
  margin-left: -1.5rem; }

.left {
  margin-left: -1.3rem; }

@media (max-width: 2560px) {
  .text-down {
    margin-top: 20rem !important; }
  .text-down .card-category {
    font-size: 25px !important; }
  .text-down h1 {
    font-size: 70px !important; }
  .text-down1 {
    margin-top: 8rem !important; }
  .text-down1 h4 {
    font-size: 26px !important; }
  .text-down1 .card-category {
    font-size: 20px !important; } }

@media (max-width: 1980px) {
  .text-down {
    margin-top: 16rem !important; }
  .text-down h1 {
    font-size: 35px !important; }
  .text-down1 {
    margin-top: 6rem !important; }
  .text-down1 h4 {
    font-size: 22px !important; }
  .text-down1 .card-category {
    font-size: 15px !important; } }

@media (max-width: 1440px) {
  .text-down {
    margin-top: 14rem !important; }
  .text-down .card-category {
    font-size: 15px !important; }
  .text-down h1 {
    font-size: 45px !important; }
  .text-down1 {
    margin-top: 4rem !important; }
  .text-down1 h4 {
    font-size: 20px !important; }
  .text-down1 .card-category {
    font-size: 12px !important; } }

@media (max-width: 1280px) {
  .text-down {
    margin-top: 10rem !important; }
  .text-down .card-category {
    font-size: 15px !important; }
  .text-down h1 {
    font-size: 32px !important; }
  .text-down1 {
    margin-top: 3rem !important; }
  .text-down1 h4 {
    font-size: 16px !important; }
  .text-down1 .card-category {
    font-size: 12px !important; } }

@media (max-width: 1024px) {
  .left-m0 {
    margin-left: -10rem !important; }
  .text-down {
    margin-top: 10rem !important; }
  .text-down h1 {
    font-size: 23px !important; }
  .text-down1 {
    margin-top: 2rem !important; }
  .text-down1 h4 {
    font-size: 14px !important; }
  .text-down1 .card-category {
    font-size: 10px !important; }
  .pagination__list {
    margin-left: -3rem !important; } }

@media (max-width: 991px) {
  #promo {
    padding: 100px; } }

@media (max-width: 768px) {
  .left-m0 {
    margin-left: 0rem !important;
    height: 30px !important; }
  .text-down {
    margin-top: 6rem !important; }
  .text-down h1 {
    font-size: 16px !important; }
  .text-down1 {
    margin-top: 0.5rem !important; }
  .text-down1 h4 {
    font-size: 10px !important; }
  .text-down1 .card-category {
    font-size: 8px !important; }
  .pagination__list {
    margin-left: -7rem !important; } }

@media (max-width: 425px) {
  .left-m0-main {
    margin-left: 0rem !important; }
  .social {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
  .text-down {
    margin-top: 1rem !important; }
  .social1 {
    margin-top: 10px !important;
    height: auto !important; }
  .text-down .card-category {
    font-size: 10px !important; }
  .text-down1 {
    margin-top: 0.5rem !important; }
  .text-down1 h4 {
    font-size: 16px !important; }
  .text-down1 .card-category {
    font-size: 10px !important; } }

@media (max-width: 414px) {
  .left-m0-main {
    margin-left: 0rem !important; }
  .social {
    margin-top: 20px !important; }
  .social1 {
    margin-top: 10px !important;
    height: auto !important; }
  .pagination__list {
    margin-left: 0rem !important; } }

@media (max-width: 375px) {
  .left-m0-main {
    margin-left: 0rem !important; }
  .pagination__list {
    margin-left: 0rem !important; }
  .social1 {
    margin-top: 30px !important;
    height: auto !important; } }

@media (max-width: 320px) {
  .left-m0-main {
    margin-left: 0rem !important; }
  .social {
    margin-top: 25px !important;
    height: 20px !important; }
  .social1 {
    margin-top: 30px !important;
    height: auto !important; }
  .bg-icon {
    font-size: 0.4rem; }
  .bg-icon1 {
    font-size: 0.6rem; } }


/* webstories */
#webstories {
  padding: 35px 0;
}


#webstories article {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  white-space: initial;
  width: 100%;
}

#webstories article img {
  height: auto;
  width: 100%;
}

#webstories article .content {
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  position: absolute;
  right: 0;
}

.filter-webstories #webstories .webstories-list a article h2 {
  font-size: 1.6rem;
}

#webstories article h2 {
  background: #1A57CC;
  box-shadow: 0 0 0 8px #1A57CC;
  color: #fff;
  display: inline;
  font-size: 1rem;
  line-height: 2.3rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#webstories article label {
  color: #000!important;
  display: inline-block;
  font-family: fuguemono;
  font-size: .85em;
  margin: 18px 0 0 -8px;
  padding: 1px 4px;
  text-transform: uppercase;
}

.thumb {
  display: block;
  position: relative;
}

.web-stories-list__archive-link a {
  color: white;
}