body{
	background: #e1e0dd;
	font-family: 'Montserrat';
	font-size: 22px;
	color:#9d938c;
	outline-width: 10px;
	    overflow-x: hidden;
}
main{
	/*background-image: url('1744054534-Landing Page - Programa de Indicação.png');*/
	height: 3235px;
}
.container {
    max-width: 1080px;
}
strong {
	font-weight: 700;
}
li::marker {
  color: #a7737c;
  font-size: 34px;
}
footer i{
	color: #dedcda;
}
footer a{
    padding: 12px 0px;
    background: #711f37;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
	margin-left: 10px;
}
.modelo{
	width: 652px;
}
@media screen and (max-width: 1079px) {
.modelo{
 width: inherit!important;
}
}