@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

body {
	font-family: 'Montserrat', sans-serif, Arial, Verdana !important
}
.error {
	color: red;
	font-size: 12px
}
h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif !important;
	/*text-transform: uppercase;*/
	font-weight: 600 !important
}
nav {
	font-size: 14px;
	font-weight: 700 !important
}
a {
    text-decoration: none;
}
li a.nav-link{
	color: #333333;
}
/*a {
	color: #333333;
}
a:hover {
	color: #333333;
}*/
footer a:hover {
	color: #CCCCCC;
}
footer a{
	color: #FFFFFF;
}
.breadcrumb a {
	color: #1E8BD8!important
}
.transparencia {
    background-color: rgba(255,255,255,0.4);
}
/*botão piscando*/
@-webkit-keyframes glowing {
  0% { background-color: #4DC247; -webkit-box-shadow: 0 0 3px #4DC247; }
  50% { background-color: #00661A; -webkit-box-shadow: 0 0 3px #00661A; }
  100% { background-color: #4DC247; -webkit-box-shadow: 0 0 3px #4DC247; }
}

@-moz-keyframes glowing {
  0% { background-color: #4DC247; -moz-box-shadow: 0 0 3px #4DC247; }
  50% { background-color: #00661A; -moz-box-shadow: 0 0 3px #00661A; }
  100% { background-color: #4DC247; -moz-box-shadow: 0 0 3px #4DC247; }
}

@-o-keyframes glowing {
  0% { background-color: #4DC247; box-shadow: 0 0 3px #4DC247; }
  50% { background-color: #00661A; box-shadow: 0 0 3px #00661A; }
  100% { background-color: #4DC247; box-shadow: 0 0 3px #4DC247; }
}

@keyframes glowing {
  0% { background-color: #4DC247; box-shadow: 0 0 3px #4DC247; }
  50% { background-color: #00661A; box-shadow: 0 0 3px #00661A; }
  100% { background-color: #4DC247; box-shadow: 0 0 3px #4DC247; }
}
.float-whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.pisca-zap{
	    -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.my-float{
	margin-top:16px;
}
.bt-whatsapp {
	display: none;
	background: #4DC247;
}
.text-shadow {
	text-shadow: 2px 2px 5px #000000;
}
.txt-whatsapp {
	color: #4DC247;
}
.bg-whatsapp {
	background: #4DC247;
}
.bg-padrao {
	background: #0c5adb;
}
.bg-padrao-2 {
	background: #C04836;
}
.bg-padrao-escuro {
	background: #131F2B;
}
.bg-padrao-claro {
	background: #F9F6F7;
}
.bd {
	border-top: solid 15px;
}
.txt-1 {
	color: #264D6E;
}
.txt-2 {
	color: #56BAFA;
}
.txt-3 {
	color: #333333;
}
.bg-azul-1 {
	background: #2172C4
}
.bg-cinza {
	background: #EFF5F7
}
.bg-azul-form {
	background: #259DD1;
	color: #FFF
}
.bg-azul-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #FFF;
}
.bg-azul-form::-moz-placeholder { /* Firefox 19+ */
 color: #FFF;
}
.bg-azul-form:-ms-input-placeholder { /* IE 10+ */
 color: #FFF;
}
.bg-azul-form:-moz-placeholder { /* Firefox 18- */
 color: #FFF;
}
header i.fa {
	display: inline-block;
	border-radius: 50%;
	padding: 0.3em 0.4em;
}
.dividir {
	width: 40px;
	height: 2px;
	border: none
}
.txt-padrao {
	color: #0c5adb;
}
.txt-padrao2 {
	color: #EA4B32;
}
.txt-padrao-escuro {
	color: #333333;
}
.bg-banner {
	background: rgba(36,78,125,0.75);
}
.img-escurece {
	filter: brightness(80%)
}
.border-radius-img{
	-webkit-border-bottom-right-radius: .25rem;
	-webkit-border-bottom-left-radius: .25rem;
	-moz-border-radius-bottomright: .25rem;
	-moz-border-radius-bottomleft: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}


.carousel-caption {
   /*position: absolute;
    right:none; 
    left:none;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
	  transform: translateY(-50%);
	  bottom: 0;
	  bottom: 40%;*/
}

#form-lead {
	position: absolute;
	right: 3%;
	z-index: 2;
	  transform: translateY(-50%);
	  bottom: 0;
	  top: 50%;
	      height: fit-content;
}


/*animacao*/
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.fadeIn {
-webkit-animation: fadeIn .5s ease-in-out;
-moz-animation: fadeIn .5s ease-in-out;
-o-animation: fadeIn .5s ease-in-out;
animation: fadeIn .5s ease-in-out;
}
/*animacao*/

/*.navbar-expand-lg .navbar-nav .nav-link {
	color: #FFFFFF;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #FFFFFF;
}*/
.navbar-expand-lg .navbar-nav .nav-link:after {
	height: 2px;
	background: rgba(255,255,255,0);
	width: 1px;
	float: left;
	content: '';
	margin-top: 10px;
	-webkit-transition: all .3s cubic-bezier(0.45, 0.25, 0.60, 0.95);
	transition: all .3s cubic-bezier(0.45, 0.25, 0.60, 0.95);
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after {
	background: rgba(0,145,210,1);
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
/*animista*/

.navbar-default .navbar-nav > li.dropdown:hover > a, .navbar-default .navbar-nav > li.dropdown:hover > a:hover, .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
	background-color: rgb(231, 231, 231);
	color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
	display: none;
}
li.dropdown a {
	font-size: 14px;
}
/* Rating Star Widgets Style */
.rating-stars ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.rating-stars ul > li.star {
	display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
	font-size: 1em; /* Change the size of the stars */
	color: #ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
	color: #FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
	color: #FF912C;
}

@media screen and (max-width :760px) {
.navbar-toggler {
	position:absolute;
	    right: 5px;
    top: 5px;
	border:solid 1px;
}
	.fixed-top {
    position: relative !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#form-lead{
	position:relative;
	transform: translateY(0%);
	right:0px;
	}
#banner-img{
	}
.navbar-expand-lg .navbar-nav .nav-link:after, .navbar-expand-lg .navbar-nav .nav-link:hover:after {
	display: none;
}
.bt-whatsapp {
	display: inline-block;
}
/*.carousel-caption{
	right:10px;
	bottom:10px !important;
	left: 10px;
	background:none;
}*/
/*.carousel-caption h2{
	font-size:1em;
}
.carousel-caption h5{
	display:none;
}
.carousel-caption .lg-banner{
    font-size: 1.5rem;
}
.carousel-caption p{
	font-size:0.8em;
}*/
.btn-mob{ padding:2px;}
#acesso.my-5 {
	margin: 0px !important
}
}
