@import url('../lib/animate/animate.css');
@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/owl-carousel/owl.carousel.min.css');
@import url('../lib/owl-carousel/owl.theme.default.min.css');
@import url('../lib/whatsapp-widget/whatsapp.css?002');
@import url('../lib/mapa/mapa.css');
@import url('../lib/font-caveat/caveat.css');
@import url('../lib/font-amsipro/amsipro.css');
@import url('custom.css');
@import url('color.css');

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #fff;
	margin-top:130px
}

a,
a:link,
a:active,
a:visited{
	color:#666;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color: var(--orange-dark)	
}

/* LINKS */
.cor-links-representantes a,
.cor-links-representantes a:link,
.cor-links-representantes a:active,
.cor-links-representantes a:visited{
	color: #363636;
	transition:0.5s
}
.cor-links-representantes a:hover{
	opacity:0.5
}
@media only screen and (max-width: 600px) {
	.cor-links-representantes-sem-border-rodape{
		border:none !important	
	}
}

.margem-representantes{
	padding-left:25px
}
.oculta-mobile{
	display:block
}
@media only screen and (max-width: 600px) {
	.margem-representantes{
		padding-left:15px
	}
	.oculta-mobile{
		display:none
	}
}

/* MENU SOCIAL BOTTOM */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:10px;
	margin-right:10px
}
.menu-social-bottom > li{
	display:inline-table	
}
.menu-social-bottom > li > a,
.menu-social-bottom > li > a:link,
.menu-social-bottom > li > a:active,
.menu-social-bottom > li > a:visited,
.menu-social-bottom > li > a:focus{
	display:block;
	color:#fff;
	background: var(--blue-light);
	font-size:16px;
	width:30px;
	height:30px;
	line-height:31px;
	border-radius:50%;
	text-align:center;
	margin-top:2px;
	margin-right:2px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-bottom > li > a:hover{
	background: var(--orange-dark);
}
@media only screen and (max-width: 600px) {
	.menu-social-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-bottom > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

/* MENU */
.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}
@media only screen and (max-width: 600px) {
	.navbar{
		padding:0px 16px !important
	}
}

.navbar-nav .nav-item a{
	font-family: 'PT Sans';
	margin: 3px 12px;
	color: #abaaaa;
	transition: 0.5s;
	padding: 8px 10px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase
}

.navbar-nav .nav-link:hover{
	color: var(--blue-dark);
}

.dropdown-item{
    font-family: 'amsiprocond-regular' !important;
	font-size: 20px !important;
	color: #ffffff !important;
	margin: 0px !important;
	padding:5px 20px !important;
	text-transform:none !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
	background: var(--orange-dark);
}

.dropdown-item.active,.dropdown-item:active{
	color: #ffffff !important;
	text-decoration: none;
	background-color: var(--orange-dark) !important
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left: 0px;
  border: none
}
.navbar-toggler-icon{
	margin-bottom: 5px	
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-top:20px
	}	
	.navbar-brand{
		padding: 0px 12px;
		margin-right: 0px
	}
	.nav-link {
	   padding: 5px 20px !important;
	}
	.navbar-collapse{
		margin-bottom: 10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.navbar-nav li.nav-item:nth-child(8),
	.navbar-nav li.nav-item:nth-child(9){
		display:inline !important
	}
}

/* BOTOES */
.botoes-white,
.botoes-white a,
.botoes-white a:link,
.botoes-white a:active,
.botoes-white a:visited{
	padding: 5px 22px;
	color:#fff !important;
    border: 1px solid #fff;
	font-size:14px;
	font-weight: 700;
	border-radius: 25px;
	transition: 0.5s;
	display:inline-block
}
.botoes-white:hover,
.botoes-white a:hover{
	background: var(--blue-dark);
	border-color: var(--blue-dark);
}

.botoes-sem-cor,
.botoes-sem-cor a,
.botoes-sem-cor a:link,
.botoes-sem-cor a:active,
.botoes-sem-cor a:visited{
	padding:10px 28px;
	color:#fff !important;
	font-size:16px;
	margin: 5px;
	border-radius: 3px;
	font-weight:700;
	text-transform:uppercase;
	transition: 0.5s;
	display:inline-block
}
.botoes-sem-cor:hover,
.botoes-sem-cor a:hover{
	opacity:0.5
}

.botoes-purple,
.botoes-purple a,
.botoes-purple a:link,
.botoes-purple a:active,
.botoes-purple a:visited{
	background: var(--blue-dark);
}

.botoes-orange,
.botoes-orange a,
.botoes-orange a:link,
.botoes-orange a:active,
.botoes-orange a:visited{
	background: var(--orange-dark);
}

.botoes-green,
.botoes-green a,
.botoes-green a:link,
.botoes-green a:active,
.botoes-green a:visited{
	background: var(--orange-light);
}

.botoes-yellow,
.botoes-yellow a,
.botoes-yellow a:link,
.botoes-yellow a:active,
.botoes-yellow a:visited{
	background: var(--blue-light);
}

.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:10px 25px;
	border: 1px solid #cacaca;
	background:#eaeaea;
	font-size:15px !important;
	height:40px;
	margin-bottom:11px;
	border-radius:3px;
	margin-top:3px;	
	font-weight:600
}
.form-control:focus,
.form-control-busca:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #999 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #999 !important;
}

::-ms-input-placeholder{
  color: #999 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #be1622;
}
.help-block {
    display: block;
    margin-top: 1px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #be1622;
}

.page-item > .page-link > span > i{
	color:#555;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--orange-dark);
    border-color: var(--orange-dark);
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #cacaca;
	color:#555 !important;
	font-weight:800
}
.page-link:hover {
    background-color: var(--orange-light);
    border-color: var(--orange-light);
	color:#fff !important
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 800px;
	}
}
.modal-content {
	border:none !important	
}

.ekko-lightbox .modal-footer {
    text-align:center !important;
}

.modal-open {
    overflow: hidden !important;
}
