@font-face {
	font-family: 'cera_probold';
	src: url('../fonts/cera_pro_bold.woff2') format('woff2'),
				url('../fonts/cera_pro_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	display: swap;
}

@font-face {
	font-family: 'cera_proregular';
	src: url('../fonts/cera_pro_regular.woff2') format('woff2'),
				url('../fonts/cera_pro_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	display: swap;
}

/* ============ */

body{font-family: 'cera_proregular', sans-serif; font-size: 28px; color: #13335A;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
textarea, input:focus{outline: none;}

b, strong, h1, h2, h3, h4{font-weight: 700;font-family: 'cera_probold';}
.padding{padding: 60px 0px;}
header{position: relative;}

.text_slogan{text-align: center;padding: 40px 0;}

.small-box{max-width: 900px;margin: auto;}

.video{position: relative;z-index: 1;}
.video img{cursor: pointer;}

.numbers{
	position: relative;
	margin-top: -240px;
	padding: 300px 0 200px;
	background-color: #13335A;
	color: #fff;
}

.numbers h2{color: #42B9EB; font-size: 40px;margin: 20px 0;line-height: 1em;}
.numbers p{margin: 0;}

.number_big{
	font-size: 120px;
	font-weight: 700;
	justify-content: center;
	font-family: 'cera_probold';
	line-height: 1em;
}

.number_big span{
	font-size: 60px;
	font-weight: 400;
	font-family: 'cera_proregular';
}

.number_item{
	max-width: 325px;
	text-align: center;
	flex-grow: 1;
}

.slogan_image{
	position: relative;
	margin-top: -96px;
	z-index: 1;
}

.slogan_image img {
	max-width: 900px;
	margin: auto;
}

.cards_content{
	text-align: center;
	margin: 30px 0 60px;
}
.cards_title{font-family: 'cera_probold'; font-size: 46px; text-align: center;padding-bottom: 20px;}
.cards_slogan{
	background: #0160C7;
	background: linear-gradient(90deg,rgba(1, 96, 199, 1) 0%, rgba(57, 133, 229, 1) 100%);
	color: #fff; display: inline-block; padding: 10px 40px;border-radius: 40px;
}

.card_item{flex: 1;}
.card_item .foto img{width: 100%;}
.cards_items h3{line-height: 1em;font-size: 35px;margin: 0;}
.cards_items p{font-size: .8em;margin: 10px 0;line-height: 1.1em;}
.cards_items .icon{min-height: 65px;display: flex;align-items: center;}

.cards_info{
	background: #0160C7;
	background: linear-gradient(90deg,rgba(1, 96, 199, 1) 0%, rgba(57, 133, 229, 1) 100%);
	-webkit-border-bottom-right-radius: 26px;
	-webkit-border-bottom-left-radius: 26px;
	-moz-border-radius-bottomright: 26px;
	-moz-border-radius-bottomleft: 26px;
	border-bottom-right-radius: 26px;
	border-bottom-left-radius: 26px;
	color: #fff;
	padding: 20px;
	margin-top: -2px;
	min-height: 169px;
}
.pp-top{padding-top: 40px;}

.cards_text{text-align: center; margin: 30px 0 0;}

footer{background-color: #13335A;padding: 60px 0;margin-top: 80px;}


.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  width: 80%;
  max-width: 800px;
  position: relative;
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: white;
  cursor: pointer;
}


/* Efeito zoom nas imagens dos cards */
.card_item .foto{
	overflow: hidden;
	border-radius: 26px 26px 0 0;
}
.card_item .foto img {
	transition: transform 0.5s ease;
}
.card_item .foto img:hover {
	transform: scale(1.05);
}

.chevron-wrap{
  position: absolute;
  /*top: 90vh;*/
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  transition: opacity .3s ease;
}

.chevron{
  display: block;
  width: 20px;
  height: 20px;
  border-right: 3px solid #13335A;
  border-bottom: 3px solid #13335A;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}

/* animação sobe e desce */
@keyframes bounce{
  0%,100%{ transform: rotate(45deg) translateY(0) translateX(-50%); }
  50%{ transform: rotate(45deg) translateY(10px) translateX(-5%); }
}

/* classe para esconder */
.hide{
  opacity:0;
  pointer-events:none;
}



.entrar_alpha {
	opacity: 0;
	transform: translateY(20px);
	transition-property: opacity, transform;
	transition-duration: 0.8s;
	transition-timing-function: ease;
}

.entrar_alpha.ativo {
	opacity: 1;
	transform: translateY(0);
}
.delay-1 {
	transition-delay: 0s;
}

.delay-2 {
	transition-delay: 0.2s;
}

.delay-3 {
	transition-delay: 0.4s;
}

.delay-4 {
	transition-delay: 0.6s;
}


@media screen and (max-width: 767px) {
	.entrar_alpha {
		transition-delay: 0s !important;
	}
}


/* ============ */

@media screen and (max-width: 1300px) {
	body{font-size: 26px;}
	.number_big {font-size: 90px;}
	.number_big span {font-size: 45px;}
	.numbers h2 {font-size: 30px;margin: 10px 0;}
	.numbers p {font-size: 20px;}
	.slogan_image {margin-top: -107px;}
	.cards_title {font-size: 46px;}
}

/* ============ */

@media screen and (max-width: 1200px) {
}

/* ============ */

@media screen and (max-width: 990px) {
}

/* ============ */

@media screen and (max-width: 767px) {
	body{font-size: 18px;}
	.cards_items {flex-direction: column;}
	.numbers {margin-top: -90px;padding: 120px 0;}
	.numbers .flex {flex-wrap: wrap;justify-content: space-between;gap: 20px;}
	.numbers .flex .flex {flex-wrap: nowrap;justify-content: center;gap: 0px;}
	.number_item {max-width: 45%;}
	.number_big {font-size: 60px;}
	.number_big span {font-size: 26px;}
	.numbers h2 {font-size: 23px;}
	.numbers p {font-size: 18px;}
	.slogan_image {margin-top: -33px;text-align: center;}
	.slogan_image img {width: 320px;height: auto;display: inline-block;}
	.cards_info {min-height: auto;}
	.cards_items h3 {font-size: 30px;}
	.cards_title {font-size: 28px;}
	.cards_text br{display: none;}
	.cards_slogan {padding: 5px 25px;}
	.pp-top{padding-top: 25px;}
	.cards_items{gap: 25px;}

	.text_slogan {padding: 20px 0 40px;}

	footer {padding: 60px 20px;}
	footer .flex{gap: 33%;}
	
	.chevron-wrap{top: 60vh;}
}

/* ============ */

@media screen and (max-width: 520px) {
}

/* ============ */

@media screen and (max-width: 460px) {
}





