/* Banner Container */
.banner {
    position: relative;
}
.banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -33%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media(min-width: 576px) {
    .banner .container {
        margin-top: -13%;
    }
}
@media(min-width: 1200px) {
    .banner .container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        justify-content: flex-end;
    }
}

/* Formulário do Banner */
.banner .form-simulate {
    z-index: 2;
    width: 100%;
    max-width: 515px;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 5px 0.1px rgba(122, 122, 122, 0.5);
}
.banner .form-simulate .form-header {
    background-color: #0e378a;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    padding: 1.5rem 1rem 1.375rem;
}
.banner .form-simulate .form-header h5 {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    text-transform: uppercase;
}
.banner .form-simulate .form-body {
    padding: 2rem 1rem;
    background-color: #FFFFFF;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.banner .form-simulate .form-body .form-control {
    font-family: "Poppins";
    color: #3a3a3a;
    border: 1px solid #808080;
    border-radius: 0.625rem;
}
.banner .form-simulate .form-body label {
    font-family: "Poppins";
    color: #3a3a3a;
}
@media(min-width: 412px) {
    .banner .form-simulate .form-header h5 {
        font-size: 1.375rem;
    }
}
@media(min-width: 540px) {
    .banner .form-simulate .form-header {
        padding: 1.625rem 1.5rem 1.5rem;
    }
    .banner .form-simulate .form-body {
        padding: 2rem 1.5rem 3rem;
    }
}

/* Cards dos Produtos */
.products {
    position: relative;
    background-position: 113% bottom, left bottom; /* Ajuste a posição padrão conforme necessário */
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto; /* Ajuste o tamanho conforme necessário */
    padding: 50px 0; /* Ajuste o padding conforme necessário */
}

/* Media query para telas pequenas */


/* Media query para tablets */
@media (max-width: 991px) {
    .products {
        background-image: none, none;

    }
}



/* Media query para desktops */
@media (min-width: 992px) and (max-width: 1350px) {
    .products {
        background-position: 128.5% bottom, left -30%; /* Ajuste as posições conforme necessário */
    }
}
@media (min-width: 1351px) {
    .products {
        background-position: 113% bottom, left -20%; /* Ajuste as posições conforme necessário */
    }
}
.products .card {
    border: 0;
    border-radius: 0.313rem;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 7px 1px rgba(123, 123, 123, 0.5);
}
.title-span {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    margin: auto;
    color: #c6202d;
}
.products .card .card-img-top {
    border-top-left-radius: 0.313rem;
    border-top-right-radius: 0.313rem;
}
/* .products .card .card-tag {
    font-family: "Poppins Medium";
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
    background-color: #58BA47;
    color: #FFFFFF;
} */
/* .products .card .card-tag::before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    border-left: 16px solid transparent;
    border-bottom: 32px solid #FFFFFF;
} */
.products .card .card-body .card-title {
    position: relative;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 20px;
    color: #0f0f0f;
    margin-bottom: 0.125rem;
    text-align: center;
}

.products .card .card-body .card-subtitle {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #515151;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    text-align: center;
}

.products .card .card-body .card-subtitle span {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-family: "Poppins";
    font-weight: bold;
}

.products .card .card-body .card-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 1rem;
    flex-direction: column;
    font-family: "Poppins Medium";
    row-gap: 0.25rem;
    width: 100%;
    margin-bottom: 25px;
}

