.Foto1 img{
	width: 100%;
}
.FotoP p{
	font-weight: bold;
    font-size: 22px;
}
.FotoP > .Texto1 {
    display: none;
}
.Texto1 {
	color: black;
    background: #41ea41;
    margin: 0px 0px 20px 0;
    text-align: justify;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
}
/*
.Foto1 .Texto1{
    margin: px;
    font-family: 'Lobster', cursive;
	font-size: 1.1em;
    text-align: center;
    text-align: justify;
    padding: 10px;
}
*/
.Foto1 {
	position: relative;
}
.Foto1:before {
    box-sizing: border-box;
	content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #99af98;
    border: 1px solid black;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s;
}
.Foto1:hover:before {
	width: 100%;
    left: 0;
}
