  .card {
     display: inline-block;
     position: relative;
     width: 100%;
     margin: 25px 0;
     box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
     border-radius: 3px;
     color: rgba(0,0,0, 0.87);
     background: #201235;
}

 .card [data-background-color="orange"] {
     background: linear-gradient(60deg, #ff460d, #1c1c1c);
    /*box-shadow: 0 12px 20px -5px #bfeaf6, 0 4px 20px 0px #bfeaf6, 0 7px 8px -5px #bfeaf6;
    */
}

	.base-painel {
		background-color: #ff460d;
		color: white
	}

	.panel-danger > .panel-heading {
    color: #d9534f;
    background-color: #ff460d;
    border-color: #c9302c;  
}

.contact h3{
	color: #ff460d
}
.contact h4{
	color: #1c1c1c
}

.icon {
	color: #ff460d
}
.basecolor {
	color: #ff460d
}
.botao-home {
	background-color: #ff460d; 
	margin-top: 10px
}
.botao-home:hover {
	background-color: #201235; 
	margin-top: 10px
}
.botao-home2 {
	background-color: #ff460d; 
}
.botao-home2:hover {
	background-color: #201235; 
}
.table-base {
	background-color: #ff460d;
	color: white
}

.valor {
    color: #ff460d;
    font-weight: 400;
    font-size: 4.4rem;
    margin-bottom: 2rem;
    letter-spacing: -5px;
    line-height: 1;
    display: inline-block;
}
.valor::before {
    content: '$';
    font-size: 1.4rem;
    display: inline-block;
    float: left;
    margin-top: 18px;
    letter-spacing: 0;
}

.valor::after {

    display: block;
    text-align: right;
    content: 'mensais';
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: -5px;

}
.valor2 {
    color: #ff460d;
    font-weight: 400;
    font-size: 5rem;
    margin-bottom: 2rem;
    letter-spacing: -5px;
    line-height: 1;
    display: inline-block;
}

.menu-font {
	color: #ff460d
}

.skin-black-light .sidebar-menu > li.header {
  background: #201235;
}

.skin-black-light .main-sidebar {
  border-right: 2px solid #201235;
}

.skin-black-light .main-header {
  border-bottom: 2px solid #201235;
}

.skin-black-light .main-header .navbar > .sidebar-toggle {
  color: #333;
  border-right: 2px solid #201235;
}

.skin-black-light .main-header .logo {
  background-color: #ffffff;
  color: #333333;
  border-bottom: 0 solid transparent;
  border-right: 2px solid #201235;
}
.skin-black-light .main-header .logo:hover {
  background-color: #ffffff;
}

.skin-black-light .main-header .navbar .navbar-nav > li > a {
  border-right: 2px solid #201235;
}
.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.skin-black-light .main-header .navbar .navbar-right > li > a {
  border-left: 2px solid #201235;
  border-right-width: 0;
}

.skin-black-light .content-header {
  background: #201235;
  box-shadow: none;
}

.topo h1{
	color: white
}

.qtd {
	background-color: #201235; 
	color: white
}

.title-table {
	background-color: #1c1c1c;
	color: white;
}

.iconcolor {
	color: #201235
}

.vermbran {
	background-color: #201235;
	color: white
}

.azulbran {
	background-color: #ff460d;
	color: white
}

.icontable {
	color: #201235
}

.footertable {
	background-color: #ff460d
}

.input-group .input-group-addon {
 border-radius:0;
 border-color:#1c1c1c;
 background-color:#201235;
 color: white
}

.nav-tabs-custom>.nav-tabs>li.active:hover>a,.nav-tabs-custom>.nav-tabs>li.active>a {
 background-color:#ff460d;
 color: white
}

.nav-tabs-custom>.nav-tabs>li.active {
 border-top-color: #201235
}

.btnadd {
	background-color: #008d4c;
	color: white
}

.btnadd:hover {
	background-color: #449d44;
	color: white;
	border-color: #398439
}

.btnedit {
	background-color: #e08e0b;
	color: white
}

.btnedit:hover {
	background-color: #ec971f;
	color: white;
	border-color: #d58512
}

.btnexc {
	background-color: #d73925;
	color: white
}

.btnexc:hover {
	background-color: #c9302c;
	color: white;
	border-color: #ac2925
}

.fileuploader {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 15px 0;
    background: #201235;
    border-radius: 4px;
    line-height: normal;
    text-align: left;
    overflow: hidden;
}

/* input caption */
.fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 10px 15px;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #dde4f6;
    border-radius: 4px;
    color: #252525;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* input button */
.fileuploader-input-button {
    display: inline-block;
    background: #ff460d;
    padding: 11px 20px;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.fileuploader-input-button:hover {
    background: #1c1c1c;
    color: white
}
.fileuploader-input-button:active {
    background: #ff460d;
    color: white;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}

.alert-success,.bg-green,.callout.callout-success,.label-success,.modal-success .modal-body {
 background-color:#449d44!important;
 color: white
}

.callout {
 margin:0 0 20px;
 padding:15px 30px 15px 15px;
 border-left:5px solid #ff460d
}

.info-box{
    background-color: #ff460d; 
    color: white
}

.panel-danger > .panel-heading {
    color: #d9534f;
    background-color: #201235;
    border-color: #c9302c;  
}

	.blockquote {
		padding: 10px 20px;
		background-color: #201235;
		color: white;
		margin: 0 0 20px;
		font-size: 17.5px;
		border-left: 5px solid #ff460d;
	}

.process .process-step-circle {
    border-color: #201235;
}
.process .process-step:hover .process-step-circle {
    background-color: #201235;
}
.process .process-step::before {
    height: 2px;
    display: block;
    background-color: #201235;
    position: absolute;
    content: '';
    width: 50%;
    top: 45px;
    left: 75%;
}

.process .process-step-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    text-align: center;
    width: 90px;
    border: 2px solid #1c1c1c;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #201235;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.shiptype {
	font-weight: 500; 
	font-size: 3.125rem;
	font-color: #201235;
}



			#response-calculation{
				margin-bottom: 20px;
			}
			#response-calculation .card-panel{
				padding: 35px 0;
			}

			#response-calculation strong{ 
				color: #001f6a;
				text-align: left;
				display: block;
				font-size: 18px;
				min-height: 55px;
				font-weight: 800;
			}
			#response-calculation hr{
				border-top: 4px solid #001f6a;
			}

			#response-calculation span{ 
				clear: both;
				font-size: 14px;
				text-align: left;
				line-height: 25px;
				display: block;
				letter-spacing: 0;
			}
			#response-calculation p{ 
				clear: both;
				font-size: 16px;
				text-align: left;
				line-height: 25px;
				display: block;
				letter-spacing: 0;
				color: #ff460d;
				font-weight: 600
			}
			.slider {
				-webkit-appearance: none;
				width: 100%;
				height: 15px;
				border-radius: 5px;   
				background: white;
				outline: none;
				/*opacity: 0.7;*/
				-webkit-transition: .2s;
				transition: opacity .2s;
			}

			.slider::-webkit-slider-thumb {
				-webkit-appearance: none;
				appearance: none;
				width: 25px;
				height: 25px;
				border-radius: 50%; 
				background: #001f6a;
				cursor: pointer;
			}

			.slider::-moz-range-thumb {
				width: 25px;
				height: 25px;
				border-radius: 50%;
				background: #001f6a;
				cursor: pointer;
			}
			input[type="range"] {
    display: block;
    width: 100%;
    background-color: #e00022
}

