#conten_body_contacto_web {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
/*    height: 76vh;*/
/*    padding: 1rem;*/
    background-color: rgba(240, 240, 240, 0.8);
/*        overflow: scroll;*/
/*    border: 5px solid red;*/
}

#enca_conten_body_contacto_web {
    border-top: 1px solid #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: .8rem;
    height: 7rem;
    background-color: white;
    color: #777777;
    box-shadow: 15px 15px 15px #cbcbcb;
    padding: 1rem;
}

@media (min-width: 700px) {
    #enca_conten_body_contacto_web {
        font-size: 1.2rem;
    }
}

#coten_frm_contacto_web {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 2rem;
/*    border: 1px solid black;    */
/*    width: 80rem;*/
    max-width: 95%;
/*    height: 50rem;*/
/*    border: 5px solid red;*/
    
/*    height: 100%;*/
    
}

#frmcotizacionpilot {
    display: flex;   
}

#coten_frm_contacto_web_vehiculo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 30rem;
    padding: 1rem;
}

#coten_frm_contacto_web_izq {
    display: flex;
    justify-content: center;
    width: 40%;
}


#conten_img_vehiculo_conweb {
    margin: 0 auto;
    margin-top: 2rem;
    display: flex;
    position: relative;
    height: 15rem;
    width: 20rem;
}

#conten_img_vehiculo_conweb img {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
}



#conten_dat_vehiculo_conweb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
/*    justify-content: space-between;*/
    border-top: 1px solid #bfbfbf;
}

#conten_dat_vehiculo_conweb div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
/*    border: 1px solid red;*/
}

#conten_dat_vehiculo_conweb div label {
    display: flex;
    margin-top: 5px;
/*    border: 1px solid green;*/
/*    font-size: 1.3rem;*/
}

#conten_dat_vehiculo_conweb div:nth-child(1) {
    margin-top: 10px;
    font-size: 13px;
/*    margin-top: 10px;*/
/*    border: 1px solid blue;*/
}

#conten_dat_vehiculo_conweb div:nth-child(2) {
/*    margin-top: 10px;*/
    font-size: 13px;
/*    border: 1px solid blue;*/
}

#conten_dat_vehiculo_conweb div:nth-child(3) {
/*    margin-top: 10px;*/
    font-size: 13px;
/*    border: 1px solid blue;*/
}

#conten_dat_vehiculo_conweb div:nth-child(4) {
/*    margin-top: 10px;*/
    font-size: 13px;
/*    border: 1px solid blue;*/
}

#conten_dat_vehiculo_conweb div:nth-child(5) {
    font-size: 11px;
    margin-top: 10px;
    
    border-top: 1px solid #bfbfbf;
/*    border: 1px solid blue;*/
}



#coten_frm_contacto_web_der {
/*    border: 1px solid orange;    */
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
    justify-content: center;
}

@media (min-width: 700px) {
    #coten_frm_contacto_web_der {
        width: 50%;
    }
}

#conten_dat_cliente_conweb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 40rem;
    padding: 1rem 1rem;
    background-color: white;
    box-shadow: 5px 5px 15px #a5a5a5;
    border-radius: 4px;
}

#conten_enc_vehiculo_conweb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
/*    border: 1px solid blue;   */
}

#conten_enc_vehiculo_conweb_lbl1 {
    display: flex;
    width: 100%;
/*    border: 1px solid green;*/
    font-size: 14px;
    font-weight: bold;
}

#conten_enc_vehiculo_conweb_lbl2 {
    display: flex;
    width: 100%;
/*    border: 1px solid green;*/
    font-size: 13px;
/*    font-weight: bold;*/
}


/*
#conten_enc_vehiculo_conweb label:nth-child(2) {
    display: flex;
    width: 100%;
    font-size: 11px;
}

#conten_enc_vehiculo_conweb label:nth-child(3) {
    display: flex;
    width: 100%;
    font-size: 11px;
}
*/

.campo_conweb {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding: .5rem .5rem;
    
}

.campo_lbl_conweb {
    display: flex;
    width: 100%;
    font-size: 13px;
    padding: .2rem 0rem;
}

.campo_txt_conweb {
    display: flex;
    width: 100%;
    border: none;
/*    border: 1px solid #46d923;*/
    border: 1px solid #5da1ff;
    font-size: 12px;
    padding: .3rem;
    height: 3.5rem;
    border-radius: .4rem;
    background-color: #fcfcfc;
}

.campo_btn_conweb {
/*    border: 1px solid red;*/
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13px 10px;
/*    background-color: #31fd00;*/
    background-color: #005695;
    border-radius: .4rem;
/*    color: #003c00;*/
    color: white;
    transition: all 0.4s;
}

.campo_btn_conweb:hover {
    cursor: pointer;
/*    background-color: #1b8900;*/
    background-color: #23a2ff;
    color: white;
}

#conten_texto_campo_requerido {
/*    border: 1px solid red;*/
    display: flex;
    align-items: baseline;
}

#identificador_campo_requerido {
    display: flex;
    color: red;
    font-size: 12px;
    padding: .5rem;
}

#lbl_texto_requerido {
    display: flex;
    font-size: 12px;
}

    .conten_indicador_campo_requerido {
        display: flex;
/*        border: 1px solid red;*/
    }

        .conten_indicador_campo_requerido span {
            display: flex;
            align-items: center;
            color: red;
            font-size: 20px;
        }

        .conten_indicador_campo_requerido label {
            display: flex;
            align-items: flex-end;
            margin-left: 5px;
/*            border: 1px solid blue;*/
            color: black;
        }

