.linea-verde {
    color:#96AD12 !important; 
    border-color: #96AD12 !important;
}

/* BOTONES*/
.dng-main [class*="dg-btn-"]:hover{
	color:#FFFFFF !important;
	border-color:#0D3660  !important;
	background:#0D3660  !important;
}
.dng-main [class*="dg-btn-"]:hover:before{
	background:#0D3660 !important;
}

[class*="dg-btn-"].btn-success {
    background-color: #96AD12 !important;
}

.list-numbers.em-background li:before,
.list-icon.em-background li i,
.list-icon.em-background li em{
  background-color:#96AD12 !important;
}

.bordeinferior{
    border-bottom: 1px solid #E8E8E8;
}

@media only screen and (max-width: 991px) {

    .toolsaccordion {
        display: none !important;
        /* ocultar DDR Menu en mobile*/
        visibility: hidden !important;
        /* ocultar DDR Menu en mobile*/
    }

    .no-mobile {
        display: none !important;
        /* ocultar en mobile*/
    }
}

@media only screen and (min-width: 992px) {
    .si-mobile {
        display: none !important;
        /* mostrar en mobile*/
    }

}

.add-info-terms {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
    margin-top: 50px;
    padding: 10px;
	float:left;
	font-size: 1em;
}

.dg-promo {
	display: table;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
}

.cftea {
	font-size: xxx-large;
}


.valor-cotizacion {
  font-size: 18px; /* Ajusta el tamaño de la fuente a tu preferencia */
  font-weight: bold; /* Opcional para hacer el número en negrita */
}

.valor-cotizacion-tasas {
  font-size: 14px; /* Ajusta el tamaño de la fuente a tu preferencia */
  font-weight: bold; /* Opcional para hacer el número en negrita */
}





