﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root, :root:after, :root:before {
    --cl-blue-dark: #2a2f7b;
    --cl-green-lght: #adc028;
    --cl-green-nml: #389933;
    --cl-green-drk: #026529;
    --cl-puple-lght: #9594bc;
    --cl-wh-lght: #fffafa;
    --cl-blk-nm: #000;
    --cl-gry-lght: #babec5;
    --cl-gry: #e9e7e5;
    --cl-wh: #fff;
    --cl-Orange: #f1893f;
    --fnt-nm: 'Montserrat', sans-serif, normal;
    --fnt-lght: 'Montserrat', sans-serif, light;
    --fnt-bld: 'Montserrat', sans-serif, bolf;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: var(--fnt-nm);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.font-normal {
    font-family: var(--fnt-nm);
    font-weight: normal !important;
}
.font-semibold {
    font-family: var(--fnt-nm);
    font-weight: 500 !important;
}
.font-bold {
    font-family: var(--fnt-bld);
    font-weight: 700 !important;
}
.font-bolder {
    font-family: var(--fnt-bld);
    font-weight: 800 !important;
}
.font-lght {
    font-family: var(--fnt-nm);
    font-weight:200 !important;
}
.cl-gry-lght{
    color:var(--cl-gry-lght);
}
.cl-green-lght {
    color: var(--cl-green-lght);
}
.cl-green-nml {
    color: var(--cl-green-nml);
}
.cl-green-drk {
    color: var(--cl-green-drk);
}
.cl-blk-nm {
    color: var(--cl-blk-nm);
}
.cl-wh-lght {
    color: var(--cl-wh-lght);
}
.font-size-07{
    font-size:.7em;
}
.font-size-08{
    font-size:.8em;
}
.font-size-09{
    font-size:.9em;
}
.font-size-1{
    font-size:1em;
}
.font-size-11{
    font-size:1.1em;
}
.font-size-12{
    font-size:1.2em;
}
.font-size-15{
    font-size:1.5em;
}
.font-size-17{
    font-size:1.7em;
}
.font-size-2{
    font-size:2em;
}
.font-size-23{
    font-size:2.3em;
}
.font-size-25{
    font-size:2.5em;
}
.font-size-3{
    font-size:3em;
}
.font-size-4{
    font-size:4em;
}
.font-size-5{
    font-size:5em;
}
.font-size-validation{
    font-size:.8em;
}
.font-size-dinamic{
    font-size:1em;
}
.d-flex{
    display:flex;
}
.w-100{
    width:100%;
}
.w-80{
    width: 80% !important;
}
.btn1 {
    background: var(--cl-blue-dark);
    color: var(--cl-wh-lght);
    width: 200px;
    min-height: 40px;
    padding: .2rem;
    border: none;
    font-size: 1em;
}

.CajaTextoIntroBusquedaPorPlaca h1 {
    color: var(--cl-blue-dark);
}
.btn2 {
    background: var(--cl-puple-lght);
    color: var(--cl-wh-lght);
    width: 200px;
    min-height: 40px;
    padding: .2rem;
    border: none;
    font-size: 1em;
}
.InfoVehiculoNuevoUsado {
    display: flex;
    align-items:center;
    font-size: 1.3em;
}
.ImgIconoCarroPorPlaca {
    border-color: #fffafa00;
    width: 50px;
    border-radius: 50%;
    position:absolute;
    background: #fff;
    border: 1px solid var(--cl-gry-lght);
    color: var(--cl-green-lght);
    box-shadow: -1px 1px 15px 0px rgb(0 0 0 / 20%);
}
.input-control {
    border: none;
    border-bottom: 1px solid var(--cl-blk-nm);
    width: 30%;
    height: 25px;
    max-width: 100%;
    background: #e9e7e5;
    font-size: 1em;
}
.input-control:focus{
    border:none;
    border-bottom: 1px solid var(--cl-blk-nm);
    outline:0;
}
.SeleccioneVehiculo {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 55px;
}
.lineaTraza {
    width: 95%;
    margin: 0 0rem;
}
.field-validation-error{
    color:#f00;
}
.contenedor-alerta-info {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.contenedor-alerta-info .alerta-info{
    width: 600px;
    min-height: 300px;
    background: var(--cl-gry);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 10%);
}
.contenedor-alerta-info .alerta-info .icono{
    color: #f00;
    min-height: 50px;
    font-size: 4em;
    text-align: center;
}
.contenedor-info-vehiculo {
    width: 100%;
    min-height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contenedor-info-vehiculo .info-vehiculo{
    min-height: 270px;
    width: 470px;
    background: var(--cl-wh);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.FondoLoader {
    background: #0000008f;
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 10000;
    top: 0;
}
.titu-General{
    font-size:1.9em;
}
.logoMetrokia{
    height:75px;
}
.texto-Generico{
    font-size:1em;
}
.mt-40{
    margin: 40px 0 0 0;
}
.cards {
    font-size: 0.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 10px 0 10px;
    padding: 0 1.06rem;
}
.align-icons {
    margin-left: 1.5rem;
    width: 95%;
}
.w-85{
    width:85% !important;
}
.texto-condiciones {
    font-size:1.1em;
}
.col-md-22 {
    flex: 0 0 auto;
    width: 19.66666667%;
}
.ContenedorPasosCotizacion {
    display: flex;
}
.ElementosPasosCotizacion {
    flex: 1 1 auto;
}
.ContendorPadreRing {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 200000;
}
.ContenedorRing {
    background: rgb(233 231 229);
    width: 600px;
    height: 300px;
    position: fixed;
    top: 32%;
    box-shadow: 0px 0px 33px 8px rgb(62 59 59);
}
.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    /* background: black; */
    /* border: 3px solid #3c3c3c; */
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 15px;
    color: #000;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* text-shadow: 0 0 10px #000; */
    box-shadow: 0px -1px 20px 2px rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ring:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 50%;
    animation: animateCircle 2s linear infinite;
}
.ring span{
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left:50%;
    width:50%;
    height:4px;
    background: transparent;
    transform-origin:left;
    animation: animate 2s linear infinite;
}
.ring span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 0px #000;
}

@media (min-width:1367px) and (max-width: 1919px){
    .col-md-22 {
        flex: 0 0 auto;
        width: 23.8%;
    }
    .InfoVehiculoNuevoUsado {
        font-size: 1.2em;
    }
    
  
}
@media (min-width: 1024px) and (max-width: 1366px){
    .btn1, .btn2 {
        width: 180px;
        min-height: 35px;
        font-size: .9em;
    }
    .SeleccioneVehiculo {
        font-size: 1.2em;
    }
    .InfoVehiculoNuevoUsado {
        font-size: 1.2em;
    }
    .titu-General {
        font-size: 1.8em;
    }
    .texto-Generico {
        font-size: .8em;
    }
    .input-control {
        font-size: .7em;
        width: 85% !important;
    }
    .contenedor-info-vehiculo .info-vehiculo {
        width: 400px;
        height: 230px;
        padding: 0 1rem;
        font-size: .8em;
    }
    .texto-condiciones {
        font-size: .8em;
    }
    .col-md-22 {
        flex: 0 0 auto;
        width: 25.66666667%;
    }
 
}
@media (min-width: 768px) and (max-width: 1023px){
    .col-md-22 {
        flex: 0 0 auto;
        width: 45.66666667%;
    }
    .titu-General {
        font-size: 1.8em;
        width:75%;
    }
    .logoMetrokia {
        height: 61px;
    }
    .SeleccioneVehiculo {
        font-size: 1.1em;
    }
    .InfoVehiculoNuevoUsado {
        font-size: 1.2em;
    }
    .btn1, .btn2 {
        font-size: 1em;
        width: 180px;
        min-height: 35px;
    }
    .ContenedorPasosCotizacion {
        margin: 0 0 1rem 0;
        flex-flow: column;
    }
    .ElementosPasosCotizacion {
        flex: 1 1 auto;
    }
    .Uno, .Dos, .Tres, .Cuatro, .Cinco {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 0.5em;
        background-color: #fff;
        padding: 4px 8px;
        border: 1px solid #c4c4c4;
        height:50px;
    }
    .Uno.active, .Dos.active, .Tres.active, .Cuatro.active, .Cinco.active{
        background:rgba(0,0,0,.1);
    }
    .Uno p, .Dos p, .Tres p, .Cuatro p, .Cinco p,
    .Uno h1, .Dos h1, .Tres h1, .Cuatroh1p, .Cinco h1{
        margin: 0;
    }
    .contenedor-info-vehiculo .info-vehiculo{
        font-size:.9em;
    }
    .ContenedorRing {
        width: 350px;
        height: 200px;
        top: 35%;
    }
    .ring {
        width: 100px;
        height: 100px;
        font-size: .8em;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
}
@media (max-width: 767px) {
    .col-md-22 {
        flex: 0 0 auto;
        width: 90%;
    }
    .titu-General{
        font-size:1.3em;
    }
    .logoMetrokia{
        height:61px;
    }
    .SeleccioneVehiculo{
        font-size:.9em;
    }
    .InfoVehiculoNuevoUsado {
        font-size: 1.1em;
    }
    .btn1, .btn2 {
        font-size: .9em;
        width: 180px;
        min-height: 35px;
    }
    .ContenedorPasosCotizacion {
        margin: 0 0 1rem 0;
        flex-flow: column;
    }
    .ElementosPasosCotizacion {
        flex: 1 1 auto;
    }
    .Uno, .Dos, .Tres, .Cuatro, .Cinco {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 0.5em;
        background-color: #fff;
        padding: 4px 8px;
        border: 1px solid #c4c4c4;
        height:50px;
    }
    .Uno.active, .Dos.active, .Tres.active, .Cuatro.active, .Cinco.active{
        background:rgba(0,0,0,.1);
    }
    .Uno p, .Dos p, .Tres p, .Cuatro p, .Cinco p,
    .Uno h1, .Dos h1, .Tres h1, .Cuatroh1p, .Cinco h1{
        margin: 0;
    }
    .contenedor-info-vehiculo .info-vehiculo {
        font-size: .9em;
    }
    .ContenedorRing {
        width: 350px;
        height: 200px;
        top: 35%;
    }

    .ring {
        width: 100px;
        height: 100px;
        font-size: .8em;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
}