/*////////////////////////////////////////////////////////////////////
//  Estilos para los formularios de Hubspot
////////////////////////////////////////////////////////////////////*/

.hs-form fieldset {
    max-width: none !important;
}
.hs-form .hs-form-field {
    padding: 0 15px !important;
}
.hs-form .input {
    margin: 0 !important;
}
.hs-form .hs-input {
    width: 100% !important;
    margin-bottom: 20px !important;
}
.hs-form input[type="checkbox"] {
    float: none;
    width: auto;
    position: static;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block!important;
    max-width: 21px;
    -webkit-appearance: checkbox;
}
.hs_submit {
    display: block;
    float: left;
    padding: 0 15px;
    margin-top: 20px;
}
.hs-error-msgs {
    margin: -15px 0 10px;
}
.hs-error-msgs label {
    font-size: 12px;
    color: #f03e3e;
}
.hs-input.error {
    border-color: #f03e3e;
}
/* Custom Input Radius */

.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-radio {
	width: auto;
	/*display: inline-block;*/
	margin: 1%;
	text-align: left;
	position: relative
}

.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-radio label input.hs-input {
	/*position: absolute;*/
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: red;
	border-radius: 50%;
}


.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-radio label input[type="radio"] {
	/*width: auto;*/
	/*display: none;*/
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-radio label span {
	margin-left: 10px;
}

.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-radio label input[type="radio"]:checked+span:before {
	border-bottom-color: #eb0a1e;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

/* /Custom Input Radius */