/*******ESTILOS ANDRES INVERSIONES 2018*********/
.boldfont{font-family: 'MyriadPro-Bold';}
.data-h {
    background: #d9d9d9;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
    padding: 9px 0 9px 0;
}
#data-h {
    position: fixed;
    z-index: 1;
    width: 100%;
    
}
.data-h h2 {color: #414141; font-size: 16px!important; text-transform: inherit; margin: 0;display: inline-block; }
.data-h ul{margin: 0;padding: 0;position: absolute;right: 0;top: 0;}
.data-h ul li{display: inline-block;vertical-align: middle;max-width: 20px;margin: 0 5px;width: 100%;}
.data-h ul li img{max-width: 100%;width: 100%;}
/*para tooltips*/
.tooltip {
    position: relative;
}

    .tooltip .tooltiptext {
        font-family: 'MyriadPro-Regular';
        background-color: #ffffff;
        padding: 10px;
        border-width: 1px;
        font-size: 13px;
        margin: .5em .4375em;
        text-align: center;
        visibility: hidden;
        width: 120px;
        border-radius: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        color: black;
        left: 50%;
        /*visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        font-size: 0.5em;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;*/
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
        }

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
#question {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    width: 100%;
    background: url('../../../images/Question-300x300.png') no-repeat center center;
    padding: 12px;
    background-size: 20px;
}

