:root { 
    --white: #ffffff;
    --green: #00544D;
    --black: #121212;
    --grey: #909191;
}
html, body{
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
}
.container, .container-fluid {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}
.clear, .clearfix {
    display: block;
    clear: both;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
.green {
    color: var(--green);
}
.grey {
    color: var(--grey);
}
.bg-black {
    background: var(--black);
}
.bg-white {
    background: var(--white);
}
.bg-green {
    background: var(--green);
}
button, a {
    transition: all .2s;
}
/* Tipography */
h1 {
    font-size: 28px;
    font-weight: bold;
}
h2 {
    font-size: 60px;
    font-weight: bold;
}
h3 {
    font-size: 48px;
    font-weight: 600;
}
h4 {
    font-size: 18px;
    font-weight: bold;
}
h5 {
    font-size: 24px;
    font-weight: 600;
}
h6 {
    font-size: 20px;
    font-weight: 600;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: var(--green);
    font-weight: 600;
}
.alert {
    font-size: 14px;
}
.alert-danger {
    background: #fcded8;
    border-left: 4px solid #ff6647;
    color: var(--black);
    position: relative;
    padding-left: 37px;
    font-size: 0.9em;
}
.alert-danger .fa {
    color: #ff6647;
}
.alert-info {
    background: #eaf1fb;
    border-left: 4px solid #2f73da;
    color: var(--black);
    position: relative;
    padding-left: 37px;
    font-size: 0.9em;
}
.alert-info .fa {
    color: #2f73da;
}
.alert-success {
    background: #ddfded;
    border-left: 4px solid #09a57f;
    color: var(--black);
    position: relative;
    padding-left: 37px;
    font-size: 0.9em;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
}
.alert-success .fa {
    color: #09a57f;
}
.alert .fa {
    position: absolute;
    left: 15px;
    top: 19px;
}
/* Forms */
input {
    border: 1px solid #C2C3C4;
    width: 100%;
    border-radius: 8px;
    padding: 8px;
    height: 40px;
    margin: 2px 0 15px 0;
    outline: none;
}
select {
    border: 1px solid #C2C3C4;
    width: 100%;
    border-radius: 8px;
    padding: 8px;
    height: 40px;
    margin: 2px 0 15px 0;
    outline: none;
    background-color: #fff;
}
input:focus, select:focus {
    border: 1px solid #d4b978;
}
.input-pass {
    position: relative;
}
.input-pass span {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 13px;
    width: 21px;
}
.input-pass span {
    cursor: pointer;
}
.input-pass .ver img.hide {
    display: none;
}
.input-pass .ver img.show {
    display: block;
}
.input-pass .ocultar img.hide {
    display: block !important;
}
.input-pass .ocultar img.show {
    display: none !important;
}
.boton {
    display: inline-block;
    width: 100%;
    background: var(--green);
    color: #fff;
    border-radius: 30px;
    padding: 12px 16px;
    border: none;
    font-weight: 600;
    outline: none;
}
.boton:hover, .boton:focus {
    color: #d4b978;
}
.boton2 {
    display: inline-block;
    width: 126px;
    max-width: 100%;
    background: var(--white);
    color: var(--green);
    border-radius: 30px;
    padding: 11px 16px;
    border: none;
    font-weight: 600;
    outline: none;
    border: 1px solid var(--green);
    text-align: center;
}
.boton2:hover, .boton2:focus {
    color: #d4b978;
    background: var(--green);
}
.boton2 span {
    margin: 0 5px 0 -10px;
}
/* Other */
.caption {
    font-size: 14px;
}
.topbar {
    color: #DBDBDB;
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}
.top-logo img {
    width: 90px;
}
.top-info {
    text-align: right;
    padding-top: 5px;
}
.top-info .direccion .fa, .top-info .correo .fa {
    color: #fff;
    margin-right: 6px;
}
.top-info span.sep {
    display: inline-block;
    border-left: 1px dashed #fff;
    width: 1px;
    height: 14px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.top-info .redes a {
    color: #DBDBDB;
    margin: 0 6px;
    font-size: 15px;
}
.top-info .redes a:hover {
    color: #fff;
}
body.bg {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
}
.login-container {
    margin-bottom: 30px;
    padding: 24px;
    border-radius: 16px;
    width: 350px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
}
.registro-container {
    margin-bottom: 30px;
    padding: 24px;
    border-radius: 16px;
    width: 600px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
}
.dflex {
    min-height: 100%;
    -webkit-display: flex;
    display: flex;
    align-items: center;
}
.dblock {
    display: block;
    width: 100%;
}
.myrow {
    margin: 0 -10px;
}
.myrow .col-sm-6 {
    padding: 0 10px;
}
span.required {
    font-size: 0.9em;
    color: #ff6647;
}
/* Dashboard */
.dashboard {
    padding: 60px 0 0 0;
    background: #dadde3;
} 
.top-dashboard {
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    background: #dadde3;
    width: 100%;
    z-index: 1;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    min-height: 100%;
    text-align: right;
    transition: all .2s;
    z-index: 10;
    background: #dadde3;
}
.disable-button {
    position: relative;
}
.incompleto .disable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.incompleto .disable-button a {
    opacity: 0.5;
}
.sidebar .logo {
    padding: 12px 12px 12px 0;
}
.sidebar .logo img {
    width: 84px;
}
.sidebar .content-buttons {
    padding-top: 80px;
    float: right;
    width: 120px;
    text-align: center;
}
.sidebar .buttons {
    border-right: 1px solid #ccc;
}
.sidebar .buttons a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #303030;
    margin-bottom: 30px;
    border-left: 3px solid transparent;
}
.sidebar .buttons a.logout {
    margin-top: 60px;
}
.sidebar .buttons a .button {
    font-size: 18px;
    display: inline-block;
    border-radius: 12px;
    color: #303030;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 2px;
    transition: all .2s;
}
.sidebar .buttons a .button img {
    width: 29px;
}
.sidebar .buttons a .button .img2 {
    display: none;
}
.sidebar .buttons a.active, .sidebar .buttons a:hover {
    color: var(--green);
    border-left: 3px solid var(--green);
}
.sidebar .buttons a.active .button {
    background: var(--green);
    color: #fff;
}
.sidebar .buttons a.active .button .img1 {
    display: none;
}
.sidebar .buttons a.active .button .img2 {
    display: inline-block;
}
.openmenu, .closemenu {
    display: none;
    cursor: pointer;
}
.hamburger {
    padding-top: 12px;
}
.main {
    padding-left: 120px;
}
.rotate { 
    transform: rotate(90deg);
}
.card {
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.card.border {
    border: 6px solid #fff;
}
.bg1 {
    background: #e6eeed;
}
.bg2 {
    background: #f1e8d2;
}
.saludo {
    padding-top: 70px;
}
.saludo h1 {
    margin: 0;
    padding: 0;
}
.txt-saludo {
    color: #80AAA6;
    font-size: 17px;
    font-weight: 600;
}
.tasahome {
    float: left;
    padding: 0 5px;
    width: 20%;
}
.home-tasa {
    color: #555353;
    background: #fff;
    border: 1px solid #B3CCCA;
    border-radius: 12px;
    padding: 12px 24px;
}
.home-tasa strong {
    display: block;
    min-height: 40px;
}
.home-tasa .precio {
    font-size: 28px;
    font-weight: bold;
    color: var(--green);
    line-height: 36px;
}
.home-tasa .anterior {
    font-size: 16px;
    color: #909191;
    text-decoration: line-through;
}
.home-tasa img {
    width: 42px;
}
.home-tasa hr {
    margin: 10px 0;
    padding: 0;
}
.tabs {
    text-align: center;
}
.tabs a {
    font-weight: 600;
    color: #555353;
    display: inline-block;
    white-space: nowrap;
    margin: 0 14px 10px 14px;
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
}
.tabs a.active {
    color: var(--green);
    border-bottom: 2px solid var(--green);
}
select.selectmoneda {
    height: 48px;
    background-image: url(images/dolar-filled.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 15px center;
    padding-left: 44px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}
input.cantidadmoneda {
    height: 48px;
    padding-left: 44px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}
.exchange {
    border: 1px solid #C2C3C4;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    height: 48px;
    width: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    cursor: pointer;
    outline: none;
}
.myrow .col-xs-5, .myrow .col-xs-2, .myrow .col-xs-6, .myrow .col-xs-7 {
    padding: 0 10px;
}
.boton img {
    width: 20px;
    margin-right: 4px;
}
.boton.cuadrado {
    border-radius: 8px;
}
.ordenes-dashboard {
    padding-top: 10px;
}
.ordenes-dashboard .todas {
    padding-top: 6px;
}
.ordenes-dashboard hr {
    margin: 0;
    border-top: 1px solid #ccc;
}
.orden {
    background: #fff;
    border-radius: 20px;
    padding: 14px 14px 14px 36px;
    margin-bottom: 20px;
    position: relative;
}
.orden img {
    position: absolute;
    left: 12px;
    top: 17px;
    width: 20px;
}
.orden .importeorden {
    text-align: right;
    font-weight: bold;
}
.orden .importeorden span {
    font-size: 0.8em;
    font-weight: normal;
}
.orden .numeroorden {
    margin-right: 4px;
}
.orden .estado, table .estado {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9em;
}
.estado .fa {
    font-size: 8px;
    margin-right: 2px;
    position: relative;
    top: -2px;
} 
.estado.Procesando {
    background: #ffefbd;
    border: 1px solid #ffd447;
}
.estado.Procesando .fa {
    color: #ffd447;
}
.estado.Anulada {
    background: #d2d2d2;
    border: 1px solid #8b8b8b;
}
.estado.Anulada .fa {
    color: #8b8b8b;
}
.estado.Ejecutada {
    background: #bef1dd;
    border: 1px solid #25cf8c;
}
.estado.Ejecutada .fa {
    color: #25cf8c;
}

.orden .descripcion {
    font-size: 0.9em;
}
.orden .descripcion .operacion {
    font-weight: 600;
}
h1.tituloseccion {
    margin-top: 0;
    padding-top: 0;
}
.menuperfil a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 22px;
    color: #1C1C1C;
    border: 1px solid transparent;
    margin-bottom: 12px;
}
.menuperfil a.active {
    color: var(--green);
    background: #e6eeed;
    border: 1px solid var(--green);
}
.contenidosperfil {
    border-left: 1px solid #E6EEED;
    padding-left: 20px;
    font-size: 14px;
}
.contenidosperfil h4 {
    font-weight: 600;
    font-size: 18px;
}
.contenidosperfil .bloque {
    border: 1px solid #E6EEED;
    padding: 20px 20px 0 20px;
    border-radius: 12px;
}
.contenidosperfil .titulo {
    font-weight: 600;
    font-size: 15px;
}
.height5 {
    height: 5px;
}
input.inline {
    width: auto;
}
input[readonly] {
    border: 1px solid #fff !important;
    cursor: default;
}
.contenidosperfil .bloque {
    margin-bottom: 20px;
}
.contenidosperfil input {
    margin-bottom: 0;
}
.contenidosperfil label {
    font-weight: normal;
    margin-right: 15px;
}
.contenidosperfil input[type="checkbox"], .contenidosperfil input[type="radio"] {
  width: auto;
  margin: 10px 0 0 0;
  padding: 0;
  height: auto;
}
.avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bloqueavatar {
    padding-left: 110px;
    position: relative;
    min-height: 90px;
}
.bloqueavatar label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.botoneditar {
    text-align: right;
    padding-top: 20px;
}
.botoneditar.paddingtop {
    padding-top: 50px;
}
.valor {
    font-weight: 600;
}
.modal-content {
    border-radius: 14px;
}
.confirmacion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 100;
}
.confirmacion2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 100;
}
.confirmacion-msg {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.card.bg-white {
    min-height: 500px;
}
#uploadimageModal .content-modal {
    padding: 5px 0 5px 0;
    border-radius: 20px;
}
#uploadimageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0,0,0,0.5);
  padding-top: 30px;
}
.content-modal {
    background: #fff;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 10px 15px;
    text-align: center;
    position: relative;
}
a.closemodal, button.closemodal {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 8px;
    color: #333;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    font-size: 32px;
    line-height: 14px;
    text-decoration: none;
    background: #fff;
}
input[type="range"] {
  border: none;
}
.bloqueavatar input {
    position: absolute;
    opacity: 0;
}
.croppie-container {
  width: 100%;
  height: auto;
}
.boton span.circle {
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    font-size: 9px;
    text-align: center;
    position: relative;
    top: -2px;
    margin-right: 4px;
}
.boton span.circle .ti-plus {
    position: relative;
    top: 2px;
    left: 0;
}
.boton:hover span.circle, .boton:focus span.circle {
    border: 1px solid #d4b978;
}
.bgsidebaropen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}
body.sidebaropen .bgsidebaropen {
    display: block;
}
.bloque.paneles {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.bloque.paneles a.titulo {
    display: block;
    position: relative;
    color: #121212;
    cursor: pointer;
    padding-right: 14px;
    padding-left: 24px;
    background: #fff;
}
.paneles span.status {
    display: inline-block;
    width: 26px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0e970a;
}
.bloque.paneles .fa {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 20px;
    transition: all .2s;
}
.bloque.paneles a.titulo.open .fa {
    transform: rotate(180deg);
}
.mitab {
    padding-left: 22px;
    padding-right: 22px;
    display: none;
}
button:disabled, button:disabled:hover {
    background-color: #c2c3c4; 
    border: 1px solid #c2c3c4;
    color: #fff; 
    cursor: not-allowed; 
}
.importe-orden {
    font-weight: bold;
    text-align: right;
}
.importe-orden span {
    font-weight: normal;
    font-size: 0.9em;
}
.search {
    text-align: right;
}
.search form {
    position: relative;
}
.search input, .search select {
    background: #fff;
    outline: none;
    border-radius: 22px;
    padding: 10px 15px;
    height: 42px;
    width: 100%;
    max-width: 100%;
}
.search button {
    height: 42px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    background: var(--green);
    color: #fff;
    border-radius: 22px;
}
h4.green {
    font-weight: 600;
}
table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}
table th {
    text-align: center;
    font-weight: 600;
    padding: 8px;
    border-bottom: 1px solid #b3ccca;
}
table td {
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #b3ccca;
}
.gs-button {
    cursor:pointer;
}
.page-list-table-tableTest {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.page-list-table-tableTest a {
    color: #505050;
    margin-right: 4px;
    cursor: pointer;
    padding: 8px 6px;
    border: 1px solid transparent;
    border-radius: 6px;
}
.page-list-table-tableTest a:active {
  cursor: none;
}
.page-list-table-tableTest a.active {
    font-weight: 700;
    border: 1px solid #606060;
}
#no-more-tables {
    position: relative;
}
.total-resultados {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.rows-page {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: auto;
    white-space: nowrap;
}
.rows-page select {
    width: 60px;
}
#no-more-tables table {
    margin-bottom: 65px;
}
#no-more-tables .pagintaion-container-tableTest table {
    margin-bottom: 15px;
}
.declaracionjurada {
    position: relative;
    padding-left: 32px;
    font-size: 0.9em;
}
.declaracionjurada input {
    position: absolute;
    left: 11px;
    top: -7px;
}
.tituloopearacion {
    padding-top: 10px;
}
@media(min-width: 767px) {
    .tituloopearacion {
        text-align: right;
    }
}
.contenidos {
    background: #fff;
    border: 1px solid #B3CCCA;
    padding: 15px 15px 0 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
table.resumen td {
    border: none;
    padding: 7px 0;
    vertical-align: top;
}
table.resumen tr.tdborder td {
    border-bottom: 1px solid #B3CCCA;
}
.sidebar-resumen .boton {
    display: inline-block;
    width: auto;
    padding-left: 26px;
    padding-right: 26px;
}
.boton.botonwhite {
    background: #fff;
    color: var(--green);
}
.contenidos .ti-check {
    color: var(--green);
    position: absolute;
    left: 0;
    top: 2px;
}
.contenidos p.titulo {
    position: relative;
    padding-left: 22px;
    font-weight: bold;
    border-bottom: 1px solid #B3CCCA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tabla-derecha {
    border-right: 1px solid #B3CCCA;
}
.contenidos .myrow {
    padding: 0 6px;
}
.contenidos .myrow .col-sm-6, .contenidos .myrow .col-sm-12 {
    padding: 0 6px;
}
.contenidos select {
    width: 300px;
    max-width: 100%;
}
.contenidos .cuenta {
    background: #DADDE3;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.9em;
}
.tipotransferencia label {
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
}
.tipotransferencia input[type="radio"] {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
}
.limiteerror {
    background: #ffd1c8;
    border-left: 4px solid #ff6647;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: none;
}
.limiteerror p {
    margin: 4px 0;
}
.limiteerror i {
    color: #ff6647;
    margin-right: 4px;
}
.limiteerror strong {
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr { 
        border: 1px solid #ccc;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
    }
    #no-more-tables td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff;
    }
    #no-more-tables td::before {
        position: absolute;
        top: 10px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 600;
        font-size: 13px;
    }
    #no-more-tables td:before { 
        content: attr(data-title); 
    }
}




