/*!
 * Clases pertenecientes al elementos de formulario.
 *
 * @author Claudio Lopez - tinet
 * @version 1.0
 */

 @media(max-width: 768px) {
    .LV-form > div {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media(min-width: 768px) {
    .LV-form > div:first-of-type {
        padding-left: 0 !important;
    }
    .LV-form > div:last-of-type {
        padding-right: 0 !important;
    }
}

.LV-form label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #3D3D3F;
}
.LV-form label .info {
    padding-left: 12px;
    cursor: pointer;
}
.LV-form input, .LV-form textarea {
    background: #FFFFFF;
    border: 0.5px solid #4A7288;
    padding-left: 16px;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    color: #3D3D3F;
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.012em;
    resize: none;
}
.LV-form textarea {
    padding-top: 14px;
    min-height: 70px;
}
@media(max-width: 768px) {
    .LV-form textarea {
        min-height: 160px;
    }
}
.LV-form input:disabled {
    background: #F3F3F3;
    border: 0 !important;
}
.LV-form input.err,
.err input {
    background: #FFFFFF;
    border: 1px solid #89171C;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(235, 0, 0, 0.25);
}
.LV-form .error-label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #A3182F;
    margin-bottom: 0 !important;
}
input {
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0.014em;
    color: #3D3D3F !important;
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    visibility: hidden;
    width: 32px;
    height: 15px;
    margin-right: 12px;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border: 1px solid #3D3D3F;
    border-radius: 0;
    background-color: #FFFFFF;
}
input[type=checkbox]:checked:before {
    border: 1px solid #E8454E;
    background-color: #E8454E;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    visibility: visible;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) scale(1.5);
    -ms-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
    position: absolute;
    top: 5px;
    left: 10px;
}

.check {
    margin-top: 24px;
    display: flex;
}
.check div {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #3D3D3F;
}
.is-link {
    color: #E8454E !important;
    cursor: pointer;
    font-weight: 400 !important;
}
.is-link:hover {
	text-decoration: underline #E8454E;
}
select {
    position: relative;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    cursor: pointer;
    display: flex;
    border: 0.5px solid #4A7288;
    border-radius: 0;
    color: #3D3D3F;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.014em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('https://cloud.modyocdn.com/uploads/b5f3bb9c-da2c-42b1-bc6b-d20ad7699c55/original/Trazado_163_Stroke_.png') no-repeat;
    background-position: 95% center;
    padding-right: 40px;
    margin-bottom: 24px !important;
}
select.err {
    border: 1px solid #89171C;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(235, 0, 0, 0.25);
    background: url('https://cloud.modyocdn.com/uploads/b5f3bb9c-da2c-42b1-bc6b-d20ad7699c55/original/Trazado_163_Stroke_.png') no-repeat;
    background-position: 92% center;
}
.iti {
    width: 100% !important;
}
.dropdown-menu {
    max-width: 275px;
}
.iti__country-list {
    overflow-x: hidden;
}
.iti__flag-container {
    border-right: 0.5px solid #4A7288;
}
.frame-autocomplete {
    position: absolute;
    width: 275px;
    max-height: 160px;
    background: #FFFFFF;
    border: 0.5px solid #4A7288;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -24px;
}
@media(max-width: 768px) {
    .frame-autocomplete {
        width: calc(100vw - 70px);
    }
}
.frame-autocomplete ul {
    padding-left: 0;
    margin-bottom: 0;
}
.frame-autocomplete ul li {
    list-style-type: none;
    color: #3D3D3F;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.012em;
    padding: 5px 16px;
    cursor: pointer;
}
.frame-autocomplete ul li:first-of-type {
    padding-top: 10px;
}
.frame-autocomplete ul li:last-of-type {
    padding-bottom: 10px;
}
.frame-autocomplete ul li:hover {
    background: #F3F3F3;
}
.autocomplete-input {
    margin-bottom: 24px !important;
}
/* Ballon */
.ballons {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-left: -15px;
}
.ballons div {
    height: 31px;
    max-width: 100%;
    padding: 8px 16px;
    margin-right: 9px;
    background: #CCDBE3;
    border-radius: 100px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #004A75;
    display: inline-block;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media(max-width: 768px) {
    .ballons div {
        margin-bottom: 12px;
    }
}
/* Radio Button */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #3D3D3F;
}

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 5%;
}

.tooltip-radio {
    margin-left: 10px;
    cursor: pointer;
}

.div-radio{
    width: 10%;
    display: flex;
    justify-content: center;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    border: 1px solid #3D3D3F;
    border-radius: 50%;
}

.container-radio:hover input ~ .checkmark {
    background: #E8454E;
    opacity: 0.5;
    border: 1px solid #3D3D3F;
}

.container-radio input:checked ~ .checkmark {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .checkmark:after {
    display: block;
}

.container-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #E8454E;
}
.radio-desktop {
    display: flex;
}
.radio-mobile {
    display: none !important;
}
@media(max-width: 768px) {
    .radio-desktop {
        display: none;
    }
    .radio-mobile {
        display: flex !important;
    }
}

@media all and (max-width: 768px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}

.tooltip-icon{
    padding-bottom: 3px;
}