.products .card .card-body .card-items span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #696969;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
}
.products .card .card-body .card-items span:nth-child(1)::before {
    content: "";
    background-image: url("../images/icones/caminhao.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding-right: 25px;
}
.products .card .card-body .card-items span:nth-child(2)::before {
    content: "";
    background-image: url("../images/icones/camadas.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding-right: 25px;
}
.products .card .card-body .card-items span:nth-child(3)::before {
    content: "";
    background-image: url("../images/icones/estrutura.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding-right: 25px;
}
.products .btn-green {
    font-family: "Poppins";
    font-weight: bold;
    max-width: 340px;
}

/* Swiper dos Produtos */
.products .swiper-container {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.products .swiper-container .swiper-slide {
    padding: 0.625rem;
}
.products .swiper-container .swiper-button-prev {
    left: -0.625rem;
}
.products .swiper-container .swiper-button-next {
    right: -0.625rem;
}
.products .swiper-container .swiper-button-prev,
.products .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
}
.products .swiper-container .swiper-button-prev::after,
.products .swiper-container .swiper-button-next::after {
    /* font: var(--fa-font-solid); */
    font-size: 1.625rem;
    color: #000000;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
/* .products .swiper-container .swiper-button-prev::after {
    content: "\f060";
}
.products .swiper-container .swiper-button-next::after {
    content: "\f061";
} */
.products .swiper-container .swiper-button-prev.swiper-button-disabled,
.products .swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}
@media(min-width: 576px) {
    .products .swiper-container {
        max-width: 330px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .products .swiper-container .swiper-button-prev {
        left: -46px;
    }
    .products .swiper-container .swiper-button-next {
        right: -46px;
    }
}
@media(min-width: 768px) {
    .products .swiper-container {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .products .swiper-container .swiper-button-prev {
        left: -24px;
    }
    .products .swiper-container .swiper-button-next {
        right: -24px;
    }
}
@media(min-width: 992px) {
    .products .swiper-container {
        max-width: 720px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .products .swiper-container .swiper-button-prev {
        left: -16px;
    }
    .products .swiper-container .swiper-button-next {
        right: -16px;
    }
}
@media(min-width: 1200px) {
    .products .swiper-container {
        max-width: 1070px;
    }
}
@media(min-width: 1440px) {
    .products .swiper-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .products .swiper-container .swiper-button-prev {
        left: -40px;
    }
    .products .swiper-container .swiper-button-next {
        right: -40px;
    }
}

/* Consórcio */
.consortium {
    position: relative;
    /* padding-bottom: 5rem; */
}
.consortium .content {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.consortium .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: -3;
     
}
.consortium .content::after {
    content: "";
    background-image: url("../images/bg-consorcio.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    /* opacity: 0.5; */
}
.consortium .content .content-wrap .section-title {
    font-size: 2rem;
    text-align: left;
    line-height: 2.2;
    color: #FFFFFF;
    max-width: 460px;
    padding-bottom: 0;
    margin-bottom: 2.5rem;
}
.consortium .content .content-wrap .section-title::before {
    display: none;
}
.consortium .content .content-wrap .description > * {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify;
    margin-bottom: 2.5rem;
}
.consortium .content .content-wrap .btn-green {
    font-family: "Poppins SemiBold";
    max-width: 340px;
}

@media(min-width: 768px) {
    .consortium .content .content-wrap .section-title {
        font-size: 32px;
        max-width: 320px;
        font-family: "Roboto";
        font-weight: bold;
    }
    .consortium .content .content-wrap .section-title span {
        font-size: 2.25rem;
        max-width: 320px;
        font-family: "Roboto";
        font-weight: bold;
    }
}
@media(min-width: 992px) {
    .consortium {
        /* padding-bottom: 3.5rem; */
    }
    .consortium .content {
        padding-bottom: 5rem;
    }
    .consortium .content .container {
        display: flex;
        justify-content: flex-end;
        justify-content: space-between;
    }
    .consortium .content .container .content-wrap {
        max-width: 48%;
    }
    .consortium .motorcycle::before {
        background-size: contain;
        /* max-width: 50%; */
    }
}
@media(min-width: 1200px) {
    .consortium {
        /* padding-bottom: 5rem; */
    }
    .consortium .content {
        padding-top: 8.5rem;
        padding-bottom: 8.5rem;
    }
}
@media(min-width: 1600px) {
    .consortium .motorcycle::before {
        background-size: inherit;
    }
}

/* Benefícios do Consórcio */
.benefits {
    overflow: hidden;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.benefits .swiper {
    display: flex;
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    /* overflow-x: scroll;
    scrollbar-color: #bababa #e3e3e3;
    scrollbar-width: thin; */
    /* -ms-overflow-style: none; */
}
/* .benefits .swiper::-webkit-scrollbar {
    height: 11px;
}
.benefits .swiper::-webkit-scrollbar-thumb {
    height: 11px;
    background-color: #bababa;
    border-radius: 5px;
} */
.benefits .swiper .swiper-slide {
    /* max-width: 350px; */
    padding: 1rem;
    overflow: hidden;
}
.benefits .swiper .card {
    display: flex;
    background-color: inherit;
    border-radius: 0.313rem;
    border: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 2.5rem 0.75rem;
    /* box-shadow: 0px 0px 7px 1px rgba(123, 123, 123, 0.5); */
}
.benefits .swiper .card .card--header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.438rem;
    height: 195px;
}
/* .benefits .swiper .card .card--header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 3px;
    margin: 0 auto;
    background-color: #58ba47;
} */
.benefits .swiper .card .card--header h5 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 18px;
    color: #0e378a;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    max-width: 250px;
}
.benefits .swiper .swiper-slide:nth-child(3) .card .card--header h5 {
    max-width: 180px;
}
.benefits .swiper .card .card--body {
    padding-top: 1.5rem;
    color: #404040;
    line-height: 1.25;
    flex-direction: column;

}

.benefits .swiper .card .card--body ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: "Poppins";
    color: #404040;
    justify-content: center;
    text-align: left;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.benefits .swiper .card .card--body ul li {
    line-height: 1.25;
    position: relative;
    padding-left: 22px;
    margin: 2px;
}

.benefits .swiper .card .card--body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    /* Ajuste o tamanho conforme necessário */
    height: 16px;
    background-image: url('../images/icones/icone.png');
    background-size: contain;
    background-repeat: no-repeat;
}
/* .benefits .scrollbar-h {
    bottom: calc(12rem + 2px);
} */
.benefits .btn-green {
    font-family: "Roboto";
    font-weight: bold;
    max-width: 340px;
    margin-top: 3.5rem;
}
@media(min-width: 375px) {
    .benefits .swiper .card {
        padding: 2.5rem 1rem;
    }
}
@media(min-width: 1200px) {
    .benefits .swiper-container {
        position: relative;
        padding-left: 3rem;
        padding-right: 3rem;
        max-width: 1220px;
        margin: 0 auto;
    }
    .benefits .swiper {
        overflow-x: hidden;
        padding-bottom: 0;
    }
    .benefits .swiper .swiper-slide {
        max-width: 100%;
    }
}

/* Botão Next e Prev do Swiper Benefícios */
.benefits .swiper-button-prev,
.benefits .swiper-button-next {
    visibility: hidden;
}
@media(min-width: 1200px) {
    .benefits .swiper-button-prev,
    .benefits .swiper-button-next {
        visibility: visible;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #c6202d;
    }
    .benefits .swiper-button-prev {
        left: 0;
    }
    .benefits .swiper-button-next {
        right: 0;
    }
    .benefits .swiper-button-prev::after,
    .benefits .swiper-button-next::after {
        font-size: 1rem;
        font-weight: 900;
        color: #FFFFFF;
    }
    .benefits .swiper-button-prev.swiper-button-disabled,
    .benefits .swiper-button-next.swiper-button-disabled {
        opacity: 0.5;
    }
}

/* Depoimentos */
.testimony {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2rem;
}
/*.testimony::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background-color: #051F00;
}*/
.testimony::after {
    content: "";
    background-color: #023461;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
/* .testimony .section-title {
    margin-bottom: 1.25rem;
    color: #FFFFFF;
}
.testimony .section-subtitle {
    font-family: "Poppins Medium";
    font-size: 1.125rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 3rem;
} */
@media(min-width: 768px) {
    .testimony .section-subtitle {
        margin: 0 auto;
    }
}

/* Card Depoimentos */

.testimony .card .card-body {
    padding: 2.2rem;
    font-size: 16px;
    color: #515151;
    font-weight: 600;
    font-family: "Poppins";

}

/* 
.testimony::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background-color: #051F00;
} */



.card-footer {
    margin-top: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: .5rem;
    background-color: inherit;
    border-top: none;
}

.card-footer .client-name {
    font-size: 20px;
    color: #0f0f0f;
    font-family: "Poppins";
    font-weight: bold;
    padding: 0;
    margin-bottom: 0.2rem;
}

.border-city {
    position: relative;
    padding-left: 60px;
}

/*.border-city::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 2.5px;
    background-color: #c6202d;
}*/

.card-footer .city-name {
    font-size: 16px;
    padding-left: 1px;
    margin: 0;
    color: #7b7b7b;
    font-family: "Poppins";
    font-weight: 600;

}



/* .testimony::after {
    content: "";
    background-image: url("../images/bg-depoimentos.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.2;
} */

.testimony .section-title {
    margin-bottom: 1.25rem;
    font-size: 28px;
    margin: auto;
    color: #FFFFFF;
}

.testimony .section-subtitle {
    font-family: "Poppins Medium";
    font-size: 1.125rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 3rem;
}

@media(min-width: 768px) {
    .testimony .section-subtitle {
        margin: 0 auto;
    }
}

/* Card Depoimentos */
.testimony .card {
    border: 0;
    margin: 0 auto;
    width: 395px;
    background-color: #FFFFFF;
    z-index: 9;
}
@media(max-width: 768px) { 

    .testimony .card {
    width: 100%;        
    }
}

.testimony .card-wrapper {
    border: 2px solid #c52a2f;
    width: 340px;
    padding-left: 16px;
    padding-top: 16px;
    height: 460px;
    z-index: 7;
}


/* Card Overlay Depoimentos */
.testimony .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 60px auto;
}
.testimony .card-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 80%;
    bottom: 0;
    left: 1.281rem;
    border-top: 7px solid #58ba47;
    border-left: 7px solid #58ba47;
    border-bottom: 7px solid #58ba47;
    border-top-left-radius: 1.75rem;
    border-bottom-left-radius: 1.75rem;
}
.testimony .card-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.281rem;
    bottom: 0;
    left: 80%;
    border-top: 7px solid #58ba47;
    border-right: 7px solid #58ba47;
    border-bottom: 7px solid #58ba47;
    border-top-right-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
    z-index: -1;
}
.testimony .card-overlay .card-overlay-translucent::before {
    content: "";
    position: absolute;
    top: 0;
    right: 3rem;
    left: calc(20% + 3.563rem);
    border-top: 7px solid #58ba47;
}
.testimony .card-overlay .card-overlay-translucent::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    right: calc(20% + 3.563rem);
    border-top: 7px solid #58ba47;
}
@media(min-width: 576px) {
    .testimony .card-overlay::before {
        right: 85%;
    }
    .testimony .card-overlay::after {
        left: 85%;
    }
    .testimony .card-overlay .card-overlay-translucent::before {
        left: calc(15% + 3.563rem);
    }
    .testimony .card-overlay .card-overlay-translucent::after {
        right: calc(15% + 3.563rem);
        /*left: calc(15% + 3.563rem);*/
    }
}
@media(min-width: 768px) {
    .testimony .card-overlay {
        max-width: calc(576px - 3rem);
        margin: 50px auto;
    }
    .testimony .card-overlay::before {
        left: 0;
    }
    .testimony .card-overlay::after {
        right: 0;
    }
    .testimony .card-overlay .card-overlay-translucent::before {
        left: calc(20% + 3.563rem);
    }
    .testimony .card-overlay .card-overlay-translucent::after {
        right: calc(20% + 3.563rem);
        /*left: calc(20% + 3.563rem);*/
    }
}

/* Swiper Depoimentos */
.testimony .swiper-container {
    position: relative;
}
.testimony .swiper-container .swiper-slide {
    padding: 80px 0;
}
.testimony .swiper-container .swiper-button-prev::after,
.testimony .swiper-container .swiper-button-next::after {
    /* font: var(--fa-font-solid); */
    font-size: 1.5rem;
    color: #515151;
    /* top: 10px; */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.testimony .swiper-container .swiper-button-prev {
    left: calc(50% - 50px);
}
.testimony .swiper-container .swiper-button-next {
    right: calc(50% - 50px);
}
.testimony .swiper-container .swiper-button-prev::after,
.testimony .swiper-container .swiper-button-next::after {
    /* font: var(--fa-font-solid); */
    font-size: 1.5rem;
    color: #515151;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
/* .testimony .swiper-container .swiper-button-prev::after {
    content: "";
}
.testimony .swiper-container .swiper-button-next::after {
    content: "\f061";
} */
.testimony .swiper-container .swiper-button-prev.swiper-button-disabled,
.testimony .swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}
@media(min-width: 768px) {
    .testimony .swiper-container .swiper-button-prev,
    .testimony .swiper-container .swiper-button-next {
        bottom: inherit;
        top: 50%;
    }
    .testimony .swiper-container .swiper-button-prev {
        left: -20px;
    }
    .testimony .swiper-container .swiper-button-next {
        right: -20px;
    }
}
@media(min-width: 992px) {
    .testimony .swiper-container {
        margin: 0 auto;
        max-width: 1350px;
    }
    .testimony .swiper-container .swiper-button-prev {
        left: 0;
    }
    .testimony .swiper-container .swiper-button-next {
        right: 0;
    }
}

@media(max-width: 768px) { 

    .testimony .swiper-container .swiper-button-prev {
 display: none;
    }
    .testimony .swiper-container .swiper-button-next {
        display: none;
    }
}