
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
:root{
  --orange:#ddc26f;
  --black:#6bf541; 
  --light-color:white;
  --box-shadow:white;
  --border:.2rem solid white;
  --outline:.1rem solid white;
  --outline-hover:.2rem solid var(--black);
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #00a7ff;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #ffffff;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning:#00a7ff;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #ffffff;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #ffffff;
  --bs-body-bg: #fff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;

}


html {
  /* a cada 1rem será considera 10px */
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
body {
  height: 100vh;
  font-family: "Source Sans Pro";
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;

  min-height: 100vh;
}
.fotodetudo{
  width: 100%;
  background-image: url("imagensindex/consultar2.png");
}
body {
  font-size: 1.6rem;
  
}

section{
  padding:9px; 
}

.showcase{
 /* background-image: url("imagensindex/fundoblackblue.jpg"); */
 background-image: url("imagensindex/fundo.png");
  
}
.localizacao h3 {
  color: #00a7ff;
  
}
.localizacao h4 {
  color: #01111a;
  
}
h1{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}

h3{
 
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
h3{
  /*background-color: #0c142c;*/
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
h4{
	color: rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
	font-size: 20px;
}


header {
/*background-image: url("imagensindex/fundoblackblue.jpg");
 /*  background-color:  #1b2024; */

 background-image: url("imagensindex/fundo.png");
  z-index: 2;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 90%;
  max-width: 980px;
  
  margin: auto;
}


/* img {
 
  
  width: 20%;  
  height: auto;
  max-width: 50vw;
  
}***/

header img {
 
  
   width: 200px;
  
} 



header nav ul {
  display: flex;
}

header nav ul li {
  list-style: none;
}

header nav ul li a {
  text-decoration: none;
  color: white;

  text-transform: uppercase;
  font-size: 1.4rem; 
  padding: 2.1rem;
  transition: all 250ms linear 0s;
}

header nav ul li a:hover {
  background:#00a7ff;
}

h2 {
  color:#00a7ff;
  font-size: 3.6rem;
  line-height: 4.6rem;
}

h3 {
 color: #00a7ff;
  
  font-size: 2.8rem;
  line-height: 3.8rem;
}
/*  Slides */

.branco
{ color: rgb(255, 251, 251);}

.button {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgba(3, 53, 11, 0.747);
  margin: 15px 0px 0px;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 150ms linear 0s;
  
}

.button:hover {
  opacity: 0.9;
}


/*=============== 
HERO
==================*/

iframe {
  display: block;
  /* The 90vw means 90%, use any width you like */
  width: 90vw;
  /* Calculate the height to maintain original shape,
      but match vw number to that above */
  height: calc(.75 * 90vw);
  /* Optionally, set maximum height and width */
  max-width: 900px;
  max-height: 400px;
  /* If you want the map to the left of subsequent content 
  mudanças
  float: left;
  margin-right: 10px;
  /* Optionally, you can use margin: 1em auto to center */
  border: solid 2px gray;
  box-shadow: 2px 2px 2px silver;
  border-radius: 4px;
}



/*=============== 
MAIN
==================*/
main {
  margin-bottom: 80px;
}
/*=============== 
CARDS
==================*/
.cards {
  width: 90%;
  max-width: 980px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}

.text--medium {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #ecf0f1;
}

.card {
  display: flex;
  flex-direction: column;
  background-image: url("imagensindex/fundo.png");

  cursor: pointer;
  transition: all 0.3s ease 0s;

}

.card:hover {
  transform: translateY(-7px);
}

#tabeliao{

font-size: 20px;
font-weight: bold;
color: #085b88; /* blue */
}

#logo{
  line-height: 60px;
  margin-left: 40px;
  display: inline-block;
cursor: pointer;
font-size: 30px;
font-weight: bold;
color:  #00a7ff;/* blue */
}
#logo:hover{
  color: #eef9ff; /* white */
}
#logo-s{
color: #eef9ff; /* white */
margin-left: 5px;
/* color: #00a7ff; blue */
}
#logo:hover #logo-s{
  color: #00a7ff; /* blue */
/* color: #00a7ff; blue */
}

.sign{
	float: right;
	line-height: 60px;
	margin-right: 40px;
}
.sign a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
  
}
.act{
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 6px 15px;
}
.sign a:hover{
	color: #00a7ff; /* blue */
	border-color: #00a7ff; /* blue */
}
/* /1 */

