/*style form*/

/* estilos generales forms ---------------------------- */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    display: block;
    height: 30px !important;
    border: 1px solid #c1c1c1;
    border-radius: 0 !important;
    background-color: white;
    width: 100%;
}

select {
    display: block;
    height: 40px !important;
    border: 1px solid #c1c1c1;
    border-radius: 0 !important;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hs-fieldtype-select .input {
    position: relative;
}

.hs-fieldtype-select .input:after {
    content: '';
    display: block;
    height: 11px;
    width: 11px;
    background: white;
    position: absolute;
    top: 14px;
    right: 10px;
    pointer-events: none;
    border-radius: 50%;

}
#postula-online  .widget_wpb_widget{
    background-color: var(--color-gray-extra-low);
}

#postula-online input {
    padding: 0
}

#postula-online input[type="text"],
#postula-online input[type="email"],
#postula-online select,
#formPOSGRADO input[type="text"],

#formPOSGRADO select {
    background: #FFFFFF;
    border: 1px solid #c1c1c1;
    width: 100%;
    margin-bottom: 0px !Important;
}

#postula-online label {
    margin-bottom: 10px;
    color: var(--color-blue);
    margin-bottom: 7px;
}


#postula-online .field {
    position: relative;
    text-align: left;
    /* padding: 10px; */
    position: relative;
    width: 100%;
    display: inline-block;
}

#formPOSGRADO .field {
    display: inline-block;
    width: 22%;
    text-align: left;
    padding: 10px;
    position: relative;
}

#postula-online .hs-error-msgs,
#formPOSGRADO .hs-error-msgs {
    position: absolute;
    top: 70px;
}

#postula-online .hs-error-msgs li,
#formPOSGRADO .hs-error-msgs li{
    font-size: 14px;
}

#postula-online .hs-error-msgs li label,
#formPOSGRADO .hs-error-msgs li label {
    color: var(--color-alt);
}

#postula-online input[type="submit"],
#formPOSGRADO input[type="submit"] {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 20px 80px 20px 80px;
    background-image: none;
    font-size: 20px;
    font-family: akrobat;
    text-transform: uppercase;
}


#postula-online input[type="submit"]:hover,
#formPOSGRADO input[type="submit"]:hover {
    
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 20px 80px 20px 80px;
    background-image: none;
    font-size: 22px;
    font-family: akrobat;
    text-transform: uppercase;
}

#postula-online .hs_submit,
#formPOSGRADO .hs_submit {
    display: block;
    margin-left: 8px;
}

.formsHome .hs_phone_1 legend,
.formsHome .hs_mobilephone_1 legend {
    display: inline-block !important;
    color: var(--color-blue) !important;
    font-size: 12px;
    /* width: 100px; */
    float: right;
    color: silver;
}

#formPOSGRADO{
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:992px) {
    #postula-online .field {
        margin-bottom: 10px;
        display: inline-block;
        width: 50%;
        padding: 0 10px;
        text-align: left;
    }

    #formPOSGRADO .field {
        display: inline-block;
        width: 50%;
        text-align: left;
        padding: 10px;
        position: relative;
    }

    #postula-online .hs_submit,
    #formPOSGRADO .hs_submit {
        display: block;
        margin-left: 8px;
        margin-top: 20px;
    }

    #postula-online input[type="submit"],
    #formPOSGRADO input[type="submit"]{
        display: inline-block;
        width: 180px;
    }

    .formsHome {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    #postula-online .field {
        display: inline-block;
        width: 100%;
        text-align: left;
        position: relative;
    }

    #formPOSGRADO .field{
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 10px;
        position: relative;
    }
}

@media screen and (max-width:400px) {
    #postula-online .widget_wpb_widget {
        padding: 0;
    }

    .formsHome {
        max-width: 90%;
    }
}