@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;800;900&display=swap');

#bt-whats {
    position: fixed;
    bottom: 15%;
    right: 30px;
    display: block;
z-index:9999999999998;
}

#bt-whats img {
    display: block;
    max-width: 100px;
}

#aviso{
	position:fixed;
	z-index:9999999999999;
	width:100%;
	height:100%;
	overflow-y: auto!important;
	text-align:center;
	background:rgba(0,0,0,0.95);
	/*display:none!important;*/
	align-items:center;
	justify-content:center;
}

#aviso img{
	max-width:100%;
	max-height:100%;
	height: auto;
	display:block;
	margin:0 auto 0 auto;
	padding:30px 0 30px 0;
}

#aviso h1{
	background: #d09c59;
    color: #fff;
    border-radius: 15px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:10px;
	right:0;
	left:0;
	width:200px;
	margin:auto;
	cursor:pointer;
	padding:10px 15px;
}

.modal.open{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99!important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(208,156,89,0.1);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .0rem;
    outline: 0;
}

.modal-content button{
  position: absolute;
  bottom: 0;
  right:0;
  color: #fff!important;
  z-index:9999999999999999;
  font-size:20px;
  font-weight: bold;
}

.modal-dialog {
    position: relative;
    max-width: 1170px;
    margin:90px auto 0 auto;
    pointer-events: none;
}

.modal-content img{
  max-width:100%;
}

.container-fluid{
  padding-left:9%!important;
}

html{scroll-behavior: smooth;height:100%;}
a:hover{text-decoration: none;}
body{
	width:100%;
	height:100%;
	min-height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Exo', sans-serif;
}

/*** Color Variables ***/
/*** Centering Hack ***/
/*** Header Styles ***/
header {
  width: 100%;
}

/*** Navigation Styles ***/
header nav {
  width: 100%;
  height: 300px;
  background: rgba(255,255,255,0);/*#80137B*/
  display: grid;
  grid-template-columns: 30% 50% 20%;
  position: absolute;
  z-index: 999;
  transition: all 0.6s;
}
header nav.navShadow {
  width: 100%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
  height: 150px;
  background: rgba(0,19,32,0.9);/*#80137B*/
}
header nav.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
header ul {
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
}

header nav.navShadow #brand img{
  display: block;
  margin: 0 auto;
  max-height: 120px;
  transition: all 0.6s;
}

header #brand img{
  display: block;
  margin: 0 auto;
  max-height: 200px;
  transition: all 0.6s;
}

/*** Menu Styles ***/
header #menu {
  justify-content: flex-end;
  width:auto;
}

header #menu-toggle {
  color:#fff;
  font-size:24px;
  font-weight: 600;
  width: 100px;
  height: 50px;
  background: ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: none;
  margin-right:33%;
}
header #menu-toggle:hover .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
header #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
header #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

header .bar {
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
  border:1px solid #fff;
}
header .bar:nth-child(2) {
  width: 25px;
  margin: 7px 0;
}
header .bar:last-child {
  width: 20px;
}

 header #menu-toggle {
    display: flex;
  }

  header ul {
    list-style: none;
    display: inline-block;
    width: 66%;
    height: 0;
    background:rgba(0,110,185,0.9);
    position: absolute;
    top: 200px;
    padding-left:0;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    border-radius: 0 0 30px 30px;
    display: none!important;
  }
  header ul.showMenu {
    display: block!important;
    min-height: 250px;
    border:3px solid #6dcff6;
    border-top:0px!important;
    border-radius: 0 0 30px 30px;
  }
  header ul.showMenu li {
    height: 20px;
    opacity: 1;
    visibility: visible;
  transition: all 0.1s 0.3s;
  }

  header li {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    float: left;
    padding-left: 0px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.1s 0s;
  }

  header li a {
  width: ;
  height: 20px;
  background: transparent;
  display: block;
  border-radius: 0;
  color:#fff;
  text-decoration: none;
  font-size:18px;
  font-weight:600;
}

header li a:hover {
  color:#6dcff6;
}

header #infos{
  height:100%;
  color:#fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size:14px;
}

header #infos .ato{
  border:2px solid #6dcff6;
  border-radius:15px;
  /*height: 40px;*/
	min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding:10px 15px;
	line-height:1rem;
}

