#img-main{
	height: 25rem;
}

#div-share{
	text-decoration: none!important;
	border-radius: 2rem;
	height: 0;
	overflow-y: hidden;
	transition: 0.3s all;
	display: flex;
}

#div-share.active{
	border: 2px solid black;
	height: 100%;
	padding: 0.25rem 0.5rem;
	background-color: white;
}

.news-section {
	margin-top: 100px;
}
#div-news {
	font-size: 1.1rem !important;
}

#div-lastest {
	font-size: 1.1rem !important;
}

h3{
	font-size: 1.5rem !important;
}

#div-share:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 0;
	left: 50%;
	margin-left: -0;
  }
  
  #div-share:before {
	border-color: rgba(113, 158, 206, 0);
	border-bottom-color: #719ECE;
	border-width: 0;
	left: 50%;
	margin-left: -0;
  }

#div-share:after,
#div-share:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#div-share:after.active {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

#div-share:before.active {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #719ECE;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}

.share-logo i{
	font-size: 1.65rem;
	color: white;
}

.share-logo .a-twitter{
	padding: 0.3rem 0.4rem;
	border-radius: 50%;
	background-color: turquoise;
}

.share-logo .a-whatsapp{
	padding: 0.3rem 0.4rem;
	border-radius: 50%;
	background-color: lime;
}

.divide-news{
	border: 0.2rem solid lightgray;
}

.related-item{
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

.lastest-items{
	/* cursor: pointer; */
	/* margin-top: 1rem; */
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 0.3rem;
}

.lastest-items:not(:first-child){
	border-top: 2px solid black;
	padding-top: 0.75rem;
}

.link-news{
	color:black!important;
	text-decoration: none!important;
}

pre{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	white-space: pre-line;
}

.img-related{
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.social-media i{
	color: #be1414;
}

.div-support{
	height: 6.5rem;
	max-height: 7rem;
}

@media screen and (max-width: 767px){
	.title-lastest{
		font-size: 1rem;
	}

	.lastest-items{
		font-size: 85%;
		padding-bottom: 3rem;
	}

	.lastest-items:hover{	
		box-shadow: none;
		border-radius: none;
	}


}