@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";


@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background-color: #1d586d;
    color: #477d90;
    font: 14px/24px Arial, Helvetica, sans-serif;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 24px;
}

.p1 {
    margin-bottom: 7px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Exo 2', sans-serif; */
    font-family: 'Sarala', sans-serif;
    font-weight: 300;
	color: #3e454c;
    text-transform: uppercase;
}


h2 {
    font-size: 40px;
    color: #fff;
    padding-top: 55px;
    line-height: 40px;
}

h2 span {
    padding-top: 7px;
    display: block;
    font-weight: normal;
    color: #267693;
    font-size: 20px;
    line-height: 25px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
    color: #184A5C;
    padding-top: 59px;
    margin-bottom: 42px;
}

h3 span {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.page1 h3 {
    margin-bottom: 42px;
    padding-top: 59px;
}

.page1 h3 span {
    position: relative;
    top: -2px;
}

h3.head1 {
    padding-top: 50px;
}

h4 {
    font-size: 20px;
    line-height: 40px;
    color: #1d586d;
    padding-top: 55px;
    margin-bottom: 24px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
}


ul.list li {
    padding-left: 20px;
    background: url(../images/marker.png) 0 7px no-repeat;
}

ul.list li+li {
    margin-top: 12px;
}

ul.list1 li .count {
    float: left;
    color: #fff;
    background-color: #1d586d;
    /* font: 300 30px/48px 'Open Sans', sans-serif; */
    font: 300 30px/48px 'Sarala', sans-serif;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    margin-top: 6px;
}

ul.list1 li+li {
    line-height: 21px;
    margin-top: 29px;
}

ul.list1 li+li+li {
    margin-top: 32px;
    line-height: 24px;
}

/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #7DC3DC;
}

a.btn, button.btn {
    /* font: 600 14px/24px 'Open Sans', sans-serif; */
    font: 600 14px/24px 'Sarala', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 35px;
    display: inline-block;
    padding: 12px 34px 13px 33px;
    background-color: #28a034;
    border: none;
    cursor: pointer;
}

button.btn[disabled] {
    background-color: #7fad84;
    cursor: auto;
}

.page1 a.btn, .page1 button.btn {
    margin-top: 34px;
}

a.btn:hover, button.btn:hover:not([disabled]) {
    background-color: #34a2c9;
}

a.btn:hover, button.btn[disabled]:hover {
    background-color: auto;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 23px;
	margin-top: 7px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 6px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
	display: block;
    padding-top: 10px;
    padding-bottom: 0px;
}

.page1 header {
    padding-bottom: 20px;
}

header h1 {
	position: relative;
    float: left;
	text-align: center;
}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 258px;
    height: 86px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.main_color {
    background-color: #fff;
}

.page1_block {
    padding-bottom: 57px;
    background-color: #7DC3DC;
}

.page1_block a {
    display: block;
    margin-top: 55px;
    float: right;
    /* font: 300 25px/25px 'Open Sans', sans-serif; */
    font: 300 25px/25px 'Sarala', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #1D596E;
    padding: 20px 20px 24px 26px;
}

.page1_block a:hover {
    background-color: #28A034;
}


/**Content**/

.gray_block {
    background-color: #f8f8f8;
    padding-bottom: 30px;
}

.page1 .gray_block {
    text-align: center;
}

.gray_block .title {
    text-transform: uppercase;
    color: #7DC3DC;
    margin-bottom: 21px;
    /* font: 300 35px/35px 'Open Sans', sans-serif; */
    font: 300 35px/35px 'Sarala', sans-serif;
}

.gray_block .title span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    color: #1d586d;
}

.blue_block {
    background-color: #7cc3dc;/*#7ecefe;*/
    padding-bottom: 94px;
}

.page1 .blue_block {
    text-align: center;
}

.blue_block .title {
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 21px;
    /* font: 300 35px/35px 'Open Sans', sans-serif; */
    font: 300 35px/35px 'Sarala', sans-serif;
    font-weight: bold;
}

.blue_block .title span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    color: #1d586d;
}

.blue_block .extra_wrapper {
    color: #1d586d
}

.icon {
    margin-bottom: 45px;
    display: inline-block;
    margin-top: 76px;
    border: 6px solid #7ecefd;
    border-radius: 500px;
}

.icon.icon-missao {
    border-color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 30px;
}

.icon.icon-missao img {
    width: 50px;
}

.content {
    padding-bottom: 65px;
}
.page1  .content {
    padding-bottom: 78px;
}

.page1 .fleft {
    margin-right: 30px;
}

.text1 {
    font-size: 20px;
    margin-bottom: 9px;
    line-height: 25px;
    text-transform: uppercase;
    /* font: 20px/25px 'Open Sans', sans-serif; */
    font: 20px/25px 'Sarala', sans-serif;
}

