@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Roboto:wght@300;400;500;700;900&display=swap');

:root {
	--bg-branco: #fff;
	--azul: #0D4472;
	--red-aon: #ec0010;
	--bg-cinza: #f7f7f7;
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #fff;
}

* {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none !important;
}


body {
	background-color: var(--bg-cinza);
}

.bgBranco {
	background-color: var(--bg-branco);
}

h1,
h2,
h3,
h4 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 36px;

}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 0 40px #0000001a;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	margin-right: 20px;
	font-family: 'Roboto', sans-serif;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
}

.w80 {
	width: 80%;
}

/*.fontSecundaria {}*/

.font14 {
	font-size: 14px;

}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.corVermAon {
	color: var(--red-aon);
}

.corAzul {
	color: var(--azul);
}

.logo {
	height: 80px;
}

.banner {
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .75)), url('../img/banner.jpg');
	background-size: cover;
	height: 460px;
	display: flex;
	align-items: center;
}

.banner p,
h1 {
	color: #fff;
}

.banner h1 span {
	font-weight: 800;
}


.banner-interno {
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .75)), url('../img/banner.jpg');
	background-size: cover;
	height: 360px;
	display: flex;
	align-items: center;
}

.banner-interno p,
h1 {
	color: #fff;
}

.banner-interno h1 span {
	font-weight: 800;
}

/*BoxServicos*/
.marginNegativa {
	margin-top: -120px;
}

.boxServicos {
	width: 310px;
	-webkit-box-shadow: 0px 16px 23px -7px rgb(0 0 0 / 32%);
	box-shadow: 0px 16px 23px -7px rgb(0 0 0 / 32%);
	border-radius: 30px;
	padding: 65px 30px;
	background-color: white;
	min-height: 260px;
	transition: 0.3s;
}

.boxServicos:hover {
	background-color: var(--azul);
	text-decoration: none;
	transition: 0.3s;
	color: #fff;
}

.titulosServicos {
	font-size: 22px;
	font-weight: 700;
	transition: 0.3s;
}

.boxServicos:hover .titulosServicos {
	color: #fff !important;
	transition: 0.3s;
}

.boxServicos:hover .icon {
	color: #fff;
	transition: 0.3s;
}

.descrServico {
	color: #000;
	transition: 0.3s;
}

.boxServicos:hover .descrServico {
	color: #fff;
	transition: 0.3s;
}


.float-right {
	float: right;
}

.text-right {
	text-align: right;
}

.icon {
	font-size: 100px;
	color: var(--azul);
}

.icon-interno {
	font-size: 90px;
	color: var(--azul);
}

.bttn {
	background-color: #0D4472;
	border-radius: 7px;
	padding: 8px 35px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	opacity: 1;
	transition: 0.5s;
	color: #fff;
	text-decoration: none !important;
}

.bttn:hover {
	opacity: 0.8;
	transition: 0.5s;
}


/*Footer*/

footer {
	padding-top: 32px;
	padding-bottom: 20px;
	border-top: solid 1px #e1e1e1;
	background-color: #fff;
	margin-top: 20px !important;
	font-size: 14px;
}

footer p {
	font-size: 10px;
}

footer h3 {
	font-size: 17px;
	line-height: 4px;
	font-weight: 700;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer img {
	width: 140px;
}


/*CSS PAGINA INTERNAS*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #0d4472;
	border-color: #0d4472 #0d4472 #0d4472;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 100%;
	background-color: #a5a5a5;
	color: #fff;
	padding: 10px;
}

.bodyNav {
	background-color: #fff;
	/*height: 380px;*/
	border-radius: 0 0 15px 15px;
}

.w50 {
	width: 50%;
}

.tituloForm {
	font-size: 22px;
	font-weight: 800;
}

.tituloForm::after {
	content: '';
	display: block;
	width: 300px;
	height: 5px;
	text-align: center;
	background-color: var(--red-aon);
	margin: 20px auto;

}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #f9f9f9;
	background-clip: padding-box;
	border: 1px solid #f1f1f1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding: 13px;
	border-radius: 7px;
}

.field-icon i {
	float: right;
	margin-right: 8px;
	margin-top: -36px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 22px;
	color: #212529;
}

