/* CSS Document */

*:focus {
	outline:none !important;
}
html, body {
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	background:#0C5852 url(bg.png) no-repeat;
	background-size: 2000px;
	background-position: 80% 0%;
	font-size:16px;
	font-weight:400;
}
h1, h2, h3, h4 {
	font-weight:400;
}
h1 {
	font-size:60px;
	font-weight:300;
	margin:0 0 0.5em 0;
	color:#f0b537;
}

h3 {
	font-size:20px;
}
h4 a {
	text-decoration:none;
}
a {
	color:#f0b537;
	text-decoration:underline;
}
a[role="button"] {
    color:#fff;
}
h4 a[role="button"] {
    color:#000;
}

hr {
	border-color:#fff;
}
label {
	font-size:14px;
	text-transform:uppercase;
}
p:last-child {
	margin-bottom:0;
}
ol, ul {
	margin-bottom:20px;
}
li {
	margin-bottom:10px;
}
[role="button"] {
	padding:0 5px 0 0;
	display:inline-block;
}
label.disabled {
    opacity:0.5;
}
.opcao-contribuicao {
    width: 50%;
    display: flex;
    flex: 1;
}
.tipo-contribuicao {
    display: flex;
    flex: 1;
    align-items: start;
    position: relative;
    padding: 10px 0;
    margin: 0;
    /*border: 1px solid #204d74;*/
    border-bottom: none;
    /*background: rgba(32,77,116,0.4);*/
}
.tipo-contribuicao.ativo {
    /*background: #204d74;*/
}
.tipo-contribuicao span {
    padding: 0 0 0 5px !important;
}
#valor, #percentual {
    margin: -15px 0 15px 0;
    padding: 15px 0;
    /*border: 1px solid #204d74;*/
    /*background: rgba(32,77,116,0.1);*/
}

.btn {
	border:none;
	padding:7px 13px;
	text-decoration:none;
}
.btn-primary, .btn-primary[disabled]:hover {
	background-color:#00539f;
}
.btn-success {
	background-color:#179145;
}
.btn-warning {
	background-color:#f3c66d;
}
.small {
    font-size: 90%;
    line-height: 1.2;
}
/*.hide {
	display:block !important;
	opacity:0;
}*/
.popover {
	width:275px;
	color:#666;
}
.form-control {
	font-size:16px;
	border:none;
}
.form-control[readonly] {
	background-color:rgba(255,255,255,0.6);
}
.container {
	position:relative;
	color:#fff;
}
.panel-group:last-child {
	margin-bottom:0;
}

#contribuicao {
	width:58px;
	margin-right:5px;
	float:left;
}
#contribuicao-valor {
    width: 130px;
}
#aviso {
    position: absolute;
    left: 16px;
	color: #f0b537;
}

.box {
	padding: 14px;
	max-width: 769px;
	margin: 0 auto;
	font-size: 14px;
}

.header {
	display: flex;
	padding: 2rem 20%;
	justify-content: space-between;
	align-items: center;
}

.header-logos {
	display: flex;
	gap: 3rem;
}

.logo-2 {
	width: 15rem;
}

.logo {
	width: 150px;
    height: 39px;
}

.header-buttons-container {
	display: flex;
	gap: 1rem;
	text-align: center;
	height: 5rem;
}

.header-button {
	display: flex;
	align-items: center;
	padding: 0 2rem;
	color: #fff !important;
	background-color: rgb(254, 164, 95);
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none !important;
}
.header-button:hover {
	background-color: rgb(234, 176, 130);
}


.mobile-separator {
	display: none;
}

@media screen and (min-width: 769px) {
	.box {
		padding: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.box {
		position: absolute;
		top: 420px;
		right: -2%;
	}

	.box__paragraph {
		text-align: right;
	}

	.box > a {
		float: right;
	}
}

@media screen and (min-width: 1200px) {
	.box {
		right: 5%;
	}
}

@media screen and (min-width: 1400px) {
	.box {
		right: 10%;
	}
}

@media screen and (min-width: 1600px) {
	.box {
		right: 15%;
	}
}









@media screen and (max-width:768px) {
	.logo {
		top:20px;
		left:20px;
	}
	h1 {
		font-size:35px;
	}
	h1::before {
		left:0;
	}
	h3 {
		font-size:20px;
	}
	.text-right {
		text-align:left!important;
	}
	.container {
		top:auto;
		transform:none;
	}
	.col-md-5 {
		margin-left:0!important;
	}
	.side-img {
		left: 20rem;
	}

	.header {
		padding: 2rem;
	}
	.logo, .logo-2 {
		width: 12rem;
	}
	.mobile-separator {
		display: block;
	}
}

@media screen and (max-width: 560px) {
	.logo, .logo-2 {
		width: 10rem;
		height: 5rem;
	}
	.header {
		padding: 2rem 0.5rem;
	}
}

@media screen and (max-width: 450px) {
	.logo, .logo-2 {
		width: 8rem;
		height: 3rem;
	}
}