@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body {
  font-family:"Roboto", sans-serif !important;
}

#menuNae {
 background-color: #64989e;
 padding: 12px
}

#menuNupro{
 background-color: #64989e;
 padding: 12px
}
.text-brown{
color: #544336;
}
.bg-brown{
  background: #887263 !important;
}
.bold{
font-weight: bold;
}
p {
  color: #000;
  font-size: 16px;
}
.box{
background: #fff6f0;
padding: 10px;
border-radius: 10px;
box-shadow: 2px 3px 4px #0000001c;
}

.left{
margin-bottom: 0px;
font-size: 12px;
margin-left: 10px;
text-align: start;

}
.right{
margin-bottom: 0px;
font-size: 12px;
margin-right: 10px;
text-align: end;

}

.texto-branco{
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px;
}
.button{
  background: #fff6f0;
  color: #463326;
  padding: 14px;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #887263;
  transition: 0.5s;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 2px 3px 4px #00000017;
  
}
.button:hover{
  color: white !important;
  background: #887263;
  transition: 0.5s;
}
.button-inscricoes{
  background: #887263;
  color: white;
  padding: 14px;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #887263;
  transition: 0.5s;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 2px 3px 4px #00000017;
  
}
.button-inscricoes:hover{
  color:white !important;
  background: #84644f;
  transition: 0.5s;
}
h1 {
  color: #FFF;
  font-weight: bold;
  font-size: 35px;
  margin: 0;
  font-family:"Roboto", sans-serif;
  /*margin-top: 30px;*/
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  color: #161616;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 10px;
}

h3 {
  font-size: 21px;
  color: #2d2d2d;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #6e1484;
}

a {
  color: #337ab7;
  font-size: 16px;
  text-decoration: none;
}

a:hover { 
  color: #337ab7;
  text-decoration: underline;
}

a.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

a.link:hover { 
  color: #fff;
  text-decoration: underline;
}

a.link-back {
  color: #64989e;
  font-size: 24px;
}

hr {
 margin-bottom: 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.box-3 {
  background-color: #d6e3e5;
  padding: 1.5rem;
  border-radius: 0.6rem;
}

a.btn {
 display: flex;
 justify-content: center;
 padding: 1rem;
 border-radius: .6rem;
 background-color: #4a7175;
 color: #ffffff;
 box-shadow: 2px 2px 6px 0 #b8c3c3;
 transition: .6s;
}
a.btn:hover{
  transform: scale(1.05);
  transition: .6s;
  color:white !important;
}

section {
  padding: 20px 0;
}

button:focus {outline:0 !important;}

.box-infos {
 background-color: #4a7175;
 padding: 2rem;
 margin: 1.5rem 0;
 border-radius: 0.6rem;
}

/***** ACCORDION ******/

.accordion {
  background-color: #887263;
  color: #ffffff;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border: none;
  border-bottom-width: 1px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 0;  
  border-radius: .6rem; 
}

.accordion:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-right: 17px;
}

.active:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
}

.panelx {
  padding: 0 18px;
  background-color: #fff6f0;
  max-height: 0; 
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  border-top: none;
}

.panelx p {
  margin: 25px;
  font-size: 1rem!important;
}

.panelx a{
  font-size: 1rem !important;
}

.panelx a:hover{
  font-size: 1rem !important;
}

.panelx ul{
  margin: 25px;
}

footer{
  padding: 30px 0;
}

footer p{
  color: #fff;
  font-size: 15px;
}

footer a{
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

footer a:hover{
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.bg-ft{
  background-color: #64989e;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}

@media (min-width: 0px) and (max-width: 425px) {
 h1 {
  font-size: 20px !important;
 }
}
