*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body{
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

/**Boot CSS**/
.container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}

.w-33{
	width: 33.3%;
}

.w-50{
	width: 50%;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}
/**Estilização do Site**/

/**-----------Header-----------**/

#header{
	width: 100%;
	height: auto;
	background-color: #006292;
}

.top-info{
	text-align:center;
}

span.icon-top, a{
	color: white;
	font-size:14px;
	
}

span a:hover{
	color: white;
	text-decoration: none;
}
/**-----------Menu-Navegação-----------**/

.navbar, .navbar-transparente{
	margin: 10px 0;
	font-size: 14px;
	padding: 0 2%;
}

.navbar  a{
	color: #302D7E;
}

.navbar a:hover{
	color: white;
	background-color: rgba(0, 98, 146, 0.5);
	border-radius: 5px;
	transition: 0.2s; 
}

/* Responsive button*/

.box-button{
	display: none;
	cursor: pointer;
	float: right;
}

.bar-1, .bar-2, .bar-3{
	width: 35px;
	height: 5px;
	background-color:#006292;
	margin: 6px 0;
	transition: 0.4s;
}

/* Rotate first bar */
.change .bar-1{
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */

.change .bar-2{
	opacity: 0;
}

/* Rotate last bar */

.change .bar-3{
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

/*Dropdown*/
.dropdown{
	margin:0;
	float: left;
	border:none;
	outline: none;
	padding: 0 10px;
	background-color: inherit;
	font-family: inherit;
	z-index: 1;
}

.dropdown-content{
	margin: 0;
	display: none;
	position: absolute;
	background-color: rgba(0, 98, 146, 0.5);
	min-width: 190px;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a{
	color: white;
}

.dropdown-content a:hover{
	color:#006292;
	border-radius: 5px;
	background-color: white;
	transition: 0.5s;
}

.dropdown:hover .dropdown-content{
	transition: 2s;
	display: block;
}

/**-----------Seção-Slide-----------**/

#home-slide{
	width: 100%;
	height: auto;
	background: black;
	background-position: absolute;
	background-size: 100% 100%
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-caption{
	padding-bottom: 170px;
	z-index: 0;
}

.carousel-caption h3{
	font-size:50px;
	color: white;
	font-weight:500;
	padding-bottom: 50px;
}

.carousel-caption p{
	max-width: 100%;
	font-size: 18px;
	color: white;
	font-weight:300;
	padding-bottom: 20px;
}

/**-----------Description-----------**/
#desc{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}

.box-description{
	margin: 0 auto;
	max-width: 800px;
	padding: 0 2%;
	text-align: center;
	font-style: italic;
}

.box-description p{
	padding-top: 35px;
	margin-bottom: 35px;
	font-size: 25px;
	color: #9c9c9c;
	font-weight: 300;
}

.sublinhado{
	height: 1px;
	margin: 0 auto;
	max-width: 350px;
	background:#ccc;
}

/**-----------Missão e Valores-----------**/

#valores{
	width: 100%;
	height: auto;
	background: #006292;;/**#618ef6;**/
}

/**.box-missao{
	border-right: 30px solid white;
	border-left: 30px solid white;
}**/

.box-missao{
	max-width: 800px;
	padding: 0 2%;
	text-align: center;
}

.icon-value{
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 30px;
	color: white;
}

.box-missao > h3{
	font-size: 25px;
	font-weight: 300;
	color: white;
	padding-bottom: 10px;
}

.box-missao p{
	padding-bottom: 30px;
	font-size: 15px;
	color: white;
	text-align:justify;
	font-weight: 300;
}

.box-missao ul{
	text-align: left;
	font-size: 15px;
	color: white;
	list-style-type: none;
	font-weight: 300;
}

/**-----------Serviço-----------**/
#servicos{
	width: 100%;
	height: auto;
	padding: 25px 0;
}

.box-image{
	width: 27px;
	height: 27px;
}

.box-item{
	margin-top: 30px;
	text-align: center;
}

.box-item > h2{
	font-size: 23px;
	color: #333;
	font-weight: 300;
}

.box-item p{
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 15px;
	font-weight: 300;
}

.btn{
	margin-top: 30px;
	color: white;
	background-color: #006292;;
}

.btn:hover{
	color: white;
	background-color: #018FAF;
}

/**-----------Comprometimento----------**/
#desc-2{
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding-bottom: 30px;
	background: #006292;
}

