/* 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;
	}

	.bg-dark-3{
		background-color: #dedede;
	}

/*** FONT-AWESOME ICONS ***/
	.fa-icon{
		display: inline-block;
	    width: 1em;
	    height: 1em;
	    flex-shrink: 0;
	}

	.card-box-icon{
		margin-right: 8px;
		font-size: 1.6875rem; /* 27px */
		color: #ee8601;
		vertical-align: bottom;
		--cor-fundo: #ee8601;
		--cor-check: #fff;
	}

/*** BOTÕES ***/
	.btn-primary{
		padding-left: 6px;
	    color: #212529;
	    text-wrap: nowrap;
	    background: linear-gradient(176deg, #f3a644, #ee8601);
	    border-color: #ee8601;
	    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;
	}

	.btn-icon{
		margin-right: 0.3125rem; /* 5px */
		font-size: 2.25rem; /* 36px */
		vertical-align: middle;
		--cor-fundo: #212529;
		--cor-seta: #ee8601;
	}

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

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

	.card-box-body{
		padding: 44px 38px;
		color: #fff;
		border-radius: 12px;
		box-shadow: 0px 2.55px 2.55px 0px rgba(0, 0, 0, 0.25) inset;
	}

	.box{
		height: 100%;
		padding: 40px;
		border: 2px solid #ee8601;
		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;
	}

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

/*** 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;
	}

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

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

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

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

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

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

	.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{
		padding: 110px 0; /* 120px 0 */
	}

    .jumbotron-saphira{
    	min-height: 611px;
        background: url('../img/bg1-mobile-lp-saphira-claro.webp') top left no-repeat #f0f0f0;
        background-size: cover;
    }

 	.brand-logo{
		aspect-ratio: auto 166/100;
	}

/*** LOGOS CLIENTES ***/
	.container-logos-clientes{
		margin-bottom: 110px;
	}

	.box-logo-cliente{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 194px;
		border-radius: 14px;
/*		background-color: #295788;*/
		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;
	}

/*** PÁGINA DE CONTATO OK ***/
	.text-agradecimento{
    	font-size: 60px;
    	font-weight: 600;
    	color: #f6ab00;   
	}

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

	.section-2{
		margin-top: -150px;
	}

	.section-3{
		padding-bottom: 150px;
	}

	.section-4{
		margin-top: -190px;
		padding-bottom: 66px;
	}

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

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

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

	}

@media (min-width: 768px){
	.brand-logo-rodape{
		position: absolute;
		height: 80px;
	}

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

	.card-box-body{
		padding: 64px 48px;
	}

	.card-box-icon{
		margin-right: 12px;
		font-size: 2.125rem; /* 34px */
	}

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

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

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

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

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

	.section-3{
		padding-bottom: 250px;
	}

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

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

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

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

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