body{
  font-family: 'Rubik', sans-serif, 0.5em;
  margin: 0;
  padding: 0;
  /* background: #f7f9f7; */
  background: #FFFFFF;
}

.newspaper_icon{
  font-size: 200%;
  float: left;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #04d107;
  padding-top: 2px;
  padding-left: 1px;
}

.membros-icon{
  font-size: 300%;
  color: #04d107;
}

.perfil-icon{
  font-size: 450%;
  color: #04d107;
}


.newspaper_icon:hover{
cursor: default;
}

.sobre_icons{
  width: 45px;
  float: left;
  display: grid;
  color: #04d107;
  padding-top:2px;
  padding-left: 0;
  padding-right: 0%;
  font-size:200%;
}

.card{
  background: none;
  border: none;
}

.card-title{
  color:#111111;
  font-size: 22px;
}

.card-title a{
  color:#111111;
  transition: all ease-in-out 260ms;
}

.card-title a:hover{
  text-decoration: none;
  text-shadow: 2px 0px black;
  color: #04d107;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.my-paddingTop{
  padding-top: 60px;
}

.searchbar{
height: 45px;
width: 90%;
background-color: #262626;
border-radius: 20px;
padding: 2px;
}

.search-input{
color: white;
border: none;
background: none;
width: 85%;
padding-left: 2px;
padding-top: 0;
line-height: 42px;
}

.search_icon:hover{
color: #04d107;
}

.search_icon{
height: 25px;
width: 25px;
float: right;
display: grid;
justify-content: center;
align-items: center;
border-radius: 50%;
color:white;
padding-top: 14px;
padding-right: 8%;
}

.main-title{
  padding-top: 2%;
}

.secondary-title{
  padding-top: 4%;
  padding-bottom: 2%;
}
.my-spacer{
  height: 2%;
  margin: 8% 0% 8%;
  opacity: 0;
}

.my-title{
  font-family: 'Rubik', sans-serif;
}
.green-text{
  color: #04d107;
}
.img450x300 {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 550px;
  border-radius: 1px;
}

a:hover .img450x300 {
  cursor: default;
}

.img-news {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 3px;
}

.img-searched-news {
  position: relative;
  width: 80%;
  height: 120px;
  border-radius: 5px;
}

.img-read-news {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

a .searched-news-title, a .news-title{
  color:#111111;
  transition: all ease-in-out 260ms;
  text-decoration: none;
}

a:hover .searched-news-title, a:hover .news-title{
  text-shadow: 1px 0px black;
  color: #04d107;
  text-decoration: none;
}

#news-title{
  font-weight: 600;
  color:#111111;
}
#news-author{
  text-align: left;
  color:#111111;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 7px;
}
#news-date{
  float: right;
  font-weight: 500;
  margin-bottom: 7px;
}
.news-content{
  overflow-wrap: break-word;
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
}
.searched-news-title{
  font-size: 110%;
  width: 82%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-decoration: none;
  font-weight: 600;
}

.searched-news-content{
  font-size: 95%;
  width: 88%;
  padding-top: 2%;
  padding-bottom: 8%;
  white-space: pre-wrap;
}
/*
#searched-news-author{
  text-align: left;
  color:#111111;
  font-size: 20px;
  padding-bottom: 8%;
}
#searched-news-date{
  padding-left: 18%;
  padding-right: 0%;
  padding-bottom: 8%;
  color:#111111;
  font-size: 16px;
} */

.btnLogin {
	background-color:#262626;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	padding:9px 21px;
	text-decoration:none;
  transition: all ease-in-out 360ms;
}
.btnLogin:hover {
	background-color:#04d107;
  color:#050505;
}
.btnLogin:active {
	position:relative;
	top:1px;
}

.ulrebm{
  list-style: none;
  margin-bottom:0px;
}

.logo-membro{
  width: 100%;
  max-width: 400px;
  max-height: 250px;
}

.video-player{
  width: 100%    !important;
  height: auto   !important;
  min-height: 315px !important;
  max-width: 560px !important;
}

a:hover{
  text-decoration: none;
}

#loading-imageInicio{
  width: 30px;
  height: 30px;
  display: none;
  margin-left: 35%;
}
