/*
Theme Name: Sur Santiago
Theme URI: http://www.sursantiago.com
Author: Gustavo Simone
Author URI: gustavosimone.com | @gustavo_simone
Description: 
Version: 4.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wpb
tags: development theme, sass, bootstrap, gulp
*/
#dolarData {
    background: aliceblue;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  .dOficial {
    color: green;
  }
  .dBlue {
    color: blue;
  }