.ofXS{
    overflow-x: scroll;
}

.pInfo{
	text-align: left;
	margin-bottom: -1rem;
}
.btn-outline-primary2 {
    color: #388e3c !important;
    background-color: transparent !important;
    border: 2px solid #388e3c !important;
}
table.table2 a.btn, table.table2 button.btn {
    margin: .225rem;
    padding: .588rem 0.798rem;
}
.table2 .btn {
    padding: .84rem 1.14rem;
    line-height: 20px;
}

.btnIndicador{
	height: 50%;
}
.tRHIndicadores td{
	text-align: center;
}
.tIndicadores table th td{
	border: 1px solid;
}
.iconE{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.logoR{
	height: 170px;
	text-align: center;
}
.logoR img{
	width: 100%;
}
.col-6.md-form {
    margin-top: 0;
    margin-bottom: 0;
}
a#ImprimirCotizacion {
    background-color: #000000 !important;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}
#ImprimirCotizacion .fa-6x {
    font-size: 18px !important;
    margin-right: 5px;
}
a#ImprimirCotizacion:active {
    color: #fdbe38;
}
.modal .btn-group>.btn-primary {
    padding-top: 10px;
}
.taC{text-align: center;}
a#plano {
    font-weight: bold;
    background-color: #000000;
    color: white;
    padding: 10px 100px;
    border-radius: 20px;
    width: 100%;
}
a#plano:hover {
    text-shadow: 1px 0 1px #fdc858;
}
.dest{
    font-weight: bold;
    font-size: 20px;
}
.dest2{
    text-shadow: 2px 2px 2px #fdc34880;
}
label {
    font-size: 17px;
    color: #1f1f1f;
}
.activo .btn-primary{
    word-wrap: normal;
    white-space: pre;
}
table td {
    text-align: center;
}
#credito, #financiamento {
    line-height: 15px;
}
.tipo-pago a {
    padding-bottom: 10px;
}
.tipo-pago img {
    max-width: 80px;
}
/*.md-form select {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	width: 100%;
	margin-top: 17px;
}*/


@media (max-width: 770px) {
    table {
        zoom: .4;
    }
    .activo .btn-primary {
        padding: 3px 5px;
        margin: 0;
    }
    .table{
        table-layout: fixed;
    }
    .table .btn{
        height: 10px;
        line-height: 10px;
        font-size: 10px !important;
        padding: 0 1px;
    }
    
    .table td{
        font-size: 10px !important;
        padding: 10px 3px;
    }
    #departamentosCont {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }
    #departamentosCont .col-12 {
        margin: 0;
        padding: 0;
    }
    a#plano {
        padding: 10px;
    }
    table td {
        font-size: 1.5rem;
    }
}