/* Responsive */
@media(max-width: 991px) {
    .saludo {
       padding-top: 30px;
    }
}
@media(max-width: 767px) {
    .openmenu {
        display: block;
    }
    .sidebar {
        width: 0;
        background: #fff;
        text-align: center;
        -webkit-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.25);
    }
    .sidebar .buttons {
        border-right: none;
    }
    .home-tasa {
        margin-bottom: 15px;
    }
    .main {
        padding-left: 0;
    }
    .top-info .direccion, .top-info .correo, .top-info span.sep {
        display: none;
    }
    .menuperfil {
        margin-bottom: 20px;
    }
    .menuperfil a {
        margin-bottom: 4px;
    }
    .contenidosperfil {
        border-left: none;
        padding-left: 5px;
    }
    .botoneditar, .botoneditar.paddingtop {
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .search {
        text-align: left;
    }
    .search form {
        width: 300px;
        margin: 15px 0 15px 0;
        max-width: 100%;
    }
    .total-resultados, .rows-page {
        display: none;
    }
    .page-list-table-tableTest {
        max-width: 100%;
    }
    .tasahome {
        float: none;
        padding: 0 15px;
        width: 100%;
    }
    .home-tasa hr {
        display: none;
    }
}

@media(max-width: 498px) {
    h1 {
        font-size: 24px;
    }   
    .txt-saludo {
        font-size: 16px;
    }
    .full498 {
        width: 100%;
        float: none;
    }
    .exchange {
        display: none;
    }
    .orden .importeorden {
        text-align: left;
    }
    .home-tasa .precio {
        font-size: 24px;
    }
}