@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: OceaniaBold;
  src: url(../fonts/Oceania_Bold.otf);
}
@font-face {
  font-family: OceaniaRegular;
  src: url("../fonts/Oceania_Regular.otf");
}
@font-face {
  font-family: Tahu2s;
  src: url("../fonts/Tahu2s.ttf");
}

body {
  font-family: OceaniaRegular;
  font-size: 14px;
}


footer {
	font-size: 11px;
	background-color: #212529;
}
.header {
	background-color: white;
}
.nav-link{
	color: black;
}


.navbar-nav > li > a,.navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	position: relative;
	color: black;
}
.navbar-nav > li > a:before {
	background-color: #00205C;
	content:"";
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}

.navbar-nav > li.active > a:before {
	background-color: #00205C;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar-nav > li > a:hover:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.bg-blend {
 	background-color: #00953B;
	padding-top: 7%;
  /*background-blend-mode: multiply;
 */
}
.page-heading {
    padding: 15% 0 14% 0;
    background-size: cover;
    border-bottom: none;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/header1.png);
	background-position: center center;	
}
.page-title2 {
   /* padding: 15% 0 10% 0;
	margin: 25% 0 10% 0;
    background-size: auto;*/
	padding-top: 100px;
	color: white; 
	font-size: 17px;
	width: 80%;
}

.page-heading .carousel {
	width: 50%;
	left: 25%;
}
.page-heading .carousel .page-title {
	margin-top: -30%;
	margin-left: -12%;
	width: 50%;
	color: white;
	text-align: justify;
}

.b2 {
	background-color: #212529;	
	color: white;
}

.b3 {
	background-size: cover;
    border-bottom: none;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/header2.png);
	background-position: center center;	
	color: white;
	
}
.c1{
	background-color: #EDEDED;
	text-align: center;	
	height: 40px;
	width: 100%;
	
}
.c2{
	background-color: #00953B;
	text-align: center;
	height: 20px;
	width: 100%;
}

.carousel-text {
	position: absolute; 
	color: white; 
	width: 25%; 
	left: 20%;
	text-align: justify; 
	top: 40%; 
	line-height: 1.3;
	/*background-color: red;*/
}

.setor:hover {
	background-color: white;
}

.timeline {
	height: 100%; 
	width: 6px;; 
	background-color: #E9EAEA;	
	/*margin-left:49%;*/
}
.timeline-b {
	background-color: #E9EAEA;	
	color:#fff;
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	/*margin-left:26%;*/
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
	z-index: 10;
	
}

#search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #00953B;
	border-color: #00953B;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}


/*--TESTE SCROLL DOWN*/
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;	
  bottom:-8px;
  left: 70%;
  margin-left: -16px;
  display: block;
  width: 80px;
  height: 80px;
  border: 5px solid #00953B;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
	z-index: 0;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 10px);
    transform: rotate(-45deg);
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    border: 5px solid #00953B;
    border-width: 0px 0 5px 5px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.s1 {
	background-color: #E9EAEA;
	height: 75px;
	/*margin-top: 8%;*/
	margin-top: 130px;
	
}

.nav-aux {
	color: black;
} 
a.nav-aux:hover {
	color: #00953B;
} 

.modal.and.carousel {
  position: fixed; 
}


