form .col100 {
    float: left;
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-auto-flow: row
}
form .col100All {
    float: left;
    width: 100%;
    margin-top: 15px
}
form label {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #9F9FBF
}
form input[type="text"], form input[type="email"] {
    float: left;
    width: calc(100% - 54px);
    height: 32px;
    padding: 0 10px 0 42px;
    border: 1px solid #DDD;
    border-radius: 4px;
    background: linear-gradient(90deg, #FFFFFF 0, #FFFFFF 32px, #F8F8F8 33px, #F8F8F8 100%);
    font-family: "Poppins", "sans-serif";
    font-size: 14px;
    font-weight: 300;
    color: #9F9FBF
}
form .colNombre, form .colEmail, form .colTel, form .colMovil, form .colAsunto, form .colMensaje, form .colPais, form .colCiudad, form .colIdTipo, form .colIdNum, form .colVersion, form .colContacto, form .colEmpresa, form .colFe {
    position: relative
}
form .colNombre:before {
    content: url(../images/form/user.png);
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colEmail:before {
    content: url(../images/form/email.png);
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colTel:before {
    content: url(../images/form/phone.png);
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colMovil:before {
    content: url(../images/form/mobile.png);
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colAsunto:before {
    content: url(../images/form/mobile.png);
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colMensaje:before {
    content: url(../images/form/notes.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colPais:before {
    content: url(../images/form/pais.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colCiudad:before {
    content: url(../images/form/ciudad.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colIdTipo:before {
    content: url(../images/form/idTipo.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colIdNum:before {
    content: url(../images/form/idNum.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colVersion:before {
    content: url(../images/form/version.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colContacto:before {
    content: url(../images/form/contacto.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colEmpresa:before {
    content: url(../images/form/empresa.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form .colFe:before {
    content: url(../images/form/fe.png);
    position: absolute;
    top: 16px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}
form select {
    float: left;
    width: 100%;
    height: 35px;
    padding: 0 10px 0 42px;
    color: #9F9FBF;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #DDD;
    border-radius: 4px;
    outline: 0;
    background: linear-gradient(90deg, #FFFFFF 0, #FFFFFF 32px, #F8F8F8 33px, #F8F8F8 100%);
    font-family: "Poppins", "sans-serif"
}
form textarea {
    float: left;
    width: calc(100% - 54px);
    height: 105px;
    padding: 0 10px 0 42px;
    color: #9F9FBF;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #DDD;
    border-radius: 4px;
    background: linear-gradient(90deg, #FFFFFF 0, #FFFFFF 32px, #F8F8F8 33px, #F8F8F8 100%);
    resize: vertical;
    font-family: "Poppins", "sans-serif"
}
form input[type="submit"] {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #3363f4;
    background: linear-gradient(to bottom, #3363f4 0%, #7005bd 100%);
    border: 0;
    border-radius: 48px;
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgb(7 54 105 / .65);
    margin-left: 50%;
    transform: translateX(-50%)
}
form input[type="button"] {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #3363f4;
    background: linear-gradient(to bottom, #3363f4 0%, #7005bd 100%);
    border: 0;
    border-radius: 48px;
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgb(7 54 105 / .65);
    margin-left: 50%;
    transform: translateX(-50%)
}
form input[type="submit"]:hover, form input[type="button"]:hover {
    background: #5A82F5;
    background: linear-gradient(to bottom, #5A82F5 0%, #9713F9 100%);
    transition: all ease-in-out 0.5s
}
form .checks {
    float: left;
    width: 100%
}
form .item {
    float: left;
    padding-left: 25px;
    position: relative;
    margin-right: 40px;
    margin-top: 5px
}
form .item input[type="radio"] {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: +1
}
form .item blockquote {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #b2b6c3;
    transition: all .3s ease-in-out
}
form .item blockquote:before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 8px;
    left: 8px;
    width: 2px;
    height: 2px;
    margin: 0;
    background: #aaafbf;
    border-radius: 50%;
    transition: all .3s ease-in-out
}
form .item input[type="radio"]:checked + blockquote {
    border: 1px solid #4ac4f2
}
form .item input[type="radio"]:checked + blockquote:before {
    opacity: 1;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #4ac4f2
}
form .item span {
    float: left;
    color: #6c7177;
    font-size: 17px;
    transition: all .3s ease-in-out;
    text-shadow: 0 0 0 rgb(108 113 119 / .5);
    font-family: "FiraSansLight", "sans-serif"
}
.campo-ok {
    border: 1px solid green !important
}
.campo-error {
    border: 1px solid red !important
}
@media (max-width:700px) {
    form .col100 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }
    form .col50:last-of-type {
        margin-top: 15px
    }
    form .colFe {
        margin-top: 0 !important
    }
}