@charset "utf-8";
/* CSS Document */

.bg-cinza { background-color:#444; }
.section-heading-wrapper p { font:16px 'Poppins', sans-serif; letter-spacing:0.01em; padding:0; color:#777777; }
.mb-0 { margin-bottom:0px !important; }
b, strong { font-weight:700; }
.btn-theme { background:#00adef; }
.btn-theme-invert { background:#111111 !important; }
.btn-theme-invert:hover { background:#00adef !important; }
.btn-branco:hover { background:#fff; color:#111111; }
.verde {  color:#4CAF50 !important; }
.mt-0, .mb-0 { margin-top:0px !important; }
.pt-75 { padding-top:75px !important; }
.bandeira-menu { width:28px; margin-top:-1px !important; }

.navbar-default { transition:ease-in-out 0.75s; padding:0px; }
.navbar-default .navbar-nav > li > a:hover { color:#00adef !important; }
.navbar-home .navbar-nav > li > a { background:transparent; color:#fff; }
.navmain { background:#fff; box-shadow:0 3px 2px -2px rgba(0,0,0,.1); }
.logo img { width:150px; height:72px; transition:ease-in-out 1.5s; }

#slider_1 .slider_item_container { height:calc(100vh); }
.about-us-slogan { text-transform:uppercase; }
.about-us-slogan .text-highlighter-primary, .gallery-light-box .gallery-img:after, .logo-items .owl-nav .owl-prev, .logo-items .owl-nav .owl-next { color:#00adef !important; }
.section-heading-wrapper span.heading-separator, .about-us-slogan:after, .section-heading-wrapper span.heading-separator { background:#00adef; }
.gallery-light-box:hover .gallery-img:before, .gallery-light-box .gallery-img:before { background:#fff; }

.parceiro-logo { opacity:.7; transition:ease 0.5s; }
.parceiro-logo:hover { opacity:1; }


/* Pesquisa */
.atencao { border-radius:2px; line-height:22px; padding:5px 10px; font-size:16px; display:inline-block; color:#fff; width:auto; font-weight:bold; background-color:#ff5c50; }
.card { margin-top:20px; min-height:475px; }
.card-body { padding:20px; font-size:15px; background:#F9FAFB; }
.card-header { float:left; width:100%; text-align:center; font-size:18px; font-weight:bold; margin-bottom:15px; }
.card-footer { padding:10px 0; text-align:center; font-size:18px; color:#fff; text-transform:uppercase; }

.disponivel .card-body { border:3px solid #4CAF50; }
.disponivel .card-footer { background-color:#4CAF50;  }
.nao-disponivel .card-body { border:3px solid #ff5c50; }
.nao-disponivel .card-footer { background-color:#ff5c50; }

.section-feat-about-us { background:#151515; }

input[type=file] { 
border: 0px;
    border-bottom: 1px solid #EEE;
    line-height: 42px;
    height: 60px;
    padding-left: 16px;
    margin-bottom: 0px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-out;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile+label{ max-width:100%; font-size:1.25rem; font-weight:700; text-overflow:ellipsis; white-space:nowrap; cursor:pointer; display:inline-block; overflow:hidden; padding:.625rem 1.25rem }
.inputfile:focus+label, .inputfile.has-focus+label { outline:1px dotted #000; outline:-webkit-focus-ring-color auto 5px; }
.inputfile+label svg { width:1em; height:1em; vertical-align:middle; fill:currentColor; margin-top:-0.25em; margin-right:.25em; }
.inputfile-2 + label {
    color: #00adef;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #0ebcff;
}



.form-control[disabled], fieldset[disabled] .form-control { cursor:default; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color:#e0e0e0; }
.formselect { line-height:42px; height:60px; padding-left:16px; border-radius:0; border-color:#edf0f2; transition:0.3s ease-out; }
.formselect:focus { box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(0, 173, 239, 0.75); border-color:#edf0f2; }
.botao { color:#fff; background-color:#00adef; border:none; line-height:28px; border-radius:0; font-weight:bold; letter-spacing:1px; text-transform:uppercase; }
.botao:hover { color:#fff; background-color:#0ebcff; }

.g-recaptcha { margin:0 auto; width:fit-content; }
.googleErro { background-color:#f16a60; text-align:center; font-weight:600; font-size:16px; color:#fff; padding:15px; }

#backTop.custom { background-color:#00adef; }
#backTop.custom:hover { background-color:#0ebcff; border:none; }



/* RESPONSIVO AJUSTES */


@media (min-width: 1200px) {
	.col-md-none { display:block !important; }
}
	
/* COL LG */ 
@media (min-width: 992px) {
	.navbar-nav { float:right !important; }
}

/* COL MD */
@media (min-width: 768px) {
	.navbar-nav { float:none; margin:0 auto; }
	.navbar-nav>li>a { padding-top:27px; }
	.col-md-none { display:none; }
}

/* COL SM */
@media (max-width: 767px) {	
	.col-sm-none { display:none; }
}