/* CSS Document */
body {	
	font: 18px/28px 'BeVietnamPro-Regular', Verdana, "sans-serif";
	color: #222222;
	background: #FFFFFF;
}
@font-face {
  font-family:'BeVietnamPro-Regular';
  src: url("../fonts/BeVietnamPro-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'SourceSansPro-Regular';
  src: url( "../fonts/SourceSansPro-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a { color: #257E93; }
a:hover {color: #39B1CC;}
/*---------------------------------------------------------------------------*/
/*  Heading Styles  */
/*---------------------------------------------------------------------------*/
h1, 
h2, 
h3, 
h4 {
	font-family:'SourceSansPro-Regular', sans-serif;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }

h1 {
	background-color: #257E93;
	color: #FFFFFF;
	font-weight: 900;
	position: relative;
	padding-bottom:20px;
	padding-top: 20px;
	padding-left: 0.5em;
	margin-bottom:40px;
	margin-top: 3px;
}
h1 small {
	color: #FFFFFF;
}
h2{
	color: #9E55A0; 
	position: relative;
	padding-bottom:5px;
	margin-bottom: 10px;
}
h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 15px;
	height: 3px;
	background-color:#753F76;
}
h3{
	color: #257E93; 
	padding-bottom:5px;
	margin-bottom: 10px;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}
/*---------------------------------------------------------------------------*/
/*  FORMULÁRIOS - PLACEHOLDER  */
/*---------------------------------------------------------------------------*/
#cpf::placeholder {
    color: red;
	font-weight: bold;
}
#nome::placeholder {
    color: red;
	font-weight: bold;
}
#nascimento::placeholder {
    color: red;
	font-weight: bold;
}
#fone::placeholder {
    color: red;
	font-weight: bold;
}
#cel::placeholder {
    color: red;
	font-weight: bold;
}
#cep::placeholder {
    color: red;
	font-weight: bold;
}
.alertacampo {
    color: red;
	font-weight: bold;
}
.button-read-more, .button-read-minus {
  width: 80px;
  margin: 30px auto;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  color: #204f99;
}
.button-read-more .icon-read-more {
  color: #204f99;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #204f99;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.icon-read-minus {
  color: #204f99;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #204f99;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-bottom: 4px; 
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE MENU  */
/*---------------------------------------------------------------------------*/
@media (max-width: 1350px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}