/* montserrat-300 */
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2');
}

/* montserrat-regular */
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2');
}

/* montserrat-700 */
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}

/* montserrat-900 */
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2');
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 400;
    line-height: 1.5; /* Garante que a altura da linha seja constante */
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
}

.quebra-linha{
	display: none;
}

.separador-wrapper{
	margin: 0 auto;
}

.separador{
	color: #212529;
}

div.row{
	margin: 0;
}

/***BACKGROUND COLORS ***/
	.bg-dark-1{
		background-color: #f3f3f3;
	}

	.bg-dark-2{
		background-color: #243547;
	}

/*** BOTÕES ***/
	.btn-primary{
		padding-left: 0;
/*	    color: #212529;*/
	    text-wrap: nowrap;
	    background: #295788;
	    border-color: #24507f;
	    border-radius: 6.25rem; /* 100px */
	}

	.btn-primary:active,
	.btn-primary:first-child:active,
	.btn-primary:focus-visible,
	.btn-primary:hover{
/*	    color: #fff;*/
/*	    background: linear-gradient(176deg, #ee8601, #f3a644);*/
/*	    border-color: #c88b06;*/
		color: #295788;
	    background: linear-gradient(176deg, #fff, #f3f3f3);
	    border-color: #295788;
	}

	.btn-icon{
		font-size: 1.25rem; /* 20px */
/*		color: #212529;*/
		vertical-align: middle;
	}

	.btn-primary:active .btn-icon,
	.btn-primary:first-child:active .btn-icon,
	.btn-primary:focus-visible .btn-icon,
	.btn-primary:hover .btn-icon{
/*	    color: #fff;*/
	}

	.btn-icon-seta{
		font-size: 1rem;
		color: #295788;
	}

	.btn-primary:active .btn-icon-seta,
	.btn-primary:first-child:active .btn-icon-seta,
	.btn-primary:focus-visible .btn-icon-seta,
	.btn-primary:hover .btn-icon-seta{
		color: #fff;
	}

/*** BOXES ***/
	/* card-box */
	.card-box{
		border: none;
		border-radius: 12px;
	}

	.card-box-icon{
		margin-right: 8px;
		font-size: 14px;
		color: #ffc435;
		vertical-align: bottom;
	}

	.box{
		height: 100%;
		padding: 40px;
/*		border: 2px solid #ee8601;*/
		border: 2px solid #295788;
		background-color: #fff;
		box-shadow: 0px 5.91px 7.39px 0px rgba(0, 0, 0, 0.25);
	}

	.box-icon{
		margin-right: 16px;
		font-size: 30px;
		color: #1bbd06;
	}

	.box-lg{
		text-align: center;
		padding: 80px 20px 230px;
		background-image: url('../img/bg-lp-saphira-box.webp'), linear-gradient(to bottom, rgba(242, 243, 244, 1), rgba(227, 228, 229, 1));
		background-position: bottom right;
		background-repeat: no-repeat;
	    border-radius: 20px;
	}

	.txt-quote{
		margin-top: 30px;
		font-weight: 600;
	}

/*** BOX BALLOON ***/
    /*.box-balloon{
        padding: 30px 20px;
        text-align: center;
        color: #243547;
        border: 1px solid #007ac6;
        border-radius: 20px;
        background-color: #243547;
	    box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
    }*/

/*** CARD FUNCIONALIDADE ***/
	.card-funcionalidade{
		height: 100%;
		border: none;
		border-radius: 20px;
	    box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.15);
	}

	.card-funcionalidade-btn{
		position: relative;
	    z-index: 500;
	    margin-top: -25px;
	    text-align: center;
	}

	.card-funcionalidade-img{
		min-height: 180px;
		aspect-ratio: auto 900 / 451;
	    border-top-left-radius: 20px;
	    border-top-right-radius: 20px;
	}

	.card-funcionalidade-txt{
		padding: 50px 16px;
		text-align: center;
	}

/*** CARD MÓDULO ***/
	.card-modulo{
		height: 100%;
		border: none;
		border-radius: 20px;
	    box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.15);
	}

	.card-modulo-img{
		height: 120px;
    	justify-content: center;
    	align-items: center;
	    border-radius: 10px;
	    background-color: #efefef;
	}

	.card-modulo-txt{
		padding: 30px 16px;
	}

/*** CARROSSEL ***/
	.carousel-control-next,
	.carousel-control-prev{
		top: 50%;
		width: 4vh;
		height: 4vh;
		background-color: #295788;
		border-radius: 50%;
		transform: translateY(-50%);
	}

	.carousel-indicators [data-bs-target]{
		background-color: #e4b754;
	}

	.carousel-indicators [data-bs-target]{
		width: 10px;
		height: 10px;
		border-radius: 100%;
	}

	#carrosselTelasSaphira{
		margin-top: -30px;
	}

