@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: #ffc107;
  --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: #ffc107;
  --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-color: black;
  
}
.localizacao h3 {
  color: #085b88;
  
}
.localizacao h4 {
  color: #085b88;
  
}
h1{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}
h3{
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
h4{
	color: #fcfc;
	letter-spacing: 2px;
	font-size: 20px;
}


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

 background-color: black;
  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.4rem;
  transition: all 250ms linear 0s;
}

header nav ul li a:hover {
  background: rgba(255,255,255, 0.15)
}

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

h3 {
  color: rgb(75, 75, 75);
  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-color: black;

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

}

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

#tabeliao{

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

#logo{
  line-height: 60px;
  margin-left: 40px;
  display: inline-block;
cursor: pointer;
font-size: 30px;
font-weight: bold;
color: #D3B26B; /* blue */
}
#logo:hover{
  color: #eef9ff; /* white */
}
#logo-s{
color: #eef9ff; /* white */
margin-left: 5px;
/* color: #00a7ff; blue */
}
#logo:hover #logo-s{
  color: #D3B26B; /* 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: 655px;
	display: none;
	overflow: hidden;
}

.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-color: black;
  
}



/* 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:#daa520; /* blue */
	font-size: 50px;
	margin-bottom: 20px;
}
.txt p{
	font-weight: bold;
	font-size: 20px;
}

.footer{
  position: relative;
  
     background-color: black;
  
}

.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:#ddc26f;
  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: #f4c430;
  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: 500px;
	}
	.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-color: black;
      
  }

  .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-color: black;

  }
}

.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: #f5a10e;
}


.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: #f5a10e;
  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;
  #f4c430;
  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:#002dd0c5;
}
/* 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-color: black;
          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: #333;
              }
              .description{
                font-size: 14px;
                color: #707070;
                text-align: center;
              }
              .button{
                border: none;
                font-size: 16px;
                color: #FFF;
                padding: 8px 16px;
                background-color : #ddc26f;     
                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;
  }
} ***/

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