.box-desc-2{
	margin: 0 auto;
	padding: 0 2%;
	max-width: 800px;
	text-align: center;
	font-style: italic;
}

.box-desc-2 h2{
	padding-top: 20px;
	color: white;
	font-weight: 300;
}

.box-desc-2 p{
	padding-top: 25px;
	margin-bottom: 35px;
	font-size: 23px;
	color: white;
	font-weight: 300;
}

.sublinhado-2{
	height: 1px;
	margin: 0 auto;
	max-width: 350px;
	background:white;
}

/**-----------Topicos-----------**/
#topicos{
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}

.box-topicos{
	padding-top: 50px;
}

.item-topicos{
	text-align: center;
	margin-top: 50px;
}

.value-icon, .item-topicos > h2{
	margin-top: 20px;
	font-size: 22px;
	color:#333;
	text-align: center;
	font-weight: 300;
}

.item-topicos p{
	margin-top: 30px;
	font-size: 15px;
	color:  #333;
	padding: 0 2%;
	text-align: justify;
	font-weight:300;
}

.image{
	text-align: center;
	width:45px;
	height: 45px;
}
/** Sessão Galeria */
#form{
	width: 100%;
	height: auto;
	padding: 50px;
	background-image: url('../img/bg-form.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.row-galery > .column {
  padding: 0 8px;
}

.row-galery:after {
  content: "";
  display: table;
  clear: both;
}

.wraper {
  float: left;
  width: 25%;
  padding: 0 1%;
  margin-bottom: 50px;
}

/* The Modal (background) */
.modal-slide {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.litle-box{
	padding: 10px 2px;
}

.galeria, .galeria a{
	text-align: center;
	padding-bottom: 35px;
	font-weight: 300;
	color: white;
	text-decoration:none;
}

/** Sessão Clientes */

#clientes{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

.title-clientes{
	margin-top: 50px;
}

.title-clientes p{
	color: #737373;
	font-size: 25px;
	text-align:center;
	font-weight: 300; 
}

.box-clients{
	text-align:center;
	margin-top: 50px;
	padding-bottom: 50px;
}

.image-clients{
	padding:5px 5px;
	border:1px solid rgba(187, 187, 187, 0.3);
}


/* Sessão Mapas */
.maps{
	width: 100%;
	height: auto;
}

/* Rodapé */

footer{
	width: 100;
	height: auto;
	background: #006292;
}


/* Sobre */

.logo-footer{
	text-align: center;
}

.about{
	color: white;
	font-weight:300;
	font-size:14px;
	text-align: justify;
	padding:0 2%;
}

/* Serviços */
.box-about ul{
	list-style: none;
}

.box-about li a{
	color: white;
	text-decoration: none;
	font-weight: 300;
}

.box-about ul li{
	margin: 10px auto;
}

.box-about ul li:hover{
	padding-left: 6px;
	border-left: 2px solid #018FAF;
	cursor: pointer;
	transition: 0.2s;
}

/* Central de Atendimento */

.box-about{
	padding: 0 2%;
	float: left;
	margin-top: 70px;
	margin-bottom: 70px;
}

.box-about > h2{
	font-size:20px;
	color: white;
	font-weight: 300;
	padding-bottom: 10px;
}

.box-info{
	margin-top: 20px;
	color: white;
	font-weight:300;
}

.box-info a{
	text-decoration: none;
	color: white;
}

.icon-social{
	margin-top: 80px;
	color: white;
	font-weight: 300;
}

.icon-social a{
	color: white;
	text-decoration: none;
}

.info-bottom{
	padding:13px 0;
	background:#009cd4;
	line-height: 50px;
}

.title-bottom{
	margin: 0 auto;
	text-align: center;
	color:white;
	font-size:13px;
	font-weight: 300;
}

span.creator{
	font-size: 10px;
	color: white;
	cursor: pointer;
}

.creator > a{
	color: white;
	text-decoration: none;
}

.ajuste{
	width: 18px;
	height: 15px;
	margin: 0 5px;
}

/** Página Institucional */

#parralax-top{
	width: 100%;
}

