

/* Mneu */
.site-menu {
	left: 100px !important
}

.site-menu>ul>li.active>a{
	border-top-color: #fff !important;
}
/* Para imagen ATM */
[class^=col-] .img-cover{
    left: 15px !important;
    width: calc(100% - 0px);
}

.text-tipo-cambio {
    font-size:14px !important;
    font-weight: 500 !important;
}

.placeholder, ::placeholder {
	font-size:14px !important;
    font-weight: 500 !important;
}

.calc {
	padding-left: 20px !important;
	font-size: 25px !important;
}

.table td,.table th,.table thead th {
	width: 180px !important
}

.btn-block {
	padding-left: 10px !important;
	padding-right: 10px !important;
}


.calc-title-s {
	font-weight: 200 !important;
	line-height: 1.0 !important;
}

.calc-title-m {
	line-height: 1.0 !important;
}


.calc-tc {
	font-size: 16px !important;
	text-transform: none !important;
	font-weight: 700 !important;
}

.calc-tc-valor {
	font-size: 26px !important;
	text-transform: none !important;
	font-weight: 700 !important;
}

.calc-what-operation {
	font-weight: 400 !important;
	font-size: 20px !important;
}

.calc-send-receive {
	font-weight: 300 !important;
	font-size: 14px !important;	
}

.padding-top-2x{
    padding-top: 0px !important;
    top: 0px !important;
}

.padding-bottom-2x {
    padding-bottom: 0px !important;
    top: 0px !important;
}

.text-hour {
	font-size: 18px !important;
	margin-bottom: 0px !important;
	text-align: left !important;		
}

.text-lg-cookie {
	font-size: 14px !important;
}

.modal-terminos {
	width:100% !important;
	height: 30% !important;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]{
    -moz-appearance: textfield;
}


@media (max-width:1176px) {
	.calc-what-operation {
		font-size: 14px !important;
	}
	.placeholder, ::placeholder {
		font-size: 10px !important;
	    font-weight: 400 !important;
	}
	.text-tipo-cambio {
	    font-size: 12px !important;
	    font-weight: 300 !important;
	}
	.calc-tc {
		font-size: 12px !important;
		font-weight: 600 !important;
	}
	.calc-tc-valor {
		font-size: 20px !important;
		text-transform: none !important;
		font-weight: 600 !important;
	}	
	.calc-send-receive {
		font-weight: 100 !important;
		font-size: 12px !important;	
	}	
	.calc-title-m {
		font-size:34px !important;
	}
	.calc-img-main {
		visibility: hidden !important;
		display: none !important;
	}

	.text-hour {
		font-size: 14px !important;
		margin-bottom: 0px !important;
		text-align: left !important;		
	}

	.title-lg-cookie {
		font-size: 14px !important;
		font-weight: 400 !important
	}	
	.text-lg-cookie {
	    font-size: 12px !important;
	}
	.modal-terminos {
		width:100% !important;
		height: 45% !important;
	}

	[class^=col-] .img-cover {
		left: 0px !important;
	}

	.text-sm-12 {
		font-size: 12px !important;
	}

	.text-sm-14 {
		font-size: 14px !important;
	}	

	.text-sm-16 {
		font-size: 16px !important;
	}	

	.text-sm-1 {
		font-size: 18px !important;
	}	

	.text-sm-20 {
		font-size: 20px !important;
	}

}

.minh-100 {
  height: 20vh;
}

/*
@media (max-width:768px) {
	.calc-what-operation {
		font-size: 14px !important;
	}
	.placeholder, ::placeholder {
		font-size: 12px !important;
	    font-weight: 400 !important;
	}	
}

@media (max-width:991px) {
	.calc-what-operation {
		font-size: 18px !important;
	}	
}

@media (max-width:1100px){
	.calc-what-operation {
		font-size: 16px !important;
	}
}
*/