.zcar-banner {
    position: relative;
}
.zcar-banner__text {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    color: white;
    font-size: 4vw;
    line-height: 1.3;
}

.zcar-banner__text h1 {
    margin: 0;
    padding: 0;
}
.content-card {
    border: 1px solid rgb(128, 128, 128, 0.3);
    display: flex;
flex-direction:column;
   
    border-radius: 5px;
    padding: 30px 25px !important;
    transition: all .3s linear;
}
.content-card__title {
    font-size: 19px;
    font-weight: bold;
    transition: all .3s linear;
margin-bottom:10px;
}
.content-card__btn {
    background-color: var(--cnvs-themecolor);
    padding: 10px 50px;
    border-radius: 5px;
	color: white;
	text-align: center;
	transition: all .3s linear;
margin-top:auto;
}
.content-card__btn > a {
    color: white;
}
.content-card:hover {
    background-color: var(--cnvs-themecolor);
}
.content-card:hover .content-card__title,
.content-card:hover .content-card__text {
    color: white;
}
.content-card:hover .content-card__btn {
    background-color: white;
	color: var(--cnvs-themecolor);

}
.content-card:hover .content-card__btn > a {
    color: var(--cnvs-themecolor);
}
.card-custom {
    height: 500px;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: 40px 30px;
    overflow: hidden;
    border-radius: 5px;
    transition: display .4s linear;
}
.card-custom h4 {
    position: relative;
    z-index: 2;
    color: white;
}
.card-custom p {
    position: relative;
    z-index: 2;
    color: white;
    opacity: 0;
    transition: all .4s linear;
}
.card-custom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all .4s linear;
}
.card-custom__btn {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: white;
    padding: 0px 10px;
    border-top-left-radius: 100px;
}
.card-custom__btn .btn {
    color:var(--cnvs-themecolor);
Font-size:12px;
}

.btn-custom {
    padding-left: 40px;
    font-weight: bold;
    display: none;
    animation: vanish .4s linear;
}

.card-custom:hover p {
    opacity: 1;
}

.card-custom:hover .btn-custom {
    display: block;
    animation: appear .4s linear;
}

@keyframes appear {
    from {
        display: none;
        transform: translateX(100%);
    }

    to {
        display: block;
        transform: translateX(0);
    }
}

@keyframes vanish {
    from {
        display: block;
        transform: translateX(0);
    }

    to {
        display: none;
        transform: translateX(100%);
    }
}

.card-custom:hover .overlay {
    background: var(--cnvs-themecolor);
opacity:0.7;
}
.slider-zcar{
    margin-bottom: 40px;
}
#swiper-1 .swiper-pagination-bullet {
    background-color: white;
    margin: 0 8px;
}
#swiper-1 .swiper-pagination-bullet-active{
    position: relative;
    transform: scale(1.3);
}
#swiper-1 .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%);
}
.swiper-text {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
}
.swiper-text h1 {
    color: white;
    font-size: 4vw;
    line-height: 1;
    margin: 0;
}
.swiper-text h3 {
    font-weight: 200;
    color: white;
    font-size: 2.5vw;
    line-height: 1;
    margin: 15px 0 0;
}
.zcar-container {
    margin-block: 80px;
}
.zcar-rent__title {
    font-weight: 400;
    line-height: 1.3;
}
.zcar-rent__text {
    line-height: 1.1;
}
.zcar-rent-btn {
    background-color: var(--cnvs-themecolor);
    padding: 13px 50px;
    border-radius: 5px;
}
.zcar-rent-btn > a {
    color: white;
    text-transform: uppercase;
}
.zcar-row {
    display: flex;
    justify-content: space-between;
}
.zcar-rent__subtitle {
    font-size: 18px;
    line-height: 1;
}
.zcar-rent__icon {
    width: 100%;
    max-width: 30px;
    margin-bottom: 8px;
}
.zcar-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zcar-form {
    background-color: white;
    padding: 30px 25px;
    border-radius: 8px;
    margin-block: 150px;
}
.zcar-input-group {
    display: flex;
    flex-direction: column;
}
.zcar-input-group input,
.zcar-input-group select{
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-bottom: 20px;
}
.zcar-input-group label {
    font-weight: 300;
}
.zcar-obrigatorio{
    color: red;
}
.zcar-form__btn {
    background-color: var(--cnvs-themecolor);
    width: 100%;
    color: white;
    padding: 10px 50px;
    border-radius: 5px;
    text-transform: uppercase;
}
.zcar-policy {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.zcar-policy .policy {
    font-weight: 300;
    padding-left: 8px;
}
.underline {
    text-decoration: underline !important;
    color: var(--cnvs-themecolor);
}
.underline:hover {
    color: var(--cnvs-themecolor);
}
.zcar-message h1 {
    font-weight: 400;
    line-height: 1.2;
    margin-top: 200px;
    margin-left: 100px;
}
@media screen and (max-width: 992px) {
    .zcar-message {
      display: none;
    }
}

.zcar-banner__text {
    line-height: 1;
}
.zcar-padding {
    
    padding: 80px;
}
.zcar-title {
    font-weight: 400;
}

.zcar-paragraph {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 1470px) {
    .zcar-title {
        font-size: 24px;
    
    }
    .zcar-paragraph {
        font-size: 14px;
    }
   
}
.zcar-spacing,
.zcar-historia,
.zcar-termos,
.zcar-ofertas,
.zcar-recrutamento,
.zcar-apoio-cliente{
    padding-block: 60px;
}
.zcar-oficina {
    padding: 0 80px;
}
.zcar-historia__title {
    margin-top: 20px;
	margin-bottom: 10px;
    color: var(--cnvs-themecolor);
    font-size: 18px;
}
.zcar-historia__text {
    font-size: 16px;
}
.zcar-termos__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}
.zcar-termos-list {
    padding-left: 16px;
    margin: 0;
}
.zcar-termos__text {
    font-size: 16px;
    margin: 0;
}
.zcar-termos__sublist {
    list-style-image: url("/images/circle-check-solid.svg"); 
}
.zcar-breadcrumb {
    font-size: 13px;
}
.zcar-video {
    position: relative;
}
.zcar-escolha {
    background-color: #DCF1F9;
    padding-block: 80px;
}
.zcar-escolha__title {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
}
.zcar-escolha__text {
    font-size: 16px;
    margin: 0 !important;
}
.zcar-box {
    background-color: #2A2C68;
    color: white;
    position: absolute;
    z-index: 1;
    top: 150px;
    right: 180px;
    padding: 40px 50px;
    border-radius: 5px;
}
.zcar-box__title {
    font-weight: bold;
    margin: 0 !important;
    font-size: 24px;
}
.zcar-box__text {
    font-size: 12px;
    white-space: nowrap;
    margin: 0 !important;
}
.zcar-row {
    display: flex;
    align-items: center;
}
.zcar-col {
    padding: 20px 30px;
}