/* 2 */
.slider{
	position: relative;
	width: 100%;
 
	background: #041b33ef; /* darckblue */
 
}
.myslide{

  height: 755px;
	display: none;
	overflow: hidden;
  background-image: url("imagensindex/fundo.png");
}

.prev, .next{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px;
	padding: 15px;
	cursor: pointer;
	color: #fff;
	transition: 0.1s;
	user-select: none;
}
.prev:hover, .next:hover{
	color: white; /* blue */
}
.next{
	right: 0;
}
.dotsbox{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
}
.dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}


.menu-section{
  /*background-image: url("images/fundo.png");*/
  background-image: url("imagensindex/fundo.png");
  
}



/* 3 */
.txt{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	line-height: 35px;
	top: 40%;
	left: 15%;
	-webkit-animation-name: posi;
  	-webkit-animation-duration: 2s;
  	animation-name: posi;
  	animation-duration: 2s;
	z-index: 1;
}

@-webkit-keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}


@keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}

.txt h1{
  color: #00a7ff;
	font-size: 50px;
	margin-bottom: 20px;
 /** background-color:rgb(10, 2, 36);*/
  
}
.txt p{
	font-weight: bold;
	font-size: 20px;
  /** background-color:rgb(10, 2, 36);*/
 
}

.footer{
  position: relative;
  
  background-image: url("imagensindex/fundo.png");
  
}

.footer .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap:1.5rem;
}

.footer .box-container .box h3{
  font-size: 2.5rem;
  color:#00a7ff;
  padding:1rem 0;
}

.footer .box-container .box h3 i{
  color:var(--orange);
}


.footer .box-container .box .links{
  display: block;
  font-size: 1.5rem;
  color:var(--light-color);
  padding:1rem 0;
}

.footer .box-container .box .links i{
  color:white;
  padding-right: .5rem;
 
}

.footer .box-container .box .links:hover i{
  padding-right: 2rem;
}


.footer .box-container .box p{
  line-height: 1.8;
  font-size: 1.5rem;
  color:var(--light-color);
  padding:1rem 0;
}

.footer .box-container .box .share a{
  height:4rem;
  width:4rem;
  line-height:4rem;
  border-radius: .5rem;
  font-size: 2rem;
  color:var(--black);
  margin-right: .2rem;
  background: #eee;
  text-align: center;
}

.footer .box-container .box .share a:hover{
  background: var(--orange);
  color: #fff;
}

.footer .box-container .box .email{
  width: 100%;
  margin:.7rem 0;
  padding:1rem;
  border-radius: .5rem;
 /* background-image: url("images/fundo.png");*/
  background-color: #00a7ff;
  font-size: 1.6rem;
  color:var(--black);
  text-transform: none;
}

.footer .box-container .box .payment-img{
  margin-top: 2rem;
  height: 3rem;
  display: block;
}

.footer .credit{
  text-align: center;
  margin-top: 2rem;
  padding:1rem;
  padding-top: 2.5rem;
  font-size: 2rem;
  color:var(--black);
  border-top: var(--border);
}

.footer .credit span{
  color:var(--orange);
}



/* /3 */

/* 4 */
.slider img {
  transform: scale(1.5, 1.5);
	-webkit-animation-name: zoomin;
  	-webkit-animation-duration: 40s;
  	animation-name: zoomin;
  	animation-duration: 40s;

}
/**  SLIDES LOGOTIGO FICA COM ANIMAÇÃO /**
/*header img {
	transform: scale(1.5, 1.5);
	-webkit-animation-name: zoomin;
  	-webkit-animation-duration: 40s;
  	animation-name: zoomin;
  	animation-duration: 40s;
} */
@-webkit-keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}


@keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}
/* /4 */



/* 5 */
@media screen and (max-width: 800px){
	.myslide{
		height: 300px;
	}
	.txt{
		letter-spacing: 2px;
		line-height: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-animation-name: posi2;
		-webkit-animation-duration: 2s;
		animation-name: posi2;
		animation-duration: 2s;
	}

	@-webkit-keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}


	@keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}

	.txt h1{
		font-size: 40px;
	}
	.txt p{
		font-size: 13px;
	}

}

/* /6 */

/* media queries  */



@media (max-width:768px){

  #menu-btn{
      display: inline-block;
      
  }

  .header .search-form{
      width:90%;
  }

  .header .navbar{
      position: absolute;
      top:110%; right:-110%;
      width:30rem;
      box-shadow: var(--box-shadow);
      border-radius: .5rem;
      /*background-image: url("images/fundo.png");*/
      background-image: url("imagensindex/fundo.png");
      
  }

  .header .navbar.active{
      right:2rem;
      transition: .4s linear;
  }

  .header .navbar a{
      font-size: 2rem;
      margin:2rem 2.5rem;
      display: block;
  }

}





