/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
	XXbackground: url(../images/bg-catuama-goiana2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: white;
    min-height: 100vh;
    position: relative;
    margin: 0;
    height: 100vh;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
}

.bg-primary {
    background-color: rgb(235 230 223) !important;
}

h1 {
	font-size: 1.7em !important
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(231, 225, 216, 1) 100%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #ffffff;
  z-index: 997;
  border-bottom: 1px solid #091d40;
}

header.header-scrolled {
  border-color: #a38d3f;
  box-shadow: 0px 2px 15p	x rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar .getstarted, .navbar .getstarted {
    padding-left: 1rem;
    padding-right: 1rem;
	width: fit-content;
}	
.navbar .getstarted, .navbar .getstarted:focus {
    background: #a38d3f;
    border-radius: 4px;
    color: #fff;
}

.navbar ul {
    margin: 0;
    padding: 0;
    /* display: flex; */
    list-style: none;
    /* align-items: center; */
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #16507b;
    transition: 0.3s;
}

.navbar-nav .nav-link.active, .navbar-nav {
	 color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	/* color: white; */
}

.nav-pills li a {
	color: #007DC5;
}
      
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: white;
	background-color: #007DC5;
}		

.nav-pills li a:hover {
	color: #007DC5;
	background-color: rgba(255, 255, 255, 0.25);
}
.nav-pills li a:focus {
	color: #007DC5;
	background-color: rgba(255, 255, 255, 0.25);
}

/*--------------------------------------------------------------
# Devices and browsers size
--------------------------------------------------------------*/
@media only screen and  (min-width: 959px) and (max-width: 1920px) {
	.img-responsive {
		width: auto;
		height: 90%;
	}
						
	.img-logomarca {
		width: auto;
		height: 90px;
	}

	.navbar-brand {
		margin-right: 4rem;
	}
	
	#main {	
		margin-top: 2.5rem !important;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {   
	.img-responsive {
		width: auto;
		height: 80%;
	}
					
	.img-logomarca {
		width: auto;
		height: 80px;
	}
	
	.navbar-brand {
		margin-right: 1rem;
	}
	
	#main {	
		margin-top: 2rem !important;
	}	
}

@media only screen and (min-width: 510px) and (max-width: 768px) {   
	.img-responsive {
		width: auto;
		height: 13em;
	}
	
	.img-logomarca {
		width: auto;
		height: 70px;
	}	  
	
	#main {	
		margin-top: 1rem !important;
	}	
}

@media screen and (max-width: 510px) {
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:25%; top:100%;
	}

	.nav-item .submenu-left{ 
		right:100%; left: auto;
	}
    
	.dropdown-menu > li:hover { 
		background-color: #f1f1f1 
	}
	
	.dropdown-menu li{ 
		position: relative; 	
	}
	
    .dropdown-menu > li:hover > .submenu{ display: block; }	

	.img-logomarca {
		width: auto;
		height: 60px;
	}  
	
	#main {	
		margin-top: 1rem !important;
	}	
}
				
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-primary {
	background: #a38d3f !important;
	border-color: transparent !important;
}

/*--------------------------------------------------------------
# Dropdown
--------------------------------------------------------------*/
.dropdown-item.active, .dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: #005088;
}
.dropdown-item {
	padding: 10px !important
;

/*--------------------------------------------------------------
# Tree
--------------------------------------------------------------*/
.tree a {
	color: #5a5a5a;
	text-decoration: none;
	cursor:pointer;
}		 

.tree span {
	color: #5a5a5a;
}  

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 80px 0; */
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #dbcfa5;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #a38d3f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #dbcfa5;
  color: #a38d3f;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #d6c381;
  color: #a38d3f;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #dbcfa5;
  padding: 3px; 
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #a18a3b;
  line-height: 0;
}

.back-to-top:hover {
  background: #d6c381;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


 
 
 
 