/*** FONTES ***/
	.color-pix-azul{
		color: #004165;
	}

	.color-pix-preto{
		color: #212529;
	}

	.destaque-texto{
		font-weight: 800;
		color: #295788;
	}
	
	.texto-1{
		font-size: 20px;
	}

	.texto-2{
		font-size: 1.875rem; /* 30px */
	}

	.texto-3{
		font-size: 23px;
	}

	.texto-5{
		font-size: 14px;
	}

	.texto-preco{
		font-size: 34px;
	}

	.titulo-1{
		font-size: 25px;
	}

/*** IMAGENS ***/
	.img-modulo{
		margin-left: -6%;
		aspect-ratio: auto 564/302;
	}

	.img-tela-workflow{
		margin-top: -32px;
		margin-bottom: -50px;
		aspect-ratio: auto 890/778;
	}

	.logo-cliente{
		aspect-ratio: auto 220 / 55;
	}

	/*.logo-empresa-depoimento{
		height: 60px;
	}*/

/*** JUMBOTRON ***/
	.jumbotron-header{
		/*display: flex;
		align-items: center;*/
	}

	.jumbotron-content{
		padding: 80px 0;
		text-align: center;
	}

    .jumbotron-saphira{
        background: url('../img/img-lp-saphira-jumbotron.jpg') top center no-repeat #f0f0f0;
    }

    .jumbotron-saphira-ia{
        background: url('../img/img-lp-saphira-ia-jumbotron.jpg') top center no-repeat #f0f0f0;
    }

    .jumbotron-saphira,
    .jumbotron-saphira-ia{
    	min-height: 611px;
        background-size: cover;
    }

	.scroll-container{
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    z-index: 10 !important;
	}

	.jumbotron-scroll{
	    background-color: transparent;
	    background-size: cover;
	    padding: 80px 0;
	    margin-top: 0;
	    margin-bottom: 0;
	    border-radius: 0;
	    position: relative;
	    border: 0;
	}

	.jumbotron-scroll .jumbotron-footer{
	    position: absolute;
	    bottom: -2px;
	    width: 100%;
	    left: 0;
	    z-index: 50;
	    overflow: hidden;
	}

	.jumbotron-scroll .jumbotron-footer.jumbotron-footer-gray:after, .jumbotron-scroll .jumbotron-footer.jumbotron-footer-gray:before{
	    background: #fff !important;
	}

	.jumbotron-scroll .jumbotron-footer:after{
	    left: 0;
	    margin-left: -245px;
	}

	.jumbotron-scroll .jumbotron-footer:before{
	    right: 0;
	    margin-right: -245px;
	}

	.jumbotron-scroll .jumbotron-footer:after, .jumbotron-scroll .jumbotron-footer:before{
	    content: "";
	    position: absolute;
	    height: 100%;
	    width: 51%;
	    top: 0;
	    background: #f5f5f5;
	    z-index: 45;
	}

	.jumbotron-scroll .jumbotron-footer>.scroll{
	    height: 69px;
	    width: 505px;
	    position: relative;
	    z-index: 50;
	    left: 0;
	    right: 0;
	    margin: auto;
	}

	.jumbotron-scroll .jumbotron-footer>.scroll>a{
	    display: block;
	    position: relative;
	    height: 100%;
	}

	.jumbotron-scroll .jumbotron-footer>.scroll>a:after{
	    content: "";
	    width: 0;
	    height: 0;
	    border-top: 15px solid #fff;
	    border-right: 15px solid transparent;
	    border-bottom: 0;
	    border-left: 15px solid transparent;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    -webkit-animation: 1s infinite float;
	    -o-animation: 1s infinite float;
	    animation: 1s infinite float;
	}

	.jumbotron-scroll .jumbotron-footer.jumbotron-footer-gray .scroll>a:after{
	    border-top-color: #295788 !important;
	}

	.jumbotron-scroll .jumbotron-footer>.scroll.scroll-gray-new>a svg{
	    fill: #fff !important;
	}

	.jumbotron-scroll .jumbotron-footer>.scroll>a svg{
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    fill: #f5f5f5;
	}

/*** LOGOS CLIENTES ***/
	.container-logos-clientes{
		margin-bottom: 100px;
		background-color: #fff;
	}

	.box-logo-cliente{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 194px;
		/*border-radius: 14px;*/
		/*background-color: #243547;*/
		/*backdrop-filter: blur(11.82089614868164px);*/
		/*box-shadow: 0px 5.91px 7.39px 0px rgba(0, 0, 0, 0.25);*/
	}

/*** MODAL COM FORM DE CONTATO ***/
	.modal-body{
		height: 800px;
    	overflow: hidden;
	}

/*** NAVBAR ***/
	.header{
		padding: 20px;
	}

 	.header-brand-logo{
 		height: 60px;
		aspect-ratio: auto 5/3;
	}

