


#titlu_sectiune_date_contact{
	text-align : center;
	font-size:2.5em;
	margin-top:20px;
	margin-bottom:20px;
	
	
}	



.date_contact_05110 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*background-color:#afafaf;*/
	padding:20px;
	background: url("../../../images/paper-texture003.jpg");
}

.capete_de_text00121{
	text-decoration:underline; 
	font-weight:bold;
	
}	


.img_src0021{
	border:1px solid #aaaaaa;
	
	
}
  
  
.hover-underline {
  font-size: 2rem;
  color: #222222;
  position: relative;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}

.cell_nr_telefon052151{
	padding-left:80px;
	font-weight:bold;
	
}

/* https://prismic.io/blog/css-hover-effects */