@media screen and (max-width: 1200px) {
    .zcar-box {
        right: 80px;
        padding: 30px 40px;
    }
}

@media screen and (max-width: 1024px) {
    .zcar-box {
        position: static;
        border-radius: none !important;
    }
    .zcar-row {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .zcar-col {
        padding: 10px 10px;
    }
}
.zcar-pilares {
    position: relative;
}
.zcar-pilares .accordion-item {
    border: none !important;
	border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}
.zcar-pilares .accordion-collapse.collapse.show {
    box-shadow: none !important;
}
.zcar-pilares__container {
    background-color: #F4F3F3;
    border-radius: 8px;
    padding: 100px;

}
.zcar-pilares__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.zcar-pilares__row {
    border-bottom: 1px solid rgb(213, 213, 213);
    margin-bottom: 30px;
}
.zcar-margin {
    margin-bottom: 50px;
}
.zcar-pilares__subtitle {
    margin: 0;
    font-size: 17px;
}
.zcar-pilares__img {
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
}
.zcar-pilares__text {
    display: none;
    animation: collaseInactive .4s linear;
}


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

.card-custom h4 {font-size:20px}


.card-custom p {opacity:1}

.card-custom .btn-custom {
    display: block;
    animation: appear .4s linear;
}



.zcar-stand-detalhes {width:100%!important; padding:30px 15px;}


    .zcar-pilares__img {
        display: none;
    }
}
#oc-comerciais h4 {
    margin: 0;
}
.fcar-comerciais-home .container h2 {
    margin: 0;
}
.zcar-equipa__text {
    font-size: 15px;
}
.zcar-equipa__row {
    padding: 20px 80px;
}
label {
    display: block;
    margin-bottom: 6px;
    font-weight: 300;
}
/*
.file-upload {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px 12px;
    cursor: pointer;
    transition: border 0.3s ease;
    color: #aaa;
    font-weight: 300;
    margin-bottom: 20px;
}
.file-upload input {
  display: none;
}
#file-name {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    position: relative;
}
*/
.file-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.file-container .fa-check {
    color: green;
    margin-bottom: 20px;
}
.hidden {
    display: none;
}
.zcar-ofertas__btn{
    display: inline-block;
    margin-top: 30px;
    background-color: var(--cnvs-themecolor);
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}
.zcar-ofertas__btn .fa-arrow-right {
    padding-left: 10px;
}
.zcar-ofertas__btn:hover {
    color: white;
}
.zcar-premios{
    position: relative;
}
.zcar-premios__bg-img{
    position: absolute;
    width: 500px;
    bottom: -60px;
    left: -60px;
    z-index: -1;
}
.zcar-premios__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(196, 196, 196);
	box-shadow: 6px 10px 6px -4px rgba(255,255,255,0);
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all .4s linear;
}
.zcar-premios__title {
    margin: 0;
    color: var(--cnvs-themecolor);
    font-size: 22px;
}
.zcar-premios__text {
    margin: 0;
}
.zcar-img__box {
    display: flex;
    align-items: center;
}
.zcar-premios__img {
    width: 75px;
    opacity: 1;
    transition: all .4s linear;
}
.zcar-premios__box:hover{
    background-color: #F8F6F7;
    border: 1px solid transparent;
    box-shadow: 6px 10px 6px -4px rgba(204,204,204,1);
}
.zcar-premios__box:hover .zcar-premios__img{
    opacity: 0.9;
}
.zcar-size {
    width: 60px;
}
.zcar-premios__wrapper {
    display: flex;
    align-items: center;
    gap: 150px;
}
.zcar-pilares__box .fa-angle-down {
    transition: all .4s linear;
}
.zcar-active {
    display: block;
    animation: collapseActive .4s linear;
}
.rotate-180 {
    transform: rotate(180deg);
  }
