/* -------------------------------- 

Form 

-------------------------------- */
/**/
.formulario_ {
    position: relative;
    height: 100%;
    z-index: 10;
    padding: 0px;
    background: #fff;
    margin-left: -60px;
    box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.w_50 {
    width: 50%;
    float: left;
}

.budget {
    height: 55px;
}

.field-validation-error {
    position: absolute;
    bottom: -25px;
    left: 25px;
    pointer-events: none;
    background: #ed5351;
    color: #fff !important;
    text-indent: -1px;
    min-height: auto;
    border-radius: 0px 0px 3px 3px;
}

.field-validation-error span {
    font-size: 12px;
    padding: 0px 5px;
    line-height: normal;
    font-weight: 300;
}

.field-validation-error:after {
    position: absolute;
    z-index: 1;
    content: '';
    left: 0px;
    margin: 0 auto;
    width: 0px;
    top: -6px;
    border-style: solid;
    border-width: 0px 10px 7px 0px;
    border-color: transparent transparent #ed5351 transparent;
    pointer-events: none;
}

/**/
.cd-form label.error,
label.error {
    position: absolute;
    bottom: -20px;
    left: 25px;
    pointer-events: none;
    background: #ed5351;
    color: #fff !important;
    text-indent: -1px;
    min-height: auto;
    border-radius: 0px 0px 3px 3px;
    font-size: 12px;
    padding: 3px 5px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 0px;
    animation: fadeInRight .5s ease-in-out;
}

label.error:after {
    position: absolute;
    z-index: 1;
    content: '';
    left: 0px;
    margin: 0 auto;
    width: 0px;
    top: -6px;
    border-style: solid;
    border-width: 0px 10px 7px 0px;
    border-color: transparent transparent #ed5351 transparent;
    pointer-events: none;
}

/*______*/
.cd-form {
    width: 90%;
    margin: 0em auto;
    padding: 5px 20px;
}

.cd-form::after {
    clear: both;
    content: "";
    display: table;
}

.cd-form fieldset {
    margin: 0px;
}

.cd-form fieldset hr.taller {
    margin: 0 0 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
}

.cd-form legend {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #ecf0f1;
}

.cd-form div {
    position: relative;
    margin: 20px 0;
}

.cd-form h4,
.cd-form .cd-label {
    font-size: 1.3rem;
    color: #9e9e9e;
    color: #454141;
    margin-bottom: 10px;
}

.cd-form .cd-label {
    display: block;
}

.cd-form input,
.cd-form textarea,
.cd-form select,
.cd-form label {
    font-family: 'Poppins', sans-serif;
    height: auto;
    margin: 0;
    letter-spacing: -0.5px;
    min-height: 56px;
    font-size: 16px;
    color: #9e9e9e;
    color: #454141;
    font-weight: normal;
    line-height: 1.6;
}

.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="date"],
.cd-form input[type="number"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="date"],
.cd-form input[type="number"],
.cd-form textarea,
.cd-form select {
    padding: 12px;
    border: 0px;
    border-bottom: 0px solid #f7f7f7;
    background-color: transparent;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    box-shadow: none;
}

.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form input[type="date"]:focus,
.cd-form input[type="number"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
    outline: none;
    /* border-color: #0eb582; */
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}

.cd-form .cd-select {
    position: relative;
    margin-bottom: 0;
}

.cd-form .cd-select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    background: url("../images/form/cd-icon-arrow.png") no-repeat center center;
    pointer-events: none;
    background-size: cover;
}

.cd-form select {
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); */
    cursor: pointer;
}

.cd-form select::-ms-expand {
    display: none;
}

.cd-form .cd-form-list {
    margin-top: 16px;
}

.cd-form .cd-form-list::after {
    clear: both;
    content: "";
    display: table;
}

.cd-form .cd-form-list li {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 26px 5px 0;
    float: left;
    padding-left: 25px;
    line-height: normal;
}

