/*** Custom Calculadora ***/
.box-calculadora {
    /* background:#f8f8f8; */
    margin-bottom: 30px;
    border:1px solid #ccc;
    border-radius: 4px;
}
.box-calculadora .box-calculadora-title {
    text-align: center;
    font-size: 18px;
    /* margin-top: 15px; */
    margin-top: 0px;
    margin-bottom: 0px;
    background:transparent;
    padding: 0px;
    color: #08c;
    border-radius:4px 4px 0 0;
    font-family: "Raleway";
}
.box-calculadora .box-calculadora-img {
    text-align: center;
}
.box-calculadora .box-calculadora-img img {
    width: 100px;
    margin: 0 auto;
}
.box-calculadora .box-calculadora-select {
    padding: 0 10px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 32px;
}
.box-calculadora .box-calculadora-select svg {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .625em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
	pointer-events:none;
}
.box-calculadora .box-calculadora-select select {
    padding-left: 6px;
    color: #4b4e50;
    text-transform: capitalize;
    font-size: 13px!important;   
    border: 1px solid #ccc; 
    background: #f8f8f8;
    height:32px;
    line-height: 14px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
}

.box-calculadora .box-calculadora-select .select_container{
	border: 1px solid #ccc;
	border-radius: 2px; 
}

.box-calculadora .box-calculadora-select select option {
    font-size: 13px;
    text-transform: capitalize;
}
.box-calculadora .box-calculadora-add {
    position: relative;
    display: inline-flex;
    /* border-collapse: separate;
    width: 100%; */
}
.box-calculadora .box-calculadora-add .add-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    display: flex;
}
.box-calculadora .box-calculadora-add .add-btn .btn {
    font-size: 22px;
    /* color: #08c; */
    color: #2a2c32;
    /* background: #f8f9fa; */
    background: #ccc;
    border: 0px!important;
    padding: 9px 20px;
    line-height: 24px;
}
.box-calculadora .box-calculadora-add .add-btn .btn:hover,
.box-calculadora .box-calculadora-add .add-btn .btn:active,
.box-calculadora .box-calculadora-add .add-btn .btn:focus {
    color: #00538a!important;
    background: #ddd;
}
.box-calculadora .box-calculadora-add .add-number {
    border-radius: 0;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    border: 1px solid #ccc !important;
    text-align: center;
    color: #7b8285;
    height: 42px;
    padding: 10px 20px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow .35s ease, border-color .35s ease;
    transition: box-shadow .35s ease, border-color .35s ease;
}
    