.parallax-inst{
	width: 100%;
	height: 100%;
	background-image: url('../img/institucional.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-inst h2{
	font-size:30px;
	padding: 50px 2%;
	text-align:center;
	color: white;
}

.image-matriz{
	margin: 45px auto;
}


.image-dif{
	margin-top: -50px;
	text-align: center;

}

.image-dif h3{
	margin: 25px auto;
	font-size: 33px;
	font-weight: bold;
}

.image-matriz h4{
	margin-left: 20px;
	font-weight: bold;
}

.image-matriz h2{
	color: #333;
	margin: 45px 0;
	margin-left: 20px;
	font-size: 30px;
}

.image-matriz p{
	text-align: justify;
	font-size: 15px;
	color: #333;
	margin-left: 20px;
}

.image-matriz ul{
	font-size: 15px;
	color: #333;
	margin-left: 20px;	
	list-style-position: inside;
}

/** Página de histórico */

#hitorico{
	width: 100%;
}

.hist-desc{
	margin: 50px auto;	
}

.hist-desc h2{
	color: #333;
	text-align:center;
	padding-bottom: 40px;
}

.hist-desc p{
	font-size:15px;
	text-align: justify;
	color: #333;
}

/** Página Valores */

.value-list i{
	font-size: 20px;
	margin-right: 7px;
}

.value-list{
	font-size: 15px;
	color: #333;
	list-style-position: inside;
	list-style-type: none;
}

.value-list span{
	font-weight: bold;
}

.value-list ul li{
	margin-top: 30px;
	text-align: justify;
}

/** Página Contato */

/** Formulários */

.division{
	max-width: 75px;
	height: 1px;
	margin-bottom:30px;
	background-color: #006292;
}

form{
	padding: 15px 25px;

	border: 1px solid #ccc;
  	border-radius: 4px;
}

label, input[type=text]{
	font-size: 15px;
}

.contact{
	padding:70px 0;
}

.form-contact{
	padding: 0 2%;
}

.form-contact > h2{
	font-weight:300;
}

.form-contact ul li{
	margin-top: 30px;
	list-style-type: none;
}

.form-contact p{
	font-size: 14px;
	color: #333;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.span-icon{
	margin-left: 10px;
}

.span-icon a{
	color: white;
	text-decoration: none;
}

.info-text{
	margin-left: 22px;
}

.info-text a{
	text-decoration: none;
	color: #333;
}

input[type=text], textarea {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #006292;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  transition: 0.2s;
  background-color: #009cd4;
}

.objetos{
	width: 100%;
	height: auto;
	padding: 35px 2%;
	background-color: #006292;
}

.objeto-single{
	text-align: center;
	margin: 15px 0;
	font-size: 23px;
	color: white;
	font-weight:300;
}

.objeto-single a{
	color: white;
	text-decoration: none;
	transition: transform 1s;
  	transform: translateX(0) scale(0.5);
	font-size: 23px;
}

.objeto-single a:hover{
	transition: 0.3s;
	color: rgba(192, 236, 252, 0.5);
	transform: translateX(10px) scale(1.2);
}

/** Página Serviços */
.desc-page-servicos h2{
	margin-top: 50px;
	padding: 0 2%;
	font-weight: 300;
}

.desc-page-servicos p{
	font-size: 15px;
	color: #333;
	padding: 0 2%;
}

