html {
    scroll-behavior: smooth;
}


/*  */


/*  */


/* inviewjs */

.keyword-titulo{
    color:#f8f9fa;
    font-size: 1px;
}

.form-group {
    margin-bottom: 0 !important;
    overflow: inherit !important;
}

.titulo h1,
.titulo h2 {
    width: fit-content;
    margin: auto;
    padding: 0 15px;
}

.titulo h1 {
    font-size: 1.5rem;
    border-radius: 18px;
}

.titulo h2 {
    font-size: 1.5rem;
    border-radius: 10px;
}

.btn {
    width: fit-content !important;
}

.titulo h2 {
    font-size: 1.3rem;
}

.list-group-item {
    padding: .25rem 1.25rem !important;
    line-height: 1.2;
}

.btn-warning {
    background: #d91417 !important;
    border: none !important;
    color: #fff !important;
}

.titulo h1 {
    background: #d91417;
    padding: 2%;
    color: #fff;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.titulo h2 {
    background: #575656;
    padding: 1%;
    color: #fff;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.slider-autos h1 {
    background: #575656;
    padding: 2%;
    margin: auto;
    color: #fff;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-size: 1.7rem;
    width: 85%;
    border-radius: 18px;
}

.card-body h5 {
    width: 75%;
    padding: 5px;
    margin-bottom: 15px !important;
    background: #494949;
    text-align: center;
    color: #fff;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border-radius: 10px;
}

.cabecera {
    background: url("./img/fondo-mobile.jpg") no-repeat;
    background-size: contain;
}

.col-slider {
    margin-top: 10%;
}

.col-formulario {
    margin-top: 10%;
}

footer img {
    width: 60%;
}

.formulario {
    background: #e9ecef;
    background-color: #e9ecefee;
    padding: 3% 3%;
    border: 1px solid #999;
    border-radius: 2%;
}

.form-group {
    margin-bottom: .5rem;
}

.formulario label {
    margin: 0;
    font-size: 1em;
    overflow: hidden;
}

.formulario h2 {
    font-size: 1.8em;
    overflow: hidden;
}

.card {
    border: none !important;
    background: transparent !important;
}

.card-deck .card {
    margin: 1% 1%;
    background: transparent;
}

.card-deck .card h2 {
    text-align: center;
}

.card-deck .card img {
    padding: 1% 0;
}

.card img {
    cursor: pointer;
}

.card-group .card a {
    margin: auto;
    background: #d91417;
    color: #fff;
    border-radius: 35px;
    width: fit-content !important;
    margin-bottom: 2%;
    border: none;
    font-weight: bold;
    outline-offset: -2px !important;
}

.card-footer {
    margin: auto !important;
}

.card-group .card a:hover,
.btn-warning:hover {
    background: #495057 !important;
    color: #fff !important;
    transition: all 1s !important;
}

.card-group .card a:active {
    background: #F5B500 !important;
    color: #495057 !important;
}

.card-body {
    margin: 0;
    padding: 0;
}

.slider-autos img {
    margin: auto;
}

hr.linea {
    border: 0;
    height: 0;
    margin: 0 auto;
    width: 85%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.card-deck .card a {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
}

.footer img {
    width: 70%;
}

.slick-dotted.slick-slider {
    margin: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    color: #d91417 !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    font-size: 15px !important;
}

.slick-dots li.slick-active button:before {
    color: #d91417 !important;
}

.slick-prev {
    left: -20px !important;
    z-index: 3 !important;
}

.slick-next {
    right: -24px !important;
}

.logo {
    width: 60%;
}

.logo-header {
    width: 50%;
}

.boton-formulario {
    font-size: 1em;
    overflow: hidden;
    margin-top: 15px !important;
}

.card p {
    margin: 0 auto;
    line-height: 1.2;
    width: 75%;
}

@media (min-width: 1200px) {
    .slider-autos .text-center {
        width: 60%;
        margin: auto;
        margin-top: -15px;
    }
    .titulo h1 {
        font-size: 2rem;
    }
    .titulo h2 {
        font-size: 1.5rem;
    }
    .cabecera {
        background: url("./img/fondo.jpg") no-repeat;
        background-size: contain;
        background-position: top;
    }
    .col-slider {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .logo {
        width: 100%;
    }
    .col-formulario {
        margin-top: 2%;
        padding: 2%;
    }
    .formulario {
        padding: 6% 5%;
    }
    .formulario hr {
        margin-bottom: 2%;
    }
    .formulario h2 {
        font-size: 1.5em;
    }
    .formulario label {
        font-size: 1em;
    }
    footer img {
        width: 15%;
    }
    .slick-prev {
        left: 70px !important;
        z-index: 3 !important;
    }
    .slick-next {
        right: 90px !important;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 35px !important;
        color: #d91417 !important;
        opacity: 1 !important;
    }
    .slick-dots li button:before {
        font-size: 15px !important;
    }
    .slick-dots li.slick-active button:before {
        color: #d91417 !important;
    }
    .img-bonificaciones {
        height: 100%;
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .logo-header {
        width: 70%;
    }
    .slider-autos h1 {
        width: 100%;
        font-size: 2rem;
    }
}