html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    border: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.Right {
    text-align: right;
}
.FloRight {
    float: right;
}
.ImgRight {
    display: inline-block;
    float: right;
}
.Left {
    text-align: left;
}
.Center {
    text-align: center;
}

.BtnSend {
    font-family: 'Exo 2', Calibri;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    padding: 0px 40px 0px 40px;
    text-transform: uppercase;
    background: #767676;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.BtnSend:hover {
    background: #0eace0;
}
.TextImpor {
    font-size: 11px;
    font-style: italic;
    color: #d90303 !important;
    font-weight: 600;
}
.BoxForm {
    margin-top: 30px;
}
.UlForm {
    max-width: 400px;
    margin: auto;
}
.UlForm li {
    position: relative;
    z-index: 10;
    padding-left: 20px;
}
.UlForm li i {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 10px;
    font-size: 12px;
    color: #d90303;
}
.FormText {
    position: relative;
    font-family: 'Exo 2', Calibri;
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    padding: 0px 12px 0px 35px;
    width: 100%;
    /*max-width: 350px;*/
    background: #e5e5e5;
    outline: 0px;
    margin-bottom: 4px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.FormTextarea {
    position: relative;
    font-family: 'Exo 2', Calibri;
    font-style: italic;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 12px 10px 35px;
    width: 100%;
    background: #e5e5e5;
    outline: 0px;
    margin-bottom: 10px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.UlRadio {
    margin: 0px 0px 20px 0px;
    display: inline-block;
    position: relative;
}
.UlRadio li {
    float: left;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin: 4px 0px;
    position: relative;
}
.RadioSimple {
    position: absolute;
    /* z-index: -1000; */
    height: 23px;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    cursor: pointer;
}
.RadioSimple + .RadioLabel {
    padding-left: 30px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.RadioSimple:checked + .RadioLabel {
    background-position: 0 -20px;
}
.RadioSimple:active + .RadioLabel {
    background-position: 0 -20px;
}
.RadioLabel {
    font-family: 'Exo 2', Calibri;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background-image: url('../images/back-radio.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.RadioSimple:active + .RadioLabel.RadioLabel.addAccount {
    background-position-x: right;
}
.RadioSimple:checked + .RadioLabel.addAccount {
    background-position-x: right;
}
.RadioLabel.addAccount {
    padding-left: 0;
    padding-right: 30px;
    background-position-x: right;
}
.InfoRadio {
    display: none;
}

.IconNombre {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px 0px no-repeat;
}
.IconApellidos {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px -40px no-repeat;
}
.IconUsuario {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px -40px no-repeat;
}
.IconPass {
    background: #e5e5e5 url('../images/sprite-contacto-2.png') 0px -40px no-repeat;
}
.IconEmail {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px -80px no-repeat;
}
.IconEmpresa {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px -120px no-repeat;
}
.IconDireccion {
    background: #e5e5e5 url('../images/sprite-contacto-2.png') 0px 0px no-repeat;
}
.IconTel {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px -160px no-repeat;
}
.IconAsunto {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px -200px no-repeat;
}
.IconMensaje {
    background: #e5e5e5 url('../images/sprite-contacto.png') 0px -240px no-repeat;
}