header #infos .ato b{
	border:1px solid transparent;
	margin:0 10px 0 0;
}

header #infos .tel{
  padding:0 15px;
	min-width:200px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#slider{
  width: 100%;
  overflow: hidden;
  height: auto;
}

#slider .item{
  position: relative;
}

#slider img{
  max-width:100%;
  height:auto;
  z-index: 0;
}

#slider .foto{
  width:100%;
  display: none;
  overflow:hidden;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slider .texto{
  position: absolute;
  bottom:20%;
  left:9%;
  right:0;
  max-width:450px;
  max-height:auto;
  z-index: 1;
  color:#fff;
  display: inline-block;
  align-items: center;
}

#slider .texto h1{
  font-weight: 900;
  font-size:50px;
}

#slider .texto a{
  background: #d09c59;
  color:#fff;
  border-radius:15px;
  padding:5px 30px;
  font-weight: 900;
  margin:30px auto 0 auto;
  font-size:24px;
  display: inline-block;
}

#slider .owl-prev{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top: 50%;
  margin-top:-35px;
  left:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider .prev i{
  display:block;
  margin:0 auto;
}

#slider .owl-next{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top:50%;
  margin-top:-35px;
  right:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider .next i{
  display:block;
  margin:0 auto;
}

#slider .owl-theme .owl-controls .owl-page span{
  background:#B89E5E!important;
}

#slider .owl-theme .owl-controls{
  padding:0;
  text-align:center;
}

#servicos{
  width: 100%;
  display: block;
  margin: 60px 0;
}

#servicos .row{
  margin:0!important;  
}

#servicos .titulo{
  color:#003b57;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin:0 0 30px 60px;
}

#servicos .titulo h1{
  font-weight:800;
}

#servicos ul{
  list-style: none;
}

#servicos li{
  width:25%;
}

#servicos .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

#servicos a{
  height:160px;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:#e5ecef;
  color:#70675b;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  padding:0 30px;
}

#servicos a:hover{
  background:#e5e5dc;
  color:#9f753a;
}

#servicos a.active{
  background:#e5e5dc;
  color:#9f753a;
}

#servicos a h6{
  margin-top:5px;
  height:40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

#servicos a i{
  display: block;
  font-size:40px;
}

#servico{
  width: 100%;
  display: block;
  position: relative;
  margin: 60px 0;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 60%, rgba(239,239,238,1) 60%, rgba(239,239,238,1) 100%);
 }

#servico::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3%;
  height:60%;
  background:#d09c59;
}

#servico .box{
  width: 100%;
  background:#efefee;
  border-radius: 0 0 0 90px;
  padding: 60px 60px 90px 60px;
}

#servico .titulo{
  width: 100%;
  color:#003b57;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

#servico .titulo h1{
  font-weight:800;
}

#servico .fade.in{
  opacity: 1;
}

#servico .formulario{}

#servico .formulario button{
  background: #d09c59;
  color:#fff;
  border-radius:15px;
  border:0;
  padding:5px 30px;
  font-weight: 600;
  outline: none;
  margin:60px auto 0 auto;
}

#servico .formulario h6{
  width: 100%;
  min-height:50px;
  font-weight: 600;
  background:#e5ecef;
  color:#9f753a;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  padding:0 30px;
}

#servico .formulario input{
  width: 100%;
  height:50px;
  background:#e5e5dc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding:0 30px;
  border: 0;
  outline: none;
  color:#9f753a;
}

#servico .formulario textarea{
  width: 100%;
  min-height:200px;
  background:#e5e5dc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding:0 30px;
  border: 0;
  outline: none;
  color:#9f753a;
}

#servico .formulario input[type="checkbox"]{
    width:30px;
    height:30px;
    margin:10px 15px;
}

#servico .formulario input[type="radio"]{
    width:30px;
    height:30px;
    margin:10px 15px;
}

#servico .formulario input::placeholder{
  color:#9f753a;
  font-weight: 600;
}

#servico .formulario input{
  width: 100%;
  height:50px;
  background:#e5e5dc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding:0 30px;
  border: 0;
  outline: none;
  color:#9f753a;
}

