

/*arranjos newsytle*/
.card-custom {
    height: 420px;
}
.card-custom h4 {
    margin-bottom: 15px;
}
.card-custom p {
    font-size: 14px;
}

.zcar-rent__icon {
    margin-bottom: 15px;
}

.zcar-rent__subtitle {
    margin-bottom: 15px;
}

.zcar-form {}

/*arranjos newsytle*/


.formlogin {display:none;}

.fcar-forms input:-webkit-autofill,
.fcar-forms input:-webkit-autofill:hover, 
.fcar-forms input:-webkit-autofill:focus,
.fcar-forms textarea:-webkit-autofill,
.fcar-forms textarea:-webkit-autofill:hover,
.fcar-forms textarea:-webkit-autofill:focus,
.fcar-forms select:-webkit-autofill,
.fcar-forms select:-webkit-autofill:hover,
.fcar-forms select:-webkit-autofill:focus {
  border: 1px solid #ccc;
  -webkit-text-fill-color: var(--bs-body-color);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.color-theme {color: var(--bs-theme);}
.bg-white {background-color:#FFFFFF;}
.bg-gray {background-color:#F5F5F5;}

img {
    max-width: 100%;
    height: auto;
}

strong,b {font-weight:600;}

.content-pagina {
    position: relative;
   overflow: hidden;
}

.section-padding {
    padding: 80px 0;
}

@media (max-width: 767px) {
	.section-padding {
		padding: 60px 0;
	}
}

.section-padding.pt-30 {
    padding-top: 30px;
}
.section-padding.pt-40 {
    padding-top: 40px;
}

.btn-voltar {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--bs-theme);
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
}
.btn-voltar i {
	font-size: 15px;
    margin-right: 10px;
	transition: all 0.4s linear 0s;
}
.btn-voltar:hover, .btn-voltar:hover i  {
  color: var(--bs-primary);
}


input[type="checkbox"], input[type="radio"] {
    accent-color: var(--bs-theme);
}

.line-sep {
	width: 100%;
	height: 1px;
	background-color: #B2B2B2;
}

#swiper-banner-paginas .swiper-pagination-bullet {
    background-color: white;
    margin: 0 8px;
}
#swiper-banner-paginas .swiper-pagination-bullet-active{
    position: relative;
    transform: scale(1.3);
}
#swiper-banner-paginas .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb-pages {
    margin: 20px 0 10px;
}

.breadcrumb-pages .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
	margin: 0;
	font-size: 12px;
}

.breadcrumb-pages .breadcrumb-item {
    color: var(--bs-theme);
    font-weight: 400;
	list-style: none;
}

.breadcrumb-pages .breadcrumb-item a:hover {color:var(--cnvs-themecolor)}

.breadcrumb-pages .breadcrumb-item.active a {color:var(--cnvs-themecolor)}

.breadcrumb-pages .breadcrumb-item a {
    color: var(--bs-primary);
    font-weight: 400;
}

.breadcrumb-pages .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}

.breadcrumb-pages .breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: 5px;
    color: var(--bs-primary);
    content: ">";
}

.bcar-content-etapas {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    padding: 25px 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .18);
    border-radius: 4px;
}

.bcar-etapas {
	margin-left:10px;
	margin-right:10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
}

.bcar-etapas span {
	display: inline-block;
	width:30px;
	height:30px;
	line-height: 28px;
	display: inline-block;
    text-align: center;
	border-radius: 4px;
	margin-right: 3px;
	font-size: 14px;
	border: solid 1px var(--bs-theme);
}

.bcar-etapas.active span {
	background-color: var(--bs-theme);
	color:  var(--bs-white);
}

.bcar-etapas+.bcar-etapas {
    margin-left: 0;
}
.bcar-etapas+.bcar-etapas:before {
	float: left;
	margin-right: 30px;
    color: var(--bs-theme);
    content: "\f138";
	font-family: bootstrap-icons;
	font-size: 17px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.bcar-content-etapas {
		display: grid;
		gap: 20px;
		padding: 20px 10px;
	}
	.bcar-etapas {
		margin:0;
	}
	.bcar-etapas+.bcar-etapas:before {
		display: none;
	}
}	


