/* 	* {
 font-family: RobotoCondensed-Light !important;
	} */
 
#containerGallery {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-content: flex-start;
     text-align:center;
}

/*  div#containerGallery > div:not(:last-of-type) {
     margin-right:10px;
     margin-bottom:10px;
} */


div#containerGallery > div {
     margin-right:10px;
     margin-bottom:10px;
}

.grayFilter {
     filter: gray;
     -webkit-filter: grayscale(1);
     filter: grayscale(1);
}

div#containerGallery  div p:first-of-type {
   
     font-size: 1.6rem !important;
     letter-spacing: -2px;
     color:#0073BE;
     text-align:center;
     font-weight: bold;
     padding:5px 0px 5px 0px;
     margin-top:5px;
	
}


div#containerGallery  div > p:nth-child(3) {
     text-align:justify;
     padding: 0px 20px 0px 20px;
}

div#containerGallery > div img {
     width:100%;
    border-radius: 30px;
}

div#containerGallery > div {
     max-width:400px;
	 margin: 12px 12px;
}

div#containerGallery img:hover {
     filter: brightness(110%);
     box-shadow: 0 0 0 3px #fff inset;
     outline: 3px solid yellow;
     outline-offset: -2px;
     cursor: pointer;
}


@media screen and (max-width: 700px) {
	
div#containerGallery > div {
     max-width:400px;
	 margin: 0px 0px;
	 margin-bottom:20px;
}
}

 
