/* Slider Celu Inicio */
.slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contenedor__sliders {
    width: 100%;
    height: auto;
    display: flex;
}

.content_slider {
    width: 100%;
    height: 12.5em;
    display: block;
    position: relative;
    flex-shrink: 0;
}

.content_slider h4 {
    max-width: 50%;
    position: absolute;
    font-family: Black-Roboto;
    font-size: 1.5rem;
    color: var(--color2);
    top: 30%;
    left: 5%;
    z-index: 5;
    text-shadow: 1px 1px 2px var(--color4);
}

#slider1 {
    width: 100%;
    height: 100%;
    background-image: url(../img/slider-1.jpg);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

#slider2 {
    width: 100%;
    height: 100%;
    background-image: url(../img/slider-2.webp);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

#slider3 {
    width: 100%;
    height: 100%;
    background-image: url(../img/slider-3.webp);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Slider Celu Fin */
/* Buscar Carro Inicio */
.search {
    width: 100%;
    height: 40em;
    position: relative;
}

.contForm {
    width: 90%;
    height: auto;
    background: var(--gradient);
    border-radius: .5em;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0 0 1em 0;
}

.contForm p {
    font-size: 1.8rem;
    font-family: Black-Roboto;
    color: var(--color2);
    margin: .5em 0;
}

.contForm input {
    width: 80%;
    height: 3em;
    border: 0;
    border-radius: .5em;
    margin: .5em 5%;
    font-family: Regular-Roboto;
}

#app {
    width: 20%;
    height: 3.16em;
    border: 0;
    border-radius: .5em 0 0 .5em;
    margin: .5em 0 .5em 5%;
}

#celular {
    width: 60%;
    height: 3em;
    border-radius: 0 .5em .5em 0;
    margin: .5em 5% .5em 0;
}

.label_fecha {
    font-size: 1rem;
    font-family: Black-Roboto;
    color: var(--color2);
}

#fecha_reco[type=date]::-webkit-calendar-picker-indicator {
    width: 1em;
    width: 1em;
    color: var(--color5);
    position: relative;
    z-index: 0;
}

#ver {
    font-size: 1rem;
    font-family: Black-Roboto;
    color: var(--color2);
    background: var(--color1);
    box-shadow: 0px 8px 10px var(--color6);
}

/* Buscar Carro Fin */
/* Main Inicio */
.main {
    width: 100%;
    height: auto;
}

.main h1 {
    font-size: 2rem;
    font-family: Black-Roboto;
    color: var(--color1);
    text-align: center;
}

.main h4 {
    font-size: 1.2rem;
    font-family: Black-Roboto;
    color: var(--color3);
    text-align: center;
    margin: 2em 0;
}