.cd-form .cd-form-list li:before {
    display: none
}

/**/
.cd-form .cd-form-list li input,
.cd-form .cd-form-list li label {
    height: auto;
    min-height: auto;
}

.cd-form input[type=radio],
.cd-form input[type=checkbox] {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.cd-form input[type="radio"]+label,
.cd-form input[type="checkbox"]+label {
    padding-left: 0px;
    margin-bottom: 2px;
    cursor: pointer;
}

.cd-form input[type="radio"]+label::before,
.cd-form input[type="radio"]+label::after,
.cd-form input[type="checkbox"]+label::before,
.cd-form input[type="checkbox"]+label::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    margin: auto;
    transform: scale(1.5);
}

/**/
.cd-form .cd-form-list input[type="radio"]+label::before,
.cd-form .cd-form-list input[type="radio"]+label::after,
.cd-form .cd-form-list input[type="checkbox"]+label::before,
.cd-form .cd-form-list input[type="checkbox"]+label::after {
    right: auto;
    top: 5px;
    margin-top: 0px;
    transform: none;
}

/**/

.cd-form input[type="radio"]+label::before,
.cd-form input[type="checkbox"]+label::before {
    border: 0px solid #ececec;
    background: rgba(24, 56, 133, 0.7);
    /* background-image: url(../images/form/cd-icon-check.svg); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.cd-form input[type="radio"]+label::before,
.cd-form input[type="radio"]+label::after {
    border-radius: 50%;
    background-image: url(../images/form/cd-icon-radio.svg);
}

.cd-form input[type="checkbox"]+label::before,
.cd-form input[type="checkbox"]+label::after {
    border-radius: .25em;
}

.cd-form input[type="radio"]+label::after,
.cd-form input[type="checkbox"]+label::after {
    background-color: #f3af01;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.cd-form input[type="radio"]+label::after {
    /* custom image for radio button */
    background-image: url("../images/form/cd-icon-radio.svg");
}

.cd-form input[type="checkbox"]+label::after {
    /* custom image for checkbox */
    background-image: url("../images/form/cd-icon-check.svg");
}

.cd-form input[type="radio"]:focus+label::before,
.cd-form input[type="checkbox"]:focus+label::before {
    /* add focus effect for radio and check buttons */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
}

.cd-form input[type="radio"]:checked+label::after,
.cd-form input[type="checkbox"]:checked+label::after {
    display: block;
}

.cd-form input[type="radio"]:checked+label::before,
.cd-form input[type="radio"]:checked+label::after,
.cd-form input[type="checkbox"]:checked+label::before,
.cd-form input[type="checkbox"]:checked+label::after {
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
}

.cd-form textarea {
    min-height: 170px;
    resize: vertical;
    overflow: auto;
}

