@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root
{
    --color_naranja:#fc6c0f;
    --azul_fuerte:#001627;
    --color_fondo_gris_bajo: rgb(235, 235, 235);
    --color_gris_letras: #686868;
    --color_gris_medio: rgb(68, 68, 68);

}
*
{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body 
{
    font-size: 16px;
}
.c_naranja
{
    color: var(--color_naranja);
}
.c_gris_medio
{
    color: var(--color_gris_medio);
}
.c_gris_text
{
    color: var(--color_gris_letras);
}
.c_grey_placeholder
{
    color: var(--color_gris_placeholder_form) !important;
}
.bg_grey_custom
{
    background-color: var(--color_fondo_gris_bajo);
}

.boton_login
{
    width: 200px;
    height: 35px;
    border: none;
    background-color: var(--color_naranja);
    color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.boton_login:hover
{
    background-color: var(--color_gris_medio);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*primera parte*/
.espacio_vacio
{
    width: 100%;
    height: 70px;
}
.h_100vh_custom
{
    height: auto;
    min-height: 100vh;
}
.h_90vh_custom
{
    height: auto;
    min-height: 90vh;
}
@media (max-width: 764px)
{
    .espacio_vacio
    {
        height: 120px;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*box informacion de los autos*/
.box_vehiculo_datos
{
    height: auto;
    border: 1px solid var(--color_fondo_gris_bajo);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.img_cover
{
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.box_vehiculo_datos:hover
{
    background-color: var(--color_fondo_gris_bajo);
}
._hidden
{
    display: none;
}
.buton_mas_detalles
{
    text-decoration: none;
    width: 100%;
    height: 30px;
    border-radius: 3px;
    background-color: var(--color_naranja);
    color: white;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.buton_mas_detalles:hover
{
    background-color: var(--color_gris_medio);
}
/*barra de busqueda*/
.cont_busqueda
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.input_busqueda
{
    border: 1px solid var(--color_naranja);
    height: 35px;
    padding-left: 10px;
    font-size: 1rem;
}
.boton_filtro
{
    display: none;
}
@media (max-width: 764px)
{
    .cont_busqueda
    {
        z-index: 4;
        position: fixed;
        top: 70px;
    }
    .boton_filtro
    {
        width: 35px;
        height: 35px;
        border: 2px solid var(--color_naranja);
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/*filtros*/
.filtro_marca_custom
{
    position: static;
    width: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    opacity: 1;
}
.over_hidden_
{
    height: auto;
    max-height: 200px;
    overflow-y: auto;
}
.title_filter
{
    height: 35px;
    background-color: var(--color_naranja);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.op_filtro
{
    height: 30px;
    border-bottom:1px solid rgb(200, 200, 200);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--color_gris_letras);
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.input_formulario
{
    width: 100%;
    height: 30px;
    border:1px solid rgb(200, 200, 200);
    border-radius: 3px;
}
.op_filtro:hover
{
    color: white;
    background-color: var(--color_gris_medio);
}
@media (max-width: 764px)
{
    .filtro_marca_custom
    {
        z-index: 4;
        position: fixed;
        width: 80%;
        top: 122px;
        right:0px;
        opacity: 0;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*mas de los autos*/
.img_cover_gal
{
    object-fit: cover;
    object-position: center;
}
.w_movil
{
    width: 100px;
}
.borde_white
{
    border: 2px solid white;
}
.over_hidden
{
    z-index: 2;
    overflow: hidden;
    height: 100px;
}
.cursor_poiner
{
    cursor: pointer;
}
.linea_gris
{
    width: 90%;
    height: 1px;
    background-color: var(--color_fondo_gris_bajo);
}
.h_columna_titulo
{
    height: 45px;
    background-color: var(--color_naranja);
    color: white;
}
.h_columna
{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    color: var(--color_gris_letras);
    border: 1px solid rgb(192, 192, 192);
}

.cont_carrucel
{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
}
.position_absolute
{
    z-index: 1;
    width: 100%;
    position:relative;
    bottom: 55px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.boton_carrucel
{
    width: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_naranja);
    border-radius: 3px;
    cursor: pointer;
}
.boton_carrucel i
{
    font-size: 1rem;
    color: white;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*contacto*/
.box_contacto
{
    width: 40px;
    height: 40px;
    background-color: var(--color_naranja);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.link_contacto
{
    color: var(--color_gris_letras);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.link_contacto:hover
{
    color: var(--color_naranja);
}
.link_contacto:hover .box_contacto
{
    background-color: var(--color_gris_letras);
}
.link_contacto
{
    color: var(--color_gris_letras);
    text-decoration: none;
}