#name-page{background-image: url('../img/bg_moeda_estrangeira.jpg')}

#moeda_estrangeira{
    margin-bottom: 140px;
}
#moeda_estrangeira h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#0d2128;
    font-size: 14px;
    margin-bottom: 150px;
    line-height: 25px;
}
#moeda_estrangeira h2 span{
    color:#1185d9;
}

/**
 * flexibilidade
 */
#flexibilidade {
    background-image: url('../img/flexibilidade.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top:140px;
    padding-bottom:140px;
}
#flexibilidade h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color:#1185d9;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#flexibilidade h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#FFF;
    font-size: 12px;
    margin-bottom: 60px;
    line-height: 25px;
}
#flexibilidade h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#FFF;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}
#flexibilidade ul{
    display: flex;
    justify-content: space-between;
}
/**
 * compre
 */
#compre{
    background: #1185d9;
}
#compre a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #FFF;
	text-align: center;
	display: inherit;
	padding: 10px 0;
	text-transform: uppercase;
}
/**
 * documentos
 */
#documentos{
    margin-top: 140px;
}
#documentos h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color:#1185d9;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}
#documentos ul{
    padding: 0;
    list-style: none;
}
#documentos li{
    min-height: 200px;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
}
span.quad{
    background-color: #1185d9;
    display: inline-block;
    width: 10px;
    margin: 0;
    height: 10px;
    position: relative;
    top:10px;
    margin-right: 10px;
}
/**
 * leis
 */
 #leis h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#1185d9;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
}
#leis a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border:1px solid #1185d9;
    padding: 10px 20px;
    margin:0;
    margin-bottom: 20px;
    display: block;
    width: 40%;
    color:#0d2128;
}
#leis a span {
	background: url('../img/arrow_politica.png') 0 0 no-repeat;
	width: 6px;
	height: 10px;
	display: block;
	float: right;
	position: relative;
	top: 4px;
}
@media (max-width: 800px) {
    #flexibilidade ul{
        display: inline-block;
        padding: 0;
    }
    #leis a{
        width: 100%;
    }
}