a.back-buttom{text-align: left;}
a.next-buttom{text-align: right;}
.data-images img{max-width: 100%;width: 100%;}
.data-coin label{color: #8b8b8b;font-size: 16px;display: block; margin-bottom:0px;}
.selCoin {
    background: #e8e8e8;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
   
}

.selRate {
    background: #e8e8e8;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    
}

/*.selCoin2 {
    background: #e8e8e8;
    padding: 20px;
    border-radius: 5px;
    margin: 0px;
    margin-bottom: 15px;
}*/

.data-coin .selectt {
    padding-left: 0px;
}

.icon1 {
    max-width: 38px;
    width: 100%;
    margin: 0px auto;
}
.rowFlagContainer {
    width: 100%;
    height: 30px;
    cursor: pointer;
}
.flagContainer {
    cursor: pointer;
}
.addcoin, .addelement {
    text-align: center;
    margin: 10px 0 10px 0;
}
    .addcoin a, .addelement a{
        display: inline-block;
        max-width: 43px;
        width: 100%;
    }
    .addcoin p, .addelement p{
        color: #8b8b8b;
        font-size: 16px;
        display: block;
        margin: 10px 0 0 0;
    }
.flag {
    width: 100%;
    float: left;
}
.flagContainer {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    position: absolute;
    padding-left: 5px;
    padding-top: 5px;
    left: 12px;
    width: 196px;
    top: 63px;
    z-index: 999;
}
.select-destiny-coin .flagContainer {
    top: 46px !important;
}
.rowFlagContainer2 {
    cursor: pointer;
    width: 100%;
}
.imgFlag {
    float: left;
}
.imgFlag img {
        margin-top: 5px;
}
.descriptionFlag {
    float: left;
    margin-left: 4px;
    margin-top: 12px;
}
.number {
    color: #363636;
    overflow: hidden;
    border-bottom: 1px solid #bbbbba;
    position: relative;
    bottom: 1px;
    width: 100%;
    font-weight:bold;
}
.margin {
   margin-top: 12px;
}



@media only screen and (max-width: 353px) {
    .descriptionFlag {
        margin-left: 3px;
        font-size: 12px;
    }
}

.number p {
    margin: 0;
    line-height: 1em;
    margin-bottom: 4px;
    margin-top: 4px;
}
.number p,.number i{display: inline-block;vertical-align: middle;}
.number i {
    width: 13px;
    height: auto;
    float: right;
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.number #input_monto_origen, .number #input_tasa_origen {
    font-size: 16px;
    display: block;
    width: 100%;
    border: none;
    background: #e8e8e8;
    margin-top: 4px;
    font-weight: bold;
    
}

.data-coin select {
    margin: 0;
    max-width: 100%;
    width: 100%;
    background: none;
    background-size: 15px;
    cursor: pointer;
    font-family: 'MyriadPro-Regular';
    padding-left: 2em;
    position: absolute;
    bottom: 4px;
    font-size: 16px;
}
.data-coin select:focus{border: none;outline: none;}
.drop-down {
    width: 100%;
    border-bottom: 1px solid #bbbbba;
    padding: 0px 0 5px;
    min-height: 36px;
    background: url(../../../images/nuevo-arrow-down.png) no-repeat right 13px;
    background-size: 15px;
}
.drop-down img,.drop-down span{display: inline-block;vertical-align: bottom;}
.drop-down img{max-width: 19px;width: 100%;}
.drop-down span{color: #000;font-family: 'MyriadPro-Bold';padding: 0 0 0 8px;line-height: 10px;}
.lineflag {
   c) no-repeat right 17px;
    background-size: 15px;
}
.data-rol-menu a{height: 55px;}

/*******SET menu buttoms********/
a.monedas {
    background: url(../../../images/transferencia.png) center center #b6b6b6 no-repeat;
    background-size: 35px;
    transition: all 0.3s;
}
    a.monedas:hover, a.monedas.active {
        background: url(../../../images/nuevo-monedasicon-white.png) center center #323232 no-repeat;
        background-size: 35px;
    }
a.valorizacion {
    background: url(../../../images/nuevo-grafica.png) center center #b6b6b6 no-repeat;
    background-size: 30px;
    transition: all 0.3s;
}
    a.valorizacion.active {
        background: url(../../../images/nuevo-grafica-white.png) center center #323232 no-repeat;
        background-size: 30px;
    }

a.tasas {
    background: url(../../../images/nuevo-porcentaje.png) center center #b6b6b6 no-repeat;
    background-size: 23px;
    transition: all 0.3s;
}
    a.tasas.active {
        background: url(../../../images/nuevo-porcentaje-white.png) center center #323232 no-repeat;
        background-size: 23px;
    }

a.valorador {
    background: url(../../../images/nuevo-bolsamoney-black.png) center center #b6b6b6 no-repeat;
    background-size: 23px;
    transition: all 0.3s;
}
  a.valorador.active {
        background: url(../../../images/nuevo-bolsamoney.png) center center #323232 no-repeat;
        background-size: 23px;
  }


a.monedas2 {
    background: url(../../../images/AppAcciones/nuevo-graph-icon-black.png) center center #b6b6b6 no-repeat;
    background-size: 32px;
    transition: all 0.3s;
}
    a.monedas2.active {
        background: url(../../../images/AppAcciones/nuevo-detail-icon-white.png) center center #323232 no-repeat;
        background-size: 32px;
    }

a.grafico {
    background: url(../../../images/AppAcciones/nuevo-graph-icon-black.png) center center #b6b6b6 no-repeat;
    background-size: 28px;
    transition: all 0.3s;
}
     a.grafico.active {
        background: url(../../../images/AppAcciones/nuevo-graph-icon-white.png) center center #323232 no-repeat;
        background-size: 28px;
    }

.no-fixed{position: relative; margin: 15px 0 0 0;}

.dataifx{margin: 30px 0 20px 0;text-align: center;}
.dataifx ul li{display: inline-block;vertical-align: middle;margin: 0 10px;}
.dataifx img{max-width: 40px;width: 100%;}
.dataifx ul li:last-child{font-size: 27px;}
.dataifx ul li:last-child{margin: 0 10px 0 0;}
.dataifx ul li:last-child span{font-size: 20px;}

.dataifx.red ul li:last-child{color: #e1131d;}
.dataifx.blue ul li:last-child{color: #0082c4;}
.dataifx.green ul li:last-child{color: #06b20a;}

.data-resume h3{font-size: 25px;}
.advertencia{line-height: 1.4em;}
.data-rol-menu a + p{font-size: 14px;color: #8b8b8b;margin: 8px 0;}
.advertencia p {line-height: 1.5em; }

/*ajustes parrafos*/
.titlem h2,.titlem p{margin: 5px 0;}

/*******NEW MEDIAQUERIES*********/
@media screen and (max-width: 575px){
	a.next-buttom{text-align: left;}
	a.back-buttom{text-align: right;}
}


@media screen and (max-width: 410px){
    div.number h4 {
        font-size: 15px !important;
    }
	.data-coin label{font-size: 13px;}
	.icon1,.dataifx img{max-width: 22px;}
	.addcoin{margin: 10px 0 10px 0;}
	.addcoin a{max-width: 40px;}
	.dataifx ul li:last-child{font-size: 18px !important;}
	.data-h ul li{margin: 0 2px;max-width: 15px;}
	.data-rol-menu a + p{font-size: 11px !important;line-height: normal;}
	.data-rol-menu a{width: 44px;height: 44px;}
	a.monedas.active,a.monedas{background-size: 26px;}
	a.valorizacion.active,a.valorizacion{background-size: 19px;}
	a.tasas.active,a.tasas{background-size: 15px;}
	a.valorador.active,a.valorador{background-size: 15px;}
	a.monedas2.active,a.monedas2{background-size: 26px;}
	a.grafico.active,a.grafico{background-size: 21px;}
	.valora{font-size: 16px !important;}
	.drop-down span{font-size: 13px;}
	.data-coin select{font-size: 16px;}
    
}
/*(max-width: 340px) and (min-width: 320px)*/
@media all and (max-width: 340px) and (min-width: 320px) {
    .tooltip {
        position: relative;
    }

        .tooltip .tooltiptext {
            font-family: 'MyriadPro-Regular';
            background-color: #FFFFFF;
            color: #212529;
            padding: 5px 7.5px;
            border-width: 1px;
            font-size: 13px;
            margin: .5em .4375em;
            text-align: center;
            visibility: hidden;
            border-radius: 5px;
            position: absolute;
            z-index: 1;
            left: 114px;
            bottom: 100%;
            font-size: 8.75px;
            border: 1px solid rgba(0,0,0,.2);
            max-width: 120px;
            min-width: 120px;
        }

            .tooltip .tooltiptext::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #fff transparent transparent transparent;
            }

        .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }
    #tasaTool {
        left: 79px;
    }
    #presenteTool {
        left: 124px;
    }
    #plazoTool {
        left: 84px;
    }
}
@media all and (max-width: 408px) and (min-width: 340px) {
    .tooltip {
        position: relative;
    }

        .tooltip .tooltiptext {
            font-family: 'MyriadPro-Regular';
            background-color: #FFFFFF;
            color: #212529;
            padding: 5px 7.5px;
            border-width: 1px;
            font-size: 13px;
            margin: .5em .4375em;
            text-align: center;
            visibility: hidden;
            border-radius: 5px;
            position: absolute;
            z-index: 1;
            left: 136px;
            bottom: 100%;
            font-size: 8.75px;
            border: 1px solid rgba(0,0,0,.2);
            max-width: 120px;
            min-width: 120px;
        }

            .tooltip .tooltiptext::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #fff transparent transparent transparent;
            }

        .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }
    #tasaTool {
        left: 103px;
    }
    #presenteTool {
        left: 147px;
    }
    #plazoTool {
        left: 107px;
    }
}
@media all and (max-width: 468px) and (min-width: 409px) {
    .tooltip {
        position: relative;
    }

        .tooltip .tooltiptext {
            font-family: 'MyriadPro-Regular';
            background-color: #FFFFFF;
            color: #212529;
            padding: 5px 7.5px;
            border-width: 1px;
            font-size: 13px;
            margin: .5em .4375em;
            text-align: center;
            visibility: hidden;
            border-radius: 5px;
            position: absolute;
            z-index: 1;
            left: 167px;
            bottom: 100%;
            font-size: 8.75px;
            border: 1px solid rgba(0,0,0,.2);
            max-width: 120px;
            min-width: 120px;
        }


            .tooltip .tooltiptext::after, .tooltip .tooltiptext::before {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #fff transparent transparent transparent;
            }
    #tasaTool {
        left: 124px;
    }
    #presenteTool {
        left: 180px;
    }
    #plazoTool {
        left: 130px;
    }
}

