.navbar-nav li a {
  color: #202020;
  font-size: 18px;
  margin: 0px 15px;
  text-decoration:none;
}
.navbar-nav li a:hover{
  color: #0c5cab;
  font-size: 18px;
  margin: 0px 15px;
  text-decoration:none;
}
.mobile_only{
  display: none;
}
img{
  width: 100%!important;
  height: auto!important;
}
.cardf{
  display: flex;
  align-items: center;
  justify-content: center;
}
a.botao_padrao {
  padding: 10px 55px;
  background: #0c5cab;
  border-radius: 6px;
  color: white!important;
  font-weight: bold;
  text-transform: lowercase;
  border:1px solid transparent;
}
a.botao_padrao:hover{
	transition: 0.3s;
	background: #faf8f8;
	border:1px solid #0c5cab;
	color:#0c5cab!important;
	text-decoration:none;
}

h1{
	font-weight:600;
	color:#0c5cab;
	font-size: 40px;
}

h2{
	font-weight: 400;
	font-size: 30px;
	color:#202020;
}

h3{ font-weight: 600;
	font-size: 36px;
	color:white;


}

a.cadastro {
  margin: 120px;
}

#cadastro {
	margin: 60px
}




/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 10px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #0c5cab;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* Style the back side */
.flip-card-back {
  background-color: #fff;
  color: #202020;
  transform: rotateY(180deg);
  flex-direction:column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: 0px 32px 33.6px 8.4px rgba(0, 0, 0, 0.06);
  text-align: center;
}

#chamada{
	margin:120px;
}

body{
  background: #faf8f8!important;
}


nav.navbar.navbar-expand-lg{
  width: 100%;
  align-items: center;
}
ul.navbar-nav{
  align-items: center!important;
  justify-content: center!important;
  width: 100%;
}




/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card2 {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 10px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front2 {
  background-color: #0c5cab;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* Style the back side */
.flip-card-back2 {
  background-color: #fff;
  color: #202020;
  transform: rotateY(180deg);
  flex-direction:column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: 0px 32px 33.6px 8.4px rgba(0, 0, 0, 0.06);
  text-align: center;
}





/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card3 {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s;
  border-radius: 10px;
  transform-style: preserve-3d;
  box-shadow: 0px 32px 33.6px 8.4px rgba(0, 0, 0, 0.06);
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front3 {
  background-color: #0c5cab;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  
}

/* Style the back side */
.flip-card-back3 {
  background-color: #fff;
  color: #202020;
  transform: rotateY(180deg);
  flex-direction:column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: 0px 32px 33.6px 8.4px rgba(0, 0, 0, 0.06);
  text-align: center;

}

#texto2{
  text-align: center;
}


#slide{
  margin: 120px;
}

a.bt {
  padding: 10px 55px;
  background: #0c5cab;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  text-transform: lowercase;
  border:1px solid transparent;
  align-items: center;
}

.center-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px;
}

a.bt:hover {
  transition: 0.3s;
  background:white;
  border:1px solid #0c5cab;
  color:#0c5cab;
  text-decoration:none;

}

#slides{
  background-color: #0c5cab;
  padding: 30px;
  text-align: center;
}

#ch3{
 text-align: center;
 margin: 120px
}

#slides .slide {
    padding: 80px 0;
}

.slick-dots {
    left: 0px!important;
    bottom: 25px!important;
    width: 100%!important;
}
.slick-dots li.slick-active button:before {
    opacity: .95!important;
    color: white!important;
}

.slick-dots li button::before {
    color: white!important;
}

#footer{
  background-color: rgb(255, 255, 255);
  background: #0c5cab;
  padding: 60px;
}

.textof{
  text-align: center;

}

#ultima{
  
}

.btt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px;
}

a.btt:hover {
  transition: 0.3s;
  background:white;
  border:1px solid #0c5cab;
  color:#0c5cab;
  text-decoration:none;

}

.navbar-toggler-icon svg path{
  fill: #0c5cab;
}

@media only screen and (max-width: 628px){
  ul.navbar-nav {
    margin: 18px 0;
}
li.discover-link {
  margin-bottom: 20px;
}
.desk_only{
  display: none;
}

  #chamada {
    margin: 40px;
}
#ch3 {
  margin: 40px;
}

#cadastro {
  margin: 60px 10px;
}
.mobile_only{display: block;}
}

section#footer div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}