.page1 .text1 {
    margin-bottom: 11px;
}

.col1 {
    color: #7DC3DC !important;
}

.col1 a:hover, a.col1:hover {
    color: #1d586d !important;
}

.col2 {
    color: #1d586d;
}

.block1 {
    margin-top: -11px;
    overflow: hidden;
}

.block1+.block1 {
    margin-top: 29px;
}

.block1 .text1 {
    margin-bottom: 9px;
}

.block1 time {
    padding-top: 10px;
    padding-bottom: 17px;
    margin-top: 5px;
    float: left;
    background-color: #1d586d;
    width: 70px;
    margin-right: 30px;
    text-transform: uppercase;
    display: block;
    /* font: 300 45px/45px 'Open Sans', sans-serif; */
    font: 300 45px/45px 'Sarala', sans-serif;
    color: #fff;
    text-align: center;
}

.block1 time span {
    padding-top: 2px;
    display: block;
    color: #3498db;
    font-size: 15px;
    line-height: 20px;
}

.video {
    margin-top: 8px;
    width: 379px !important;
}

.video.fleft {
    margin-right: 20px;
}

.video iframe {
    width: 100%;
    height: 196px;
}

.hor {
    padding-top: 53px;
    border-bottom: 1px solid #f4f5f6;
}

.page1 h3.head1 {
    padding-bottom: 1px;
    margin-top: 3px;
    font-size: 40px;
}

.bq1 {
    margin-top: -16px;
}

.bq1 p {
    margin-bottom: 12px;
}

.bq1 span {
    margin-top: 3px;
    display: inline-block;
    margin-right: 13px;
    color: #1d586d;
}

.bq1+.bq1 {
    margin-top: 31px;
    padding-top: 26px;
    border-top: 1px solid #f4f5f6;
}

.bottom_block {
    padding-bottom: 73px;
    background-color: #f8f8f8;
}

.b_map {
    margin-top: 7px;
    width: 100%;
}

.b_map  iframe {
    height: 106px;
    width: 100%;
}

.bottom_block address dd span {
    min-width: 0;
}

.bottom_block address dt {
    margin-bottom: 24px;
}

.box {
    margin-top: 6px;
    line-height: 21px;
    background-color: #fff;
    padding: 13px 13px 8px;
}

.box img {
    width: 100%;
    margin-bottom: 14px;
}

.box .text1 {
    margin-bottom: 11px;
}

.pb1 {
    padding-bottom: 65px;
}

.cl1 {
    height: 38px;
}

.cl2 {
    height: 45px;
}

.pb2 {
    padding-bottom: 42px;
}

.text2 {
    padding: 2px 0 0;
    margin-bottom: 12px;
    /* font: 25px/25px 'Open Sans', sans-serif; */
    font: 25px/25px 'Sarala', sans-serif;
}