.lnr-eye {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

.infoIcon {
	font-size: calc(4.375rem + 1.5vw);
}

.bg-grey {
	background: #F5F5F5;
	border-radius: 12px;
}

label.selecioneL {
	font-size: 12px;
}

.paddinInternos {
	padding: 80px 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	height: 330px;
}

.boxProdutos {
	width: 100%;
	border: solid 1px #ccc;
	transition: 0.3s;
	border-radius: 15px;
	padding: 50px 0;
}

.boxProdutos:hover {
	-webkit-box-shadow: 0px 16px 23px -7px rgb(0 0 0 / 32%);
	box-shadow: 0px 16px 23px -7px rgb(0 0 0 / 32%);
	border: solid 1px #0d4472;
	transition: 0.3s;
	background-color: #0d4472;
	color: #fff !important;
}

.boxProdutos:hover .icon {
	color: #fff !important;
}

.paddinInternos h3 {
	color: var(--azul);
}

.paddinInternos h4 {
	font-size: 22px;
}

.icon-interno2 {
	background-color: var(--azul);
	width: 150px;
	color: var(--bg-branco);
	font-size: 80px;
	border-radius: 115px;
	padding: 14px;
	margin: 40px auto;

}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #0d4472;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
	border-radius: 10px;
}

.submit-lente {
	position: absolute;
	top: 3px;
	right: 16px;
	z-index: 10;
	border: none;
	background: transparent;
	outline: none;
	font-size: 30px;
}

.submit-line {
	position: relative;

}

.submit-line input {
	width: 100%;
}




/*PAGINA CARREGA PRECOS*/

#Progress_Status {
	width: 100%;
	background-color: #ddd;
}

#myprogressBar {
	width: 1%;
	height: 35px;
	background-color: #4CAF50;
	text-align: center;
	line-height: 32px;
	color: black;
}

@keyframes carousel {
	0% {
		left: 0;
	}

	11% {
		left: 0;
	}

	12.5% {
		left: -100%;
	}

	23.5% {
		left: -100%;
	}

	25% {
		left: -200%;
	}

	36% {
		left: -200%;
	}

	37.5% {
		left: -300%;
	}

	48.5% {
		left: -300%;
	}

	50% {
		left: -400%;
	}

	61% {
		left: -400%;
	}

	62.5% {
		left: -300%;
	}

	73.5% {
		left: -300%;
	}

	75% {
		left: -200%;
	}

	86% {
		left: -200%;
	}

	87.5% {
		left: -100%;
	}

	98.5% {
		left: -100%;
	}

	100% {
		left: 0;
	}

	/* daqui: http://csswizardry.com/2011/10/fully-fluid-responsive-css-carousel/ */
}

@keyframes go {
	0% {}

	100% {
		left: -300%;
	}
}

@keyframes back {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

.carousel2 {
	width: 100%;
	overflow: hidden;
	height: 230px;
}

.paineis {
	width: 500%
		/* article w * 5 */
	;
	overflow: hidden;
	height: 100%;
	animation: carousel 30s infinite;
	position: relative;
}

article {
	float: left;
	width: 20%;
	height: 130px;
}

input[type=checkbox]:checked~.paineis {
	animation-play-state: paused;
	animation: go 30s
}

/*PAGINA COTACAO PRECOS*/

.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity 0.3s ease;
}

.modal-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.modal-container {
	width: 80%;
	height: 93%;
	margin: 0px auto;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all 0.3s ease;
	font-family: Helvetica, Arial, sans-serif;
}

.modal-header h4 {
	margin-top: 0;
	color: #d52121;
}

.modal-body {
	margin: -3px 0;
}

