/* CSS Document */

*:focus {
	outline:none !important;
}
html, body {
	height:100%;
}
body {
	font-family: 'Tahoma', sans-serif;
	background:#D8E5D3;
	background-size: 2000px;
	background-position: 80% 0%;
	font-size:16px;
	font-weight:400;
}
h1, h2, h3, h4 {
	font-weight:400;
}
h1 {
	font-size:45px;
	font-weight:300;
	margin:0 0 0.5em 0;
	color:#26539C;
}

h3 {
	font-size:19px;
}
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:13px;
	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;
    cursor: pointer;
    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:#26539C;
}
.btn-warning {
	background-color:#100F2C;
}
.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:#100F2C;
	padding-top:98px;
}
.panel-group:last-child {
	margin-bottom:0;
}
.logo {
	position:absolute;
	top:40px;
	left:40px;
	width:173px;
	height:57px;
	background-image:url(logo-valia.png);
}
#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;
}
/* new */
.form-group.saldo{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 11px;
}
.form-group.saldo .col-left{
	width: 48%;
}
.form-group.saldo .col-right{
	width: 48%;
}

/* Estilos personalizados para o label do radio button */
.custom-radio-label {
    font-size: 13px; /* Tamanho da fonte */
    font-weight: 700; /* Peso da fonte */
    color: #100F2C; /* Cor do texto */
    padding-left: 5px; /* Espaçamento entre o radio button e o texto */
    text-transform: uppercase; /* Transformação de texto */
    font-family: 'Tahoma', sans-serif; /* Fonte */}

/* new  */


@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;
		padding-top:100px;
	}
	.col-md-5 {
		margin-left:0!important;
	}
		
.new-button-wrapper {
    width: 100%; /* Full width of its parent */
    margin: 0; /* Remove any extra margins */
    padding: 0; /* Remove any padding */
    box-sizing: border-box; /* Include padding/border in width calculation */
}

/* Remove conflicting styles from .new-button */
.new-button {
    /* Remove width and display properties */
    /* width: 100%; */
    /* display: block; */
    
    padding: 15px; /* Adjust as needed */
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #00539f; /* Ensure consistency with .btn-primary */
    color: white;
    border: none;
    text-decoration: none;
}

.new-button:hover {
    background-color: #003d7a; /* Maintain hover effect */
}


@media screen and (max-width: 768px) {
    .new-button-wrapper {
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .new-button {
        width: 100%;
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    label.col-xs-12 {
        padding-left: 15px;
    }
}



}