.ap_ctz_entiven-form {
    padding: 1%;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 0px 20px -4px rgb(96, 122, 183);
    max-width: 1170px;
    width: 100%;
    display: inline-block;
}
.cont {
    position: fixed;
    z-index: 12000;
    width: 100%;
    text-align: center;
    display:none;
}
div.cont#s-pyme {
    top: 0%!important;
}
div.cont#s-hogar {
    top: 5%!important;
}
div#_ctz_modal_.ctz_modal.hogar-s {
    padding: 1%!important;
}
button.ctz_modal_close {
    background: rgb(160, 160, 160);
    color: rgb(255, 255, 255);
    border: 0px !important;
    position: relative;
    top: 15px;
}
.ap_ctz_entiven-form #tsgr, .ap_ctz_entiven-form #prd {
    display: inline-block;
    background: rgb(96, 122, 183);
    padding: 1%;
    width: 49.8%;
}
.ap_ctz_entiven-form #tsgr select, .ap_ctz_entiven-form #prd select {
    width: 100%;
    font-size: 20px;
}
.ap_ctz_entiven-form #tsgr label, .ap_ctz_entiven-form #prd label {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-left: 10px;
    text-transform: uppercase;
}
.ap_ctz_entiven-form p {
    font-size: 25px;
}
button._ctz_entiven-btn {
    background: rgb(74, 97, 152);
    color: rgb(255, 255, 255);
}
.ctz_form-bottom {
    margin-top: 10px;
    text-align: right;
}
._ctz_mega-fade {
    background: rgba(64, 64, 64, 0.91);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1199;
}
div#_ctz_modal_ {
    background: rgb(255, 255, 255);
    padding: 2%;
    max-width: 1170px;
    width: 100%;
    display: inline-block;
}
div.pyme-s#_ctz_modal_ {
    overflow-y: scroll;
    height: 100%;
}
div#s-pyme {
    height: 100%;
}
.control-form {
    display: inline-block;
    width: 37%;
    margin: 1%;
}
#_ctz_modal_ .control-form input,
#_ctz_modal_ .control-form-y select,
#_ctz_modal_ .control-form-m input,
#_ctz_modal_ .control-form-n input,
#_ctz_modal_ .control-form-n select,
#_ctz_modal_ .control-form-f textarea,
#_ctz_modal_ .control-form-f input {
    width: 100% !important;
    border: 1px solid rgb(178, 193, 228);
    font-size: 16px;
}
#_ctz_modal_ .control-form label,#_ctz_modal_ .control-form-y label,#_ctz_modal_ .control-form-m label,#_ctz_modal_ .control-form-n label {
    font-size: 18px;
}
.control-form-y {
    display: inline-block;
    width: 18%;
}
.control-form-m {
    width: 47%;
    display: inline-block;
}
.control-form-m input{
    width: 100%;
}
.control-form-n {
    width: 30%;
    display: inline-block;
    margin: 1%;
    margin-top: 2%;
}
.control-form-f {
    padding: 3%;
}