@font-face {
                font-family: roboto;
                font-weight: normal;
                src: url("../fonts/Roboto-Regular.ttf") format("opentype");
                }

                @font-face {
                font-family: robotobold;
                font-weight: normal;
                src: url("../fonts/Roboto-Bold.ttf") format("opentype");
                }

                @font-face {
                font-family: robotothin;
                font-weight: normal;
                src: url("../fonts/Roboto-Thin.ttf") format("opentype");
                }  

        #Dolar{
            font-family: roboto;
            height: auto;
            background-color: #e4e8d1;
            margin:0;
            font-size: 15px;
            box-shadow: 0 0 0 0.2rem transparent;
            border-radius: 4px;
          }

          #header{
               padding-top: 3.5%;
               padding-bottom: 3.5%;
                background-color: #757f74;
                    font-size: 1.09em;
          }

          #headTa , #tableData{
            font-family: roboto;
            color: #000;
            width: 100%;
            border-spacing: 0;

          } 

          .la{
		  font-family: roboto;
		  background-color: #85bb65 !important;
		  color: #fff;
		  font-size: .95em !important;
		  border: none !important;
		  padding-top: 10px !important;
		  padding-bottom: 10px !important;
		  font-family: robotobold;
		  text-align: center;
		  }

          #tableData td{
            background-color: #e4e8d1;
            border-bottom: 3px solid transparent;
            font-size: .9em;
      
          }

          td img{
            margin-left: 6px;
            float: left;
          }

          #act{
            width: 100%;
            border-bottom: 3px solid transparent;
            color: #000000;
            font-family: roboto;
            font-size: .9em;
            margin-bottom: 15px;
            padding-top: 13px;
            padding-bottom: 13px;
            font-weight: 500;
          }
      
        .text-im{
          margin-top: 15px;
          margin-left: 32px;
          margin-bottom: 15px;
        }

        .text-inf{
    width: 80%;
    color: rgb(128, 128, 128);
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-family: robotothin;
    font-size: .9em;
    font-weight: lighter; 
        }
		td, th {
   padding: 0 !important;
}
#Dolar img {
	width: 21px !important;
	height: 16px !important;
}
#extra-dollars {
    display: none; /* Oculto por defecto */
}
#toggle-extra-dollars {
    cursor: pointer;
}
.calculator-section {
    border-bottom: none !important;
}
.rcompra {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    text-align: center;
}
.rventa {
    text-align: center;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}