@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@400;700&family=Lato:wght@400;700&display=swap');

.botonPasajero{
    background-color: #2472C7;
}
.botonConductor{
    background-color: #1D9790;
}
.columna{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.asapR{
    font-family: 'Asap Condensed', sans-serif; font-weight: 400;
}
.asapB{
    font-family: 'Asap Condensed', sans-serif; font-weight: 700;
}
.latoR{
    font-family: 'Lato', sans-serif;  font-weight: 400;
}
.latoB{
    font-family: 'Lato', sans-serif; font-weight: 700;
}
/* ELECCION PASAJERO O CONDUCTOR */
.eleccionBody h1{
    font-size: 2rem;
}
.eleccionBody h2{
    color: #FFF;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.eleccionBody a{
    text-decoration: none;
    width: inherit;
}
.imagenPasajero{
    width: 16rem;
    height: 12.5rem;
}
.elegirPoC{
    width: 90%;
    height: 35%;
    flex-shrink: 0;
    border-radius: 3.4375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* INICIO DE PASAJERO */

.cambioPerfil{
    width: 5.64969rem;
    height: 3.03031rem;
    border-radius: 1.85rem;
    display: grid;
    justify-content: center;
    align-content: center;
}
.switch{
    width: 9.37081rem;
    height: 3.04056rem;
    border-radius: 1.85rem;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-items: center;

}
.imagenSwitch{
    width: 2.1875rem;
    height: 2.1875rem;
}
.tarjetaViaje{
    width: 90%;
    height: 15rem;
    border-radius: 1.125rem;
    background: #2196F3;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 25% 75%;
    font-family: 'Asap Condensed', sans-serif; 
    margin-top: 1rem;
}
.datosConductor{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 1 / 3;
    align-items: center;
    justify-items: center;
}
.datosConductor figcaption{
    color: #FFF;
}
.datosViaje h3{
    margin-left: .5rem;
    font-family: 'Asap Condensed', sans-serif; font-weight: 700;
    font-size: 1rem;
}
.negro{
    color: black;
    text-decoration: none;
}
.blanco{
    color: #FFF;
    text-decoration: none;
}
.gris{
    color: #9C9C9C;
    text-decoration: none;
}
.tarjetaViaje figure{
    margin: 0;
    width: 7rem;
}
.iconoPago{
    height: 30px;
    width: 30px;
}
.iconoDato{
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
    margin-bottom: .8rem;
    align-items: center;
}
.pasajeroBody{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.pasajeroBody main h2{
    text-align: center;
    font-family: 'Asap Condensed';
    font-size: 1.25rem;
    font-weight: 400;
    color: #2196F3;
}
.datosViaje{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.datosViaje h3{
    margin-top: 0;
    margin-bottom: 0;
}
.puntoPartida{
    font-size: 1.5625rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.puntoEncuentro{
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1rem;
}
.recorridoViaje{
    border-left: solid black;
    padding-left: .5rem;
    height: 75%;
    margin-top: 1rem;
}
footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 20%;
    width: 100%;
    background-color: #8CCAFE;
    margin-top: 1.5rem;
}
.linkTarjetaViaje{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

/* DATOS DEL VIAJE */

.datosBody{
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.datosBody h2{
    font-size: 1.25rem;
    margin: 0;
    color: #2196F3;
}
.dataArriba{
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
}
.botonVolver{
    margin-right: 2rem;
    margin-left: 1rem;
}
.tarjetaRecorrido{
    width: 90%;
    height: 6.625rem;
    border-radius: 1.125rem;
    background-color: #FFF;
}
.tarjetaRecorrido h3{
    margin-top: 0;
    margin-bottom: .5rem;
    margin-left: .5rem;
}
.fondoDatos{
    background-color: #2196F3;
}
.tarjetaRecorrido div{
    border-left: solid black;
    height: 3.5rem;
}
.cargaDatosArticulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.datosCompletarViaje{
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center
}
.datosCompletarViaje h4{
    margin: 0;
}
.bordeAbajo{
    padding-bottom: .5rem;
    border-bottom: solid black;
}
.seleccionPunto{
    display: flex;
    width: 5.8125rem;
    height: 2.1875rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    background: #D9D9D9;
}
.campoRellenar{
    display: flex;
    width: 12rem;
    height: 2rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0.5rem;
    border: 1px solid #000;
    background: #D9D9D9;
    justify-content: center;
    padding-left: .5rem;
}
.campoRellenarComent{
    display: flex;
    width: 15rem;
    height: 6rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0.5rem;
    border: 1px solid #000;
    background: #D9D9D9;
    justify-content: center;
    padding-left: .5rem;
}
.datosCompletarViaje p{
    font-size: 0.75rem;
}
.callToAction{
    width: 18.125rem;
    height: 3rem;
    border-radius: 0.625rem;
    background: #2472C7;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.callToAction a{
    text-decoration: none;
}
.sacale{
    margin-top: 0;
}

/* CONFIRMACION DE DATOS DEL VIAJE */

.confirmacionDatosViaje {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    margin-top: 1.5rem;
}
.confirmacionDatosViaje img{
    grid-column: 1/2;
    margin-right: 1.3rem;
}
.confirmacionDatosViaje div{
    grid-column: 2 / 3;
}
.confirmacionDatosViaje h4{
    margin-top: 0;
    margin-bottom: .5rem;
}
.fotoConductor{
    height: 37px;
    width: 37px;
}

/* MAPA */
.fondoMapa{
    height: 31rem;
    width: 100%;
    background-image: url(../img/mapa.png);
    background-size: auto;
}
.botonVolverMapa{
    margin-right: 1.5rem;
}