body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow-x: hidden;  
	min-height: 640px; 
	scroll-behavior: smooth;
}
p {
	font-size: 16px;
	line-height: 28px;
}
p.small {
	font-size: 12px;
	line-height: 20px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	color: #003399;
	outline: none;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

h1.title {
	font-size: 32px;
	color: #003399;
}
h2.title {
	font-size: 24px;
	color: #003399;
}
.italic {
	font-style: italic;
}

.text-danger {
	color: #b92617 !important;
}

.text-danger ul {
     list-style: none;
}

hr.separador {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top: 1px solid #dedede;
}

.d-none {
	display: none;
}

.border-lf {
	border-left: solid 2px transparent;
	min-height: 280px;
	padding-left: 60px;
	padding-right: 60px;
}

header {
	text-align: center;
	background-size: auto;
	height: 85px;
}

header img {
	display: block;
	margin: 0 auto 20px;
}

.intro-chamada {  
	/* word-wrap:  break-word; */
	padding: 0 0 ;
	font-weight: 600;
	font-size: 36px;
	color: #FFFFFF;
	padding-top: 20px;
}
.intro-chamada span.frase-1 {
	display: block;
	text-align: left;
	line-height: 42px;
	/* margin-bottom: 20px; */
}
.intro-chamada span.frase-2 {
	font-size: 16px;
	display: block;
	text-align: left;
}

.intro-texto {
	color: #14ABEE;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 36px;
	text-align: left;
	letter-spacing: .4px;
	max-width: 480px;
}

.intro-buttons {
	text-align: left;
	width: fit-content;
}

.intro-buttons a {
	margin-right: 20px;
}

.intro-buttons a, 
.intro-buttons button {
	margin-bottom: 20px;
}

.navbar-custom-container {
	padding-right: 16px;
	background-color: #FFFFFF;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.navbar-custom {
	background: transparent;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	height: 85px;
	
	padding: 0;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
	max-width: 300px;
	min-width: 200px;
	margin: 0 16px;
}

.navbar-custom a:focus {
	outline: none;
}


.navbar-custom .navbar-brand {
	color: #FFFFFF;
	height: auto;
	float: none;
	line-height: normal;
	padding-top: 16px;
	display: flex;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
	color: #FFFFFF;
}

.navbar-custom .navbar-nav {
	letter-spacing: 1px;
	text-align: center;
    display: flex;
    flex-direction: column;
	font-size: 22px;
	float: none;
    margin: auto;
}

.navbar-nav li a.active {
	pointer-events: none;
	opacity: 0.5;
}

.navbar-custom .navbar-nav li a {
	color: #003399;
}

.navbar-custom .navbar-nav li a:hover {
	color: #ffffff;
	outline: none;
}

.navbar-custom .navbar-nav li a:focus {
	color: #FFFFFF;
}

.navbar-custom .navbar-toggle {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	position: absolute;
    right: 20px;
    top: 20px;
    border: none;
	width: 56px;
    height: 56px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background-color: transparent;
	color: #FFFFFF;
	border-color: transparent;
	opacity: 0.8;
}


.navbar-custom .navbar-header {
    text-align: center;
    width: 100%;
	position: absolute;
    top: 0;
    right: 0;
}

.navbar-custom .navbar-brand {
	font-size: 2em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* -- Logo Top --*/
.navbar-brand > img {
	margin: 0 auto;
	max-width: 195px;
	width: 100%;
}


/*-- Affix --*/
.navbar-custom.affix {
	padding: 0 0;
	background: none;
}
.navbar-custom.affix .navbar-header {
	display: none;
}
.navbar-custom.affix .navbar-default .navbar-collapse {
	top: 0px;  
}
.navbar-custom.affix .navbar-nav li a {
	color: #2d2d2d;
	background: #FFF;
}


.box-nav {
	display: flex; 
	justify-content: space-between; 
	width: 96%; 
	align-items: center
}

.box-nav .language-icons {
	display: flex; 
	justify-content: space-between; 
	align-items: center
}


.titulo-page {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
	display: inline-block;
	position: relative;
}


/* Cores de backgrounds */
.branco {
	background-color: #ffffff;
}

.rosa {
	background-color: #F172AC;
}

.azul {
	background-color: #6ECFF6;
}

.cinza {
	background-color: #333333;
	color: #e6e6e6;
}

.cinza p {
	padding: 20px 20px;
}

section {
	padding: 0 0;
}

/* section h2 {
	color: #2c3745;
	margin: 0;
	font-size: 2em;
	margin-bottom: 40px;
} */

section#banner {
	/* background: url('../img/banner-gestao-de-documentos-lastway.jpg') no-repeat;
	background-position: center center;
	background-size: cover; */
}

section#contact {
	background-image: url('../img/background-contato.png');	
}

