@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:#00a7ff;
  --black:#00a7ff;
  --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: 90vh;
  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/fundo.png");
}
.localizacao h3 {
  color: #085b88;
  
}
.localizacao h4 {
  color: #085b88;
  
}
h1{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}


header {
  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;
}

header img {
  width: 300px;
  margin-left: 20px;
  padding: 15px 0;
}

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 {
   background-color: url("imagensindex/fundo.png");
  font-size: 3.6rem;
  line-height: 4.6rem;
  
}

h3{
    background-color: url("imagensindex/fundo.png");
    font-size: 2.6rem;
}
h4{
    background-color: url("imagensindex/fundo.png");
    font-size: 2.0rem;
}
/*  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
==================*/



/*=============== 
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("images/fundo.png");
  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");
}


/* 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; /* blue */
	font-size: 50px;
	margin-bottom: 20px;
}
.txt p{
	font-weight: bold;
	font-size: 20px;
}





/* /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");
  }

  .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");

  }
}




.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: 70%;
  /*background-image: url("imagensindex/consultarcerto.jpg");*/
  
  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: #085b88;
}
/* 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);
          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-image: url("imagensindex/fundo.png");
                border-radius: 6px;
                margin: 14px;
                cursor: pointer;
                transition: all 0.3s ease;
              }
              .button:hover{
                background: #265DF2;
              }
              
              .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");*/
}     


footer{
  background-image: url("imagensindex/fundo.png");
}



.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;
  position: absolute;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
  background-color: #fff;
  color: #777;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.btn-white::after {
  background-color: #fff;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

div[class*=box] {
	height: 33.33%;
	width: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-1 { background-color: #FF6766; }
.box-2 { background-color: #3C3C3C; }
.box-3 { background-color: #052e18; }

.btnn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
}



/* 
========================
      BUTTON THREE
========================
*/
.btn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}