body{
    background: white;
    font-family: 'Open Sans', sans-serif;
}
#logo{
	height: 75px;
	padding-left:120px;
	padding-top: 30px;
	background:#000000; 
	font-family: arial;
	color: white;
	font-size: 40px;
	display: flex;
}
#menu{
	font-size: 18px;
	color: white;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
}
a{
	color: white;
	text-decoration: none;
}
li{
	list-style: none;
	display: flex;
	padding: 2px 20px;
    margin-left:20px;
}
#liMenu{
    display: flex;
}
#pai{
    width: 90%;
    height: 600px;
    border-radius:10px;
    margin-left: 5%;
    margin-top:25px;
    display: flex;
    background: rgb(236, 234, 234);
    border:3px solid #B22222;
}
#titulo{
    width:50%;
    height:669px;
    font-size: 18px;
    text-align: center;
    padding-left:12px;
    padding-top: 30px;
    color: black;
}
.imagem{
    float:right;
    width:32%;
    height:500px;
    margin-left:7%;
    margin-top:37px;
    border-radius: 5px;
    border:10px solid #B22222;
}
#texto{
    width: 90%;
    height:370px;
    border-radius:13px;
    margin-left:14%;
    padding-top:10px;
}
#texto2{
    text-align: center;
    width: 80%;
    height:330px;
    margin-left:55px;
    margin-top:25px;
    padding-left:4px;
    font-size: 22px;
}
#pai2{
    width: 100%;
    height: 400px;
    display: flex;
    margin-top: 20px;
    background: rgb(236, 234, 234);
    border-radius:13px;
}
.divs3{
    width: 280px;
    height: 350px;
    background:white;
    text-align: center;
    font-family: monospace;
    font-size:16px;
    color: #B22222;
    border-radius: 10px;
    border:3px solid #B22222;
    margin-left:60px;
    margin-top: 20px;
}
h1::after{
    content:'';
    width:250px;
    height:3px;
    background: #B22222;
    display: block;
    margin-left:29%;
}
.imagensMVV{
    width:110px;
    height: 110px;
    padding-left:5px;
    padding-top:19px;
}
#bottom{
	background:rgb(0, 0, 0);
	height:50px;
	margin-top: 15px;
	text-align: right;
	padding-right:25px;
	padding-top: 20px;	
	font-size: 11px;
	color: white;
	font-family:monospace; 
}
strong{
    color: #B22222;
    font-weight: bold;
}
.pequenoTexto{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size:16px;
    height:43%;
    width:90%;
    margin-top:-15px;
    margin-left: 5%;
    color:black;
    font-weight: bolder;
}
