.valorizadoDolar {
	background-color: #E3E6ED !important;
	line-height: 20px;
	font-size: 12px;
	font-style: italic;
	height: 20px;
}

.valorizadoDolar .td--valorizado--usd__titulo {
	text-align: left;
}

.valorizadoDolar .td--valorizado--usd {
	text-align: right;
	padding-right: 30px;
}

.producto {
	font-size: 12px;
	color: #536374;
	display: block;
	height: 40px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 10px 10px;
	line-height: 20px;
}

.monto {
	font-size: 18px;
	color: #536374;
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
	text-align: center;
}

.porcentaje {
	font-size: 22px;
	color: #5BABBF;
	display: block;
	text-align: center;
}

.containerButton .icon--button {
  border-radius: 50px !important;
  min-width: 70px !important;
  max-width: 100% !important;
}
.containerButton .icon--button.blanco md-icon {
  color: #FFFFFF !important;
}


.modal.modales-xxl {
	width: 99% !important;
}

.md-button.md-icon-button {
	min-width: fit-content !important;	
}

.fix-label{
	margin-left: inherit !important;
}

@media (min-width: 990px) {
	.select-date {
		width: 156px !important;
	}
}

.icon--info {
	color: #336a9b;
}

.loaging--boton svg path {
	stroke: #ffffff;
}


.alto-div{
	height: 60px;
}
/* icono carga */
.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
  33% {
    background: #A3B7F5;
    box-shadow: -24px 0 #295EFF, 24px 0 #A3B7F5;
  }
  66% {
    background: #295EFF;
    box-shadow: -24px 0 #A3B7F5, 24px 0 #A3B7F5;
  }
  100% {
    background: #A3B7F5;
    box-shadow: -24px 0 #A3B7F5, 24px 0 #295EFF;
  }
}