body{
	background:white;
}
#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;
}
a{
	color: white;
	text-decoration: none;
	
}
li{
	list-style: none;
	display: flex;
	padding: 2px 20px;
	margin-left:20px;
}
#liMenu{
	display: flex;
	font-family: 'Open Sans', sans-serif;
}
#pai{
	display: flex;
	width: 90%;
	height: 300px;
	margin-top: 15px;
	margin-left: 5%;
}
#centro1{
	width:100%;
	height:325px;
	background: #B22222;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	color: white;
	border-radius: 13px;
}
#pai2{
	height:400px;
	width:100%;
	margin-top:-50px;
	display:flex;
}
.divs4{
	width:22%;
	height:350px;
	border-radius: 20px;
	border: 2.5px solid rgb(197, 195, 195);
	margin-left:2.3%;
	background: rgb(212, 211, 211);

}
.titulosH3{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color: black;
	padding-top:3px;
	font-size: 20px;
	font-weight: bolder;	
}
.safeImagens{
	width:130px;
	height:130px;
	padding-top:30px;
	padding-left:83px;
	display: flex;
	border-radius:5px;
}
.texto{
	font-family: 'Open Sans', sans-serif;
	color: black;
	text-align: center;
	font-size: 13px;
	width: 80%;
	padding-left: 10%;
}
#bottom{
	background:rgb(0, 0, 0);
	height:60px;
	margin-top: 5px;
	text-align: right;
	padding-right:25px;
	padding-top: 20px;	
	font-size: 13px;
	color: black;
	font-family: 'Open Sans', sans-serif;
}
strong{
    color: rgb(77, 7, 7);
}
.btn{
    transition: 1s;
    width:150px;
    height:40px;
    color:rgb(153, 15, 15);
    font-size:14px;
    border-radius:10px;
    margin-left:70px;
    margin-top:15px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	border: 2px solid rgb(153, 15, 15);;
}
.btn:hover{
    transition: 1s;
    background: #B22222;
	border-radius:10px;
	color: black;
}