#servico .formulario select{
  width: 100%;
  height:50px;
  background:#e5e5dc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding:0 20px;
  border: 0;
  outline: none;
  font-weight: 600;
  color:#9f753a;
    /*-moz-appearance:none;  Firefox */
    /*-webkit-appearance:none; Safari and Chrome */
    /*appearance:none;*/
}

#servico iframe{
  width:100%;
  min-height:540px;
}

#servico #iframe iframe{
  width:100%;
  min-height:880px;
}

#servico .texto a{
  padding-left:30px;
  color:#003b57;
  position: relative;
  font-weight: 800;
}

#servico .texto a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f381";
  /*glyphicon glyphicon-chevron-right*/
  color: #9f753a;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.panel-title {
  position: relative;
}

.panel-heading .accordion-toggle {
  padding-left: 30px;
  display: block;
  background: #e5e5dc;
}

.panel-heading .accordion-toggle:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f353";
  /*glyphicon glyphicon-chevron-right*/
  color: #9f753a;
  float: right;
  position: absolute;
  right: 30px;
  top: 0;
}

.panel-heading .accordion-toggle.collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f350";
  /*glyphicon glyphicon-chevron-down*/
  color: #70675b;
  float: right;
  position: absolute;
  right: 30px;
  top: 0;
}

/* set panel-heading paddings to a instead of h3 */    
.panel-heading { padding: 0; cursor:pointer;}
.panel-heading h3 { color:#9f753a; font-size:20px; font-weight:bold;}
.panel-heading a { padding: 10px 30px; }

/* change color of collapsed class */
.collapsed { background: #e5ecef!important; color:#70675b!important;}

/* reposition the left arrows */
.panel-heading .accordion-toggle.collapsed:after { top: 10px; }
.panel-heading .accordion-toggle:after { top: 10px; }

#contatos{
  width: 100%;
  display: block;
  position: relative;
  margin: 30px 0;
  padding:90px 0;
  background:url(../imagens/bg.png) center right no-repeat;
 }

#contatos .titulo{
  color:#fff;
  display: block;
  margin:30px 0;
}

#contatos .titulo h1{
  font-weight:900;
}

#contatos a{
  width:80px;
  height:80px;
  border-radius:50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size:40px;
  background:#fff;
  color:#fff;
}

#contatos a.whats{
  background:#27d045;
}

#contatos a.mail{
  background:#d06127;
}

#quem{
  width: 100%;
  display: block;
  padding:90px 0 60px 0;
  position: relative;
  color:#003b57;
}

#quem::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3%;
  height:60%;
  background:#d09c59;
}

#quem .titulo{
  color:#003b57;
  font-weight: 800;
  margin:0 0 30px 0;
}

#quem .foto{
  width:100%;
  height:380px;
  margin:0 0 30px 0;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#area{
  width: 100%;
  background: #003b57;
}

#area .titulo{
  color:#fff;
  display: block;
  margin:60px 0 90px 0;
}

#area .titulo h1{
  font-weight:800;
  padding:0 0 30px 0;
}

#area .area-mapa{
  width:100%;
  height:360px;
  position: absolute!important;
  top:0;
  border-radius: 0 0 0 90px;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#editais{
  width: 100%;
  background: #e0dfd0;
}

#editais .box{
  width: 100%;
  padding: 60px 0px 90px 0px;
}

#editais .titulo{
  color:#003b57;
  display: block;
  margin:60px 0 0px 0;
}

#editais .titulo h1{
  font-weight:800;
  padding:0 0 30px 0;
}

#editais .texto a{
  padding-left:30px;
  color:#003b57;
  position: relative;
  font-weight: 800;
}

#editais .texto a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f381";
  /*glyphicon glyphicon-chevron-right*/
  color: #9f753a;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

#noticias{
  width: 100%;
  display: block;
  margin: 60px 0;
}

#noticias .titulo{
  color:#003b57;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

#noticias .titulo h1{
  font-weight:800;
}

#news{
  padding:60px 0 60px 0;
}

#news h5{
  color:#003b57;
  padding:15px 0;
  font-weight: 600;
}

#news a{
  color:#d09c59;
  font-weight: 900;
}

