


.logo{

    text-align: center;
    margin-top: 100px;
}

.logo img{
    width: 200px;
}

.intro
{
    text-align: center;
    margin-top: 50px;
}

.intro a 
{
	
	color: #843131;
	text-decoration: none
}

.foto img
{
   
    margin-top: 50px;
    width: 600px;
}


.foto
{
    text-align: center;
}





.mw700
{
    
   margin: 0 auto;
    width: 700px;
    max-width: 100%;
}

.big{
    margin-top: 50px !important;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px !important;
}

.mw-800 {
    width: 800px;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
}

footer {
    background: #843131;
    color: #fff;
    font-size: 13px;
}


@media screen and (max-width: 575.99px) {

	.foto img
	{
		width: 100% !important;
	}
}