/* Formato Adicional y Responsive para Backend de miPago */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-content {
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 8px rgba(125,125,125,.55);
    box-shadow: 0 3px 8px rgba(125,125,125,.55);
}
.modal-header .close span {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
	color: #ffffff;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.opc-wrapper-opc .modal-footer {
    border-top: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.opc-wrapper-opc .btn-primary {
    color: #fff !important;
    background: #2e3192 !important;
    border-color: #2e3192 !important;
}
.opc-wrapper-opc .btn {
    -webkit-transition: all .65s ease;
    transition: all .65s ease;
    border-radius: 35px !important;
    padding: 12px 35px !important;
    text-shadow: none;
    height: auto;
}
#modal-privacy .modal-body h2,
#modal-legal .modal-body h2{
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;	
}
#viewTerminos h3 {
    font-weight: 600;
    color: #404040;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 8px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: none;
}


/* Por Leonelo */
/* fix 2019-09-21 */

.page-jumpers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.page-jumpers .btn.btn-squared {
    width: 49%;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .header-brand {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: initial;
    }
    .header-brand .navbar-brand {
        margin-right: 0;
        margin-left: 0;
    }
    .header-brand .menu-toggler {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.mbl-back {
    /* 2019-09-21 */
    display: none;
}


/* imagen documentos requeridos */
.data-info-pict .data-pict {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    height: 100%;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #f7f7f7;
}

.data-info-pict .data-pict img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    max-width: unset;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen 
	and (min-width: 768px) 
	and (max-width: 1199px) 
{
	.wrapper-view.open .menu-heading .ico-mini {
		opacity: 1;
		display: block;
	}	
	.menu-heading .txt {
		left: 20px;
		text-indent: 15px;
	}
}

@media only screen 
	and (min-width: 769px) 
	and (max-width: 1199px) 
{
	.header--logo.desktop {
		margin-right: -40px;
	}	
}

@media only screen 
	and (min-width: 768px) 
	and (max-width: 1023px) 
{
	.header .nav-pager {
		margin-top: -50px;
	}	
}