#news .item{
  margin:0 30px 0 0;
}

#news .foto{
  width: 100%;
  height:340px;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#noticia{
  background:#efefee;
}

#noticia h3{
  color:#003b57;
  padding:30px 0;
  font-weight: 600;
}

#noticia .texto{
  color:#003b57;
  padding:0 0 60px 0;
}

#noticia .foto{
  width: 100%;
  height:500px;
  margin:30px 0;
  background:#f5f5f5 center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  -o-background-size: cover;
}

#contato{
  width: 100%;
  background: #003b57;
  padding:0 0 60px 0;
}

#contato .titulo{
  color:#fff;
  display: block;
  margin:60px 0 30px 0;
}

#contato .titulo h1{
  font-weight:800;
  padding:0 0 30px 0;
}

#contato input{
  background: #0a476b;
  color:#fff;
  border: 0;
  width: 100%;
  padding:5px 15px;
  margin:0 0 10px 0;
  outline: none;
}

#contato textarea{
  background: #0a476b;
  color:#fff;
  border: 0;
  width: 100%;
  padding:5px 15px;
  margin:0 0 10px 0;
  height:100px;
  outline: none;
}

#contato input::placeholder, #contato textarea::placeholder{
  color: #fff;
}

#contato button{
  background: #d09c59;
  color:#fff;
  border-radius:15px;
  border:0;
  padding:5px 30px;
  font-weight: 600;
  outline: none;
}

#contato .foto{
  width:100%;
  height:100%;
  border-radius: 0 0 0 90px;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#footer{
  margin:30px 0;
  width: 100%;
  display: block;
  position: relative;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(239,239,238,1) 50%, rgba(239,239,238,1) 100%);
 }

 #footer .box{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
 }

 #footer img{
  display: block;
  margin:0 5% 0 0;
  max-height: 200px;
  max-width:30%;
}

 #footer h6{
  color:#003b57;
  padding:15px;
  width: 65%;
  font-size:14px;
}


#footer::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3%;
  height:100%;
  background:#d09c59;
}

#copy{
  height:80px;
  font-size:14px;
  font-weight: 300;
  color:#fff;
  background: #003b57;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#copy a{
  padding: 0 15px;
  color:#6dcff6;
}


@media (min-width: 340px) and (max-width:768px){

/*** Navigation Styles ***/
header nav {
  width: 100%;
  height: 120px!important;
  background: rgba(255,255,255,0);/*#80137B*/
  display: grid;
  grid-template-columns: 50% 50% 0%;
  position: absolute;
  z-index: 999;
  transition: all 0.6s;
}

header nav.navShadow #brand img{
  display: block;
  margin: 0 auto;
  max-height: 100px!important;
  transition: all 0.6s;
}

header #brand img{
  display: block;
  margin: 0 auto;
  max-height: 100px!important;
  transition: all 0.6s;
}

header ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 0;
    background:rgba(0,110,185,0.9);
    position: absolute;
    top: 120px!important;
    padding-left:0;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    border-radius: 0 0 30px 30px;
  }

  header ul.showMenu {
    overflow-x: scroll;
    display: block!important;
    height: 400px;
    border:3px solid #6dcff6;
    border-top:0px!important;
    border-radius: 0 0 30px 30px;
  }
  header ul.showMenu li {
    height: 30px;
    opacity: 1;
    visibility: visible;
  transition: all 0.1s 0.3s;
  }

  header li {
    width: 100%;
    height: 30px;
    text-align: center;
    margin-top: 15px;
    float: left;
    padding-left: 0px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.1s 0s;
  }

  header li a {
  width: ;
  height: 30px;
  background: transparent;
  display: block;
  border-radius: 0;
  color:#fff;
  text-decoration: none;
  font-size:20px;
  font-weight:600;
}

header li a:hover {
  color:#6dcff6;
}

#slider .foto{
  width:100%;
  height:340px;
  overflow:hidden;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0 0 0 90px;
}

#anima{
  display: none;
}

header #infos{
  display: none!important;
}

#servicos li{
  width:50%;
}

#servicos a h6{
  margin-top:5px;
  height:30px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size:14px;
}

