@font-face {
	font-family: 'DSDIGI';
	src: url('../fonts/DSDIGI.eot');
	src: local('DSDIGI'), url('../fonts//DSDIGI.woff') format('woff'), url('../fonts//DSDIGI.ttf') format('truetype');
}
#calculadora{
    max-width: 500px;
    width: 100%;
    background: #fff;
}
#wrap_all{
    border: #F3BD48 solid 3px;
    border-top: none;
}
.titu{
    font-family: 'Titillium Web', sans-serif;
    background: #20475B;
    border: #20475B solid 3px;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}
.half{
    width: 50%!important;
    height: 50px;
    padding: 0;
    border-bottom: 3px solid #f3bd48;
}
.campo{
    width: 100%;
    height: 47px;
    outline: none;
    border: none;
    color: #B3B3B3;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bor{
    border-right: solid 3px #f3bd48;
}
.alto{
    height: 70px;
}
.ezfc-grid-6 .big{
        width: 100%!important;
    height: 70px;
    border-bottom: 3px solid #f3bd48;
}
.bigtxt{
    font-family: 'Titillium Web', sans-serif;
    color: #20475b;
    width: 110px;
    display: block;
    line-height: 1;
    font-size: 9px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bigtxt sup{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.txttotal{
    font-family: 'Titillium Web', sans-serif;
    color: #20475b;
    width: 110px;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.total{
    font-family: 'DSDIGI';
    position: absolute;
    top: 10px;
    color: #aeb4b7;
    right: 10px;
    display: block;
    padding: 0;
    line-height: 0.6;
    font-size: 75px;
}
.totalahorro{
    background-image: linear-gradient(to right, #e4bf43 , #f69049);
    height: 70px;
}
.totalahorro .total{
    color: #fff;
}
.nota{
    font-size: 11px;
}
/*
    .ezfc-form * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ffffff !important;
        background-image: none !important;
        color: #B3B3B3 !important;
    }
*/
