body {
    font-size: 30px;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 10px;
    }
}
div.aceite-termos .acf-label {
    display: none;
}

div.aceite-termos {
    padding-top: 40px !important;
}

div.aceite-termos li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
}

div.aceite-termos li:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 2px;
    left: 0;
    z-index: 1;
    border-radius: 50%;
}

div.aceite-termos li label.selected:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: #f4ad1a;
    z-index: 2;
    top: 5px;
    left: 3px;
    border-radius: 50%;
}

div.aceite-termos li label input {
    margin-right: 10px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

div.aceite-termos li label {
    display: block;
    margin: 0;
    padding-left: 30px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    font-size: 19px;
}


div.aceite-termos .acf-label {
    display: none;
}

div.aceite-termos {
    padding-top: 40px !important;
}

div.aceite-termos li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
}

div.aceite-termos li:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 2px;
    left: 0;
    z-index: 1;
    border-radius: 50%;
}

div.aceite-termos li label.selected:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: #f4ad1a;
    z-index: 2;
    top: 5px;
    left: 3px;
    border-radius: 50%;
}

div.aceite-termos li label input {
    margin-right: 10px;
    opacity: 0;
    position: absolute;
    left: 0; 
    top: 0;
    z-index: 1;
}

div.aceite-termos li label {
    display: block;
    margin: 0;
    padding-left: 30px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}








