/* Estilos para el formulario y sus elementos */
.formulario .row {
    padding: 0px;
}

.campo {
    float: left;
    margin-top: 7px;
}

input {
    width: 100%;
    background: #ddd;
    border-radius: 25px;
    outline: none;
    border: none;
    padding: 10px 15px;
}

section {
    position: relative;
    padding: 50px 0px;
    padding-top: 100px;
}

/* Estilo para el título de las secciones (por ejemplo, "Datos Personales") */
.formulario h3 {
    font-weight: bold; /* Hace el texto más negrita */
    color: #bd0811; /* Mantiene el color rojo */
}

/* Estilo para las etiquetas de los campos de texto */
.formulario label {
    font-weight: bold; /* Hace el texto más negrita */
    color: #555; /* Color gris oscuro, no completamente negro */
}

.btn-file {
    width: 100%;
    background: #bd0811 !important;
    border: 1px solid #bd0811 !important;
    color: #fff !important;
}

[type=submit] {
    width: 100%;
    background: #bd0811 !important;
    border: 1px solid #bd0811 !important;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 7px;
}

[type=submit]:hover {
    cursor: pointer;
    opacity: .8;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 12px;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    display: inline-block;
    max-width: 100%;
}

#reclamo_producto {
    padding: 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

#msj_reclamo textarea {
    border: none;
    background: #ddd;
    padding: 0.2rem;
    width: 100%;
    border-radius: 15px;
}

.ancho-formulario {
    max-width: 900px !important;
}

.autorizo {
    background: #eee;
    border-radius: 5px;
    padding: 0px 10px;
    margin-top: 7px;
}

.autorizo label {
    max-width: 100%;
    font-size: 11px;
}

.btn-file:hover {
    cursor: pointer;
    opacity: .8;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: none;
}

select {
    width: 100%;
    background: #ddd;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #666 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666 !important;
}

.col-md-4, .col-md-8{
        font-weight: bold;
        color= 555;
}