
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.alert-txt {
    border-color: #ccc;
}


.txt-chico {
    font-weight: normal !important;
    color: #333333 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: "Roboto" !important;
    text-align: justify !important;
}

.val-aler {
	padding-top: 18px !important;
}

.txtmsg {
    color: #333333 !important;
    line-height: 18px !important;
}


.txt-chico-l {
    font-weight: normal !important;
    color: #333333 !important;
    font-size: 15px !important;
    line-height: 16px !important;
    font-family: "Roboto" !important;
}

.linePie {
    line-height: 16px !important;
    font-weight: 400 !important;
}

/* LOADER */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /** width: 25%;**/
    text-align: left;
    color: #333333;
    line-height: 18px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.inter {
    line-height: 22px !important;
}

.modal-dialog {
    width: 85% !important;
    margin: 30px auto;
}

.modal-tsmall {
    font-size: 16px !important;
}


#info li {
    font-size: 16px !important;
}


@media(max-width: 992px) {
    #mensaje_alerta {
        text-align: center;
    }
}

@media (max-width: 769px){
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
	text-align: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: justify !important;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
}
