/*
Theme: Corre Certo
Theme URI: correcertoprotecao.com.br
Description: Site para Corre Certo - 2026
Author: Antonio Pereira
Author URI: bemmais.com
Version: 1.0
*/

@font-face {
  font-family: Scanno-Light;
  src: url(fonts/Scanno-Light.woff2);
}
@font-face {
  font-family: Scanno-Heavy;
  src: url(fonts/Scanno-Heavy.woff2);
}
*{
	margin: 0 auto;
	z-index: 1;
	font-family: Scanno-Heavy;
}
li, a{
	list-style: none;
	text-decoration: none;
}
.mob{
	display: none!important;
}
html {
  scroll-behavior: smooth;
}
body{
	background-color: #f3f3f3;
}
header{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	padding: 0 15%;
	box-sizing: border-box;
	box-shadow: 0 16px 16px rgba(0, 0, 0, 0.5);
	position: fixed;
	background-color: #fff;
	z-index: 12;
}
header #logo, header #btn{
	margin: 0;
	transition: 0.3s;
	cursor: pointer;
}
header #logo:hover, header #btn:hover{
	transform: scale(1.05);
  transition: 0.3s;
}
header ul{
	display: flex;
	padding: 0;
	align-items: center;
}
header ul li{
	list-style: none;
	margin: 0 16px;
	text-align: center;
	color: #000;
	transition: 0.3s;
	display: inline-block;
	cursor: pointer;
}
header ul li:hover{
	transform: scale(1.05);
  transition: 0.3s;
}
header ul li a{
	color: #000;
	transition: 0.3s;
	display: inline-block;
}
header ul li a:hover{
  transform: scale(1.05);
  transition: 0.3s;
}
header #menu{
	height: 64px;
	margin-right: 0;
}
header #btn{
	background-color: #ff7800;
	color: #fff;
	padding: 4px 24px;
	box-sizing: border-box;
	border-radius: 16px;
}

#s1{
	padding-top: 100px;
	box-shadow: 2px 8px 32px rgba(0, 0, 0, 0.6);
}
#s1, #s1 img{
	width: 100%;
}
#s1 img{
	z-index: -1;
}
#s1 form{
	position: absolute;
	right: 15%;
	top: 180px;
	width: 25%;
	background-color: #0c69f5;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 16px;
	box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.6);
}
#s1 form input{
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 8px;
	padding: 8px 16px;
	box-sizing: border-box;
	margin-bottom: 12px;
	margin-top: 2px;
	font-family: Scanno-Light;
}
#s1 form input[type="submit"]{
	background-color: #ff7800;
	color: #fff;
	width: fit-content;
	padding: 8px 48px;
	box-sizing: border-box;
	margin-top: 16px;
	font-family: Scanno-Heavy;
	cursor: pointer;
	font-size: 13pt;
	transition: 0.3s;
}
#s1 form input[type="submit"]:hover{
	transform: scale(1.05);
  transition: 0.3s;
}
#s1 form h2{
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
	font-size: 1.3rem;
}
#s1 form label{
	color: #fff;
	margin-left: 4px;
	font-family: Scanno-Light;
}
.top-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

/* Cada slide */
.carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Slide visível */

.carousel-item.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}
#s2{
	width: 70%;
	margin-left: 15%;
	background-color: #ff7800;
	border-radius: 48px;
	padding: 32px 48px;
	box-sizing: border-box;
	margin-top: -4%;
	z-index: 11;
	position: relative;
	margin-bottom: 48px;
}
#s2 h1{
	color: #fff;
	margin-bottom: 16px;
}
#s2 p{
	font-family: Scanno-Light;
}
#s3{
	width: 100%;
	padding: 0 15% 64px;
	box-sizing: border-box;
}
#s3 h1{
	padding-left: 48px;
	margin-bottom: 48px;
}
#s3 h1 span{
	position: relative;
	background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 35%, #0c69f5 35%, #0c69f5 100%);
	padding-right: 16px;
	padding-left: 2px;
}
#s3 .solucoes{
	width: 100%;
	display: flex;
	margin-bottom: 48px;
}
#s3 .solucao{
	width: 21%;
	background-color: #fff;
	text-align: center;
	padding: 32px 16px;
	box-sizing: border-box;
	border-radius: 32px;
}
#s3 .solucao img{
	max-width: 50%;
	margin-bottom: 16px;
}
#s3 .solucao .title{
	font-family: Scanno-Heavy;
}
#s3 .solucao p{
	margin-bottom: 16px;
	font-family: Scanno-Light;
}
#s3 a{
	margin-top: 16px;
	background-color: #0c69f5;
	color: #fff;
	padding: 8px 56px;
	box-sizing: border-box;
	border-radius: 8px;
	transition: 0.3s;
	display: inline-block;
}
#s3 a:hover{
	transform: scale(1.05);
  transition: 0.3s;
}

