/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/** Form **/
.wpsocios-form-field {
    margin-bottom: 1em;
}

.wpsocios-form-field label {
    display: block;
}

.wpsocios-form-field textarea,
.wpsocios-form-field input:not([type=checkbox]):not([type=radio]) {
    display: block;
    width: 100%;
}

.wpsocios-form-notice {
    padding: 1em;
    text-align: center;
    background: rgba(60, 206, 81, 0.05);
}

.wpsocios-form-notice.wpsocios-form-error {
    background: rgba(218, 52, 52, 0.05);
    color: #b52020;
}

ul.listprecios, ul.listfp {
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

ul.listprecios li {
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 15px;
}

ul.listfp li {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 15px;
}