.fondo-negro {
    background-color: #232323 !important;
}

#detalle-servicios {
    background-color: #232323 !important;
}

.encabezado-experience {
    margin-top: 70px;
    background-image: url('/mock/img/experience/Banner_Yamaha_Experience.png');
    height: 250px;
    background-repeat: no-repeat;
}

.encabezado-experience-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1280px;
    margin: auto;
}

.titulo-experience-concesionarios {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    font-family: 'Estricta Black', sans-serif;
}

.descripcion-experience {
    padding: 50px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Estricta Regular', sans-serif;
}

.descripcion-experience h3 {
    font-family: "Estricta Medium", sans-serif;
    text-transform: uppercase;
    color: #545454;
    font-size: 1.4rem;
}

.descripcion-experience p {
    font-family: "Estricta Regular", sans-serif;
    color: #545454;
    font-size: 1.2rem;
    padding: 0px 50px;
    text-align: center;
}


#slider-yes {
    padding: 50px 0px;
}

#slider-yes>.tns-item {
    padding: 0px 20px;
}

#slider-yes .card {
    border: none;
}

#slider-yes .card-header {
    background-color: #ff0000;
    padding: 20px 0px;
    text-align: center;
    font-family: "Estricta Bold", sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
}

#slider-yes.card-body {
    padding: 30px 40px;
    font-family: "Estricta Regular", sans-serif;
    color: #5c5454;
    font-size: 1rem;
    min-height: 300px;
}

#slider-yes .card-body ul {
    min-height: 200px;
}

#slider-yes .card-body p {
    font-family: "Estricta Regular", sans-serif;
    color: #5c5454;
    font-size: 1rem;
    margin: 0;
}

#slider-yes .card-body a {
    font-family: "Estricta Regular", sans-serif;
    color: #5c5454;
    text-decoration: underline;
}

.experienceServiceSection {
    min-height: 100vh;
    background-color: #232323;
    padding: 50px 0px;
}


.experience-top-wrapper h3 {
    font-family: "Estricta Bold", sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0;
}

.experience-top-wrapper p {
    font-family: "Estricta Thin", sans-serif;
    color: white;
    font-size: 1.4rem;
}


.experience-resultados-wrapper {
    border-bottom: 2px solid white;
}

.experience-top-wrapper select {
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    color: gray;
}

.experience-top-wrapper form p {
    font-family: "Estricta Bold", sans-serif;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 1rem;
}

.experience-resultados-wrapper h2 {
    font-family: "Estricta Black", sans-serif;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 40px;
    /* padding: 0px 20px; */
}

.experience-resultados-wrapper h3 {
    font-family: "Estricta Regular", sans-serif;
    color: white;
    font-size: 1.5rem;
    text-transform: uppercase;
    /* padding: 0px 20px; */
}

.experience-resultados-wrapper ul {
    list-style: circle;
}

.experience-resultados-wrapper li {
    font-family: "Estricta Thin", sans-serif;
    color: white;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin: 0px 40px;
}

.experience-banner {
    margin: 70px auto;
    background-image: url('/mock/img/experience/experience-banner.jpg');
    height: 315px;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
}

/* .experience-resultados-wrapper .precio {
  border-bottom: 2px solid white;
} */


@media screen and (max-width: 768px) {
    .experience-top-wrapper {
        padding: 30px 0px;
    }

    .experience-top-wrapper h2 {
        font-size: 1.6rem;
    }

    .experience-top-wrapper h3 {
        font-size: 1.2rem;
    }

    .experience-top-wrapper p {
        font-size: 1rem;
    }

    .experience-resultados-wrapper h2 {
        font-size: 1.2rem;
        padding: 0px 10px;
    }

    .experience-resultados-wrapper h3 {
        font-size: 1.2rem;
        padding: 0px 10px;
    }

    .experience-resultados-wrapper li {
        font-size: 1rem;
        padding: 0px 0px;
        margin: 0px 30px;
    }


    .consecionarios-wrapper {
        padding: 50px 0px;
    }

    .consecionarios-wrapper h3 {
        font-size: 1.2rem;
    }

    .consecionarios-wrapper p {
        font-size: 1rem;
    }

    #slider-yes {
        padding: 40px 20px;
    }

    #slider-yes .card-body ul {
        min-height: 220px;
    }

    #slider-yes .card-body li {
        font-size: 0.8rem;
    }

    #slider-yes .card-body a {
        font-size: 0.8rem;
    }
}