section#politica {
	background-image: url('../img/background-politica.jpg');	
}

section#banner.background-full,
section#contact.background-full {
	background-color: #00134B;
	padding: 0 0;
}

section#banner.page {
	padding-top: 85px !important; 
	min-height: 110px !important; 
	padding-bottom: 0px !important;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
	max-height: 325px;
}

section.page {
	padding-top: 105px !important; 
	min-height: 110px !important; 
	padding-bottom: 20px !important;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-slide-texto {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 40px 72px;
}

ul.lista-servicos {
	background: #E6E6E6;
	padding: 40px 10px 40px 60px;
}

ul.lista-servicos li {
	font-size: 16px;
	font-style: italic;
}

.image-servicos {
	position: absolute;
	right: -100px;
	top: 40px;
}

section#contact p {
	font-size: 26px;
	color: #333333;
	padding: 20px 20px 20px 40px;
	font-weight: 700;
	z-index: 1;
	position: relative;
}

section#contact .azul {
	padding: 40px 40px;
}

section#contact .text-contact {
	padding: 10px 0 10px 30px;
}

section#contact p.text-danger {
	color: #a94442;
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 11pt;
}

section#contact .image-mensagem {
	width: 100%;
	display: inline-block;
	margin: 10px 0 20px -20px;
}

section#contact .email-contato {
	font-size: 18px;
	font-style: italic;
	color: #6ECFF6;
	padding: 20px 0 0;
	display: inline-block;
}


/* Modal do formulário de contato */
.modal-title {
	float: left;
    font-size: 18px;
}

.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	/* padding-bottom: 0.5em; */
	border-bottom: 1px solid #a8a8a8;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
	color: #2d2d2d;
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: none;
	border-radius: 0;
	font-size: 1.2em;
	background: none;
	box-shadow: none !important;
	resize: none;
}

.floating-label-form-group label {
	color: #2d2d2d;
	display: block;
	z-index: 0;
	position: relative;
	top: 6px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 1;
	-webkit-transition: top 0.3s ease,opacity 0.3s ease;
	-moz-transition: top 0.3s ease,opacity 0.3s ease;
	-ms-transition: top 0.3s ease,opacity 0.3s ease;
	transition: top 0.3s ease,opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
	font-size: 0.85em;
	top: 0;
	opacity: 0.6;
}

.floating-label-form-group-with-focus label {
	color: #003399;
}

form .row .floating-label-form-group {
	background-color: #fdfffd;
	/* margin-bottom: 15px; */
}

.row.control-group {
	margin-right: 0;
	margin-left: 0;
}

footer {
	color: #333333;
	padding: 40px 0 20px;
}

footer h3 {
	margin-bottom: 30px;
}

footer .footer-above {
	padding: 0 60px;
}

footer .footer-col {
	margin-bottom: 20px;
}

footer .footer-below {
	padding: 25px 0;
	background-color: #233140;
}

footer .list-inline > li {
	padding: 0;
}

footer .slogan {
	font-style: italic;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	color: #F172AC;
}

footer .slogan-footer {
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	vertical-align: sub;
	color: #003399;
}

a.btn {
	display: block;
}

