﻿body {
    font-size: 16px !important;
}
.form-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
    color: white;
}
.back-video {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0,0,0,0.50) 9%, rgba(0,0,0,0.41) 50%, rgba(0,0,0,0.20) 100%); */
    background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.51) 40%, rgba(0,0,0,0.20) 100%);
}
a.btn.btn-blue {
    cursor: pointer;
}
.taller-item .info-car {
    width: auto;
    margin: 0 auto;
}
.banner-inicio .info-interior-auto {
    top: 46.5%;
}
.taller-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0;
    align-items: center;
}
.info-car ul li {
    position: relative;
    padding-left: 30px;
}
.taller-item .img-car {
    width: 55%;
}
.taller-item .info-car ul {
    list-style: none;
    padding-left: 0;
}
.btn-blue {
    background-color: #001D50;
    color: #fff !important;
}
    .taller-item .info-car ul li {
        position: relative;
        padding-left: 30px;
        padding-bottom: 5px;
    }
.taller-item .img-car img {
    width: 100%;
}
/*Media queries*/
@media (max-width: 575px) {
    .form-contact {
        margin-bottom: 25px;
    }

}
@media screen and (min-width: 0px) and (max-width: 575px) {
    .form-contact .form-group {
        width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 990px) {
    .form-contact .form-group {
        width: calc(50% - 20px);
    }
}
@media (min-width: 768px) {
    .form-contact .form-group {
        width: calc(25% - 20px);
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .taller-item .info-car {
        margin: 0 20px;
    }
}
@media (max-width: 991px) {
    .taller-item .info-car {
        order: 2;
    }
}
@media (max-width: 991px) {
    .taller-item .img-car {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .taller-item .img-car img {
        padding-bottom: 25px;
    }
}