.box-calculadora .box-calculadora-add .btn-number-plus {
    border-radius: 0 0 2px 0;
}
.box-calculadora .box-calculadora-add .btn-number-minus {
    border-radius: 0 0 0 2px;
}
.sidebar-calculadora {
    background: #f2f3f6;
    padding: 20px;
    border-radius: 4px;
    /*height: 100%;*/
}
/* .box-space {
    background:#0088cc;
    color:#ffffff;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
    border-radius: 4px;
} */
.box-space {
    background:transparent;
    color:#0088cc;
    padding: 0px;
    text-align: center;
    font-size: 26px;
    margin-bottom: 0px;
    border-radius: 4px;
    font-family: "Raleway";
}
.box-hr {
    border-color:#0088cc;
}
.h4-box {
    font-size:18px;
    position: relative;
    font-family: "Montserrat";
    margin-bottom: 20px;
}
.h4-modal {
    font-size:18px;
    color: #00538a;
}
.delete-select {
    position: absolute;
    right: 0px;
    top: -2px;
}
.delete-select a {
    background: #ff000d;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 14px !important;
    font-family: "Montserrat";
}
.delete-select a:hover,
.delete-select a:active,
.delete-select a:focus {
    text-decoration: none;
    background: #e6000c;
}
.item-selected {
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}
.item-selected .item-selected-number {
    padding:10px;
    background: #ffffff;
    text-align: center;
    min-width: 15%;
    display: inline-block;
    border-radius: 4px 0 0 4px;
    float: left;
    border-right: 2px solid #f2f3f6;
    font-family: "Raleway";
}
.item-selected .item-selected-name {
    padding:10px;
    background: #ffffff;
    display: inline-block;
    width:85%;
    border-radius: 0 4px 4px 0;
    font-family: "Raleway";
}
.item-selected .item-selected-delete {
    position: absolute;
    bottom: 0;
    top: 4px;
    right: 10px;
    color: #ff000d;
    font-size: 20px;
}
.item-selected .item-selected-delete a {
    color: #ff000d;
}
.item-selected .item-selected-delete a:hover,
.item-selected .item-selected-delete a:active,
.item-selected .item-selected-delete a:focus {
    color: #e6000c;
    text-decoration: none;
}
#box-result sup {
    font-size: 13px;
    top: -8px;
}
.sidebar-calculadora .box-items .item-selected:last-child {
    margin-bottom: 0px;
}
@media (max-width:480px) {
    .col-xs-6 {
        width: 50%;
        float: left;
    }
    .box-calculadora .box-calculadora-title {
        font-size: 14px;
        padding: 4px 10px;
    }
    .box-calculadora .box-calculadora-add .add-btn .btn {
        font-size: 20px;
        padding: 9px 10px;
    }
    .box-calculadora .box-calculadora-select select {
        font-size: 12px !important;
        padding-right: 18px;
    }
}
.sidebar-calculadora h5 {
    color: #2a2c32;
    font-size: 24px;
    font-family: "Montserrat";
}
@media (min-width:768px) {
    .modal-items {
        display: none;
    }
    .sidebar-calculadora.mb-10 {
        margin-bottom: 10px;
    }
    .sidebar-calculadora h5 {
        margin-bottom:20px!important;
    }
    .text-center-md {
        text-align: center;
    }
}
@media (max-width:767px) {
    #calculadora-grid .col-xs-6:nth-child(odd) {
        padding-left: 10px;
        padding-right: 5px;
    }
    #calculadora-grid .col-xs-6:nth-child(even) {
        padding-left: 5px;
        padding-right: 10px;
    }
    .sidebar-calculadora {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        margin-left: -15px;
        height: auto;
        padding: 10px 10px 20px 10px;
        border-radius: 0px;
		left:15px;
    }
	.sidebar-calculadora.hidden-xs {
		 z-index: 998;
	}
	.trx_addons_scroll_to_top{
		display:none !important;
	}
    .sidebar-calculadora .box-hr {
        display: none;
    }
    .sidebar-calculadora .box-items {
        display: none;
    }
    #box-result {
        margin-bottom:10px;
    }
    .sidebar-calculadora .widget-title.visible-xs {
        font-size: 16px;
        margin-bottom: 2px;
        float: left;
        margin-right: 5px;
        margin-top: 3px;
    }
    .box-space {
        font-size: 18px;
        padding: 0px;
        text-align: left;
    }
    .modal-items {
        display: block;
        position: absolute;
        right: 10px;
        top: auto;
        bottom: 20px;
    }
    .modal-items a {
        border: 1px solid #00538a;
        border-radius: 4px;
        background: #ffffff;
        color: #00538a;
        font-size: 13px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: "Raleway";
        line-height: 24px;
    }
    .modal-items a:hover,
    .modal-items a:focus,
    .modal-items a:active {
        border: 1px solid #00538a;
        color: #00538a;
    }
    .modal-backdrop.fade.in {
        display: none;
    }
    .item-selected .item-selected-number {
        background: #f2f3f6;
        border-right: 1px solid #ffffff;
    }
    .item-selected .item-selected-name {
        background: #f2f3f6;
    }
    .modal-body .item-selected:last-child {
        margin-bottom: 0px;
    }
    #box-result sup {
        font-size: 11px;
    }
    .box-calculadora {
        margin-bottom: 20px;
    }
    .box-calculadora .box-calculadora-title {
        margin-top: 0px;
    }
    .box-calculadora .box-calculadora-select {
        margin-top: 5px;
    }
    .box-calculadora .box-calculadora-add {
        display: table;
        width: 100%;
    }
    .box-calculadora .box-calculadora-add .add-btn {
        display: table-cell;
    }
    .box-calculadora .box-calculadora-add .add-number {
        display: table-cell;
        width: 100%;
    }
    .sidebar-calculadora hr {
        display: none;
    }
    .modal-footer .delete-select {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .text-center-md .btn {
        padding: 0px 20px!important;
        font-size: 13px!important;
        width: 50%;
    }
    .box-calculadora .box-calculadora-img img {
        width: 78px;
    }
}
.margin-0 {
    margin:0px!important;
}
.text-center {
    text-align: center;
}
.h1-header {
    font-size: 35px;
    color:  #2a2c32;
    font-family: "Montserrat" !important;
    opacity: 1 !important;
    margin-bottom: 30px !important;
    animation-duration: 1s;
    animation-fill-mode: both;
}
h2.section-title strong, .h1-header strong, .h3-header strong, .h2-header strong {
    color: 
    #00538a;
}
.btn.btn-medium {
    background: #00538a;
    padding: 9px 20px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-family: "Raleway";
}
.btn.btn-medium:hover {
    background: #0088cc;
}
.html-overflow {
    width: 100%;
    overflow: hidden;
}
@media (max-width:767px) {
    .html-overflow {
        width:auto;
        margin:0 30px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .box-calculadora .box-calculadora-add .add-number {
        width: 85px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .box-calculadora .box-calculadora-add .add-number {
        width: 74px;
    }
    .box-calculadora .box-calculadora-add .add-btn .btn {
        padding: 9px 12px;
    }
    .box-calculadora .box-calculadora-title {
        font-size: 14px;
    }
    .h1-header {
        margin-left:15px;
    }
    .h4-box {
        font-size: 14px!important;
    }
    delete-select a {
        font-size: 12px !important;
    }
    .item-selected .item-selected-name {
        width: 80%!important;
        font-size: 12px;
    }
    .item-selected .item-selected-number {
        font-size: 12px;
    }
}
@media (max-width:767px) {
    .h1-header {
        margin-left: 10px;
        margin-bottom: -20px !important;
        font-size: 25px;
    }
}

.titulo-calculadora{
	font-size: 35px;
    color: #2a2c32;
    margin-bottom: 30px !important;
	margin-top: 50px !important;
}

.calculadora-style .vc_column-inner{
	padding-left:0;
	padding-right:0;
}

.calculadora-style .row{
	margin-right: -15px;
    margin-left: -15px;
}

.calculadora-style .sidebar-calculadora .btn.btn-medium {
    display: inline-block;
	padding: 9px 15px;
}