/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.btn-mesadecredito:hover {
	background-color: #772583;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pantone-1 {
	color: #549AF0 !important;
}

.pantone-2 {
	color: #772583 !important;
}

.pantone-3 {
	color: #707372;
}

.mesadecredito-primary {
	background-color: #772583;
	border-color: #772583;
}

.mesadecredito-primary-button {
	background-color: #772583;
	border-color: #772583;
}

.mesadecredito-primary-button:hover {
	background-color: #64ccc9;
	border-color: #64ccc9;
}

.mesadecredito-secondary {
	background-color: #64ccc9;
	border-color: #64ccc9;
}

.mesadecredito-secondary-button:hover {
	background-color: #772583;
	border-color: #772583;
}

.mesadecredito-tertiary {
	background-color: #707372;
	border-color: #707372;
}

.btn-simulador {
	background-color: #38cc29 !important;
	border-radius: 4px !important;
	padding: 8px !important;
}

.btn-orcamento {
	background-color: #EFE33F !important;
	border-radius: 4px !important;
	padding: 8px !important;
}

.block-slider-1 .search-form {
	width: 120px;
	transition: width .3s ease;
}

@media (min-width: 768px) {
	.block-slider-1 .search-form {
		width: 200px;
		transition: width .3s ease;
	}

	.block-slider-1 .search-form:focus-within {
		width: 300px;
	}
}

#header.dark.block-slider-1 .search-form {
	border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

.block-slider-1.dark .search-form input:focus::-moz-placeholder {
	color: #BBB;
}

.block-slider-1.dark .search-form input:focus:-ms-input-placeholder {
	color: #BBB;
}

.block-slider-1.dark .search-form input:focus::-webkit-input-placeholder {
	color: #BBB;
}

.dark .search-form .form-control:not(.not-dark),
.dark .search-form i {
	color: #EEE;
}

.block-slider-1 {
	--t-color: #EEE;
}

.block-slider-1 .slide-number {
	display: flex;
	flex-direction: row;
	align-items: center;
	opacity: 1;
	top: 50%;
	bottom: auto !important;
	left: auto;
	right: 20px;
	color: var(--t-color);
	text-shadow: none;
	width: auto;
	height: auto;
	padding: 0;
	writing-mode: vertical-rl;
	transform: translateY(-50%);
}

.block-slider-1 .slide-number-current,
.block-slider-1 .slide-number-total {
	position: relative;
	top: auto;
	bottom: auto;
}

.block-slider-1 .slide-number span {
	position: relative;
	height: 30px;
	width: 1px;
	background-color: var(--t-color);
	margin: 30px 0;
}

.block-slider-1 .slider-arrow-left,
.block-slider-1 .slider-arrow-right {
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	right: 110px;
	bottom: 30px;
	transform: translateY(0);
	color: var(--t-color);
	background-color: transparent !important;
}

.block-slider-1 .slider-arrow-left span,
.block-slider-1 .slider-arrow-right span {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.block-slider-1 .slider-arrow-left:hover,
.block-slider-1 .slider-arrow-right:hover {
	background-color: transparent !important;
}

.block-slider-1 .slider-arrow-right {
	right: 30px;
}

.block-slider-1 .slider-arrow-left i,
.block-slider-1 .slider-arrow-right i {
	position: relative;
	color: var(--t-color);
	text-shadow: none;
	font-size: 20px;
}

.vl {
	border-left: 4px solid #772583;
	height: 71%;
	margin-top: 10%;
	position: absolute;
	margin-left: 48%;
}

.solutions {
	background-color: #772583;
	color: white;
	border-radius: 13px;
}

.border-mesadecredito {
	border: solid 3px #772583;
	border-radius: 10px;
	color: #772583;
}

.border-mesadecredito-2 {
	border: solid 3px #772583;
	color: #772583;
}

.border-mesadecredito-3 {
	border: solid 3px #64ccc9;
	color: #64ccc9;
}

.bg-primary-mesadecredito {
	background-color: #772583;
	color: white;
}

.bg-secondary-mesadecredito {
	background-color: #64ccc9;
	color: white;
}


.parceiros-grid,
.testimonials-grid {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	list-style: none;
	overflow: hidden;
}

.parceiros-grid .grid-item,
.testimonials-grid .grid-item {
	position: relative;
	padding: 20px 0;
	-webkit-backface-visibility: hidden;
}


body:not(.device-touch) .parceiros-grid .grid-item a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	backface-visibility: hidden;
}

.parceiros-grid .grid-item a:hover {
	opacity: 1;
}

.parceiros-grid .grid-item a,
.parceiros-grid .grid-item img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.parceiros-grid .grid-item a img {
	width: 100%;
}

.parceiros-grid .grid-item::before,
.parceiros-grid .grid-item::after,
.testimonials-grid .grid-item::before,
.testimonials-grid .grid-item::after {
	content: '';
	position: absolute;
}

.parceiros-grid .grid-item::before,
.testimonials-grid .grid-item::before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #DDD;
}

.parceiros-grid .grid-item::after,
.testimonials-grid .grid-item::after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #DDD;
}

.irs--flat .irs-handle>i:first-child {
	background-color: #772583 !important;
}