p.st1 {
    line-height: 21px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.blog {
    padding-right: 5px;
    overflow: hidden;
}

.blog+.blog {
    margin-top: 58px;
}

.blog+.blog +.blog {
    margin-top: 39px;
}

.blog .title {
    padding-top: 36px;
    /* font: 400 25px/25px 'Open Sans', sans-serif; */
    font: 400 25px/25px 'Sarala', sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.blog .links {
    /* font: 300 15px/15px 'Open Sans', sans-serif; */
    font: 300 15px/15px 'Sarala', sans-serif;
    text-transform: uppercase;
    color: #1d586d;
    overflow: hidden;
}

.blog .clear {
    height: 31px;
}

.blog p {
    margin-bottom: 7px;
}

.blog a.btn {
    position: relative;
    top: -1px;
}

.blog .links a.comment {
    float: right;
}

.blog .text1 {
    font-weight: 300;

}

.blog time {
    padding-top: 10px;
    padding-bottom: 17px;
    margin-top: 6px;
    float: left;
    background-color: #1d586d;
    width: 70px;
    margin-right: 30px;
    text-transform: uppercase;
    display: block;
    /* font: 300 45px/45px 'Open Sans', sans-serif; */
    font: 300 45px/45px 'Sarala', sans-serif;
    color: #fff;
    text-align: center;
}

.blog time span {
    padding-top: 2px;
    display: block;
    color: #3498db;
    font-size: 15px;
    line-height: 20px;
}

.prv p {
    margin-bottom: 27px;
}


/**Map**/

.map {
    overflow: hidden;
    position: relative;
    padding-bottom: 3px;
    padding-right: 60px;
}
 

.map figure {
    padding-top: 6px;
    position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 100%;
	height: 314px;
	max-width: 100%;
}
.map address {
    padding-top: 44px;
	display: block;
}

.map address dt {
    padding-bottom: 1px;

}

 address dd span {
	min-width: 142px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
   color: #8fbf4d;
}

.map a.link-1 {
    display: inline-block;
    margin-left: 22px;
}

a.link-1:hover {
    color: #3e454c;
}



/**Footer**/

footer {
	display: block;
    padding: 0px 0 40px;
    color: #7ecefd;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Exo 2', sans-serif;
    font-family: 'Sarala', sans-serif;
}

footer a:hover {
    color: #fff;
}

.copy {
    padding-top: 33px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.copy strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.socials {
    float: right;
    padding-top: 28px;
    overflow: hidden;
}

.socials a {
    display: block;
    border-radius: 500px;
    float: left;
    width: 34px;
    height: 34px;
    background: url(../images/socials.png) 0 0 no-repeat #133B4A;
}

.socials a.ig {
    background: url(../images/instagram_logo.png) center no-repeat #133B4A;
    background-size: 60%;
}

.socials a:hover {
    background-color: #7ecefd;
}

.socials a+a {
    margin-left: 9px;
}


a.rss {
    background-position: -43px 0;
}

a.tw {
    background-position: -86px 0;
}

a.gp {
    background-position: right 0;
}

.horizontal-nav .socials {
    float: none;
    text-align: right;
    padding: 0;
    margin-bottom: 10px;
}

.horizontal-nav .socials a{
    float: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
    background-color: #60b96b;
}

.horizontal-nav .socials a.ig {
    background-position: center;
}

.horizontal-nav .socials a:hover{
    background-color: #34a2c9;
}

.horizontal-nav .socials a.rss {
    background-position: -48px -5px;
}

.horizontal-nav .socials a.tw {
    background-position: -92px -5px;
}

.horizontal-nav .socials a.gp {
    background-position: -133px -5px;;
}

footer address {
    position: relative;
    padding-left: 47px;
    padding-top: 77px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
}

.add1 {
    padding-left: 50px;
}

footer address img {
    position: absolute;
    left: 0;
    top: 80px;
}

footer address span{
    display: block;
    margin-bottom: 3px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

.depoimento {
    margin-top: 2em;
}

.depoimento-quote{
    font-size: 50px;
    color: #477d90;

}

.depoimento p {
    /* background: #f8f8f8; */
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    color: black;
    /* min-height: 335px; */
}

.depoimento p div {
    text-align: center;
}

.depoimento p div b {
    color: #1d586d;
}

.owl-item .item {
    height: 150px;
    position: relative;
}

.owl-item .item img {
    position: absolute;
    bottom: 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

.pad1 {
    padding-right: 0px;
}

.video.fleft {
    width: 250px !important;
}



 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.blog .links {
    float: none;
    overflow: hidden;
    margin-bottom: 15px;
    width: auto;
}

.blog .links time {
    float: left;
}

.page1_block a {
    font-size: 18px;
}

.hidd {
    overflow: hidden;
}

}


@media only screen and (max-width: 767px) {
body {
    min-width: 420px;
}


.map address +address {
    margin-left: 0;
    float: none;
    margin-top: 20px;
}

header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 20px;
}

.img_inner {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}

.img_inner img {
	width: 100%;
}

header h1 {
    float: none;
    text-align: center;
}

header h1 a {
 	width: auto;
 	display: inline-block;
    height: auto;
}


 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

.content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.map address {
    float: none;
}


.text2  {
    margin-top: 30px;
}

.page1_block a {
    display: inline-block;
    float: none;
}

.video.fleft {
    margin-bottom: 20px;
    width: 100% !important;
}

.bottom_block ul {
    margin-top: 25px;
}

.b_map {
    margin-bottom: 20px;
}

.socials {
    float: none;
}

.box {
    margin-bottom: 20px;
}

ul.list li  {
    margin-top: 12px;
}

.blog .title {
    margin-bottom: 30px;
    padding-top: 10px;
}

.depoimento p {
    min-height: auto;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

}

.btn-big {
    background-color: #28a034;
}

.title.title-missao {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.5em;
}

.grid-missao:hover, .grid-visao:hover, .grid-valores:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grid-missao, .grid-visao, .grid-valores {
    height: 350px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.grid-missao {
    background-color: #34a2c9;
    /* 7bc3dc */
}

.grid-visao {
    background-color: #133B4A;
    /* 1d576c */
}

.grid-valores {
    background-color: #28a034;
    /* 34a1c9 */
}

.missao-details {
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.estatisticas {
    color: inherit;
}

.estatisticas img {
    width: 48px;
    vertical-align: middle;
}

.estatisticas span{
    display: inline-block;
    vertical-align: middle;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

html {
  border-top: 5px solid #fff;
  background: #58DDAF;
  color: #2a2a2a;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  font-family: 'Exo 2';
  font-family: 'Sarala';
}

h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.alert {
    padding: .75rem 1.25rem;
    border: solid thin #ccc;
    margin-top: 1rem;
    border-radius: .25rem;
}

.alert.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}