.divcont-col{
	display: flex;
    flex-wrap: wrap;
}
.fg-width-100{
	width: 100%;
	padding: 0 15px;
}
.fg-width-50{
	width: 50%;
	padding: 0 15px;
}
.fg-width-33{
	width: 33.33%;
	padding: 0 15px;
}
.titquestion_form{
	color: #FD3300;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.96px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.question_form{
	color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.64px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.questiondescr_form{
	color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.56px;
    margin-bottom: 10px;
}
.lblform_data{
	color: #414547;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
	display: block;
}
.inptform_data{
	border-radius: 4px !important;
    border: 1px solid #B8B8B8 !important;
    background-color: #FFFFFF !important;
    width: 100%;
    min-height: 51px;
    color: #414547 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
	margin-bottom: 20px !important;
}
textarea.inptform_data{
	height: 80px;
    resize: none;
	padding: 10px;
}
.inptform_data:focus{
	outline: none !important;
}
.lblformchbk_data{
	color: #8D8F90;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.lblformrad_data{
	color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.56px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 10px;
}
.btnenvform_data{
	color: #FFFFFF !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 30px;
    background: #FD3300 !important;
    border: none;
    padding: 20px 45px;
    margin-top: 25px;
}
input[type=radio]:focus, input[type=checkbox]:focus{
	outline: none !important;
}

.fg-file-upload {
  display: flex;
  flex-direction: column;
  gap: 6px;
	position: relative;
}

.fg-file-label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px dashed #999;
  border-radius: 6px;
  padding: 12px;
  cursor: pointer;
  background: #f9f8f6;
  transition: border-color 0.3s, background 0.3s;
}

.fg-file-label:hover {
  border-color: #333;
  background: #f1f1f1;
}

.fg-file-icon {
  font-size: 18px;
  color: #444;
}

.fg-file-text {
  flex-grow: 1;
  font-size: 15px;
  color: #333;
}

.fg-file-input {
  display: none; /* Ocultamos el input real */
}

.fg-file-hint {
  font-size: 13px;
    color: #777;
    top: 17px;
    right: 22px;
}
.spnchbrad{
	width: calc(100% - 25px);
}
.inptform_dataCabecera{
	background: transparent;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 17px !important;
    font-size: 25px;
    color: #8D8F90 !important;
    line-height: 1 !important;
    width: 100%;
    text-align: center;
}
.lblformcabecera_data{
	color: #8D8F90;
    text-align: center;
    display: block;
    font-size: 14px;
}
.fg-success{
	color: #FD3300;
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 40px;
}
.fg-message{
	font-size: 18px;
    line-height: 35px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type=checkbox]{
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 19px !important;
        height: 19px !important;
        border: 2px solid #DDDDDD !important;
        border-radius: 3px;
    }
	input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px !important;
        height: 20px !important;
        border: 2px solid #000000 !important;
    }
	
	input[type=radio]:checked {
        border: 2px solid #FD3300 !important;
    }
	
	input[type=radio]:after {
        left: 4px !important;
        top: 4px !important;
        width: 8px !important;
        height: 8px !important;
        background: #FD3300 !important;
    }
	
	input[type=checkbox]:checked {
        border: 2px solid #FD3300 !important;
    }
	
	input[type=checkbox]:after {
        width: 5px !important;
        height: 10px !important;
        border: 2px solid #FD3300 !important;
		border-top: 0 !important;
        border-left: 0 !important;
    }
}


@media(min-width:100px){
	.fg-width-100{
		width: 100%;
		padding: 0;
	}
	.fg-width-50{
		width: 100%;
		padding: 0;
	}
	.fg-width-33{
		width: 100%;
		padding: 0;
	}
}

@media(min-width:992px){
	.fg-file-hint {
		position: absolute;
	}
	.fg-width-100{
		width: 100%;
		padding: 0 15px;
	}
	.fg-width-50{
		width: 50%;
		padding: 0 15px;
	}
	.fg-width-33{
		width: 33.33%;
		padding: 0 15px;
	}
}