.cd-form input[type="submit"] {
    /* button style */
    border: none;
    background: #2c97de;
    border-radius: .25em;
    padding: 16px 20px;
    color: #ffffff;
    font-weight: bold;
    float: right;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.no-touch .cd-form input[type="submit"]:hover {
    background: #42a2e1;
}

.cd-form input[type="submit"]:focus {
    outline: none;
    background: #2b3e51;
}

.cd-form input[type="submit"]:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.cd-form [required] {
    background: url("../images/form/cd-required.svg") no-repeat top right;
}

.cd-form .error-message p {
    background: #e94b35;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: .25em;
    padding: 16px;
}

.cd-form .error {
    border-color: #EF5350 !important;
}

@media only screen and (min-width: 600px) {
    .cd-form div {
        /* form element wrapper */
        margin: 32px 0;
    }

    .cd-form legend+div {
        /* reduce margin-top for first form element after the legend */
        margin-top: 20px;
    }

    .cd-form h4,
    .cd-form .cd-label {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    .cd-form input[type="text"],
    .cd-form input[type="email"],
    .cd-form input[type="date"],
    .cd-form input[type="number"],
    .cd-form textarea,
    .cd-form select {
        padding: 16px;
    }
}

@-webkit-keyframes cd-bounce {

    0%,
    100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes cd-bounce {

    0%,
    100% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.8);
    }
}

@keyframes cd-bounce {

    0%,
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon_cont {
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    /*background-color: rgba(0, 0, 0, 0);
  background-position: left bottom, left calc(99%);
  background-repeat: no-repeat;
  background-size: 0px 2px, 100% 1px;
  transition: background 0s ease-out 0s;
  background-image: linear-gradient(#1f4d7e, #1f4d7e), linear-gradient(#f7f7f7, #f7f7f7);*/
}

/*.cd-form .icon_cont:hover{
    border: none;
    box-shadow: none;
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    }*/

.cd-form .icon_cont input,
.cd-form .icon_cont select,
.cd-form .icon_cont textarea {
    padding-left: 54px !important;
    padding-right: 30px;
}

/**/
.icon_cont .cd-label:after,
.cd-form .cd-select::before {
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga'1;
    -moz-font-feature-settings: 'liga'1;
    font-feature-settings: 'liga'1;
    border: none;
    font-weight: normal;
    font-size: 24px;
    color: #e2e2e2;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    display: block;
    width: auto;
    height: auto;
    left: -40px;
    transition: all .25s ease-in-out;
}

.icon_cont .cd-label.float:after {
    color: #f3af03;
}

.icon_cont.user .cd-label:after {
    content: "person";
}

.icon_cont.phone .cd-label:after {
    content: "phone_in_talk";
}

.icon_cont.email .cd-label:after {
    content: "mail";
}

.icon_cont.city .cd-label:after {
    content: "place";
}

.icon_cont.place .cd-label:after {
    content: "flag";
}

.icon_cont.generic .cd-label:after {
    content: "edit";
}

.icon_cont.message .cd-label:after {
    content: "forum";
}

.icon_cont.number .cd-label:after {
    content: "drag_indicator";
}

.icon_cont.file .cd-label:after {
    content: "assignment_ind";
}

.icon_cont.date .cd-label:after {
    content: "calendar_today";
}

.cd-form .cd-select::before {
    content: "filter_list";
    left: 15px;
}

.icon_cont .cd-label:before {
    position: absolute;
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    left: -52px;
    bottom: -2px;
    background-position: left bottom, left calc(99%);
    background-repeat: no-repeat;
    background-size: 0px 2px, 100% 1px;
    transition: background 0s ease-out 0s;
    background-image: linear-gradient(#f3f3f3, #f3f3f3), linear-gradient(#f7f7f7, #f7f7f7);
}

.icon_cont .cd-label.float:before {
    border: none;
    box-shadow: none;
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

.icon_cont.message .cd-label:before {
    display: none;
}

/**/
.cd-form .budget {
    background-image: none;
    background-repeat: no-repeat;
    background-position-x: 3%, 100%;
    background-position-y: center, top;
}

.cd-select.select_active::before {
    color: #f3af03;
}

.cd-form [required].user {
    background: url("../images/form/cd-required.svg") no-repeat;
    background-position-x: 100%;
    background-position-y: top;
}

.cd-form [required].company {
    background: url("../images/form/cd-required.svg") no-repeat;
    background-position-x: 15px;
    background-position-y: top;
}

.cd-form [required].email {
    background: url("../images/form/cd-required.svg") no-repeat;
    background-position-x: 100%;
    background-position-y: top;
}

.cd-form [required].message {
    background: url("../images/form/cd-required.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: top;
}

.cd-form [required].phone {
    background: url("../images/form/cd-required.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: top;
}

.cd-form [required].city {
    background: url("../images/form/cd-required.svg") no-repeat;
    background-position-x: 100%;
    background-position-y: top;
}

.cd-form [required].place {
    background: url("../images/form/cd-required.svg") no-repeat;
    background-position-x: 100%;
    background-position-y: top;
}

.cd-form [required].generic {
    background: url("../images/form/cd-required.svg") no-repeat;
    background-position-x: 15px;
    background-position-y: top;
}

.cd-form [required].number {
    background: url("../images/form/cd-required.svg") no-repeat;
    background-position-x: 15px;
    background-position-y: top;
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
    margin: 30px 0;
    margin-top: 0;
}

.js .floating-labels .cd-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    cursor: text;
    -webkit-transition: top 0.1s, left 0.1s, font-size 0.1s;
    -moz-transition: top 0.1s, left 0.1s, font-size 0.1s;
    transition: top 0.1s, left 0.15s, font-size 0.1s, opacity 0.25s;
    transition-timing-function: ease-in-out;
    width: 100%;
    margin-bottom: 0px;
    opacity: 1;
    padding-top: 15px;
    pointer-events: none;
}

.js .floating-labels .icon_cont .cd-label {
    left: 53px;
}

.js .floating-labels .cd-label.float {
    pointer-events: none;
}

.js .floating-labels .cd-label p {
    position: absolute;
    display: inline-block;
    opacity: 1;
    margin: 0;
    font-size: 16px;
    color: #a7a7a7;
    color: #454141;
    font-weight: normal;
    line-height: 1.6;
    transition: all .15s ease-in-out;
}

.js .floating-labels .cd-label.float p {
    opacity: 0;
    margin-left: 50px;
}

@media only screen and (min-width: 600px) {
    .js .floating-labels legend+div {
        margin-top: 16px;
    }

    .js .floating-labels .cd-label {
        top: 0px;
    }
}

/* BOX INPUT FILE */
.js .floating-labels div.box_file,
.box_file {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}

.box_file .icon_cont {
    border-right: 0px;
}

.box_file .icon_cont .cd-label:before {
    background-size: 0px 0px, 100% 0px;
}

.box_file .InputFile {
    padding: 0 !important;
    border-left: 0px;
}

.box_file .InputFile input[type="file"] {
    padding: 0 !important;
    transform: scale(0.75);
}

.cd-form .box_file .InputFile.icon_cont input {
    padding-left: 20px !important;
}

/* -------------------------------- 

Captcha

-------------------------------- */
html .floating-labels .captcha {
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
    background: transparent;
}

.captcha .cap_img,
.captcha .cap_code {
    height: 58px;
    padding: 0;
    position: relative;
}

.captcha .cap_img {
    background: #fff;
    height: 58px;
    margin-bottom: 0px !important;
}

.captcha .cap_img label {
    display: inline-block;
    float: right;
    position: absolute;
    right: -15px;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
}

.captcha .cap_code {
    margin-bottom: 0px !important;
}

.captcha .cap_code label {
    width: 100%;
}

.captcha #captcha {
    height: 58px;
    padding-left: 25px;
}

.captcha_ input::placeholder {
    color: #a7a7a7;
    opacity: 1;
}

.captcha_ input:-ms-input-placeholder {
    color: #a7a7a7;
}

.captcha_ input::-ms-input-placeholder {
    color: #a7a7a7;
}

.captcha #imgCaptcha {
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 11px;
}

.captcha .reload {
    right: 0px;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.captcha .reload i {
    background: #1f4d7e;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    text-indent: 0px;
    border: 2px solid #fff;
}

.captcha .reload i:hover {
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #f3af03;
}

/* Autorizacion */
.btn_send {
    background: #ffffff;
    padding: 16px 30px;
    color: #f4b100;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -0.5px;
    float: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    border: 3px solid #f4b100;
    border-radius: 40px;
    transition: all .2s ease-in-out;
}

.btn_send:hover {
    background: #ffb700;
    box-shadow: 0px 0px 10px #f4b602;
    letter-spacing: 1px;
}

.btn_send:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    content: "";
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #b3b3b3, transparent);
    border: 0;
    height: 1px;
    z-index: -1;
}

button[type="submit"]:disabled {
    background: #ffffff !important;
    color: #bbbbbb !important;
    cursor: not-allowed;
    border: 3px solid #adadad;
    opacity: .5;
}

button[type="submit"]:disabled:after {
    display: none !important;
}

.Form_priv .btn_send:disabled:hover {
    box-shadow: none !important
}

#parsley-id-multiple-Asociado {
    position: absolute;
    bottom: -27px;
    width: 100%;
}

.Form_priv .icon_check {
    position: relative;
}
    .icon_check:after {
        background-image: url(../images/flecha.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 115px;
        height: 30px;
        content: "";
        display: block;
        bottom: -50px;
        left: 60px;
        pointer-events: none;}

    .big_panel .Form_priv .icon_check:after{
        left: 100px;}

.form_contactenos .Form_priv .Autorizo {
    right: 0;
    left: 0;
    display: block;
    width: 30px;
    margin: 0 auto;
    position: relative;
    top: 50%;
}

.Form_priv .mens_ {
    color: #919191 !important;
    letter-spacing: -1px;
    border-left: 1px solid #ececec;
}

.Form_priv .mens_ p {
    line-height: 22px;
    margin: 0;
    color: #9e9e9e;
    color: #454141;
}

.riple__ {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    border-radius: .25em;
    top: 49%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0);
    -webkit-animation: ripple_port 3s ease-in-out infinite;
    animation: ripple_port 3s ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
    opacity: .4;
}

@-webkit-keyframes ripple_port {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0), 0 0 0 0px rgba(23, 55, 132, 0.6);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(23, 55, 130, 0.3), 0 0 0 20px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0), 0 0 0 0px rgba(24, 56, 133, 0.6);
    }
}

