.contbuscadorcombo{

    background-color: #f4f4f4;



    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-top: 50px;

    padding-bottom: 50px;

}



.contblanquitobuscador {

    padding-left: 10px;

    padding-right: 10px;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.blanquitobuscador {

    max-width: 1200px;

    width: 100%;

 

    /* border: 1px black dashed; */

    background-color: white;

    display: flex;

    flex-direction: column;

    height: 200px;

}

.contencuentra {

    /* border: dashed 1px red; */

    padding: 20px;

    display: flex;

    flex-direction: column;

}

.encuentracaja {

    /* border: dashed 1px blue; */

    display: flex;

}

.tuvehiculo {

    font-size: 23px;

    width: 100%;

    color: #390a04;

    font-weight: bold;

    /* border: dashed 1px gray; */

}

.encuentraletras {

    /* border: dashed 1px green; */

    width: 138px;

    font-size: 18px;

}

.rayaencuentra {

    /* border: dashed 1px yellow; */

    align-items: center;

    display: flex;

    width: 100%;

}

.linea {

    border: 2px rgba(53,54,58,255) solid;

    width: 100%;

    height: 0px;

}

.contcombobox {

    padding: 0px 20px 20px 20px;

    

    /* border: dashed 1px red; */

    display: flex;

    display: grid;

    grid-template-columns: 25% 25% 25% 25% ;

    align-items: baseline;

}

.combobox {

    padding: 10px;

    /* border: dashed 1px blue; */

}

.combo {

    width: 80%;

    height: 50px;

}

.botonbuscar {

    display: flex;

    justify-content: center;

}

.buscarbotton {

    background-color: rgba(236,0,0);

    border: none;

    width: 150px;

    height: 40px;

    color: white;

    border-radius: 5px;

    font-weight: 700;

    font-size: 20px;

}



@media screen and (max-width:800px) {





    .contcombobox {

        padding: 0px 20px 20px 20px;

        

        /* border: dashed 1px red; */

      

        display: grid;

        grid-template-columns: 50% 50% ;

        align-items: baseline;

    }



    .blanquitobuscador {

        max-width: 1200px;

        width: 100%;

     

        /* border: 1px black dashed; */

        background-color: white;

        display: flex;

        flex-direction: column;

        height: 247px;

    }









}



@media screen and (max-width:390px) {



    .contcombobox {

        padding: 0px 20px 20px 20px;

        

        /* border: dashed 1px red; */

      

        display: flex;

        flex-direction: column;

       

    }



    .blanquitobuscador {

        max-width: 1200px;

        width: 100%;

     

        /* border: 1px black dashed; */

        background-color: white;

        display: flex;

        flex-direction: column;

        height: auto;

    }



    .combobox{

            width: 100%;



    }

}