<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Texto */
.font-2 {font-family:'Josefin Sans', sans-serif;}


/* Geral */
.site-title {
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 170px;
	text-indent: -999rem;
	background-image: url("../img/caminho-da-gratidao-niteroi.png");
	background-size:contain;
	background-repeat: no-repeat;
  background-position: center center;
  margin: 0px auto;
  float: none;
}


/* Header */
.main-header {
  position: fixed;
  left: 0;
  right: 0;
	background-color: #259;
}

.social-buttons { 
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
	background-color: #4D4D4D;
	border-radius: 0 10px 0 0;
	color: #fff
 }

.navbar a,
.social-buttons a { 
	color: #fff;
 }

.navbar a:hover,
.social-buttons a:hover { 
	transform: scale(1.1);
 }

.navbar {
	font-family: 'Josefin Sans', sans-serif;
}

/* FormulÃ¡rio de entrada */

.sec-form {
  position: relative;
  background-color: #013077 !important;
  background-image: url("../img/bg-form-natal.jpg");
	background-size:cover;
  background-position: bottom center;
}

.sec-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(1,48,119,0.8);
}

.cad_warn_box .err,
.cad_warn_box .ok {
  font-size: 1rem;
  margin-bottom: 30px;
}



/* Testemunhos */
.sec-testemunhos {background-color:#666}


.widget.widget-carousel .inner blockquote {
  margin-bottom: 0;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.widget.widget-carousel .inner blockquote p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
.widget.widget-carousel .owl-nav {
  width: 100%;
  top: auto;
  bottom: 2px;
  z-index: 1;
}
.widget.widget-carousel .owl-nav .owl-prev,
.widget.widget-carousel .owl-nav .owl-next {
  position: absolute;
  margin: 0;
}
.widget.widget-carousel .owl-nav .owl-prev {
  left: 0;
}
.widget.widget-carousel .owl-nav .owl-next {
  right: 0;
}
.widget.widget-carousel .owl-dots {
  display: table;
  width: auto;
  margin: 17px auto 0 auto;
  z-index: 2;
}
.widget.widget-brands .item a:hover,
.widget.widget-brands .item a:focus {
  opacity: 1;
}
.carousel-testimonial .item {
	float: left;
  min-height: 1px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.carousel-testimonial .bubble {
  font-size: 1rem;
  background-color: #ff9500;
}
.carousel-testimonial .bubble:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -6px;
  right: 30px;
  border-width: 7px 7px 0;
  border-top-color: #ff9500;
}

.carousel-testimonial .author .avatar {
  display: inline-block;
  vertical-align: middle;
  max-width: 48px;
  border-radius: 50%;
  margin-right: 6px;
}

.carousel-testimonial.widget-testimonial-alt {
  text-align: center;
}

.carousel-testimonial.widget-testimonial-alt .author {
  text-align: center;
}

.carousel-testimonial.widget-testimonial-alt .author .avatar {
  display: block;
  margin: 0 auto 10px auto;
}

.sec-form .foto-placa {
  max-width: 300px
}




/* Footer */
.main-footer {
	background-color:#444;
}



@media (min-width: 576px) { 

    

}

@media (min-width: 768px) { 

    

}

@media (min-width: 992px) { 

    .main-header {
      position: -webkit-sticky;
      position: sticky;
      right: auto;
    }

}

@media (min-width: 1200px) { 

    

}

.grecaptcha-badge {
	bottom:65px !important;
}
</pre></body></html>