.steps {
    width: 100%;
    height: auto;
    margin: 1em 0 3em 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.contStep {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
}

.paso {
    width: 7em;
    height: 7em;
    background: var(--color1);
    border-radius: 1em;
}

.paso h5 {
    font-size: 1rem;
    font-family: Black-Roboto;
    color: var(--color4);
    text-align: center;
    margin: .5em 0 0 0;
}

.paso p {
    font-size: 5rem;
    font-family: Black-Roboto;
    color: var(--color2);
    text-align: center;
}

.textPaso {
    width: calc(100% - 7em);
    height: 5em;
    font-size: 1rem;
    font-family: Regular-Roboto;
    color: var(--color2);
    text-align: center;
    background: var(--color4);
    margin: auto;
    display: flex;
}

.textPaso p {
    margin: auto;
}

/* Categorias Inicio */
.categorias {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contCarro {
    width: 100%;
    height: auto;
    text-align: center;
}

.contCarro h3 {
    font-size: 1.5rem;
    font-family: Black-Roboto;
    color: var(--color1);
    margin-bottom: .5em;
}

.contCarro p {
    font-size: .8rem;
    font-family: Regular-Roboto;
    color: var(--color3);
    margin: 0 .5em 2em .5em;
}

#carro1 {
    width: 100%;
    height: 8em;
    background-image: url(../img/Chevrolet-SparkGT.webp);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

#carro2 {
    width: 100%;
    height: 8em;
    background-image: url(../img/Nissan-Versa.webp);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

#carro3 {
    width: 100%;
    height: 8em;
    background-image: url(../img/Nissan-Frontier.webp);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

#carro4 {
    width: 100%;
    height: 8em;
    background-image: url(../img/volkswagen-Tcross.webp);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Clean Inicio */
.clean {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 2em 0;
}

.escudo {
    width: 100%;
    height: 5em;
    position: relative;
}

.escudo img {
    width: 8em;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.textClean {
    width: 100%;
    height: auto;
    background: var(--color5);
}

.textClean p {
    width: 80%;
    font-size: 1rem;
    font-family: Regular-Roboto;
    color: var(--color2);
    padding: 4em 0 2em 0;
    margin: auto;
}

.textClean button {
    width: 14em;
    height: 3em;
    font-size: 1rem;
    font-family: Black-Roboto;
    color: var(--color2);
    background: var(--color1);
    border: 0;
    border-radius: .5em;
    margin-bottom: 1em;
    box-shadow: 0px 8px 10px var(--color6);
}

/* Clean Fin */
/* Categorias Fin */
/* Pay Inicio */
.medioPay {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.textPay {
    width: 100%;
    height: auto;
}

.textPay p {
    font-size: 1.5rem;
    font-family: Black-Roboto;
    color: var(--color1);
    text-align: center;
    margin-bottom: 1.5em;
}

.portaPay {
    width: 100%;
    height: auto;
    display: flex;
    user-select: none;
    touch-action: pan-y;
    transform: translate3d(0, 0, 0);
    animation: scroll 40s infinite linear;
    margin: 15px 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(calc(-50px * 28));
    }
}

.pay {
    width: 100px;
    height: 43px;
    margin: auto 10px;
    display: block;
    align-content: center;
    justify-content: center;
}

.pay img {
    width: 80px;
    height: auto;
}
/* Pay Fin */
@media only screen and (min-width:481px) and (max-width:768px){
    /* Slider Celu Inicio */
    .content_slider {
        height: 16em;
    }

    .content_slider h4 {
        font-size: 2rem;
    }

    #slider1 {
        background-position: 0 0;
        background-size: 100%;
    }

    /* Slider Celu Fin */
    /* Buscar Carro Inicio */
    .search {
        height: 14em;
    }
    fieldset {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        margin: 0 .5em;
    }

    #nombre {
        width: 15%;
        margin-right: .3em;
    }

    #apellido {
        width: 15%;
        margin-right: .3em;
    }

    #app {
        width: 13%;
        margin: 0.5em 0 0.5em 0;
    }

    #celular {
        width: 20%;
        margin: 0.5em .3em 0.5em 0;
    }

    #email {
        width: 30%;
    }

    .contForm input {
        width: 30%;
        margin: .5em 0;
    }
    #fecha_reco,
    #fecha_devo,
    #ver {
        width: 20%;
        margin: 2em .3em 0 0;
    }

    #hora_reco,
    #hora_devo {
        width: 16%;
        margin: 2em .3em 0 0;
    }

    #reco {
        position: absolute;
        top: 0;
        left: 0;
    }

    #devo {
        position: absolute;
        top: 0;
        left: 40%;
    }

    #ver {
        width: 20%;
        margin: 1.7em 0 0 0;
    }

    /* Buscar Carro Fin */
    /* Main Inicio */
    .steps {
        flex-direction: initial;
        gap: 0;
    }
    .contStep {
        width: 33.3%;
        margin: 0;
    }
    .paso {
        width: 6em;
        height: 6em;
    }
    .paso p {
        font-size: 4rem;
    }
    .textPaso {
        width: calc(100% - 6em);
        height: 4em;
        font-size: .8rem;
    }
    /* Categorias Inicio */
    #carro1, #carro2, #carro3, #carro4{
        height: 32vw;
    }
    /* Categorias Fin */
    /* Clean Inicio */
    .clean {
        display: flex;
        flex-direction: row-reverse;
    }

    .escudo {
        height: auto;
        background: var(--color5);
    }

    .escudo img {
        width: 10em;
        position: inherit;
        top: 1em;
    }
    .textClean p {
        width: 90%;
        font-size: 1.1rem;
        padding: 2.5em 0 2em 0;
    }

    /* Clean Fin */
    /* Main Fin */
}
@media only screen and (min-width: 769px) and (max-width: 1279px) and (orientation: portrait){
    /* Slider Celu Inicio */
    .content_slider {
        height: 30em;
    }

    .content_slider h4 {
        font-size: 3rem;
    }

    #slider1 {
        background-position: 0 0;
        background-size: 100%;
    }

    /* Slider Celu Fin */
    /* Buscar Carro Inicio */
    .search {
        height: 14em;
    }
    fieldset {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        margin: 0 .5em;
    }

    #nombre {
        width: 15%;
        margin-right: .3em;
    }

    #apellido {
        width: 15%;
        margin-right: .3em;
    }

    #app {
        width: 13%;
        margin: 0.5em 0 0.5em 0;
    }

    #celular {
        width: 20%;
        margin: 0.5em .3em 0.5em 0;
    }

    #email {
        width: 30%;
    }

    .contForm input {
        width: 30%;
        margin: .5em 0;
    }
    #fecha_reco,
    #fecha_devo,
    #ver {
        width: 20%;
        margin: 2em .3em 0 0;
    }

    #hora_reco,
    #hora_devo {
        width: 16%;
        margin: 2em .3em 0 0;
    }

    #reco {
        position: absolute;
        top: 0;
        left: 0;
    }

    #devo {
        position: absolute;
        top: 0;
        left: 40%;
    }

    #ver {
        width: 20%;
        margin: 1.7em 0 0 0;
    }

    /* Buscar Carro Fin */
    /* Main Inicio */
    .steps {
        flex-direction: initial;
        gap: 0;
    }
    .contStep {
        width: 33.3%;
        margin: 0;
    }
    .paso {
        width: 8em;
        height: 8em;
    }
    .paso p {
        font-size: 6rem;
    }
    .textPaso {
        width: calc(100% - 6em);
        height: 4em;
        font-size: 1.3rem;
    }
    /* Categorias Inicio */
    .contCarro p {
        font-size: 1rem;
    }
    #carro1, #carro2, #carro3, #carro4{
        height: 32vw;
    }
    /* Categorias Fin */
    /* Clean Inicio */
    .clean {
        display: flex;
        flex-direction: row-reverse;
    }

    .escudo {
        height: auto;
        background: var(--color5);
    }

    .escudo img {
        width: 12em;
        position: inherit;
        top: 0;
        margin-right: 8em;
    }
    .textClean p {
        width: 90%;
        font-size: 1.3rem;
        padding: 2.5em 0 2em 0;
    }

    /* Clean Fin */
    /* Main Fin */
    /* Pay Inicio */
    #payNone{
        display: none;
    }
    .medioPay {
        display: flex;
    }

    .portaCont {
        width: 100%;
        display: flex;
        margin: 0 0 2em 0;
    }

    .textPay {
        width: 10%;
        margin: auto 0;
    }

    .textPay p {
        margin: auto;
    }

    .portaPay {
        width: 80%;
        touch-action: none;
        animation: none;
        margin: 15px 0 15px 1em;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
    }

    .pay {
        width: auto;
        margin: auto 0;
        display: flex;
        align-items: center;
    }

    .pay img {
        width: 65px;
    }

    /* Pay Fin */
}
@media only screen and (min-width: 769px) and (max-width: 1279px) and (orientation: landscape){
    /* Slider Celu Inicio */
    .content_slider {
        height: 30em;
    }

    .content_slider h4 {
        font-size: 3rem;
    }

    #slider1 {
        background-position: 0 0;
        background-size: 100%;
    }

    /* Slider Celu Fin */
    /* Buscar Carro Inicio */
    .search {
        height: 14em;
    }
    fieldset {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        margin: 0 .5em;
    }

    #nombre {
        width: 15%;
        margin-right: .3em;
    }

    #apellido {
        width: 15%;
        margin-right: .3em;
    }

    #app {
        width: 13%;
        margin: 0.5em 0 0.5em 0;
    }

    #celular {
        width: 20%;
        margin: 0.5em .3em 0.5em 0;
    }

    #email {
        width: 30%;
    }

    .contForm input {
        width: 30%;
        margin: .5em 0;
    }
    #fecha_reco,
    #fecha_devo,
    #ver {
        width: 20%;
        margin: 2em .3em 0 0;
    }

    #hora_reco,
    #hora_devo {
        width: 16%;
        margin: 2em .3em 0 0;
    }

    #reco {
        position: absolute;
        top: 0;
        left: 0;
    }

    #devo {
        position: absolute;
        top: 0;
        left: 40%;
    }

    #ver {
        width: 20%;
        margin: 1.7em 0 0 0;
    }

    /* Buscar Carro Fin */
    /* Main Inicio */
    .steps {
        flex-direction: initial;
        gap: 0;
    }
    .contStep {
        width: 33.3%;
        margin: 0;
    }
    .paso {
        width: 8em;
        height: 8em;
    }
    .paso p {
        font-size: 6rem;
    }
    .textPaso {
        width: calc(100% - 6em);
        height: 4em;
        font-size: 1.3rem;
    }
    /* Categorias Inicio */
    .contCarro p {
        font-size: 1rem;
    }
    #carro1, #carro2, #carro3, #carro4{
        height: 32vw;
    }
    /* Categorias Fin */
    /* Clean Inicio */
    .clean {
        display: flex;
        flex-direction: row-reverse;
    }

    .escudo {
        height: auto;
        background: var(--color5);
    }

    .escudo img {
        width: 12em;
        position: inherit;
        top: 0;
        margin-right: 8em;
    }
    .textClean p {
        width: 90%;
        font-size: 1.3rem;
        padding: 2.5em 0 2em 0;
    }

    /* Clean Fin */
    /* Main Fin */
    /* Pay Inicio */
    #payNone{
        display: none;
    }
    .medioPay {
        display: flex;
    }

    .portaCont {
        width: 100%;
        display: flex;
        margin: 0 0 2em 0;
    }

    .textPay {
        width: 10%;
        margin: auto 0;
    }

    .textPay p {
        margin: auto;
    }

    .portaPay {
        width: 80%;
        touch-action: none;
        animation: none;
        margin: 15px 0 15px 1em;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
    }

    .pay {
        width: auto;
        margin: auto 0;
        display: flex;
        align-items: center;
    }

    .pay img {
        width: 65px;
    }

    /* Pay Fin */
}
@media only screen and (min-width:1280px){
    .left{
        width: 10%;
    }
    .right{
        width: 10%;
    }
    /* Slider Celu Inicio */
    .content_slider {
        height: calc(100vw / 3);
        max-height: 50vh;
    }

    .content_slider h4 {
        font-size: 3rem;
    }

    #slider1 {
        background-position: 0 60%;
    }
    #slider2 {
        background-position: 0 30%;
    }

    /* Slider Celu Fin */
    /* Buscar Carro Inicio */
    .search {
        height: 14em;
    }
    fieldset {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        margin: 0 2em;
    }
    .contForm input {
        font-family: Black-Roboto;
        font-size: 1em;
    }

    #nombre {
        width: 17%;
        margin-right: .5em;
    }

    #apellido {
        width: 17%;
        margin-right: .5em;
    }

    #app {
        width: 9%;
        margin: 0.5em 0 0.5em 0;
        font-family: Black-Roboto;
        font-size: 1em;
    }

    #celular {
        width: 20%;
        margin: 0.5em .5em 0.5em 0;
    }

    #email {
        width: 30%;
    }

    .contForm input {
        width: 30%;
        margin: .5em 0;
    }
    #fecha_reco,
    #fecha_devo,
    #ver {
        width: 20%;
        margin: 2em .5em 0 0;
    }

    #hora_reco,
    #hora_devo {
        width: 16%;
        margin: 2em .5em 0 0;
    }

    #reco {
        position: absolute;
        top: 0;
        left: 0;
    }

    #devo {
        position: absolute;
        top: 0;
        left: 40%;
    }

    #ver {
        width: 20%;
        margin: 1.7em 0 0 1em;
    }

    /* Buscar Carro Fin */
    /* Main Inicio */
    .steps {
        flex-direction: initial;
        gap: 0;
        justify-content: center;
    }
    .contStep {
        width: 20%;
        margin: 0;
    }
    .paso {
        width: 8em;
        height: 8em;
    }
    .paso p {
        font-size: 6rem;
    }
    .textPaso {
        width: calc(100% - 6em);
        height: 4em;
        font-size: 1.3rem;
    }
    /* Categorias Inicio */
    .categorias {
        grid-template-columns: repeat(4, 1fr);
    }
    .contCarro p {
        font-size: 1.2rem;
        width: 80%;
        margin: auto;
    }
    #carro1, #carro2, #carro3, #carro4{
        height: 18vw;
    }
    /* Categorias Fin */
    /* Clean Inicio */
    .clean {
        display: flex;
        flex-direction: row-reverse;
        margin: 4em 0;
    }

    .escudo {
        height: 10em;
        background: var(--color5);
        margin: auto;
    }

    .escudo img {
        width: 12em;
        position: absolute;
        top: -1.5em;
    }
    .textClean {
        height: 10em;
    }
    .textClean p {
        width: 90%;
        font-size: 1.3rem;
        padding: 1.5em 0 1em 0;
    }

    /* Clean Fin */
    /* Main Fin */
    /* Pay Inicio */
    #payNone{
        display: none;
    }
    .medioPay {
        display: flex;
    }

    .portaCont {
        width: 100%;
        display: flex;
        margin: 0 0 2em 0;
    }

    .textPay {
        width: 10%;
        margin: auto 0;
    }

    .textPay p {
        margin: auto;
    }

    .portaPay {
        width: 80%;
        touch-action: none;
        animation: none;
        margin: 15px 0 15px 1em;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
    }

    .pay {
        width: auto;
        margin: auto 0;
        display: flex;
        align-items: center;
    }

    .pay img {
        width: calc(100vw / 17);
        max-width: 7em;
    }

    /* Pay Fin */
}