body{
    color: #000;
}
.tipo-moneda {
    display: flex;
    align-items: center;
}
.tipo-moneda span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
    margin-bottom: 8px;
}
.cambio {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #1032ac;
    border: 0;
    color: #fff;
    z-index: 100;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    margin-left: 40px;
}
.tipo-cambio{
	justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
.focus-compra {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 2px;
    height: 34px;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px !important;
    font-size: 16px;
    border-bottom: 3px solid red;
}
.focus-venta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 2px;
    height: 34px;
    background: transparent;
    cursor: pointer;
    color: #000;
    letter-spacing: 1px !important;
    font-size: 16px;
    margin-left: 20px;
}
.focus-compra span, .focus-venta span{
    font-weight: 800;
}
.form-control{
	color: #1032ac;
}
.inputcontainer {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}
.inputlabel {
    color: #1032ac;
    font-size: 25px;
    font-weight: 700;
    text-align: right;
    width: 50px;
    padding-right: 10px;
}
.cdo-form{
	min-width: 100%;
}
.cdo-form input {
    width: 100%;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
}
.pxp-section-cta, .pxp-section-cta-o {
    background-color: #ffc550;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    transition-property: background-color;
}
.pxp-section-cta span, .pxp-section-cta-o span {
    margin-left: 10px;
    }
@media (max-width: 575.98px){
    .focus-venta, .focus-compra {
        font-size: 13px;
    }
}