html,
body {
	/*overflow-y: scroll;*/
    overflow: auto;
	/* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

.CotacaoModal {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
		'Helvetica Neue', sans-serif;
}

.CotacaoModal .modal-header {
	background-color: #f0eff0;
	border-radius: 10px 10px 0px 0px;
}

.CotacaoModal .modal-title {
	color: #707070;
	font-weight: bold;
	font-size: 16px;
}

.CotacaoModal .modal-content {
	border-radius: 10px 10px 10px 10px;
}

.CotacaoModal .close {
	font-size: 30px;
	height: 0;
	opacity: .4;
}

.CotacaoModal-content {
	color: #707070;
}

.CotacaoModal-body {
	width: 70%;
	margin: 0 auto;
}

.CotacaoModal-body .form-control {
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #cecece;
	height: 35px;
}

.CotacaoModal-body .form-group {
	margin-bottom: 30px;
}

.CotacaoModal-button {
	display: block;
	width: 100%;
	background-color: #16a085;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px 0;
	transition: background-color linear .15s;
	text-align: center;
}

.CotacaoModal-button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #14846e;
}

.CotacaoModal-icon {
	text-align: right;
}

.CotacaoModal-header {
	padding-bottom: 30px;
}

.CotacaoModal-screen {
	padding-bottom: 60px;
}

.CotacaoModal-screen[data-screen="inicial"] .CotacaoModal-text {
	padding-top: 25px;
}

.CotacaoModal-screen[data-screen="inicial"] .loadGif {
	max-width: 100%;
	width: 90px;
	height: auto;
	margin-top: 0 !important;
	margin-left: 0;
}

.CotacaoModal-valueBox {
	padding-top: 60px;
	text-align: center;
	line-height: 1;
	padding-bottom: 70px;
}

.CotacaoModal-valueBox-text {
	color: #707070;
	font-size: 21px;
	font-weight: bold;
}

.CotacaoModal-valueBox-number {
	color: #16a085;
	font-size: 34px;
	margin-left: -30px;
}
.CotacaoModal-valueBox-number span {
	font-weight: bold;
	font-size: 100px;
}

.modal-backdrop.in {
	opacity: .7 !important;
}

/*[data-screen="valor"] .CotacaoModal-button {
	background-color: #16a085;
}

[data-screen="valor"] .CotacaoModal-button:hover {
	background-color: #14846e;
}*/

.CotacaoModal-pdf-item {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #e2e5e7;
	color: #707084;
	transition: background-color linear .15s;
}

.CotacaoModal-pdf-item:hover {
	background-color: #f3f3f3;
}

.CotacaoModal-pdf a:hover {
	text-decoration: none;
}

.CotacaoModal-pdf-item img {
	margin-right: 15px;
}

.is-disabled {
	opacity: .5;
	pointer-events: none.;
}

.header-bar-2 {
	text-align: right;
}

.number-phone {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-right: 30px;
	font-family: nova-bold;
}

.number-phone img {
	margin-right: 5px;
}

@media (max-width: 768px) {
	.header-bar-2 {
		text-align: center;
	}

	.CotacaoModal-header {
		text-align: center;
	}

	.CotacaoModal-icon {
		text-align: center;
		margin-bottom: 15px;
	}

	.CotacaoModal .modal-dialog {
		margin: 0;
	}

	.CotacaoModal .modal-header {
		border-radius: 0;
	}

	.CotacaoModal-body {
		width: 100%;
	}

	.number-phone {
		margin: 20px 30px 20px 0;
	}
}

.CotacaoModal-body label img {
	vertical-align: top;
	width: 18px;
}

.CotacaoModal-body .radio input:checked + span {
	color: #3db39e;
	font-weight: bold;
}

.CotacaoModal-body .radio input:checked {
	/* color: red; */
}

.CotacaoModal-buttonContainer--2 button {
	width: 40%;
	display: inline-block;
	margin: 0 10px;
}

.CotacaoModal-buttonContainer--2 {
	text-align: center;
}

.CotacaoModal-button--back {
	background-color: #d1272e;
}

.CotacaoModal-button--back:hover {
	background-color: #bb2329;
}