.btn {
	width: fit-content;
}

.btn-outline {
	color: #FFFFFF;
	background: transparent;
	border: 2px solid #14ABEE;
	font-size: 18px;
	font-weight: 800;
	padding: 12px 36px;
	border-radius: 50px;
	transition: all .4s ease;
	
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	color: #14ABEE;
}

.btn-primary {
	color: #FFFFFF;
	background-color: #00134B;
	border: 2px solid #00134B;
	font-size: 18px;
	font-weight: 800;
	padding: 12px 36px;
	border-radius: 50px;
	transition: all .4s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #013192;
	border-color: #013192;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #2C3E50;
	border-color: #2C3E50;
}

.btn-primary .badge {
	color: #2C3E50;
	background-color: #FFFFFF;
}

.btn-success {
	color: #ffffff;
    background-color: #013192; 
    border: none;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 25px;
	margin-top: 20px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	/* color: #FFFFFF;
	background-color: #76773b;
	border-color: #76773b; */
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #18BC9C;
	border-color: #18BC9C;
}

.btn-success .badge {
	color: #18BC9C;
	background-color: #FFFFFF;
}

.btn-info {
    color: #14ABEE;
    background-color: #00134B;
    border: 2px solid #14ABEE;
	font-size: 18px;
	font-weight: 800;
	padding: 12px 36px;
	border-radius: 50px;
	transition: all .4s ease;
}

.btn-info:hover,
.btn-success:hover {
	background-color: #14ABEE;
	border: 2px solid #14ABEE;
	color: #00134B;
}

.btn-secondary {
	/* color: #ffffff; */
    /*background-color: #6ECFF6; */
    border: none;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 30px;
	border-radius: 25px;
}

.btn-message {
    color: #F172AC;
    background-color: #ffffff;
    border: none;
	font-size: 26px;
	font-weight: 700;
	padding: 10px 60px;
	border-radius: 50px;
}

.btn-message:hover {
    background-color: #E6E6E6;
}

.btn-social {
	display: inline-block;
	height: 54px;
	width: 54px;
	text-align: center;
	/* padding-top: 30px; */
}

.btn:focus,
.btn:active,
.btn.active {
	outline: none;
}

.scroll-top {
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
	z-index: 1049;
}

.scroll-top .btn {
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 28px;
	padding: 8px 0;
}

.scroll-top .btn:focus {
	outline: none;
}

.navbar-collapse.collapse {
	display: none !important;
	overflow: hidden !important;
}

.navbar-collapse.collapse.in {
	display: flex !important;
	overflow: hidden !important;
}

.navbar-header {
  display: block;
  position: relative;
  height: 85px;
}

.navbar-header .checkbox {
  position: absolute;
  display: block;
  height: 46px;
  width: 46px;
  top: 0;
  right: 35px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.navbar-header .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  right: 35px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-header .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.navbar-header .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
  background: #003399;
}

.navbar-header .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
  background: #003399;
}

.navbar-header .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
  background: #003399;
}

.navbar-header input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.navbar-header input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.navbar-header input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.navbar-header input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.navbar-header input[type="checkbox"]:checked ~ .logo{
  display: none;
}


#icon-menu {
	font-size:30px;
	cursor:pointer; 
	z-index: 2; 
	/* position: absolute;
	top: 20px;
	right: 60px; */
	color: #003399;
}