/*** SECTIONS ***/
	.section-1{
/*		min-height: 925px;*/
/*		padding-bottom: 215px;*/
		background-color: #f0f0f0;
	}

	.section-2{
		margin-top: -180px;
		padding-top: 120px;
		/*background-color: #fff;*/
		background: url('../img/bg-lp-saphira-textura.png') bottom right no-repeat #fff;
	}

	.section-4{
		/*margin-top: -190px;*/
		padding: 100px 0;
		background: url('../img/bg2-lp-saphira.webp') center right no-repeat #243547;
		background-size: cover;
	}

	.section-5{
		padding-top: 150px;
		padding-bottom: 120px;
	}

	.section-6{
		padding: 60px 0 90px 0;
    	background: url('../img/img2-lp-saphira-6.webp') top left no-repeat #f3f3f3;
    	background-size: cover;
	}

	.section-7{
		padding: 150px 0;
    	/*background: url('../img/img-lp-saphira-7.webp') center no-repeat #e9eaec;*/
    	background-size: cover;
	}

/*** RODAPÉ ***/
	/*.brand-logo-rodape{
		padding-right: 1.25rem; /* 20px 
		aspect-ratio: auto 132 / 80;
		height: 3.125rem; /* 50px 

	}*/

	.rodape{
		color: #fff;
		background-color: #004165;
	}

	.logo-pix-rodape{
		aspect-ratio: auto 13/8;
		height: 80px;
	}

	.sub-opcao-rodape{
	    margin-bottom: 0.5rem; /* 8px */
		font-size: 1.25rem; /* 20px */
		line-height: 1.5rem; /* 24px */
	    font-weight: 500;
    }

	.link-rodape{
		text-decoration: none;
		color: #fff;
	}

	.link-rodape:hover{
		text-decoration: underline;
	}

	.color-flicts{
		color: #e4b754;
	}

/*** VÍDEOS ***/
	.video-centralizado{
		border-radius: 20px;
        box-shadow: 3px 6px 16px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 3px 6px 16px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 6px 16px 0px rgba(0, 0, 0, 0.3);
	}

	.video-centralizado{
		max-width: 120%;
	}

	.video-h{
		aspect-ratio: 16/9;
	}

	#videoSaphiraIA{
		margin-left: -12%;
	}

@media (min-width: 768px){
    /*.box-balloon{
        padding: 60px 20px;
    }*/

	.box-lg{
		padding: 120px 0 120px 46px;
		text-align: left;
		background-image: url('../img/bg-lp-saphira-box.webp'), linear-gradient(to bottom, rgba(242, 243, 244, 1), rgba(227, 228, 229, 1));
		background-position: bottom right;
		background-repeat: no-repeat;
	    border-radius: 20px;
	}

	.brand-logo-rodape{
		position: absolute;
		height: 80px;
	}

	.btn-primary{
		padding-right: 24px;
	}

	.card-box-icon{
		margin-right: 12px;
	}

	.card-funcionalidade-img{
		min-height: 280px;
	}

	.card-funcionalidade-txt{
		padding: 40px 16px;
	}

	.img-modulo{
		max-width: 100%;
		margin-left: 0;
	}

	.jumbotron-header{
		/*padding: 80px 0;*/
	}

    /*.jumbotron-saphira{
        background: url('../img/bg2-lp-saphira-claro.webp') top center no-repeat #f0f0f0;
        background-size: cover;
    }*/

	.section-1{
/*		padding-bottom: 235px;*/
	}

	.section-2{
		padding-top: 240px;
		background: url('../img/bg-lp-saphira-textura.png') center right no-repeat #fff;
	}

	.section-4{
		background: url('../img/bg2-lp-saphira.webp') center no-repeat #243547;
		background-size: cover;
	}

	.section-6{
		padding: 135px 0 110px 0;
	}

	.section-7{
		padding: 100px 200px;
    	/*background: url('../img/img-lp-saphira-7.webp') center no-repeat #e9eaec;*/
    	background-size: cover;
	}

	.texto-1{
		font-size: 20px;
	}

	.texto-4{
		font-size: 18px;
	}

	.texto-preco{
		font-size: 28px;
	}

	.titulo-1{
		font-size: 32px;
	}

	.video-centralizado{
		max-width: 160%;
	}

	#videoSaphiraIA{
		margin-left: auto;
	}
}

@media (min-width: 992px){
	.quebra-linha{
		display: inline;
	}
}






/* Estilização do Card/Container */
.glass-container {
    background: rgba(255, 255, 255, 0.05); /* Fundo quase transparente */
    backdrop-filter: blur(15px) saturate(180%); /* O segredo do efeito vidro */
    -webkit-backdrop-filter: blur(15px) saturate(180%); /* Suporte para Safari */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

/* Ajuste para o vídeo ocupar todo o fundo da coluna */
.video-bg-column {
    position: relative;
    min-height: 400px; /* Garante visibilidade em telas menores */
}

.video-bg-column video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1; /* Garante que o vídeo fique atrás de qualquer conteúdo */
}

/* Overlay de gradiente para suavizar a leitura */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}