.table.tablecart1 tr {
	border-color: #979796;
}
.table.tablecart1 tr th {
    padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
}
.table.tablecart1 tr td {
    padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
}
.table.tablecart1 tr td:first-child {
    width: 58%;
}
.table.tablecart1 tr td:nth-child(2) {
    width: 22%;
}
.table.tablecart1 tr td:last-child(3) {
    width: 15%;
}
.table.tablecart1 tr td:last-child(4) {
    width: 5%;
}

.table.tablecart1 .nametitle {
	display: none;
}
.table.tablecart1 .nameimg {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 10px;
}
.table.tablecart1 .nameimg img {
	width: 120px;
	height: auto;
}
.table.tablecart1 .namecar {
	display: inline-block;
	line-height: 1.2;
}
.table.tablecart1 .nameprice {
	display: block;
	font-size: 22px;
	font-weight: 600;
	padding-top: 25px;
}

@media (max-width: 767px) {

	.table.tablecart1 {
        width: 100%;
    }
	.table.tablecart1 thead {
		display: none;
	}
	.table.tablecart1 tr {
		display: inline-block;
        width: 100%;
        margin-bottom: 30px;
	}
	.table.tablecart1 tr td, .table.tablecart1 tbody tr td {
        display: block;
        text-align: center;
        padding: 15px 0px;
        border-width: 1px 1px 0 1px;
        border-style: solid;
		border-color: #979796;
    }
	.table.tablecart1 tr td:last-child {
        border-width: 1px;
    }
	.table.tablecart1 tr td:first-child, .table.tablecart1 tr td:nth-child(2), .table.tablecart1 tr td:last-child {
		width: 100%;
	}	
	.table.tablecart1 .nametitle {
		display: block;
		font-weight: 600;
	}
	.table.tablecart1 .nameimg {
		display: block;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.table.tablecart1 .namecar {
		display: block;
	}
	.table.tablecart1 .nameprice {
		padding-top: 0;
	}
}

.bcar-caracteristicas {
	display: grid;
	gap: 5px 10px;
	grid-template-columns: auto auto auto;
}
.bcar-icon-text {line-height: 1;}
.bcar-icon-text img {width:auto; height:12px; margin-right: 5px; max-width: 12px;}
.bcar-icon-text span {font-size:11px; font-weight:normal}

@media (max-width: 767px) {
	.bcar-caracteristicas {max-width:320px; margin:0 auto;}
}

.bcar-box-table {
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	padding: 20px 25px 25px;
}

.bcar-box-table-blur {
	border-radius: 4px;
	padding: 25px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .18);
}