@keyframes ripple_port {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0), 0 0 0 0px rgba(23, 55, 132, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(23, 55, 130, 0.3), 0 0 0 20px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0), 0 0 0 0px rgba(24, 56, 133, 0.7);
    }
}

/**/
.terms__ {}

.terms__ .related {
    display: block;
    padding: 0 0;
}

.terms__ .related .rel_box {
    margin: 0;
}

.terms__ .related .rel_box a {
    padding: 15px 20px 15px 70px;
    font-size: 15px;
    line-height: 15px;
}

.terms__ .related .rel_box h3 {
    font-size: 14px;
    line-height: 15px;
}

.terms__ .related .rel_box span i {
    font-size: 19px
}

/*UPLOAD KENDO*/
/* Kendo Upload Files */
.js .main-wrap .k-upload-files {
    border: 0px;
}

.js .main-wrap .k-upload,
.js .main-wrap .k-file {
    border: none;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.015);
    line-height: 2.66;
}

.js .k-file-error .k-progress {
    background-color: #e94440;
}

.js .k-file-error .k-filename {
    color: #fff;
}

.js .k-upload .k-upload-button {
    background: linear-gradient(30deg, #f3af03, #f3af03);
    box-shadow: none;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}

.js .main-wrap .k-dropzone {
    margin: 0;
}

.js .k-widget .k-icon {
    opacity: .2 !important;
}

.card_kendo {
    padding: 0px 8px;
}

.card_kendo p {
    color: #9e9e9e;
    color: #454141;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.card_kendo .with_icon {
    position: relative;
    padding-left: 40px;
}

.card_kendo .with_icon i {
    font-weight: normal;
    font-size: 24px;
    color: #d2d2d2;
    color: #e2e2e2;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    display: block;
    width: auto;
    height: auto;
    left: 7px;
}

.card_kendo .help_ {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    color: #adadad;
    font-size: 14px;
    line-height: 16px;
}

/*___________________________________________________________*/
@media (max-width: 991px) {

    .js .floating-labels div.box_file,
    .box_file {
        float: none
    }
}

@media (max-width: 600px) {
    .js .floating-labels .cd-label {
        top: auto;
    }
}