.page-servicos{
	text-align: center;
	font-size: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.box{
	height: 250px;
	width: 100%;
	position: relative;
}

.box img{
	height: 250px;
	width: 100%;
}

.box-page-servicos{
	padding: 35px 2%;
}

.box-page-servicos p{
	margin-top: 15px;
	font-size: 14px;
	text-align: justify;
}

.btn-default{
	margin-top: auto;
	font-size: 17px;
	border: none;
	border-radius: 5px;
	padding: 7px 15px;
	color: white;
	background-color: #006292;
}

.btn-center{
	margin-top: auto;
}

.btn-default:hover{
	transition: 0.5s;
	color: white;
	background-color: #018FAF;
}

.btn-default a{
	color: white;
}

.btn-default a:hover{
	text-decoration: none;
}

.image-servicos{
	display: block;
	width: 100%;
	height: auto;
}

.overlay{
	position: absolute;
 	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: rgba(0,98,146,0.7);
  	overflow: hidden;
  	width: 100%;
  	height: 100%;
  	-webkit-transform: scale(0);
  	-ms-transform: scale(0);
  	transform: scale(0);
  	-webkit-transition: .3s ease;
  	transition: .3s ease;
}

.box:hover .overlay{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/** Página Topografia */
.box-default{
	margin-top: 30px;
}

.box-default > ul{	
	padding-bottom: 45px;
	list-style-type: none;
	font-size:14px;
}

.box-default > ul li:hover{
	border-radius: 5px;
	transition: 0.5s;
	background: rgba(0, 98, 146, 0.5);
}

.box-default > ul li a{
	border-radius: 5px;
	margin: 5px  0;
	padding: 10px 10px;
	color: #006292;
	background-color: rgba(152, 213, 235, 0.1);
}

.box-default > ul li a:hover{
	color: white;
}

.info-contact > h3{
	font-size: 23px;
	font-weight: 300;
}

.description-default p{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}

/** informações e contato */

.info-contact{
	padding: 0 2%;
}

.info-contact > h3{
	font-size: 19px;
	font-weight:300;
}

.info-contact ul li{
	color: #929596;
	font-size: 14px;
	margin-top: 10px;
	list-style-type: none;
}

.info-contact p{
	font-size: 14px;
	color: #929596;
	padding-bottom: 4px;
}

.icon-default{
	margin-left: 8px;
}

.info-default{
	margin-left: 23px;
	font-size: 13px;
}

.info-default a{
	text-decoration: none;
	color: #929596;
}

/** Slide fotos */
.default{
	position: relative;
}

.column img {
  vertical-align: middle;
}

/* Hide the images by default */
.mySlide-default {
  display: none;
}

/* Next & previous buttons */
.prev-default,
.next-default {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-default {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-default:hover,
.next-default:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext-default {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container-default {
  text-align: center;
  background-color: #006292;
  padding: 1px 16px;
  color: white;
}

.caption-container-default{
	padding-top: 15px;
}

.rowt:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
  padding-bottom: 30px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/** Página galeria de fotos */

.wraper-galery{
	padding: 20px 2%;
	text-align: center;
}

.pill-nav a{
	display: inline-block;
	color: #333;
	text-align: center;
	padding: 14px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
}

.pill-nav a:hover{
	background-color: #018FAF;
	transition: 0.7s;
	color: white;
}

.pill-nav a.active{
	background-color: dodgerblue;
	color: white;
}

/** Galeria text */

.text-galery{
	font-size:15px;
}

/** css fotos galery */
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}

.green{
  background-color:#6fb936;
}
.thumb{
    margin-bottom: 40px;
}
        
.page-top{
	margin-top:85px;
}
   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
 
 .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

/**-----------Responsivo-----------**/
@media(max-width: 585.98px){

		.box-button{
		display: inline-block;
 	}

 	.collapse{
 		margin-top: 15px;
 		background:white;
 	}

 	li{
 		padding: 0 2%;
 		margin: 10px 0;
 	}


 	.sublinhado{
		height: 1px;
		padding: 0 25%;
		max-width: 200px;
		background:#ccc;
	}

 	.sublinhado-2{
		height: 1px;
		padding: 0 25%;
		max-width: 200px;
		background:#ccc;
	}

	.top-info{
		float: none;
		width: 100%;
		margin: 0;
		padding:0;
	}

	.box-desc-2 h2{
		font-size: 1.7em;
	}

	.box-desc-2 p{
		font-size: 1.3em;
	}

	.box-clientes{
		margin:20px auto;
	}

	/** Página Quem Somos */

	.image-matriz{
		width: 100%;
		text-align:center;
	}

	.image-matriz h2{
		text-align: left;
		padding: 0 2%;
	}

	.image-matriz p, ul li{
		text-align: justify;
		padding: 0 2%;
	}

	/** page contatos */

	.contact{
		padding: 0 2%;
	}

	.form-contact{
		width: 100%;
		margin: 40px auto;
		padding: 0 2%;
	}

}


@media (min-width: 576.98px) and (max-width: 767.98px){

	.box-button{
		display: inline-block;
 	}

 	.collapse{
 		margin-top: 15px;
 		background:white;
 	}

 	li{
 		padding: 0 2%;
 		margin: 10px 0;
 	}


 	.sublinhado{
		height: 1px;
		padding: 0 25%;
		max-width: 200px;
		background:#ccc;
	}

 	.sublinhado-2{
		height: 1px;
		padding: 0 25%;
		max-width: 200px;
		background:#ccc;
	}


	.top-info{
		float: none;
		width: 100%;
	}

	.box-desc-2 h2{
		font-size: 1.7em;
	}

	.box-desc-2 p{
		font-size: 1.3em;
	}

	.box-clientes{
		margin:20px auto;
	}


	/** Página Quem Somos */

	.image-matriz{
		width: 100%;
		text-align:center;
	}

	.image-matriz h2{
		text-align: left;
		padding: 0 2%;
	}

	.image-matriz p, ul li{
		text-align: justify;
		padding: 0 2%;
	}


}