#servicos a{
  height:100px;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:#e5ecef;
  color:#70675b;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  padding:0 15px;
}

#servicos a i{
  display: block;
  font-size:24px;
}

#servicos .titulo{
  color:#003b57;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin:0 0 15px 15px;
}

#servicos .titulo h3{
  font-size:18px;
}

#servico .formulario h6{
  width: 100%;
  min-height:30px;
  font-weight: 600;
  background:#e5ecef;
  color:#9f753a;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding:0 30px;
}

#servico .box{
  width: 100%;
  background:#efefee;
  border-radius: 0 0 0 90px;
  padding: 15px 5px 90px 15px;
}

#servico .titulo{
  width: 100%;
  color:#003b57;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

#servico iframe{
  width:100%;
  min-height:540px;
}

/* set panel-heading paddings to a instead of h3 */    
.panel-heading { padding: 0; cursor:pointer;}
.panel-heading h3 { color:#9f753a; font-size:16px; font-weight:bold;}
.panel-heading a { padding: 10px 15px; }

.panel-heading .accordion-toggle {
  padding-left: 5px;
  display: block;
  background: #e5e5dc;
}

.panel-heading .accordion-toggle:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f353";
  /*glyphicon glyphicon-chevron-right*/
  color: #9f753a;
  float: right;
  position: absolute;
  right: 5px;
  top: 0;
}

.panel-heading .accordion-toggle.collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f350";
  /*glyphicon glyphicon-chevron-down*/
  color: #70675b;
  float: right;
  position: absolute;
  right: 5px;
  top: 0;
}

#quem .foto{
  width:100%;
  height:240px;
  margin:30px 0 30px 0;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#area .titulo{
  color:#fff;
  display: block;
  margin:60px 0 30px 0;
}

#area .area-mapa{
  width:100%;
  height:360px;
  margin:0 0 60px 0;
  position: relative!important;
  top:0;
  border-radius: 0 0 0 90px;
  background:center right -90px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#editais .box{
  width: 100%;
  padding: 60px 0px 60px 0px!important;
}

#editais .titulo {
    color: #003b57;
    display: block;
    margin: 0 0 0px 0!important;
}

#contato .foto{
  width:100%;
  height:340px;
  margin:30px 0 0 0;
  border-radius: 0 0 0 90px;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#footer{
  margin:30px 0;
  width: 100%;
  display: block;
  position: relative;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 100%, rgba(239,239,238,1) 100%, rgba(239,239,238,1) 100%);
 }


#slider .texto a{
  background: #d09c59;
  color:#fff;
  border-radius:15px;
  padding:5px 15px;
  font-weight: 600;
  margin:15px auto 0 auto;
  font-size:16px!important;
  display: inline-block;
}

#servicos{
  width: 100%;
  display: block;
  margin: 30px 0;
}


#servico .formulario input[type="checkbox"]{
    width:20px;
    height:20px;
    margin:0;
}

#servico .formulario input[type="radio"]{
    width:20px;
    height:20px;
    margin:0;
}
	
#noticias .titulo h3 {
    font-size: 18px;
}
	
#noticia .foto{
  width: 100%;
  height:240px;
  margin:30px 0;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

}

@media (min-width: 800px) and (max-width: 1480px) {

  /*** Navigation Styles ***/
header nav {
  width: 100%;
  height: 240px;
  background: rgba(255,255,255,0);/*#80137B*/
  display: grid;
  grid-template-columns: 30% 50% 20%;
  position: absolute;
  z-index: 999;
  transition: all 0.6s;
}
header nav.navShadow {
  width: 100%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
  height: 150px;
  background: rgba(0,19,32,0.9);/*#80137B*/
}
header nav.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
header ul {
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
}

header nav.navShadow #brand img{
  display: block;
  margin: 0 auto;
  max-height: 120px;
  transition: all 0.6s;
}

header #brand img{
  display: block;
  margin: 0 auto;
  max-height: 200px;
  transition: all 0.6s;
}

  header li a {
  width: ;
  height: 30px;
  background: transparent;
  display: block;
  border-radius: 0;
  color:#fff;
  text-decoration: none;
  font-size:16px;
  line-height: 16px;
  font-weight:600;
}


}