body{
    background-color: rgba(241,245,254,255);
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/**CAROUSEL

***/

.carousel-inner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(6, 43, 96, 0.4);
    z-index: 1;
}

div.carousel-inner .carousel-caption {
    position: absolute; /* garante que o z-index funcione */
    z-index: 1; /* conteúdo acima do overlay */
}
div.carousel-inner h2{
    font-size: 37pt;
    color: #fff!important;
    font-weight: 700;
    z-index: 2;
    position: relative;
}

div.carousel-inner span{
    font-size: 37pt;
    color: rgb(52, 152, 219)!important;
    z-index: 2;
    position: relative;
}



div.carousel-inner span.dev{
    background-color: rgb(0, 32, 74,.8);
    font-size: 17pt;
    padding: 0.7rem 2rem 0.7rem 2rem!important;
    border-radius: 2.6rem;
    color: #ffffff !important;
}
.carousel-item {
    position: relative;
  }

.carousel-caption {
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    font-size: 17pt;
}

.carousel-caption h2,.carousel-caption p {
    opacity: 0;
    animation: fadeInUp 1.2s ease-in-out forwards!important;
}
@keyframes fadeInUp {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

 

/**NAV**/
#navHeader {
    background: rgb(255, 255, 255)!important;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
  
#navHeader a.nav-link{
    color: rgb(0, 32, 74);
    font-size: 13pt;
    font-weight: 500;
}

#navHeader a.active{
    color: #3498db;
}
  
#navHeader a.nav-link:hover {
    color: #3498db;
    text-decoration: underline;
}
  
#navHeader .logo img {
    max-height: 30px;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
.navbar li {
    position: relative;
}


/*12. Services
*********************************/
.servico_item{
    transition: all 0.2s ease;
    cursor: pointer;
}
.servico_item:hover{
    transform: scale(1.05);
}

.services
{
	padding-bottom: 76px;
}
.services_row
{
	margin-top: 65px;
}
.service_item
{
	margin-bottom: 41px;
}
.service_item h3
{
	font-size: 14pt;
	font-weight: 600;
	color: rgb(52, 152, 219);
	margin-bottom: 13px;
    text-align: center;
}
.service_item p
{
	font-size: 12.2pt;
	font-weight: 300;
	color: #848484;
	max-width: 100%;
	margin-bottom: 0px;
    text-align: justify;
}
.icon_container
{
	height: 41px;
	width: auto;
	margin-bottom: 30px;
}
.icon_container img
{
	height: 160%;
}
div.services .color{
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/**CONTACTO**/
div.jumbotron{
    background-attachment: fixed;
    background-repeat: unset;
    background-size: cover;
    background-color: #fff!important;
}
/*
div.contact-div{
    background: url('../img/about-2.jpg');
    background-attachment: fixed;
    background-repeat: unset;
    background-size: cover;
}
div.jumbotron div.view{
    background-color: rgba(255, 255, 255,.8)!important;
}
**/
div.jumbotron p{
    color: #535353;
    font-weight: 300;
}
div.jumbotron .color{
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
}
div.jumbotron .icon_container img
{
	height: 100%;
}


/***FOOTER***/
.footer
{
	width: 100%;
	padding-top: 86px;
	background: #fff;
}
.footer .section_title h1
{
	color: #FFFFFF;
}


.footer_content 
{
	padding-top: 80px;
	padding-bottom: 83px;
	border-bottom: solid 2px #4d4e4e;
}
.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span
{
	color: #FFFFFF;
}
.footer_about_text
{
	margin-top: 24px;
	margin-bottom: 0px;
	padding-right: 20px;
}
.footer_column_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer_column_content
{
	margin-top: 32px;
}
.footer_list_item
{
	margin-bottom: 11px;
}
.footer_list_item a
{
	font-size: 14px;
	color: #a5a5a5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_list_item a:hover
{
	color: #00204A;
}
.footer_contact_item
{
	font-size: 14px;
	font-weight: 400;
	color: #a5a5a5;
	margin-bottom: 22px;
}
.footer_contact_item:last-child
{
	margin-bottom: 0px;
}
.footer_contact_icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img
{
	width: 100%;
}

/*********************************
15.3 Footer Copyright
*********************************/

.footer_bar
{
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer_social .menu_social_item a i
{
	color: #FFFFFF;
}
.footer_social .menu_social_item a i:hover
{
	color: #00204A;
}
.footer_social .menu_social_item:last-child
{
	margin-right: 0px;
}
@media screen and (min-width:992px){
    .nav-item {
    line-height:50px;
    }
}
