
.col-sm-5 {
    width: 41.66666%;
}

.calculator-section .conversor {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
    height: 45px;
    margin: 1em 0;
    padding: 5px 5px;
}

.calculator-section .conversor .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

.col-xs-6 {
    width: 50%;
    float: left;
}

.clearfix::after, .clearfix::before {
    clear: both;
    content: "";
    display: table;
}

.calculator-section .conversor input[type=number], 
.calculator-section .conversor input[type=text] {
    background-color: transparent;
    font-family: inherit;
   /* font-size: inherit;*/
    font-weight: 600;
    margin: auto;
    display: block;
    padding: 5px 0;
    height: 35px;
    text-align: center;
    width: 100%;
    border: none;
}

.calculator-section .conversor .select-wrapper {
    background-color: #efefef;
    padding: 5px;
    border-radius: 25px;
    height: 35px;
    display: flex;
    align-items: center;
}

.calculator-section .conversor select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: no-repeat 95% center url(../../img/divisas/icon-dropdown.webp);
    border: none;
    color: rgb(31, 34, 56, .56);    
    outline: 0;
    width: 100%;
}

.calculator-section .conversor img {
    height: 24px;
    margin: 0 11px 0 20px;
    width: 24px;
}
.calculator-section .equal {
    border-bottom: 2px solid #00a85e;
    border-top: 2px solid #00a85e;
    height: 15px;
    margin: 39px auto 0;
    width: 29px;
}
.col-sm-2 {
    width: 16.66666%;
}
.col-sm-11, .col-sm-2, .col-sm-5, .col-sm-6, .col-xs-11, .col-xs-12, .col-xs-4, .col-xs-6, .col-xs-8 {
    float: left;

}
.divisas .center {
    text-align: center;
}
.calculator-section .separator {
    position: relative;
}
.col-sm-6 {
    width: 50%;
}
.calculator-section .box {
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05);
    margin: 0 auto 40px;
    max-width: 370px;
    min-height: 80px;
    padding: 20px 20px;
    width: 100%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-8 {
    width: 66.66666%;
}
.calculator-section .box .flag {
    margin: 0 auto;
    max-width: 60px;
    padding: 15px 0;
}
.calculator-section .box .name {
    margin-bottom: 10px;
}
.text-center {
    text-align: center;
}
.calculator-section .box .price {
    color: #17a54d;    
    font-size: 25px;
    letter-spacing: 1.50px;
    line-height: 100%;
    margin-bottom: 5px;
    font-weight: bolder;
}
.calculator-section .separator {
    position: relative;
}
.calculator-section .box .separator:after {
    height: 18px;
    margin-top: -9px;
}
.calculator-section .separator:after {
    background-color: #00a85e;
    content: "";
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 2px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
#select-primary{
padding: 8px;
}