.irs--flat .irs-bar {
	background-color: #772583 !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
	background-color: #707372 !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
	border-top-color: #707372 !important;
}

.irs-bar {
	background-color: #772583 !important;
}

.btn-simulation {
	background-color: #772583;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #772583;
		-webkit-box-shadow: 0 0 3px #772583;
	}

	50% {
		background-color: #64ccc9;
		-webkit-box-shadow: 0 0 3px #64ccc9;
	}

	100% {
		background-color: #772583;
		-webkit-box-shadow: 0 0 3px #772583;
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #772583;
		-moz-box-shadow: 0 0 3px #772583;
	}

	50% {
		background-color: #64ccc9;
		-moz-box-shadow: 0 0 3px #64ccc9;
	}

	100% {
		background-color: #772583;
		-moz-box-shadow: 0 0 3px #772583;
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #772583;
		box-shadow: 0 0 3px #772583;
	}

	50% {
		background-color: #64ccc9;
		box-shadow: 0 0 3px #64ccc9;
	}

	100% {
		background-color: #772583;
		box-shadow: 0 0 3px #772583;
	}
}

@keyframes glowing {
	0% {
		background-color: #772583;
		box-shadow: 0 0 3px #772583;
	}

	50% {
		background-color: #64ccc9;
		box-shadow: 0 0 3px #64ccc9;
	}

	100% {
		background-color: #772583;
		box-shadow: 0 0 3px #772583;
	}
}

.btn-simulation {
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

.form-group>label.error {
	display: block !important;
	text-transform: none;
}

.form-group>label.error {
	display: block !important;
	text-transform: none;
}

.form-group input.valid~label.error,
.form-group input[type="text"]~label.error,
.form-group input[type="email"]~label.error,
.form-group input[type="number"]~label.error,
.form-group select~label.error {
	display: none !important;
}

.calories-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#quem-somos{
	/*background-image: url('assets/canvas/images/parallax/3.jpg'); */
	background-color:#f1f1f1;
	padding: 70px 0;
	margin:0 0 !important;

}

.seja-parceiro .col-sm-6:hover{


}

#solucoes, #contato{
	background-color:#549AF0;
}
#solucoes h3, #solucoes h2 {
	color:#772583;
}

#contato label, #contato h3 {
	color:#ffffff;
}

.feature-box{
	margin-top:1.6rem;
}

.regularizacao-saibamais .flip-card-front  {
	background-color: #985ee6 !important;
}

#slider{
	height:600px;
	background-position:center ;
}

#slogan-home-full {
	margin-top: 300px;
	margin-left:205px;
	background:rgba(94, 83, 192, 0.6);
}

#slogan-home{
	margin-top: 270px;
	background:rgba(94, 83, 192, 0.6);
	
	
}

.botao-sucesso-mesadecredito{
	background-color: #20a83f !important;
}

.slider-caption {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: center;
    z-index: 20;
    max-width: 900px;
    color: #EEE;
    font-size: 1.375rem;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}
::selection {
	background: #772583;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #772583; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #772583; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.title-bottom-border h1, .title-bottom-border h2, .title-bottom-border h3, .title-bottom-border h4, .title-bottom-border h5, .title-bottom-border h6 {
    width: 100%;
    padding: 0 0 0.75rem;
    border-bottom: 2px solid #549AF0;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'SF New Republic', sans-serif;
    text-transform: initial;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #772583;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-3d:hover, .dark .button-dark:not(.button-border):not(:hover), .dark .button:hover {
    background-color: #0db762;
    
}

#copyrights {
    padding: 10px 0; 
    background-color: #DDD;
    font-size: 0.875rem;
    line-height: 1.8;
}

#footer #social-midias{
	margin-top: 65px;
}

input {
	outline: 0;
	border-width: 0 0 2px;
	border-color: #772583;
  }
  input:focus {
	border-color: green;
	outline: 1px dotted #000
  }

  .input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
	outline: 0;
	border-width: 0 0 1px !important;
	border-color: #772583 !important;
	background-color: #F8F9FA !important;
	border-radius: 0px;
}
.form-control {
    border-radius: 0px;
}
.form-label {
    color:#549AF0
}

input.sm-form-control select.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: white;
    background-color: #549AF0 !important;
    background-image: none;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
	outline: 0;
	border-width: 0 0 1px !important;
	border-color: #fff !important;
	border-radius: 0px;
}

.sm-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ddd;
	opacity: 1; /* Firefox */
  }
  
  .sm-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ddd;
  }
  
  .sm-form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #ddd;
  }

  .btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: #772583;
    border-color: #772583;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #772583;
    border-color: #772583;
}
.card-icon-size{
	font-size:60px !important;
}
.card{
	background-color: #549AF0;
	color: white;
	
}
#cards-financiamento .card{
	min-height: 425px;
}

#simulador-result{
	font-family: 'Coolvetica';
}

#simulador-result tbody tr{
	height:64px;
	vertical-align: middle;
}

.banner-text {
    font-size: 3.0rem !important;
}
.swiper_wrapper .swiper-container {
    position: absolute;
    width: 100%;
    height: auto !important;
    margin: 0;
}

.accordion-item h2 button{
	font-size: 24px !important;;
}