.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 9rem;
    background-image: url("imagensindex/fundo.png");

  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}


.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btnconsultar h4 {
  color:rgba(10, 14, 129, 0.919);
  position: absolute;
  top:990px;
  left: 50px;
  font-family:courier,arial,helvetica;
}
.tabeliao {
 position: relative;
}


.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido {
    padding: 10px 20px;
    height: auto;
    border-radius: 0px;
    border: none;
    min-height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.acesso-rapido-wrap .bloco-acesso-rapido {
  -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
  border-radius: 0px;
  border: none;
  min-height: 315px;
}

.bloco-acesso-rapido {
  float: left;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  border: 1px solid #dcdae6;
}
.source-son {
  font-family: 'Source Sans Pro', sans-serif;
}


element.style {
  font-weight: bold;
}
.acesso-rapido-wrap .bloco-acesso-rapido .link-acesso-rapido {
  border-bottom: none;
  font-weight: 400 !important;
  font-size: 15px;
  padding: 13px 20px;
  color: #565656;
  transition: all 0.2s ease-out;
}
.link-acesso-rapido {
  width: 100%;
  float: left;
  background: transparent;
  padding: 10px 0 6px 10px;
  color: #2d2d3a;
  font-weight: 400;
  border-bottom: 1px solid #dcdae6;
  font-size: 17px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-left: 0px solid #FFFFFF;
}
a {
  color: #428bca;
  text-decoration: none;
}
a {
  background: transparent;
}
.acesso-rapido-wrap .bloco-acesso-rapido {
  -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
  border-radius: 0px;
  border: none;
  min-height: 315px;
}
.bloco-acesso-rapido {
  float: left;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  border: 1px solid #dcdae6;
}
.source-son {
  font-family: 'Source Sans Pro', sans-serif;
}
.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido.hover-cancelamento {
  background-color: #00a7ff;
}


.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido {
  padding: 10px 20px;
  height: auto;
  border-radius: 0px;
  border: none;
  min-height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.topo-bloco-acesso-rapido {
  float: left;
  width: 100%;
  height: 60px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}


.acesso-rapido-wrap .bloco-acesso-rapido {
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 0px;
    border: none;
    min-height: 315px;
}

.bloco-acesso-rapido {
    float: left;
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    border: 1px solid #dcdae6;
}
.source-son {
    font-family: 'Source Sans Pro', sans-serif;
}

.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido.hover-renegociacao {
  background-color: #00b3c1;
}

.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido {
  padding: 10px 20px;
  height: auto;
  border-radius: 0px;
  border: none;
  min-height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.topo-bloco-acesso-rapido {
  float: left;
  width: 100%;
  height: 60px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido.hover-renegociacao {
  background-color: #00b3c1;
}

.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido {
  padding: 10px 20px;
  height: auto;
  border-radius: 0px;
  border: none;
  min-height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.topo-bloco-acesso-rapido {
  float: left;
  width: 100%;
  height: 60px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido.hover-certidao {
  background-color: #148897;
}
.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido {
  padding: 10px 20px;
  height: auto;
  border-radius: 0px;
  border: none;
  min-height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.topo-bloco-acesso-rapido {
  float: left;
  width: 100%;
  height: 60px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

div {
  display: block;
}
.source-son {
  font-family: 'Source Sans Pro', sans-serif;
}
.acesso-rapido-wrap {
    margin: 0;
    background-color: #fff;
    padding: 50px 20px;
}


element.style {
  font-weight: bold;
}
.acesso-rapido-wrap .bloco-acesso-rapido .link-acesso-rapido {
  border-bottom: none;
  font-weight: 400 !important;
  font-size: 15px;
  padding: 13px 20px;
  color: #565656;
  transition: all 0.2s ease-out;
}

.link-acesso-rapido {
  width: 100%;
  float: left;
  background: transparent;
  padding: 10px 0 6px 10px;
  color: #2d2d3a;
  font-weight: 400;
  border-bottom: 1px solid #dcdae6;
  font-size: 17px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-left: 0px solid #FFFFFF;
}

.source-son {
  font-family: 'Source Sans Pro', sans-serif;
}


element.style {
  font-weight: bold;
}
.acesso-rapido-wrap .bloco-acesso-rapido .link-acesso-rapido {
  border-bottom: none;
  font-weight: 400 !important;
  font-size: 15px;
  padding: 13px 20px;
  color: #565656;
  transition: all 0.2s ease-out;
}

.link-acesso-rapido {
  width: 100%;
  float: left;
  background: transparent;
  padding: 10px 0 6px 10px;
  color: #2d2d3a;
  font-weight: 400;
  border-bottom: 1px solid #dcdae6;
  font-size: 17px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-left: 0px solid #FFFFFF;
}
a {
  color: #428bca;
  text-decoration: none;
}
a {
  background: transparent;
}

.certo h2 {
  color: #f7f8fa;
}

.acesso-rapido-wrap .bloco-acesso-rapido .topo-bloco-acesso-rapido.hover-protesto {
  background-color: #b43249;
}
.topo-bloco-acesso-rapido {
  float: left;
  width: 100%;
  height: 60px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

  .topo-bloco-acesso-rapido .icone {
      height: 60px;
      width: 60px;
      float: left;
      border-top-left-radius: 5px;
  }

.hover-protesto:hover {
  color: #d44a62;
  text-decoration: none;
  background: url(images/hover-acesso-rapido.png) repeat-x;
}
/**  hover botao */
#protesto:hover {
  color: #d44a62;
  text-decoration: none;
  background: url(images/hover-acesso-rapido.png) repeat-x;
}
#cancelamento:hover {
  color:#00a7ff;
  text-decoration: none;  
  background: url(images/hover-acesso-rapido.png) repeat-x;
}



#certidao:hover {
  color: #0f9cab;
  text-decoration: none;
  background: url(images/hover-acesso-rapido.png) repeat-x;
}
#quitacao:hover {
  color: #0f9cab;
  text-decoration: none;
  background: url(images/hover-acesso-rapido.png) repeat-x;
}

.hover-cancelamento:hover {
  color: #f5a10e;
  text-decoration: none;
  background: url(images/hover-acesso-rapido.png) repeat-x;
}



.hover-certidao:hover {
  color: #0f9cab;
  text-decoration: none;
  background: url(images/hover-acesso-rapido.png) repeat-x;
}

      .topo-bloco-acesso-rapido .icone img {
          float: left;
      }

.link-acesso-rapido {
  width: 100%;
  float: left;
  background: transparent;
  padding: 10px 0 6px 10px;
  color: #2d2d3a;
  font-weight: 400;
  border-bottom: 1px solid #dcdae6;
  font-size: 17px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-left: 0px solid #FFFFFF;
}

.topo-bloco-acesso-rapido h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 100;
  float: left; /*width: 200px;*/
  margin-left: 15px;
}

.imgconsulta :hover{
color: #00a7ff;
}
/*//////////////////////////

section.hero {
  margin: 80px 0;
  background-image: url("imagensindex/consultar.png");
}
//*/
section.hero .container {
  width: 80%;
 /*  background-image: url("imagensindex/consultarcerto.jpg");
 background-color: black;*/
  margin: auto;
  
  display: flex;
}


section.hero p {
  color: rgb(10, 2, 36);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin: 10px 0px 0px;
}
section.hero h2 {
  color:#010a41;
}
/* Signup Form */

#signup-form {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  }
 


 
    input[type="text"],
        select,
        textarea { 
          outline: 0;        
          -moz-transform: scale(1);
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
        
          border-radius: 6px;
         
          border: solid 5px rgba(255, 255, 255, 0.35);
          color: inherit;
          display: block;
          outline: 15px;
          padding: 10px;
          text-decoration: none;
          width: 350px;
         /* background-color: rgba(255, 255, 255, 0.125);*/
         background-image: url("imagensindex/fundo.png");
          border-color: #1cb495;
         }
        
 
        
        /* Button */
        input[type="submit"],
        input[type="reset"],
        input[type="button"],
        button,
        .button {
         
          left: 580PX;
         
          -moz-appearance: none;
          -webkit-appearance: none;
          -ms-appearance: none;
          appearance: none;
        
          background-color: #1cb495;
          border-radius: 6px;
          border: 0;
          color: #ffffff !important;
          cursor: pointer;
          display: inline-block;
          font-weight: 700;
          height: 4.35em;
          line-height: 2.75em;
          padding: 0 4.125em;
          text-align: center;
          text-decoration: none;
          white-space: nowrap; }
          input[type="submit"]:hover,
          input[type="reset"]:hover,
          input[type="button"]:hover,
          button:hover,
          .button:hover {
            background-color: #1fcaa7; }
          input[type="submit"]:active,
          input[type="reset"]:active,
          input[type="button"]:active,
          button:active,
          .button:active {
            background-color: #199e83; }
          input[type="submit"].disabled, input[type="submit"]:disabled,
          input[type="reset"].disabled,
          input[type="reset"]:disabled,
          input[type="button"].disabled,
          input[type="button"]:disabled,
          button.disabled,
          button:disabled,
          .button.disabled,
          .button:disabled {
            opacity: 0.5; }
          @media screen and (max-width: 480px) {
            input[type="submit"],
            input[type="reset"],
            input[type="button"],
            button,
            .button {
              padding: 0; } }
        
              .slide-container{
                max-width: 1120px;
                width: 100%;
                padding: 40px 0;
              }
              .slide-content{
                margin: 0 40px;
                overflow: hidden;
                border-radius: 25px;
              }
              .card{
                border-radius: 25px;
                background-color: #FFF;
                
              }
              .image-content,
              .card-content{
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 10px 14px;
              }
              .image-content{
                position: relative;
                row-gap: 5px;
                padding: 25px 0;
              }
              .overlay{
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background-color: #4070F4;
                border-radius: 25px 25px 0 25px;
              }
              .overlay::before,
              .overlay::after{
                content: '';
                position: absolute;
                right: 0;
                bottom: -40px;
                height: 40px;
                width: 40px;
                background-color: #4070F4;
              }
              .overlay::after{
                border-radius: 0 25px 0 0;
                background-color: #FFF;
              }
              .card-image{
                position: relative;
                height: 150px;
                width: 150px;
                border-radius: 50%;
                background: #FFF;
                padding: 3px;
              }
              .card-image .card-img{
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 50%;
                border: 4px solid #4070F4;
              }
              .name{
                font-size: 18px;
                font-weight: 500;
                color: #0c142c;
              }
              .description{
                font-size: 14px;
                color: #707070;
                text-align: center;
              }
              .button{
                border: none;
                font-size: 16px;
                color: #FFF;
                padding: 8px 16px;
                background-image: url("imagensindex/fundo.png");
                border-radius: 6px;
                margin: 14px;
                cursor: pointer;
                transition: all 0.3s ease;
              }
              .button:hover{
                background: #46f439;
              }
              
              .swiper-navBtn{
                color: #6E93f7;
                transition: color 0.3s ease;
              }
              .swiper-navBtn:hover{
                color: #4070F4;
              }
              .swiper-navBtn::before,
              .swiper-navBtn::after{
                font-size: 35px;
              }
              .swiper-button-next{
                right: 0;
              }
              .swiper-button-prev{
                left: 0;
              }
              .swiper-pagination-bullet{
                background-color: #6E93f7;
                opacity: 1;
              }
              .swiper-pagination-bullet-active{
                background-color: #4070F4;
              }
              
              @media screen and (max-width: 768px) {
                .slide-content{
                  margin: 0 10px;
                }
                .swiper-navBtn{
                  display: none;
                }
              }
#finall {
 
  background-color: white;
/*background-image: url("imagensindex/fundo.png");*/
}     
#fundodepoimentos{
  background-image: url("imagensindex/fundo.png");
}  
.CartorioImoveis h2{
  color: rgb(135, 82, 2);
}

/* #imgrespect {
  display: none;
}

@media screen and (min-width: 900px) {
  #imgrespect {
    display: block;
  }
} ***/
/* serviços */
.services .box-container{
  display: flex;
  flex-wrap: wrap;
  gap:1.5rem;
}

.services .box-container .box{
  flex: 1 1 30rem;
  border-radius: .5rem;
  padding:1rem;
  text-align: center;
}

.services .box-container .box i{
  padding:1rem;
  font-size: 5rem;
  color:var(--orange);
}

.services .box-container .box h3{
  font-size: 2.5rem;
  color:  #0c142c;
}

.services .box-container .box p{
  font-size: 1.5rem;
  color:#0c142c;
  padding:1rem 0;
}

.services .box-container .box:hover{
  box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
}


.localizacao {
 background-image:url(imagensindex/localizacao.jpg);
}



/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* -- Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
.section-header h3{
	color:   #0c142c;
	font-size: 32px;
	line-height: 28px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 17px;
	word-wrap: break-word;
}
.section-header h3 span{
	color: #00a7ff;
}
.section-header p {
	color: #0c142c;
	font-size: 15px;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
}




/* -- Wiget:: About */
.about_widget {
	padding-right: 50px;
}
a.footer-logo{
	color: #fff;
    display: inline-block;
   
   font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 28px;
    padding-left: 56px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-logo > img{
	left: 0;
    position: absolute;
    top: -6px;
}
.footer-logo span{
  background-image: url("imagensindex/fundo.png");
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
}
.about_widget ul {
	float: right;
	margin-bottom: 20px;
	padding-left: 0;
}
.about_widget ul li{
	display: inline-block;
}
.about_widget ul li a{
	color: #0c142c;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 24px;
    margin-right: 33px;
    text-decoration: none;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.about_widget ul li a:hover{
	color: #00a7ff;
}
.about_widget ul li:last-of-type a{
	margin-right: 0;
}
.about_widget p {
	color: #0c142c;
    display: inline-block;   
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
}

/* -- Widget Title */
.ftr-widget .widget-title {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 26px;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 23px;
}
.ftr-widget .widget-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #00a7ff;
	width: 30px;
	height: 1px;
}
.footer2 .ftr-widget .widget-title {
	font-size: 16px;
	color: #0c142c;
	padding-bottom: 15px;
}
.footer2 .ftr-widget{
	margin-bottom: 24px;
}
/* -- Widget:: Newsletter */
.newsletter_widget .input-group {
	min-height: 60px;
	padding: 4px 3px;
	display: inline-block;
	width: 100%;
}
.newsletter_widget .input-group-btn{
	position: absolute;
    right: 128px;
    top: 9.5px;
	z-index: 5;
}
.newsletter_widget .form-control {
	border: 1px solid #0c142c;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	color: #0c142c;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 60px;
	min-height: 60px;
	padding-left: 19px;
	padding-right: 155px;
	letter-spacing: 0.52px;	
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.newsletter_widget .form-control:focus {
	border-color: #fff;
}
.newsletter_widget .btn {
	background-color: #00a7ff;
	border-radius: 0;
	min-height: 49px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.42px;
	font-family: 'Roboto Slab', serif;
	padding: 8px 35px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
	z-index: 1;	
}
.newsletter_widget .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color: #0c142c;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.newsletter_widget .btn:hover::before {
	width: 100%;
}

/* -- Widget:: UpcomingEvent */
.upcomingevent_widget {
	padding-right: 35px;
}
.upcoming-eventbox{
	position: relative;
}
.upcoming-eventbox p {
	color: #0c142c;
	font-size: 13px;
	line-height: 26px;
}
.upcoming-eventbox ul{
	padding-left: 0;
	display: inline-block;
}
.upcoming-eventbox ul li {
	display: inline-block;
	margin-right: 16px;
}
.upcoming-eventbox ul li:last-of-type {
	margin-right: 0;
}
.upcoming-eventbox ul li a {
	text-decoration: none;
	color: #0c142c;
	font-size: 13px;
	line-height: 26px;
	text-transform: capitalize;
}
.upcoming-eventbox ul li a i{
	margin-right: 10px;
}
.upcoming-eventbox > a {
	float: right;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.39px;
	color: #00a7ff;
	text-transform: capitalize;
	text-decoration: none;
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.upcoming-eventbox > a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #00a7ff;
	height: 1px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.upcoming-eventbox > a:hover::before {
	width: 100%;
}
.upcoming-eventbox > a:hover {
	color: #fff;
}
.upcomingevent_widget .carousel-control {
	background: rgba(0, 0, 0, 0.2);
    height: 38px;
    line-height: 38px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    width: 38px;
    z-index: 999;  
	font-size: 12px;
	top: -80px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.upcomingevent_widget .carousel-control:hover {
	background: #00a7ff;
	color: #0c142c;
}
.upcomingevent_widget .left.carousel-control {
    left: auto;
    right: 50px;
}

/* -- Widget:: Flickr */
.flickr_widget ul {
	padding-left: 0;
}
.flickr_widget ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
}
.flickr_widget ul li a{
	text-decoration: none;
}

.flickr_widget ul li:nth-child(odd) a::before,
.flickr_widget ul li:nth-child(even) a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,199,34,0.4);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.flickr_widget ul li:nth-child(odd) a::before {
	height: 0;
}
.flickr_widget ul li:nth-child(odd) a:hover::before {
	height: 100%;
}
.flickr_widget ul li:nth-child(even) a::before {
	width: 0;
}
.flickr_widget ul li:nth-child(even) a:hover::before {
	width: 100%;
}
.flickr_widget ul li:last-of-type {
	margin-right: 0;
}

/* -- Footer Bottom */
.footer-bottom{
	border-top: 1px solid #0c142c;
	padding-top: 13px;
	padding-bottom: 28px;
}
.copyright{
	display: inline-block;
}
.footer-bottom span{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #00a7ff;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
}
.footer-bottom .ow-navigation{
	float: right;
	width: auto;
}
.footer-bottom .ow-navigation .nav.navbar-nav > li{
	margin: 0 12px;
}
.footer-bottom .ow-navigation .navbar-collapse{
	padding-right: 0;
	padding-left: 0;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #0c142c;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a:hover{
	color: #00a7ff;
}
.footer2 .footer-bottom span,
.footer2 .footer-bottom .ow-navigation .nav.navbar-nav li > a{
	text-transform: capitalize;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}


/* -- Footer2 */

.footer2.footer-main {
	background-color: #242424;
}
.footer2.footer-main .row{
	padding-bottom: 55px;
}
.footer2 .about_widget {
	padding-right: 0;
}
.footer2 .about_widget > span{
	display: inline-block;
	width: 100%;
	background-image: url("imagensindex/fundo.png");
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 24px;
	letter-spacing: 0.28px;
}
.footer2 .about_widget.ftr-widget p {
	position: relative;
	padding-left: 42px;
	margin-bottom: 9px;
	color: #0c142c;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.42px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer2 .about_widget.ftr-widget p:hover a,
.footer2 .about_widget.ftr-widget p:hover span,
.footer2 .about_widget.ftr-widget p:hover {
	color: #00a7ff;
}
.footer2 .about_widget p span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
  color:white;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer2 .about_widget p:first-of-type{
	margin-top: -3px;
}
.footer2 .about_widget p:first-of-type span {
	top: 5px;
}
.footer2 .about_widget p a {
  background-image: url("imagensindex/fundo.png");
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

/* -- Widget:: UsefullLink */
.footer2 .useful-llink {
	padding-left: 72px;
}
.footer2 .useful-llink ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer2 .useful-llink ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}
.footer2 .useful-llink ul li:last-of-type {
	margin-bottom: 0;
}
.footer2 .useful-llink ul li a{
	color: #0c142c;
	font-size: 14px;
	text-decoration: none;
	line-height: 28px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.footer2 .useful-llink ul li a:hover{
	color: #00a7ff;
	margin-left: 5px;
}

/* -- Widget:: Flickr  */
.footer2 .flickr_widget .flickr-box{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 17px;
}
.footer2 .flickr_widget .flickr-box img{
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #0c142c;
	border-radius: 100%;
}
.footer2 .flickr_widget .flickr-box p{
	padding-left: 80px;
	color: #0c142c;
	font-size: 14px;
	line-height: 28px;
	text-transform: capitalize;
}
.footer2 .flickr_widget .flickr-box p span{
	display: block;
	 background-image: url("imagensindex/fundo.png");
	line-height: 24px;
}

/* -- Widget:: Newsletter */
.footer2 .ftr-widget.newsletter_widget > p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #0c142c;
}
.footer2 .newsletter_widget .form-control{
	min-height: 45px;
	line-height: 45px;
	padding-right: 65px;
	background-color: #0c142c;
	border: none;
}
.footer2 .newsletter_widget .input-group{
	margin-top: 11px;
}
.footer2 .newsletter_widget .input-group-btn {
	position: absolute;
	right: 50px;
	top: 4px;
}
.footer2 .newsletter_widget .btn{
	min-height: 44px;
	line-height: 30px;
	padding: 5px 13px;	
	font-weight: 700;
}
.footer2 .newsletter_widget ul{
	padding-left: 0;
	margin-bottom: 0;
	border-top: 1px solid #0c142c;
	padding-top: 22px;
	margin-top: 16px;
}
.footer2 .newsletter_widget ul li a{
	color: #0c142c;
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 2.8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right: 18px;
}
.footer2 .newsletter_widget ul li a:hover{
	color:#00a7ff;
}
.footer2 .newsletter_widget ul li:last-of-type a{
	margin-right: 0;
}
.footer2 .newsletter_widget ul li{
	display: inline-block;
}

/* ## Page Banner */
.pagebanner {
	background: url("images/pagebanner-courses.jpg"); 
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 300px;
}
.pagebanner::before {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pagebanner-content{
	margin-top: 135px;
}
.pagebanner h3{
	position: relative;
	font-size: 35px;
	line-height: 26px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	
	margin: 0;
}
.pagebanner .breadcrumb {
	background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.pagebanner .breadcrumb > li + li::before{
	content: "-";
	padding: 0 6px 0 2px;
	color: #fff;
}
.pagebanner .breadcrumb li {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	text-transform: capitalize;
}
.pagebanner .breadcrumb a{
	color: #fff;
	text-decoration: none;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	/* -- Footer Main */
	.footer-main .col-md-6:nth-child(2n+1){
		clear: both;
	}
	.footer-main.footer2 .col-md-3:nth-child(4n+1) {
		clear: both;
	}
}

/* -- min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* -- Footer Main */	
	/* -- Wiget:: About */
	.about_widget ul li a{
		margin-right: 5px;
	}
	
	/* -- Wiget:: UpcomingEvent */
	.upcoming-eventbox ul li{
		margin-right: 10px;
	}
	
	/* -- Footer2 */
	.footer2 .about_widget.ftr-widget p{
		padding-left: 35px;
	}
	.footer2 .useful-llink{
		padding-left: 40px;
	}
	
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Menu Block */		
	/* -- Menu Search */
	.menu-block .menu-search{
		right: 85px;
		top: 18px;
	}
	.menu-block .menu-search::before{
		width: 0;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input{
		top: 35px;
		width: 230px;
	}
	.menu-block.navbar-fixed-top .menu-search{
		top: 15px;
	}
	.menu-block.navbar-fixed-top .menu-search .sb-search.sb-search-open .sb-search-input{
		top: 40px;
	}
	
	/* -- Footer Main */
	.footer-main .col-md-6:nth-child(2n+1){
		clear: both;
	}
	
	/* -- Widget:: About */
	.about_widget ul{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox > a{
		float: left;
	}
	
	/* -- Footer Bottom */
	.footer-bottom{
		padding-top: 0;
		padding-bottom: 7px;
	}
	.footer-bottom span{
		line-height: 50px;
	}
	.footer-bottom .ow-navigation{
		position: relative;
		margin-top: -50px;
		width: 100%;
	}
	.footer-bottom .ow-navigation .nav.navbar-nav > li,
	.footer-bottom .ow-navigation .nav.navbar-nav li > a{
		margin: 0;
	}
	
	.footer-bottom .ow-navigation .navbar-collapse > ul > li > a{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	/* -- Footer2 */
	.footer2.footer-main .col-md-3:nth-child(2n+1){
		clear: both;
	}
	.footer2 .useful-llink{
		padding-left: 0;
	}
	.footer2 .about_widget.ftr-widget p{
		margin-bottom: 12px;
	}
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 25px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	/* -- Top Header */
	.topheader-left{
		width: 60%;
	}
	.topheader-right{
		width: 40%;
	}
	/* -- Footer Main */
	.footer-main .row {
		padding-bottom: 0;
		padding-top: 30px;
	}
	.footer-main .row
	/* -- Widget:: About */
	.about_widget{
		padding-right: 5px;
	}
	.about_widget ul{
		display: inline-block;
		width: auto;
		text-align: center;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox > a{
		float: right;
	}
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 25px;
		width: 100%;
		text-align: center;
	}
	.pagebanner .breadcrumb{
		display: inline-block;
		float: none;
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	/* -- Top Header */
	.topheader-left{
		width: 72%
	}
	.topheader-right{
		width: 28%;
	}
	.topheader-left a,
	.topheader-right a{
		font-size: 11px;
	}
	.topheader-left a{
		margin-right: 5px;
		padding-right: 15px;
	}
	.topheader-right a{
		margin-right: 5px;
		padding-right: 5px;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox ul li {
		margin-right: 8px;
	}
	
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 20px;
	}
}

/* --  max-width: 479 */
@media (max-width: 479px) {
	/* -- Top Header */
	.top-header{
		line-height: 35px;
	}
	.topheader-left,
	.topheader-right {
		width: 100%;
		text-align: center;
	}
	.topheader-left a {
		font-size: 11px;
		padding-right: 11px;
		margin-right: 5px;
	}
	.topheader-left a i{
		margin-right: 5px;
		font-size: 20px;
	}
	.topheader-right{
		float: none;
	}
	
	/* -- widget:: About */
	.about_widget ul{
		width: 100%;
	}
	
	/* -- widget:: Newsletter */
	.newsletter_widget .input-group{
		padding: 4px 0;
	}
	
	/* -- widget:: UpcomingEvent */
	.upcomingevent_widget{
		padding-right: 5px;
	}
	.upcoming-eventbox > a{
		float: left;
	}
	
z
	/* -- PageBanner */	
	.pagebanner-content{
		margin-top: 130px;
	}
	.pagebanner h3{
		font-size: 18px;
	}
}