#form_segu,#form_segu input,#form_segu select,#form_segu textarea,#form_step {
    font-family: "ABeeZee", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
#form_segu {
    margin-bottom: 60px;
}
#form_segu form:not(:first-of-type) {
    display: none;
}
#form_segu_titl {
    font-weight: 400;
}
#form_segu_titl > span {
    font-weight: bold;
    color: #00adef;
}
.blck_acco {
    border: 2px solid #ccc;
}
.asse_info .blck_acco {
    border-top: 0 none;
}
#form_segu fieldset {
    padding: 20px;
}
#form_segu fieldset > h3 {
    margin: 0 0 20px;
    font-size: 22px;
}
#form_segu fieldset > h3 > strong {
    color: #00adef;
}
.acco_form {
    padding: 30px 10px 10px;
    border-top: 2px solid #ccc;
}
.acco_titl {
    padding: 10px;
    font-size: 18px;
    background-color: #eee;
    position: relative;
}
.acco_titl .toma_asse,.hide { 
    display: none;
}
.acco_clos {
    margin-left: 10px;
    padding: 2px 8px 2px 2px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
}
.acco_clos:hover {
    background-color: #ccc;
}
.acco_clos .ui-icon {
    font-size: 20px;
}
.blck_asse .acco_titl .toma_asse { 
    display: inline-block;
}
#form_segu label span {
    color: red;
}
#form_segu label > div {
    position: relative;
}
#form_segu label > div span.error  {
    left: auto;
    right: 0;
}
#form_step ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url('../img/k10.png') center center no-repeat;
    background-size: 100% 2px;
}
#form_step li {
    box-sizing: border-box;
    margin: 0;
    width: 33.3333%;    
    list-style: none !important;
    float: left;
}
#form_step li > span {
    margin: 30px 0;
    padding: 10px;
    text-align: left;
    background-color: #f9f9f9;
    display: inline-block;
}
#form_step li > span > span {
    padding-left: 50px;
    line-height: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.3;
    display: inline-block;
}
#form_step li.step_done span > span {
    opacity: 1;
}
#form_step li strong {
    color: #00adef;
    display: block;
}
#form_step li.form_pas1 > span > span {
    background-image: url('../img/icono-people.png');
}
#form_step li.form_pas2 {
    text-align: center;
}
#form_step li.form_pas2 > span > span {
    background-image: url('../img/icono-more-info.png');
}
#form_step li.form_pas3 {
    text-align: right;
}
#form_step li.form_pas3 > span > span {
    background-image: url('../img/icono-contact-info.png');
}
span.error {
    font-size: 12px;
    color: red;
    position: absolute;
    left: 0;
    bottom: -21px;
}
.clearfix::after,.form_grup::after {
    content: '';
    clear: both;
    display: block;
}
.form_grup {
    padding-bottom: 20px;
}
.form_grup label {
    box-sizing: border-box;
    padding-right: 20px;
    width: 25%;
    text-align: right;
    display: block;
    float: left;
}
.form_grup > div {
    display: block;
    float: left;
    position: relative;
}
.form_grup > div > em {
    margin: 10px 0 0 10px;
    font-size: 14px;
    color: #999;
    display: inline-block;
}
.form_grup .inpt_wi75 {
    width: 75%;
}
.form_grup .inpt_w080 {
    width: 80px;
    text-align: center;
}
.form_grup .inpt_w300 {
    width: 300px;
}
.form_grup > div input,.form_grup > div select,.form_grup > div textarea {
    box-sizing: border-box;
    padding: 6px 10px;
    border: 2px solid #ccc;
    border-left: 0 none;
    width: 100%;
    background-color: #fff;
    display: block;
}
.form_grup > div:nth-child(2) input,.form_grup > div:nth-child(2) select,.form_grup > div:nth-child(2) textarea {
    border-left: 2px solid #ccc;
}
.form_grup > div select {
    padding-right: 30px !important;
    background-color: #fff;
}
.form_grup > div textarea {
    height: 200px;
}
.form_grup > .form_date .ui-icon {
    position: absolute;
    top: 12px;
    right: 10px;
}
#form_segu .inpt_date {
    padding-right: 40px;
    background: #fff url('../img/icono-calendar.png') right 10px center no-repeat;
    background-size: 20px 20px;
}
#form_segu .inpt_butt {    
    padding: 6px 12px;
    border: 2px solid #00adef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00adef;
    cursor: pointer;
}
#form_segu .inpt_butt:hover {    
    border-color: #007cbc;
    color: #fff;
    background-color: #007cbc;
}
#form_segu .form_adds {   
    margin-top: 20px; 
    border: 2px dotted #ccc;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    color: #000;
    background-color: #fff;
}
#form_segu .form_prev,#form_segu .form_next,#form_segu .form_subm {
    margin-top: 20px;
    margin-right: 0;
    float: left;
}
#form_segu .form_next {
    float: right;
}
#form_segu .form_subm {
    font-weight: bold;
    border-color: #007cbc;
    background-color: #007cbc;
    float: right;
}
#form_segu .form_subm:hover {
    border-color: #333;
    background-color: #333;
}
#data_send {
    margin-bottom: 60px;
    text-align: center;
    display: none;
}
#data_send img {
    width: 200px;
}
#data_send h3 {
    margin: 40px 0;
    font-size: 36px;
}
#data_send p {
    margin: 40px 0;
    font-size: 20px;
}
#data_send a:link,#data_send a:visited {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
    background-color: #00adef;
    display: inline-block;
}
#data_send a:hover {
    background-color: #007cbc;
}
#ui-datepicker-div {
    z-index: 99999 !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 48px;
}
#form_legl_inpt label {
    width: 100%;
}
#form_legl_inpt label a {
    text-decoration: underline;
}

@media screen and (max-width: 1100px) { 
    .form_grup > div{max-width: 25%;}
    .form_grup .inpt_wi75,.form_grup .inpt_w300{max-width: 100%;}
}
@media screen and (max-width: 900px) { 
    .form_grup > label{margin-bottom: 10px;width: 100%;text-align: left;float: none;}
    .form_grup > div{max-width: 33.3333%;}
    .form_grup .inpt_wi75{width: 100%;}
    .mobl_wi50{width: 50%;float: left;}
    .mobl_wi50 > div{width: 90%;max-width: 90%;}
}
@media screen and (max-width: 600px) { 
    .mobl_wi50{width: 100%;float: none;}
    .form_grup{padding-bottom: 30px;}
    .form_grup > div,.mobl_wi50 > div,.form_grup .inpt_w080{width: 100%;max-width: 100%;}
    .form_grup .inpt_w080{text-align: left;}
    .form_grup > div input,.form_grup > div select,.form_grup > div textarea{margin-top: 20px;border: 2px solid #ccc;}
    .form_grup > div:nth-child(2) input,.form_grup > div:nth-child(2) select,.form_grup > div:nth-child(2) textarea{margin-top: 0;}
    #form_segu .form_subm{margin: 0 0 20px;width: 100%;}
    #form_step ul{margin-bottom: 20px;background-size: 2px 100%;}
    #form_step li,#form_step li > span{width: 100%;float: none;}
    #form_step li > span{margin: 20px 0 0;}
    #form_step li:nth-child(1) > span{margin-top: 0;}
}