.table.tablecart2 {
    font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.table.tablecart2 tr td:nth-child(2) {
    text-align: right;
}
.table.tablecart2 tr:first-child td {
    border-bottom: 1px solid #B2B2B2;
	padding-bottom: 15px;
}
.table.tablecart2 tr:nth-child(2) td {
    padding: 15px 0 25px;
}

.table.tablecart2 td {
    border: none;
	padding: 0;
}


.form-wrapper.checklogin .inputField::placeholder {
  color: var(--bs-primary);
  font-weight: 500;
}
.form-wrapper.checklogin .inputField {
  padding: 20px 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  margin: 5px 0;
  color: var(--bs-primary);
  font-weight: 500;
}
.form-wrapper.checklogin .loginBtn {
  width: 100%;
}
.form-wrapper.checklogin .loginBtn a.theme-btn {
  display: block;
}
.form-wrapper.checklogin .input-check {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
.form-wrapper.checklogin .input-check .checkbox-wrapper .form-check-input {
  margin-top: 0.5em;
  margin-right: 5px;
  vertical-align: sub;
}
.form-wrapper.checklogin .input-check .checkbox-wrapper label {
  margin-left: 10px;
  color: var(--bs-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}
.form-wrapper.checklogin .input-check .text {
  color: var(--bs-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.form-wrapper.checklogin .input-check .text a {
  color: var(--bs-primary);
}
.form-wrapper.checklogin .input-check .text a:hover {
  color: var(--bs-theme);
}
.form-wrapper.checklogin .form-check-label {
  display: block;
  margin-top: 10px;
  color: var(--bs-primary);
  font-weight: 400;
}

.fcar-form-input .btn-light {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #CCCCCC;
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #CCCCCC;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #CCCCCC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CCCCCC;
  padding: 10px 15px;
}

.fcar-form-input .btn-light:focus {outline: 0 !important;}


.table.tablereserv {
    width: 100%;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.table.tablereserv tr td {
    border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table.tablereserv tr:first-child td {
    padding-top: 0;
}
.table.tablereserv tr:last-child td {
    border-bottom: none;
	padding-bottom: 0;
}


.table.tablereserv td {
    border: none;
	padding: 0;
}

.table.tablereserv .nameimg {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 10px;
}

.table.tablereserv .nameimg img {
    width: 120px;
    height: auto;
}

.table.tablereserv .namecar {
    display: inline-block;
    line-height: 1.2;
}

.table.tablereserv .nameprice {
    float: right;
}

.bcar-resumo-order {
	display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto auto auto;
}

.bcar-resumo-order .bcar-resumo-order-desc {
	border-right: solid 1px #B2B2B2;
}
.bcar-resumo-order .bcar-resumo-order-desc:last-child {
	border-right: none;
}

.bcar-resumo-order .bcar-resumo-order-desc span {
	display: block;
	font-weight: 700;
}


@media (max-width: 991px) {
	.bcar-resumo-order {
		display: grid;
		gap: 20px;
		grid-template-columns: auto;
	}
	.bcar-resumo-order .bcar-resumo-order-desc {
		border-right: none;
		border-bottom: solid 1px #B2B2B2;
		padding-bottom: 20px;
		text-align: center;
	}
	.bcar-resumo-order .bcar-resumo-order-desc:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}

.table.tableresumeorder {
    margin: 0;
}
.table.tableresumeorder tr {
	border-color: #979796;
}
.table.tableresumeorder tr th {
    padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
}
.table.tableresumeorder tr td {
    padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
	border-top-width: var(--bs-border-width);
	border-bottom-width: var(--bs-border-width);
}
.table.tableresumeorder tr td:first-child {
    width: 58%;
}
.table.tableresumeorder tr td:nth-child(2) {
    width: 23%;
}
.table.tableresumeorder tr td:last-child {
    width: 19%;
}

.table.tableresumeorder .nametitle {
	display: none;
}
.table.tableresumeorder .nametitle2 {
	display: block;
	font-size: 14px;
    font-weight: 400;
	line-height: 1;
	color: var(--bs-body-color);
}
.table.tableresumeorder .nameimg {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 10px;
}
.table.tableresumeorder .nameimg img {
	width: 120px;
	height: auto;
}
.table.tableresumeorder .namecar {
	display: inline-block;
	line-height: 1.2;
}
.table.tableresumeorder .nameprice {
	display: block;
	font-size: 22px;
	font-weight: 600;
	padding-top: 25px;
}

.table.tableresumeorder tr td.tdprices {
    text-align: right;
}

@media (max-width: 767px) {

	.table.tableresumeorder {
        width: 100%;
    }
	.table.tableresumeorder thead {
		display: none;
	}
	.table.tableresumeorder tr {
		display: inline-block;
        width: 100%;
	}
	.table.tableresumeorder tr td, .table.tableresumeorder tbody tr td {
        display: block;
        text-align: center;
        padding: 15px 0px;
        border-width: 1px 1px 0 1px;
        border-style: solid;
		border-color: #979796;
    }
	.table.tableresumeorder tr td:last-child {
        border-width: 1px;
    }
	.table.tableresumeorder tr td:first-child, .table.tableresumeorder tr td:nth-child(2), .table.tableresumeorder tr td:last-child {
		width: 100%;
	}	
	.table.tableresumeorder .nametitle {
		display: block;
		font-weight: 600;
	}
	.table.tableresumeorder .nametitle2 {
		display: none;
	}
	.table.tableresumeorder .nameimg {
		display: block;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.table.tableresumeorder .namecar {
		display: block;
	}
	.table.tableresumeorder .nameprice {
		padding-top: 0;
	}
	.table.tableresumeorder tr td.tdprices {
		text-align: center;
	}
}

.table.tableresumeorder2 {
    width: 100%;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.table.tableresumeorder2 tr td {
    border-bottom: 1px solid #B2B2B2;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table.tableresumeorder2 tr:first-child td {
    padding-top: 0;
}


.table.tableresumeorder2 td {
    border: none;
	padding: 0;
}

.table.tableresumeorder2 .nameimg {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 10px;
}

.table.tableresumeorder2 .nameimg img {
    width: 120px;
    height: auto;
}

.table.tableresumeorder2 .namecar {
    display: inline-block;
    line-height: 1.2;
}

.table.tableresumeorder2 .nameprice {
    float: right;
}


.divresumefinal .resume-namecar {
	font-size: 18px;
}
.divresumefinal .bcar-caracteristicas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.divresumefinal .bcar-caracteristicas .bcar-icon-text {
    line-height: normal;
    text-align: center;
}
.divresumefinal .bcar-caracteristicas .bcar-icon-text img {
    margin-right: auto;
}
.divresumefinal .bcar-caracteristicas .bcar-icon-text span {
    font-size: 12px;
    display: block;
}
.divresumefinal .resumeprice {
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--bs-body-color);
	margin-right: 40px;	
}
.divresumefinal .resumeprice span {
    display: block;
	font-size: 22px;
	font-weight: 600;
margin-top:5px;
}


.nav-area-reservada {
    display: block;
}
.nav-area-reservada .nav-link {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 0;
    border: none;
    margin-bottom: 7px;
    width: 100%;
    padding: 5px 0;
    color: var(--bs-body-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}
.nav-area-reservada .nav-item:last-child .nav-link {
    margin: 20px 0 30px 0;
	padding-top: 20px;
	border-top: solid 1px #B2B2B2;
}

.nav-area-reservada .nav-link:hover {
    color: var(--bs-theme);
}
.nav-area-reservada .nav-link.active {
    color: var(--bs-body-color);
	font-weight: 600;
}

.nav-area-reservada .nav-link i {
    font-size: 17px;
	margin-right: 5px;
}

.table.tableorderhistory tr {
	border-color: #B2B2B2;
}
.table.tableorderhistory tr th {
    padding: 15px 30px 15px 0;
	font-size: 16px;
	font-weight: 600;
}
.table.tableorderhistory tr td {
    padding: 15px 30px 15px 0;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.table.tableorderhistory tr td:first-child {
    width: 25%;
}
.table.tableorderhistory tr td:nth-child(2) {
    width: 25%;
	vertical-align: middle;
}
.table.tableorderhistory tr td:nth-child(3) {
    width: 20%;
	padding-right:0;
	vertical-align: middle;
}
.table.tableorderhistory tr td:last-child {
    width: 30%;
	padding-right:0;
	vertical-align: middle;
}

.table.tableorderhistory .nametitle {
	display: none;
}
.table.tableorderhistory .nameimg {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 10px;
}
.table.tableorderhistory .nameimg img {
	width: 120px;
	height: auto;
}
.table.tableorderhistory .namecar {
	display: inline-block;
	line-height: 1.2;
}
.table.tableorderhistory .nameprice {
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding-top: 20px;
	color: var(--bs-theme); 
}

.table.tableorderhistory .fcar-botao-azul {
	display: inline-block;
    text-align: center; 
}

.table.tableorderhistory .divborder {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 1px;
	height: calc(100% - 30px);
	background-color: #B2B2B2;
}


@media (max-width: 1199px) {

	.table.tableorderhistory {
        width: 100%;
    }
	.table.tableorderhistory thead {
		display: none;
	}
	.table.tableorderhistory tr {
		display: inline-block;
        width: 100%;
        margin-bottom: 30px;
	}
	.table.tableorderhistory tr td, .table.tableorderhistory tbody tr td {
        display: block;
        text-align: center;
        padding: 15px 0px;
        border-width: 1px 1px 0 1px;
        border-style: solid;
		border-color: #979796;
    }
	.table.tableorderhistory tr td:last-child {
        border-width: 1px;
    }
	.table.tableorderhistory tr td:first-child, 
	.table.tableorderhistory tr td:nth-child(2), 
	.table.tableorderhistory tr td:nth-child(3), 
	.table.tableorderhistory tr td:last-child {
		width: 100%;
	}	
	.table.tableorderhistory .nametitle {
		display: block;
		font-weight: 600;
	}
	.table.tableorderhistory .nameimg {
		display: block;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.table.tableorderhistory .namecar {
		display: block;
	}
	.table.tableorderhistory .nameprice {
		padding-top: 0;
	}
	.table.tableorderhistory .divborder {
		display: none;
	}
}


.bcar-message h1 {
    font-weight: 400;
    line-height: 1.2;
    margin-top: 30px;
    margin-left: 100px;
}

.bcar-message img {height:300px; float:right}



@media screen and (max-width: 992px) {


.zcar-content__grid {margin-top:20px}

.bcar-message h1 {
   
    margin-top: 0px;
    margin-left: -15px;
    margin-bottom: 30px;
}

.zcar-bg .bcar-box-table-blur {order:2}

    .bcar-message img{
      display: none; order:1;
    }
  }



.filter-campanhas .nav-link {
	padding: 0 0 10px 0;
	margin: 0 20px 0 0;
	font-weight: 500;
}	
.bcar-divcampanha h6 {
    font-weight: 400;
    margin: 10px 0 15px 0;
    font-size: 14px;
}
.bcar-divcampanha h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.bcar-divcampanha .img-box {
    /*overflow: hidden;*/
    position: relative;
}
.bcar-divcampanha img {
    border-radius: 4px;
}
.bcar-divcampanha .fcar-selo-garantia {
    font-size: 11px;
}
.bcar-divcampanha ul {
    list-style: none;
	font-size: 14px;
    margin: 0;
}
.bcar-divcampanha li {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
}
.bcar-divcampanha li:before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    left: 0;
    top: 5px;
    position: absolute;
    color: var(--bs-theme);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.bg-campanhas {
    background-image: url(../images/prancheta8.png);
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: -5% 120%;
    position: relative;
}

.bcar-informacao-geral-campanha h4 {
	font-size: 24px;
	margin-bottom:20px;
}
.bcar-informacao-geral-campanha ul {
	column-count: 2;
    column-gap: 35px;
    min-height: 1%;
    word-break: break-word;
	margin-bottom:20px;
}
.bcar-informacao-geral-campanha .desc {
	margin-top:20px;
	margin-bottom:30px;
}

.bcar-divrecrutamento h2, .bcar-divrecrutamento h3, .bcar-divrecrutamento h4, .bcar-divrecrutamento h5 {
    margin-bottom: 30px;
}
.bcar-divrecrutamento ul {
    list-style: none;
	font-size: 16px;
    margin: 0;
	margin-bottom: 20px;
}
.bcar-divrecrutamento li {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
}
.bcar-divrecrutamento li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    left: 0;
    top: 5px;
    position: absolute;
    color: var(--bs-theme);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}