.modal-default-button {
	float: right;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.modal-enter {
	opacity: 0;
}

.modal-leave-active {
	opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/*Pagina LOGIN*/

.login {
	height: 72vh;
}

.loginDv1 {
	width: 40%;
	background-color: var(--azul);
	height: 100%;
	border-right: solid 20px #ec0010;
	float: left;
	display: flex;
	align-items: center;
	justify-content: right;
	padding-right: 80px;
	position: relative;
}

.loginDv2 {
	width: calc(60% - 20px);
	height: 100%;
	display: flex;
	align-items: center;
	background-color: var(--bg-cinza);
	float: left;

}


.bgAzl {
	background-color: var(--azul);
	height: 100%;
}

.seta {
	background-color: var(--azul);
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	position: absolute;
	z-index: 10;
	left: 100%;
	transform: translate(-46%, 0%);
	color: #fff;
	font-size: 50px;
	box-shadow: 5px 0px 8px #00000047;
}

.boxLogin {
	width: 74%;
	text-align: right;
}

.divForm {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
}

.form {
	padding: 60px;
	background-color: #fff;
	border-radius: 7px;
	width: 85%;
	max-width: 600px;
	margin: 0 auto;
}


/*Pagina de formularios Solicite*/


.banner-cinza {
	background-color: var(--bg-cinza);
	/* height: 170px; */
	padding: 50px 0;
}

.banner-cinza h4 {
	color: #000;
	font-size: 24px;
}

.conteudo {
	background-color: var(--bg-branco);

}

.number {
	color: var(--red-aon);
	border: solid;
	width: 58px;
	border-radius: 50px;
	text-align: center;
	padding: 9px;
	font-size: 22px;
	font-weight: 800;
	float: left;
}

.listando {
	margin-top: 15px;
	margin-left: 80px;
	font-size: 22px;
	font-weight: 700;
	padding-top: 10px;
}

.form-check-input:checked {
	background-color: #ec0010;
	border-color: #ec0010;
}

.form-check-input[type=radio] {
	border-radius: 20%;
	padding: 15px;
}

.selectRadios {
	margin-top: 8px;
	margin-left: 10px;
}

.paddingForm {
	padding: 0 40px 100px 40px;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 23px;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

/*PAGINA COTACAO COMPARACAO*/

.boxListagemPrecos {
	padding: 40px 53px;
	border: solid 1px #ccc;
	border-radius: 20px;
	margin: 36px;
}

.boxListagemPrecos ul {
	list-style: none;
	padding: 0;
}

.boxListagemPrecos ul li {
	margin-bottom: 10px;
}

.boxListagemPrecos ul li i {
	font-size: 20px;
	margin-right: 10px;
	color: var(--red-aon);
}


.receipt-content .logo a:hover {
	text-decoration: none;
	color: #7793C4;
}

.receipt-content .invoice-wrapper {
	background: #FFF;
	border: 1px solid #d5d5d5; box-shadow: 0px 0px 1px #CCC;
	padding: 40px 40px 60px;
	margin-top: 40px;
	border-radius: 4px;
}

.receipt-content .invoice-wrapper .payment-details span {
	color: #A9B0BB;
	display: block;
}

.receipt-content .invoice-wrapper .payment-details a {
	display: inline-block;
	margin-top: 5px;
}

.receipt-content .invoice-wrapper .line-items .print a {
	display: inline-block;
	border: 1px solid #9CB5D6;
	padding: 13px 13px;
	border-radius: 5px;
	color: #708DC0;
	font-size: 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.receipt-content .invoice-wrapper .line-items .print a:hover {
	text-decoration: none;
	border-color: #333;
	color: #333;
}

.receipt-content {
	background: #fff;
}

.checkPrecos {

	background-color: #fbfbfb;
	height: 120px;
	border-radius: 16px;
	padding: 40px;
	border: solid #dfdfdf 1px;

}

.disabled {
	opacity: 0.3;
}

@media (min-width: 1200px) {
	.receipt-content .container {
		width: 960px;
	}
}

.receipt-content .logo {
	text-align: center;
	margin-top: 0;
}

.receipt-content .logo a {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	letter-spacing: .1px;
	color: #555;
	font-weight: 300;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.receipt-content .invoice-wrapper .intro {
	line-height: 25px;
	color: #444;
}

.receipt-content .invoice-wrapper .payment-info {
	margin-top: 25px;
	padding-top: 15px;
}

.receipt-content .invoice-wrapper .payment-info span {
	color: #A9B0BB;
}

.receipt-content .invoice-wrapper .payment-info strong {
	color: #444;
	margin-top: 3px;
}

@media (max-width: 767px) {
	.receipt-content .invoice-wrapper .payment-info .text-right {
		text-align: left;
		margin-top: 20px;
	}
}

.receipt-content .invoice-wrapper .payment-details {
	border-top: 2px solid #EBECEE;
	margin-top: 30px;
	padding-top: 20px;
	line-height: 22px;
}


@media (max-width: 767px) {
	.receipt-content .invoice-wrapper .payment-details .text-right {
		text-align: left;
		margin-top: 20px;
	}
}

.receipt-content .invoice-wrapper .line-items {
	margin-top: 40px;
}

.receipt-content .invoice-wrapper .line-items .headers {
	color: #A9B0BB;
	font-size: 13px;
	letter-spacing: .3px;
	border-bottom: 2px solid #EBECEE;
	padding-bottom: 4px;
}

.receipt-content .invoice-wrapper .line-items .items {
	margin-top: 8px;
	border-bottom: 2px solid #EBECEE;
	padding-bottom: 8px;
}

.receipt-content .invoice-wrapper .line-items .items .item {
	padding: 10px 0;
	color: #696969;
	font-size: 15px;
}

@media (max-width: 767px) {
	.receipt-content .invoice-wrapper .line-items .items .item {
		font-size: 13px;
	}
}

.receipt-content .invoice-wrapper .line-items .items .item .amount {
	letter-spacing: 0.1px;
	color: #84868A;
	font-size: 16px;
}

@media (max-width: 767px) {
	.receipt-content .invoice-wrapper .line-items .items .item .amount {
		font-size: 13px;
	}
}

.receipt-content .invoice-wrapper .line-items .total {
	margin-top: 30px;
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes {
	float: left;
	width: 40%;
	text-align: left;
	font-size: 13px;
	color: #7A7A7A;
	line-height: 20px;
}

@media (max-width: 767px) {
	.receipt-content .invoice-wrapper .line-items .total .extra-notes {
		width: 100%;
		margin-bottom: 30px;
		float: none;
	}
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
	display: block;
	margin-bottom: 5px;
	color: #454545;
}

.receipt-content .invoice-wrapper .line-items .total .field {
	margin-bottom: 7px;
	font-size: 14px;
	color: #555;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total span {
	color: #20A720;
	font-size: 16px;
}

.receipt-content .invoice-wrapper .line-items .total .field span {
	display: inline-block;
	margin-left: 20px;
	min-width: 85px;
	color: #84868A;
	font-size: 15px;
}

.receipt-content .invoice-wrapper .line-items .print {
	margin-top: 50px;
	text-align: center;
}



.receipt-content .invoice-wrapper .line-items .print a i {
	margin-right: 3px;
	font-size: 14px;
}

.receipt-content .footer {
	margin-top: 40px;
	margin-bottom: 110px;
	text-align: center;
	font-size: 12px;
	color: #969CAD;
}


.fixar {
	position: fixed;
	top: 0;
	margin-left: 0;
}

.preco {
	color: #30ad10;
	font-size: 30px;
	font-weight: bold;

}

@media(max-width: 1440px) {
	.boxLogin {
		width: 80%;
	}

}

@media(max-width: 991px) {
	.login {
		height: fit-content;
	}

	.loginDv1 {
		width: 100%;
		height: 250px;
		border-right: 0;
		border-bottom: solid 20px #ec0010;
		align-items: center;
		justify-content: center;
		padding: 30px;
	}

	.boxLogin {
		text-align: center;
	}

	.seta {
		width: 80px;
		height: 80px;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -47%)rotate(90deg);
		font-size: 44px;
	}

	.loginDv2 {
		width: 100%;
		height: fit-content;
		padding: 40px 0;
	}

}


@media (max-width: 768px) {
	h1 {
		font-size: 24px;
	}

	.boxServicos {
		width: 100%;
		-webkit-box-shadow: 0px 16px 23px -7px rgb(0 0 0 / 32%);
		box-shadow: 0px 16px 23px -7px rgb(0 0 0 / 32%);
		border-radius: 30px;
		padding: 30px 5px;
		background-color: white;
		min-height: 260px;
		margin-bottom: 30px;
	}



	.w80 {
		width: 98%;
	}

	.titulosServicos {
		font-size: 14px;
		font-weight: 700;
	}

	.icon {
		font-size: 70px;
	}



	.descrServico {
		font-size: 14px;
	}



	.banner {

		margin-top: -50px;
		margin-bottom: 22px;
	}

	footer .marginTB {
		margin: 30px 0;
	}

	.text-right {
		text-align: left;
	}

	.paddinInternos {
		padding: 50px 0;
	}


	.form {
		padding: 30px;
	}

	.divForm {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50vh;
	}

	footer {
		padding: 50px 0;
		border-top: solid 1px #e1e1e1;
		background-color: var(--bg-branco);
		margin-top: 0;
		font-size: 14px;
		margin-top: 230px;
	}

	.paddingForm {
		padding: 5px 20px 50px 20px;
	}
}