.bg-light-blue,.label-primary,.modal-primary .modal-body {
 background-color:#201235!important
}

.widget-user-header{
    background-color: #201235
}

.widget-user-username{
    color: #f3f3f3;
}
.widget-user-desc{
    color: #f3f3f3
}

.box-footer{
    background-color: #f3f3f3;
}
.description-header{
    color: #201235;
}

.description-text{
    color: #1c1c1c;
}
.description-view{
    color: #201235;
    text-align: center;
}

.profile-username{
    color: #201235;
    text-align: center;
}
.text-muted{
    color: black
}
.list-group-item{
    background-color: #f3f3f3; 
    color: black
}
.list-mobile{
    background-color: #201235; 
    color: white
}
.list-mobile b {
    color: white
}
.list-mobile2{
    background-color: white; 
}
.info-box-icon{
    background-color: #201235
}

.input-group{
    background-color: #201235;
    color: black
}

.input-group-addon{
    background-color: #201235;
    color: black
}

/* instagram feed */
.instagram-follow-api ul { list-style: none; padding: 0; margin: 0; display: flex; width: 100%; flex-wrap: wrap; text-align: center;}
.instagram-follow-api li { padding:0 10px 10px 0; width: 33.333%; box-sizing: border-box; display: inline-block}
.instagram-follow-api li img {width: 100%}
.instagram-follow-api li figure {position: relative; overflow: hidden; margin-bottom: 0; }
.instagram-follow-api li figure a .insta-counts{position: absolute; bottom: -100%; left: 0; text-align: center; background: rgba(35,35,35,0.8); color: #fff; width: 100%; font-size: 12px;}
.instagram-follow-api li figure:hover a .insta-counts{bottom: 0;}
.instagram-follow-api li figure a .insta-counts i {margin-right: 5px; margin-left: 5px; vertical-align: middle;}
.instagram-follow-api li figure span {vertical-align: middle;}

/*instagram feed style 1*/
.instafeed-style1{ margin-bottom: 30px; overflow: hidden;}
.instafeed-style1 .insta-image {width: 100%;}
.instafeed-style1 .insta-link {position: relative; display: block; background: #232323}
.instafeed-style1 .insta-counts {text-align: center; position: absolute; top: 50%; transform: translateY(-30%); -webkit-transform: translateY(-30%); -moz-transform: translateY(-30%); -ms-transform: translateY(-30%); -o-transform: translateY(-30%); left: 0; width: 100%; color: #fff; opacity : 0;}
.instafeed-style1 .insta-link:hover .insta-counts {opacity : 1; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.instafeed-style1 .insta-link:hover .insta-image {opacity : 0.2;}
.instafeed-style1 .insta-counts i {vertical-align: middle; font-size: 28px}
.instafeed-style1 .insta-counts span {margin-right: 25px; position: relative}
.instafeed-style1 .insta-counts span.count-number {position: absolute; top: -14px; font-size: 12px; left: 15px; width: 22px; height: 22px; text-align: center; background: #ff460d; line-height: 20px; border-radius: 100%;}