@keyframes collapseActive {
    from{
        display: none;
        transform: translateY(-100%);
    }

    to{
        display: block;
        transform: translateY(0);
    }
}

@keyframes collaseInactive {
    from{
        display: none;
        transform: translateY(-100%);
    }

    to{
        display: block;
        transform: translateY(0);
    }
}
.zcar-ofertas__title p,
.zcar-ofertas__title h3,
.zcar-ofertas__descricao h3,
.zcar-ofertas__descricao p{
    margin: 0;
}
.zcar-ofertas__wrapper {
    padding: 20px 10px 40px 10px;
    border-bottom: 1px solid rgb(196, 196, 196);
    margin-bottom: 20px;
}
.zcar-ofertas__title h3 {
    color: var(--cnvs-themecolor);
    margin-top: 15px;
}
.zcar-ofertas__descricao h3,
.zcar-ofertas__descricao p {
    margin-bottom: 10px;
}
.zcar-ofertas__link {
    width: fit-content;
}
.zcar-ofertas__link button {
    border: 1px solid var(--cnvs-themecolor);
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    outline: none;
}
.zcar-ofertas__link button a {
    white-space: nowrap;
}
.zcar-ofertas__link button:hover{
    background-color: var(--cnvs-themecolor);
    color: white;
}
.zcar-ofertas__link button:hover a{
    color: white;
}
.zcar-equipa__form h2{
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}
.zcar-candidatura {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.zcar-candidatura__form {
    background-color: white;
    border-radius: 8px;
    padding: 40px 30px;
}
.zcar-form__btn:hover {
    background-color: white;
    color: var(--cnvs-themecolor);
    border: 1px solid var(--cnvs-themecolor);
}
.zcar-equipa__form {
    margin-bottom: 30px;
}
.zcar-recrutamento__descricao,
.zcar-recrutamento__perfil,
.zcar-recrutamento__competencias{
    margin-bottom: 40px;
}
.zcar-recrutamento__form {
    padding: 40px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 14px 0px rgba(168,168,168,.6);
    -moz-box-shadow: 2px 2px 14px 0px rgba(168,168,168,.6);
    box-shadow: 2px 2px 14px 0px rgba(168,168,168,.6);
}
.zcar-voltar {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.zcar-apoio-cliente-wrapper{
    padding: 30px 20px;
}

.zcar-apoio-cliente-form {
    padding: 30px 0px;
}
.zcar-apoio-cliente-titulo h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.zcar-apoio-cliente-titulo p {
    font-size: 18px;
}
#mensagem {
    padding: 10px 20px;
    border-radius: 8px;
}
.zcar-apoio-cliente-tel h3,
.zcar-apoio-cliente-email h3,
.zcar-apoio-cliente-horario h3 {
    margin: 0;
    margin-block: 20px 5px;
    font-size: 20px;
}
.zcar-apoio-cliente-tel p{
    margin: 0;
    line-height: 1;
}
.zcar-apoio-cliente-tel a{
    font-size: 32px;
    color: black;
    margin: 0;
}
.zcar-apoio-cliente-email a {
    color: black;
    margin: 0;
}
.zcar-apoio-cliente-ligamos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.zcar-apoio-cliente-ligamos img {
    width: 35px;
}
.zcar-apoio-cliente-ligamos p {
    margin: 0;
    color: var(--cnvs-themecolor);
    text-transform: uppercase;
}
.zcar-stand {
    padding-block: 60px;
    background-color: #F4F4F4;
overflow:hidden;
}

@media (max-width: 991px) {

.change-order-mobile .row .col-xl-5 {order:1}

.change-order-mobile .row .col-xl-7 {order:0}


  .zcar-stand {
		padding-block: 0;
	}
}



.zcar-stand-detalhes {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto;
    justify-content: center;
    padding-block: 40px;
}
.zcar-stand-detalhes p {
    margin: 0;
}
.zcar-stand-detalhes h2 {}

.zcar-stand-tel,
.zcar-stand-email,
.zcar-stand-horario,
.zcar-stand-localizacao {
    margin-bottom: 20px;
}
.zcar-stand-tel h3,
.zcar-stand-email h3,
.zcar-stand-horario h3,
.zcar-stand-localizacao h3 {
    margin: 0;
	margin-bottom: 3px;
    font-size: 16px;
    
}
.zcar-stand-tel p,
.zcar-stand-email a,
.zcar-stand-horario p,
.zcar-stand-localizacao p{
    font-size: 16px;
    color: black;
}
.zcar-stand-localizacao a {
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--cnvs-themecolor);
}
