.img_fam{
    width: 591px;
    height: 433px;
}
.form-control:focus{
    border: 1px solid #F39200 !important; 
    border-color: #F39200!important;
    box-shadow: none;
}

.form-control{
    border: 1px solid #515D5C !important; 
    border-radius: 0%;
}
.form-control:placeholder-shown{
    font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0em;
    color: #515D5C;
}
.form-label{
    font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0em;
    color: #515D5C;
}
.form_content p,
.form_content h5
{
    font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0em;
    color: #828D8C;
}
.form_content h2{
    font-size: 26px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0em;
    color: #515D5C;
}
.form_content h5{
    color: #515D5C;
}
.form_content span{
    color: #F39200;
}
.campo_curp{
    max-width: 60%;
}
.consulta_curp{
    text-align: right;
    font-size: 10px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0em;
    color: #F39200;
}
.campo_nombre{
    max-width: 80%;
}
.campo_email{
    max-width: 70%;
}
.opcion_correo{
    font-size: 11px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0em;
    color: #515D5C!important;
}
.campo_card{
    max-width: 85%;
}
.form-select {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15); 
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    transition: box-shadow 0.2s ease;
    color: #515D5C ;
}
.campo-vencimiento input[type="date"] {
    color: #F39200 !important;

}
.form-check-input {
    border: 1px solid #F39200;
}
.form-check-input:checked {
    background-color: #F39200;
    border-color: #F39200;
}
.campo_checkbox{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0em;
    color: #515D5C;
    padding-left: 50px;
}

.campo_vencimiento label,
.campo_vencimiento input
{
    color: #515D5C!important;
}
.form{
    width: 80%;
}
.content_exito{
    padding-right: 40px;
}
.content_exito p{
    font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0em;
    color: #515D5C;
}
.content_exito span{
    font-size: 20px;
	font-weight: 700;
}
.text_end_exito{
    font-size: 13px!important;
	font-weight: 400!important;
}
.span_text{
    font-size: 13px!important;
	font-weight: 500!important;
}

/*Media Querys*/
@media (max-width: 767px) {
    .content_form{
        width: 100%;
    }
    .campo_checkbox{
        padding-left: 10px;
    }
}