/*Modal inicia automatico*/

.modal-header h4,
#modal-inicio section:nth-child(1) h4,
#modal-inicio section:nth-child(2) h4 {
    font-size: 24px;
    color: #000;
}

#inicio-envio h4 {
    color: #FFF;
}

#modal-inicio .modal-body {
    background-color: #000 !important;
}

#modal-inicio .col-6 {
    color: #000;
    background-color: #FFF;
}

#modal-inicio section:nth-child(1) a {
    background-color: lightgray;
    font-size: 72px;
    color: #000;
    border-radius: 6px;
}

#modal-inicio section:nth-child(2) a {
    font-size: 54px;
    border-radius: 80%;
    color: #FFF;
    background-color: #25D366;
    padding: 10px 12px;
}


/*Titulo*/

h1 span:nth-child(1n),
h1 span:nth-child(2n),
h1 span:nth-child(3n) {
    font-family: NissanOpti;
    font-weight: bold;
    font-size: 22px;
}

h1 span:nth-child(3n) {
    color: #dc3545 !important;
    font-size: 32px;
}


/*Detalles de envios*/

#envios-300 {
    background-color: #28285E;
}

#envios-300 h2 {
    color: #FFF;
}

#envios-300 h2 span:nth-child(1n) {
    color: #eec437;
}


/*Lista de automoviles de armadoras y selecion de automovil*/

.slide-autos {
    background-color: #F8F8F8;
}

.slide-autos figure nav,
#auto-seleccion nav {
    background-color: #000;
}

.slide-autos figure nav a,
#auto-seleccion nav a {
    color: #FFF !important;
}

.slide-autos figure figcaption h3 {
    font-size: 12px;
    color: #dc3545;
}

#auto-seleccion {
    background-color: #fff;
}

#auto-seleccion h3 {
    color: #000;
}

@media (min-width: 576px) {
    /*Titulo*/
    h1 span:nth-child(1n),
    h1 span:nth-child(2n),
    h1 span:nth-child(3n) {
        font-size: 32px;
    }
    h1 span:nth-child(3n) {
        font-size: 48px;
    }
    .slide-autos figure figcaption h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {}