body {
	font-family: 'Open Sans', sans-serif;
	font-style: 'Light';
	font-size: 10pt;
}

.navbar {
	width: 100%;
	/*height: 150px;*/

	background: #667db6;
	background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
	background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
}

.upper {
	/*text-transform: uppercase;*/
}

.bg-orange {
	background: #fd9201;
	border: 1px solid #fd9201;
}

.navbar a {
	color: #FFF !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}

.navbar .submenu a {
	color: #F2F2F2 !important;
	font-size: 1em;
}

.dropDownSelecionarCidades {
	position: relative;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}

.dropDownSelecionarCidades ul, .dropDownSelecionarCidades li {
	margin: 0;
	padding: 0;
}

.dropDownCidades li {
	padding: 2px 5px;
}

.dropDownCidades li:hover {
	background: #fd9201;
}

.dropDownCidades {
	display: none;
	position: absolute;
	background: #0082C8;
	transition: opacity 1s ease-out;
	min-width: 140px;
	list-style: none outside;
	z-index: 1;
	/*margin-top: 10px;*/
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

.dropDownSelecionarCidades:hover .dropDownCidades {
	display: block;
}

#carouselBanners {
	margin-top: 54px;
}

.nav-link {
	/*color: #FFF !important;*/
	font-weight: 200;
}

.price-item {
	padding: 20px 20px 27px 20px;
	margin: 0;
	text-align: center;
	position: relative;
	border: 1px solid #ddd;
	margin-top: 30px;
}

.price-item .features {
	margin: 15px 0;
}

.mb-35 {
	margin-bottom: 35px;
}

.section-title {
	margin: auto;
	max-width: 565px;
}

.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 25px;
	line-height: 30px;
	margin-top: 0;
	text-transform: uppercase;
}

.section-title h2:before {
	content: '';
	position: absolute;
	width: 70px;
	margin-left: -35px;
	height: 2px;
	left: 50%;
	bottom: 0px;
	background-color: #fd9201;
}

.section-title h2 span {
	color: #fd9201;
	/*margin-left: 10px;*/
}

.footer-social {
	font-size: 2em !important;
	color: #fff !important;
	text-align: right;
}

.footer-social a {
	text-decoration: none;
	color: #fff;
}

#myLocationGoogleMap, #coverGoogleMap {
	width: 100%;
	height: 500px;
}

.copyright-area {
	background: #333;
	padding: 15px 0px;
}

.copyright-text p {
	margin: 0;
	font-size: 13px;
	color: #fff;
	margin: 7px 0px;
}

.plan-box {
	margin-top: 30px;
	background: #fff;
	padding: 15px 30px;
	text-align: center;
	border: 0.1em solid #fd9201;
	/*box-shadow: 3px 3px #FFCC88;*/
	border-radius: 5px;
	color: #888;
	transition: all 0.3s ease-in-out;
}

.plan-box ul {
	margin: 0px;
	padding: 0px;
}

.plan-box ul li {
	list-style: none;
	margin: 5px 0px;
	font-size: 1em;
}

.service-box {
	margin-top: 30px;
	background: #fff;
	padding: 15px 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #888;
	transition: all 0.3s ease-in-out;
}

.service-box i {
	color: red;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 100px;
	height: 100px;
}

.plan-box h3 {
	font-size: 2em;
	border-bottom: 2px dashed #fd9201;
}

.service-box h3, .plan-box h3 {
	font-weight: 700;
	margin-top: 0;
	position: relative;
	margin-bottom: 15px;
	color: #fd9201;
}

.plan-box a {
	color: #FFF !important;
	font-size: 0.9em;
}

.subtitle {
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-big {
	padding: 50px 0px;
}

.service-area {
	background-color: #f9f9f9;
}

.budget-area {
	background-color: #f0f0f0;
}

.invoice-area {
	background-color: #f9f9f9;
}

footer .footer-icons-wrapper {
	overflow: hidden;
	padding: 30px 30px 0;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.1);
	background: #1a1a1c;
}

.card {
	box-shadow: 5px 5px 5px rgba(0,0,0,.1) !important;
}

.card-header {
	background: #0082c8;
	color: #FFF;
	text-align: center;
	font-family: 'Segoe Ui';
	font-size: 16pt;
}

.card-body ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
}

.card-body li {
	list-style: none outside;
	margin-bottom: 10px;
}


.contatos {
	color: #FFF !important;
}


.btn-orange {
	background: #fd9201;
}

.btn-red {
	background: red;
}

.swal-overlay {
  background-color: rgba(253, 122, 11, 0.45);
}

form label.error {
	margin: 0px !important;
}

#bottom-chat {
	width: auto;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.balloon {
	display: none;
	width: 300px;
	height: 480px;
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    bottom: 90px;
    right: 20px;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .2);
    border: 1px solid rgba(0,0,0,.125);
}

.balloon .header {
	height: 48px;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 95%;
    /*justify-content: space-between;*/
    flex-basis: 10%;
}

.balloon .body {
	height: calc(100% - 96px);
	width: 100%;
	padding: 10px 0px;
	text-align: center;
    justify-content: space-between;
    overflow-y: auto;
}

.balloon .body .block {
	clear: both;
	display: block;
}

.balloon .body .block > .right:first-child {
    border-top-left-radius: 1.3em;
}

.balloon .body .block > .right:last-child {
    border-bottom-left-radius: 1.3em;
}


.balloon .body .block > .left:first-child {
    border-top-right-radius: 1.3em;
}

.balloon .body .block > .left:last-child {
    border-bottom-right-radius: 1.3em;
}

.right {
	text-align: right;
	background-color: rgb(255, 126, 41);
    color: #fff;
    float: right;
    right: 8px;
}

.left {
	text-align: left;
	background-color: #0082C8;
    color: #fff;
    float: left;
    left: 8px;
}

.balloon .body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	background-color: #F5F5F5;
}

.balloon .body::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.balloon .body::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #555;
}

.balloon .body .message {
	clear: both;
    border-radius: 4pt;
    display: block;
    font-size: 10pt;
    line-height: 12pt;
    margin: 1pt 0;
    max-width: 80%;
    outline: none;
    padding: 6pt 9pt;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-all;
}

.balloon .footer {
	height: 48px;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
    justify-content: space-between;
}

.balloon .footer input[type=text] {
	background: transparent;
    border: 0;
    margin: 0 5px;
    outline: 0;
    padding: 0;
    width: calc(100% - 50px);
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 3px;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

.image-upload
{
	float: right;
	margin-right: 5px;
}

.image-upload > input
{
    display: none;
}

.image-upload img
{
    width: 30px;
    cursor: pointer;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ff7e29;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