.isDisabled {
  opacity: 0.5;
  pointer-events: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: rgba(0, 6, 57, 0.96);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 28px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, 
.overlay a:focus, 
.overlay a.isDisabled {
  color: #0026ff;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 60px;
}


.copyright {
	padding: 8px 20px;
}

.selos {
	display: flex;
	justify-content: center;
}

.box-logo-footer {
	display: flex; 
	align-items: center; 
	padding-top: 20px;
}

.texto-destaque {
	padding: 20px 240px 20px 110px; 
	font-style: italic;
}


/* Adicinado para previnir conflito no mobile com a função touch */
.ca-seo-structure {
    /* Impede que o navegador tente fazer scroll na página 
       enquanto o usuário arrasta o banner lateralmente */
    touch-action: pan-y; 
    
    /* Melhora a performance de renderização no mobile */
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.ca-seo-slide-img img {
    /* Garante que a imagem não seja "arrastada" visualmente (fantasma da imagem) */
    pointer-events: none;
    user-select: none;
}



@media (min-width: 768px) {
	.navbar-toggle {
		display: block;
	}

}

@media (min-width: 1100px) {
	/* section#banner {
		background-position: calc(100% - 100px) 0;
	} */
}

@media (max-width: 1424px) {

	.navbar-custom .navbar-header {
		max-width: 100%;
		width: 100%;
	}

	.navbar-default .navbar-collapse {     
		width: 100vw;
		margin-right: 0;
		top: 0;
		right: 0;
		background: #333333;
		max-width: 100%;
		min-height: 100vh;
		position: fixed;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	
	.navbar-custom .navbar-toggle {
		background-color: transparent;
		color: #FFFFFF;
		border-color: transparent;
		margin-top: 0;
	}
	
	
}

@media (max-width: 1199.98px) {
	
}

@media (max-width: 919.98px) {

	.texto-destaque {
		padding: 20px 60px 20px 60px; 
	}

	.home .ca-seo-structure .ca-seo-slide .ca-seo-slide-img img,
	.page .ca-seo-structure .ca-seo-slide .ca-seo-slide-img
	 {
		opacity: .4;
	}

	.container-slide-texto {
		z-index: 999;
	}

	.intro-chamada {
		padding-top: 0;
	}

}

@media (max-width: 767.98px) {
	
	body {
		background-size: auto;
	}

	section {
		padding: 0 0;
	}
	section.first {
		padding-top: 0;
	}
	

	.btn-social {
		padding-top: 0px;
	}
	.copyright {
		text-align: center;
	}
	.footer-col {
		text-align: center; 
	}
	
	footer .slogan-footer {
	margin-top: 0;
	}

	.box-logo-footer {
		justify-content: center;
		margin-bottom: 30px;
	}

	.intro-chamada {
		padding-top: 0;
	}

	.intro-chamada span.frase-1 {
		padding-right: 20px;
		font-size: 24px;
        line-height: 26px;
	}
	

}

@media (max-width: 575.98px) { 
	section#contact .azul {
		padding: 15px 15px;
	}
	
	.btn-message {
    padding: 10px 20px;
	}



	
}

@media (max-width: 485.98px) { 

	.intro-chamada {
		font-size: 40px;
		padding-top: 0;
	}

	.intro-texto {
		margin-bottom: 10px;
	}

	.intro-texto p {
		font-size: 14px;
		line-height: 22px;
	}

	.intro-chamada span.frase-1 {
		padding-right: 20px;
		font-size: 20px;
        line-height: 26px;
	}
	
	.navbar-brand > img {
		margin: 0 0;
        max-width: 165px;
	}

	.container-slide-texto {
		padding: 30px 40px;
	}

	.home .ca-seo-structure, 
	.home .ca-seo-structure .ca-seo-slide {
		height: calc(48vh) !important;

	}

	.ca-seo-structure .ca-seo-slide-dots {
		right: calc(50% - 107px) !important;
	}

	#icon-menu {
		right: 30px;
	}

	.footer-above > div {
		flex-direction: column;
	}

	.footer .slogan-footer {
		font-size: 32px;
		line-height: 36px;
		text-align: center;
		padding: 20px 20px;
	}

	.footer-col > div {
		flex-direction: column;
	}

	.texto-destaque {
		padding: 20px 20px; 
	}

	.btn-primary {
		font-size: 14px;
	}


}

@media (max-width: 485.98px) { 

	.navbar-custom .navbar-brand {
		padding-left: 0;
		height: 85px;
	}

	.navbar-custom {
		max-width: 120px;
    	min-width: 110px;
	}
}



		

