.block-formulario-campo {
    float: left;
    position: relative;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    margin-bottom: 25px;
}

.block-formulario-campo label {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #333333;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    line-height: 21px;
    transition: all 0.5s ease;
}

.block-formulario-campo input[type="text"] {
    width: 100%;
    float: left;
    color: #8F8F8F;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #9B9B9B;
    background: #FFFFFF;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 21px;
    font-family: 'Poppins-Medium';
}

.block-formulario-campo input[type="text"]:focus {
    border-bottom: 2px solid #005CFF;
}

.block-formulario-campo {
    flex: 0 1 100%;
}

.block-formulario-campo input[type=checkbox]:not(old) {
    position: absolute;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 3px;
    top: 22px;
}

.block-formulario-campo input[type=checkbox]:not(old)+label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5em;
    float: left;
    width: 100%;
    color: #292929;
    font-size: 15px;
    margin-left: 0;
}

.block-formulario-campo input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -10px 5px 0 0;
    vertical-align: middle;
    border: 2px solid #DFDFDF;
    border-radius: 3px;
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.block-formulario-campo input[type=checkbox]:not(old):checked+label>span:before {
    content: '';
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #003399;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 2px;
}

.block-formulario-campo strong a {
    color: #909090;
    text-decoration: underline;
    font-weight: normal;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.block-formulario-campo strong a:hover {
    opacity: 0.6;
}

.block-formulario-campo.check label {
    margin-top: 0;
    width: auto;
    margin-bottom: 4px;
}

.block-formulario-campo.check-1 label {
    width: auto;
}

.block-formulario-campo input[type=checkbox]:not(old):checked+label>span.l-txt:before {
    display: none;
}

.block-formulario-campo .check {
    float: left;
    width: 100%;
    /* margin-bottom: 12px; */
    margin-bottom: 0;
}

.block-formulario-campo .check:last-child {
    margin-bottom: 0;
}

.block-formulario-campo .check p {
    float: right !important;
    width: calc(100% - 32px) !important;
    line-height: 21px !important;
    font-size: 14px !important;
    font-family: 'Poppins-Medium' !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
    text-align: left;
    word-break: break-word;
}

.block-formulario-campo p:last-child {
    margin-bottom: 0;
}

.block-formulario-campo p a {
    color: #000087;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins-Bold';
    text-decoration: underline;
    transition: all 0.5s ease;
    margin-left: 5px;
}

.block-formulario-campo p a:hover {
    color: #005cff;
}

.block-formulario-campo .check-box {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 0;
    margin-bottom: 0;
}

.block-formulario-campo .check-box .check {
    flex: 0 1 25%;
    min-width: 150px;
}

.block-formulario-campo .check-box .check.first-l {
    flex: 0 1 44%;
    min-width: 150px;
}

/* .block-formulario-campo:hover label {
    color: #005CFF;
} */

.block-formulario-campo textarea,
.block-formulario-campo input[type="date"],
.block-formulario-campo input[type="email"] {
    width: 100%;
    float: left;
    color: #8F8F8F;
    border-radius: 0;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #9B9B9B;
    background: #FFFFFF;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 21px;
    font-family: 'Poppins-Medium';
}

.block-formulario-campo textarea:focus,
.block-formulario-campo input[type="date"]:focus,
.block-formulario-campo input[type="email"]:focus {
    border-bottom: 2px solid #005CFF;
}

.block-formulario-campo .check {
    position: relative;
}

.block-formulario-campo input[type=checkbox]:not(old) {
    display: inline-block;
    top: 0;
    left: 0;
}

/* NICE SELECT */
.block-formulario-campo .nice-select {
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 21px;
    color: #8F8F8F;
    font-family: 'Gilroy-Medium';
}

.block-formulario-campo .nice-select .list {
    width: 100%;
    row-gap: inherit;
    border-radius: 0px;
    max-height: 400px;
    overflow-y: auto;
}

.block-formulario-campo .nice-select .option {
    width: 100%;
    padding: 5px 15px;
    font-size: 13px;
    margin-bottom: 0px;
    word-break: break-word;
    white-space: break-spaces;
}

.block-formulario-campo .nice-select .option:hover {
    background-color: #005CFF;
}

.block-formulario-campo .nice-select .current {
    word-break: break-word;
    white-space: break-spaces;
}

.block-formulario-campo .nice-select::after {
    border: none;
    right: 15px;
    background: url(./images/dropdown-icon.svg) no-repeat center center;
    width: 11px;
    height: 14px;
    transform: none;
    transform-origin: inherit;
    margin-top: -6px;
}

.block-formulario-campo select.select_box_input {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    height: 1px;
    opacity: 1;
    position: relative;
    top: 30px;
}

/* BACKEND */
.acf-block-preview .block-formulario-campo {
    float: unset;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.acf-block-preview .block-formulario-campo input[type="checkbox"]:not(old)+label>span {
    width: 15px;
    height: 15px;
    margin-top: 13px
}

@media screen and (max-width: 767px) {
    .block-formulario-campo .check-box .check {
        flex: 0 1 40%;
    }

    .block-formulario-campo .check-box .check.first-l {
        flex: 0 1 58%;
    }
}