.solucoes-carrossel{
	display:flex;
	align-items:center;
	gap:20px;
}

.sol-prev,
.sol-next{
	background:none;
	border:none;
	font-size:50px;
	cursor:pointer;
	color:#ff7800;
	font-family: Scanno-Light;
}

#s3 .solucoes{
	display:flex;
	overflow:hidden;
	width:100%;
	gap:2%;
}
#s3 .solucao{
	flex:1;
	background-color:#fff;
	text-align:center;
	padding:32px 16px;
	box-sizing:border-box;
	border-radius:32px;
}

#s4, #s4 img{
	width: 100%;
}
#s5{
	background-color: #ff7800;
	border-radius: 32px;
	margin-top: -32px;
	z-index: 1;
	position: relative;
	padding: 64px 15% 300px;
	box-sizing: border-box;
}
#s5 h1{
	color: #fff;
	text-align: center;
}
#s5 .ituran{
	display: flex;
	align-items: center;
}
#s5 .ituran img{
	width: 20%;
	margin-right: 4%;
}
#s5 .ituran h1{
	text-align: left;
	margin-bottom: 24px;
}
#s5 .ituran p{
	color: #fff;
	font-family: Scanno-Light;
}
#s5 .ituran h1 span{
	position: relative;
	background: linear-gradient(to bottom, #ff7800 0%, #ff7800 35%, #0c69f5 35%, #0c69f5 100%);
	padding-right: 16px;
	padding-left: 2px;
}
.carrossel{
	border-radius:16px;
	padding: 40px 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin-top: -280px;
	margin-bottom: 48px;
}
.carrossel .row{
	display: flex;
	align-items: center;
	gap: 12px;
}
.carrossel button{
	background: none;
	border: none;
	cursor: pointer;
	user-select: none;
}
.carrossel .btn{
	font-size: 60pt;
	font-family: Scanno-Light;
	padding: 8px;
	color: #fff;
	flex-shrink: 0;
	font-weight: 100;
}
.carrossel .btn:hover{
	color: #0c69f5;
}
.carrossel .slides{
	flex:1;
	text-align:center;
	overflow:hidden;
	border-radius: 36px;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.5);
}
.carrossel .slide{
	display:none;
	animation:in .4s ease;
	background-color: #fff;
	padding: 0 0 0 5%;
	border-radius: 36px;
}
.carrossel .slide.on{
	display: flex;
}
.carrossel .slide .content{
	text-align: left;
}
.carrossel .slide p{
	margin-bottom: 16px;
}
.carrossel .slide a{
	text-align: left;
	background-color: #ff7800;
	color: #fff;
	font-size: 1.2rem;
	padding: 4px 32px;
	border-radius: 8px;
	transition: 0.3s;
	display: inline-block;
}
.carrossel .slide a:hover{
	transform: scale(1.05);
  transition: 0.3s;
}
.carrossel .slide a span{
	font-family: Scanno-Light;
	font-size: 18pt;
	background: #ff7800;
	padding: 0;
}
footer{
	background-color: #fff;
	padding: 32px 15%;
	box-sizing: border-box;
	border-top-right-radius: 32px;
	border-top-left-radius: 32px;
}
footer .top{
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
footer .top p{
	font-family: Scanno-Light;
}
footer .top p.title{
	font-family: Scanno-Heavy;
}
footer .socials img{
	margin-right: 4px;
	transition: 0.3s;
}
footer .socials img:hover{
	transform: scale(1.05);
  transition: 0.3s;
}
footer .bottom{
	text-align: center;
}
footer .bottom p{
	font-family: Scanno-Light;
}
footer .bottom a{
	text-decoration: none;
	color: #000;
	transition: 0.3s;
	display: inline-block;
}
footer .bottom a:hover{
	transform: scale(1.01);
  transition: 0.3s;
}
@keyframes in{
	from{
		opacity:0;
		transform:translateX(20px);
	}
	to{opacity:1;
		transform:translateX(0);
	}
}
.carrossel .slide h1{
	text-align: left;
	margin-bottom: 8px;
}
.carrossel .slide span{
	position: relative;
	background: linear-gradient(to bottom, #fff 0%, #fff 35%, #ff7800 35%, #ff7800 100%);
	padding-right: 16px;
	padding-left: 2px;
}
.carrossel .content{
	align-content: center;
	width: 60%;
}
.carrossel .slide img{
	width: 60%;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
}
.carrossel .slide p{
	font-family: Scanno-Light;
	text-align: left;
}
.carrossel .dots{
	display:flex;
	justify-content:center;
	gap:8px;
	margin-top: 20px;
	width: fit-content;
}
.carrossel .dot{
	width:10px;
	height:12px;
	border-radius:50%;
	background:#ff7800;
	transition:background .3s,width .3s;
}
.carrossel .dot.on{
	background:#0c69f5;
	width: 24px;
	border-radius:5px
}
@media only screen and (max-width: 1600px) {
	#s1 form{
		top: 124px;
	}
	#s2{
		margin-top: -2%;
	}
}
@media only screen and (max-width: 1300px) {
	.mob{
		display: block!important;
	}
	.desk{
		display: none!important;
	}
	header{
		padding: 0 5%;
	}
	header ul{
		width: 60%;
		position: fixed;
		display: none;
		background-color: #fff;
		top: 99px;
		padding: 16px 32px;
		box-sizing: border-box;
		right: 0;
		border-bottom-left-radius: 16px;
		box-shadow: 0 16px 16px rgba(0, 0, 0, 0.5);
	}
	header ul li{
		width: 80%;
		margin-right: 0;
		text-align: right;
		margin-bottom: 32px;
	}
	header #logo{
		max-height: 80px;
	}
	.menu-on{
	  display: block!important;
	  margin-right: 0;
	  transition: margin-right 0.6s;
	}
	.menu-off{
	  display: none;
	}
	.m-right {
	  display: block!important;
	  margin-right: -105%;
	  transition: margin-right 1s;
	}

	#s1 form{
		position: relative;
		right: 0;
		top: 0;
		width: 90%;
		background-color: #0c69f5;
		padding: 24px;
		box-sizing: border-box;
		border-radius: 16px;
		box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.6);
		margin-top: 32px;
	}
	#s2{
		margin-top: 32px;
		width: 90%;
		margin-left: 5%;
	}
	#s3{
		padding: 0 5% 48px;
	}
	#s3 h1{
		padding: 0;
	}
	#s3 .solucoes{
		display: block;
	}
	#s3 .solucao{
		width: 80%;
		margin-bottom: 16px;
	}
	#s3 a{
		width: 100%;
		display: inline-flex;
	}
	#s3 .solucoes {
    width: calc(100% * var(--total-cards));
    display: flex;
    gap: 0; /* pode ajustar se quiser espaçamento */
  }

  #s3 .solucao {
    flex: 0 0 100%;
    padding: 16px 8px; /* ajuste para mobile */
    box-sizing: border-box;
  }
	#s5{
		padding: 64px 5% 400px;
	}
	#s5 .ituran{
		display: block;
	}
	#s5 .ituran img{
		width: 40%;
		margin-left: 30%;
		margin-bottom: 36px;
	}
	.carrossel{
		width: 90%;
		padding: 40px 0;
		margin-top: -380px;
	}
	.carrossel .row{
		gap: 0;
	}
	.carrossel .slide{
		padding: 0;
	}
	.carrossel .slide.on{
		display: block;
	}
	.carrossel .content{
		padding: 32px;
		box-sizing: border-box;
	}
	.carrossel .content, .carrossel img{
		width: 100%!important;
	}
	.carrossel .slide a{
		text-align: center;
	}
	footer .top{
		display: block;
		text-align: center;
	}
	footer .top div, footer .top .logo{
		margin-bottom: 16px;
	}
	footer .top .socials{
		margin-top: 8px;
	}
}