/*!
 * Clases perteneciente al elemento modal generico.
 *
 * @author Claudio Lopez - tinet
 * @version 1.0
 */

.modal-frame p {
    margin-bottom: 0.1rem;
}
.modal-frame {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgb(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9;
}
.modal-content-lv {
    background: #FFFFFF;
    width: 50vw;
    max-width: 730px;
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -53%);
    padding: 40px 32px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.014em;
    color: #333D47;
}
.modal-content-body {
    max-height: 50vh;
    padding-right: 15px;
    height: 100%;
    overflow: auto;
}

.modal-content-body a, .modal-content-body a:hover  {
    color: #000000;
}
.modal-content-lv h1 {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0.2px !important;
    color: #28282A !important;
    margin-bottom: 16px !important;
}


@media (max-width: 768px) {
	.modal-frame {
		overflow: hidden;
	}

    .modal-frame {
        z-index: 99;
    }
    .modal-content-lv {
        max-height: calc(100vh - 100px);
        width: calc(100vw - 16px);
        position: absolute;
        font-size: 13px;
        line-height: 20px;
    }

    .modal-content-body {
		max-height: calc(100vh - 300px);
        height: 100%;
        overflow: auto;
    }
    .modal-content-lv h1 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}
.modal-content-lv .carnet {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    max-height: 280px;
    width: 100%;
    max-width: 740px;
    height: auto;
}
.modal-content-lv .desktop {
    display: block;
}
.modal-content-lv .mobile {
    display: none;
}
.modal-content-body .modal-content-body {
    margin-bottom: 16px;
}
.modal-content-body .error-icon {
    margin-bottom: 16px;
}
.modal-content-body .LV-form{
    margin-left: 3px;
    margin-right: -12px;
}
@media (max-width: 768px) {
    .modal-content-lv .desktop {
        display: none;
    }
    .modal-content-lv .mobile {
        display: block;
    }
    .modal-content-lv .carnet {
        margin-bottom: 0;
        max-height: none !important;
        width: 100% !important;
        height: auto !important;
    }
    .modal-content-body .modal-content-body {
        margin-bottom: 19px;
    }
}
.titulo-sociedad {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    letter-spacing: -0.008em !important;
    margin-bottom: 5px !important;
}
.modal-form .warning-alert {
    margin-top: 0 !important;
}
.modal-form .buttons-modal div:last-of-type {
    padding-right: 0;
}
