.post-venta-background {
    background-size: cover;
    background-position: 0 150px;
    background-repeat: no-repeat;
}

.trama {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.img-flip {
    width: 700px;
    max-width:100%;
}

.ds-postventa-form .text-light {
    color: black !important;
}

/* Background Title Text */
.background-title-text {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.image-text-columns .btn-dark {
    background-color: black !important;
    position:relative;
    z-index:10;
}

.background-title-text .title-background-wrappper {
    justify-content: center !important;
}


.background-title-text .description {
    margin-top: 0;
    margin-bottom: 30px;
}

.image-text-columns .description {
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}


/* Buttons */
.tabs-slides .nav-item {
    background-color: black;
    color: white;
    position: relative;
    width: calc(20% - 10px);
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#formulario_consulta input.wpcf7-form-control.wpcf7-submit{
    margin-top:20px!important;
}
.tabs-slides .nav-link {

color: white;

height: 100%;

display: flex;

justify-content: center;

align-items: center;

font-size: 16px;

line-height: 19px;

padding: 10px;

text-transform: uppercase;

font-weight: bold;

gap: 10px;

width: 100%;

height: 100%;

padding: 0;

margin: 0 0 0 .3vw;

color: white;

height: 100%;

display: flex;

justify-content: center;

align-items: center;

line-height: 19px;

padding: 8px 5px;

text-transform: uppercase;

font-weight: bold;

gap: 9px;
}


.tabs-slides .nav-link span {
    max-width: 150px;
    display: block;
    width: auto;
}

.tabs-slides .nav-item .nav-link,
.tabs-slides .nav-link {
    color: white;
    background-color: black;
    border-color: black;
    position: relative;
}

.tabs-slides .nav-link:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 15%;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid black;
    display: none;
}

.tabs-slides .nav-link.active:before {

    display: block;
}


.tabs-slides .nav-item:nth-of-type(1) {
    margin: 0;
    /* margin-bottom: 10px; */
}


.nav-tabs .nav-item .nav-link img {
    width: 30px;
}



.nav-tabs {
    gap: 10px;
}








.btn,
.btn-yellow {
    border-radius: 3px !important;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}


.btn-yellow {
    background: rgba(255, 186, 0, 1);

}

.wpcf7 {
    max-height: 80vh;
    width: 100%;
}


.post-venta-background .brand-logos{
  max-width: 600px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width:1200px) {

    .tabs-slides .nav-link:before {
        display: block;
        bottom: -11px;
    }

    .nav-tabs .nav-link.active:before {
        display: block;
    }


    .post-venta-background .nav-item {

        margin-bottom: 10px;
        width: 100%;
        max-width: 220px;

    }

    .background-title-text .description{
        margin-top:30px;
    }
    .card {
        margin-bottom: 4rem;
        margin-top: 0;
        background: transparent;
        max-width: 400px;
        /* margin: 0 auto; */
        margin-left: auto;
        margin-right: auto;
    }

    .card-body {
        padding: 20px 0 0;
    }

    .image-text-columns .description {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img-flip {
        max-width: 100%;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .post-venta-background{
        background-image:none!important;
    }
    .post-venta-background .brand-logos{
        display:none;
    }
}


